<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------------------------
Main Stylesheet
Theme: Giner
Author: Rovadex
Version: 1.0

	01) NORMALIZE
	02) STRUCTURE
	03) TYPOGRAPHY
	04) HEADER
	05) FORMS
	06) FOOTER
	07) CONTENT STYLE
-----------------------------------------------------------*/
/*---------------------------------------------------------*/
/* NORMALIZE */
/*---------------------------------------------------------*/
/*-------------------- RESETE STYLES --------------------*/
@import url("https://fonts.googleapis.com/css?family=Kanit:400,500&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,400i,500,700&amp;display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

strong, b {
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:before, *:after {
  box-sizing: border-box;
}

/*---------------------------------------------------------*/
/* STRUCTURE */
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* TYPOGRAPHY */
/*---------------------------------------------------------*/
/*----------------------- FONTS -----------------------*/
@font-face {
  font-family: "Paladins";
  src: url("../fonts/paladins.eot");
  src: url("../fonts/paladins.eot?#iefix") format("embedded-opentype"), url("../fonts/paladins.woff2") format("woff2"), url("../fonts/paladins.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*------------------ DEFAULT STYLES ------------------*/
*::-moz-selection {
  background: rgba(13, 90, 165, 0.7);
  color: #fff;
}
*::selection {
  background: rgba(13, 90, 165, 0.7);
  color: #fff;
}

body {
  color: #8b8b8b;
  line-height: 160%;
  font-size: 18px;
  font-family: "Red Hat Display", sans-serif;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

body#conference-page {
  background-position: center;
  background-repeat: no-repeat;
}

body#dance-page {
  background-color: #100a19;
}

section {
  position: relative;
  z-index: 1;
}

.container {
  position: relative;
}

p {
  font-family: "Red Hat Display", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.3em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0d5aa5;
}

h1 {
  font-size: 49px;
  font-weight: 600;
}

h2 {
  font-size: 39px;
  line-height: 1.26em;
  text-shadow: 4px 2px 2px white;
}

h3 {
  font-size: 31px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #0d5aa5;
  transition: 0.35s ease;
}
a:hover {
  color: #ffd910;
}

i {
  color: #7a7a7a;
  transition: 0.35s ease;
}

h2.title {
  text-align: center;
  margin-bottom: 70px;
}

.title-conference {
  position: relative;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 60px;
}
.title-conference span {
  position: relative;
  z-index: 1;
}
.title-conference:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 141px;
  height: 77px;
  background-image: url(../img/effect-title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.title-conference.title-conference-white {
  color: #fff;
}
.title-conference.title-conference-white:before {
  background-image: url(../img/effect-title-white.svg);
}

/*---------------------- LAZY LOAD ----------------------*/
.rx-lazy_hidden {
  opacity: 0;
}

.rx-lazy {
  transition: 0.35s ease-out;
}

/*----------------- BG-EFFECT MARATHON -----------------*/
.bg-effect {
  will-change: transform;
  position: absolute;
  top: 550px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-repeat: no-repeat;
  background-position: -5px -64px;
  transition: 0.7s cubic-bezier(0, 0, 0.51, 0.99);
}
@media (max-width: 1199px) {
  .bg-effect {
    display: none;
  }
}

/*--------------------- DANCE PAGE ---------------------*/
.dance-page {
  color: #fff;
}
.dance-page i {
  color: #7a7a7a;
}
.dance-page a {
  color: #d52b74;
}
.dance-page a:hover {
  color: #fff;
}
.dance-page h1,
.dance-page h2,
.dance-page h3,
.dance-page h4,
.dance-page h5,
.dance-page h6 {
  color: #fff;
}
.dance-page h1 a,
.dance-page h2 a,
.dance-page h3 a,
.dance-page h4 a,
.dance-page h5 a,
.dance-page h6 a {
  color: #fff;
}
.dance-page h1 a:hover,
.dance-page h2 a:hover,
.dance-page h3 a:hover,
.dance-page h4 a:hover,
.dance-page h5 a:hover,
.dance-page h6 a:hover {
  color: #d52b74;
}
.dance-page p {
  color: #bcbcbc;
}

.dance-slogan {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 20px;
  margin-bottom: 5px;
}
.dance-slogan:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d52b74;
}

.dance-title {
  margin-bottom: 50px;
  text-transform: capitalize;
}

.dance-mask {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.dance-mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 3, 42, 0.8);
}
.dance-mask .container {
  z-index: 1;
}

/*----------------------- MEDIA -----------------------*/
@media (max-width: 1199px) {
  h1 {
    font-size: 47px;
  }
  h2 {
    font-size: 33px;
  }
  h2.title {
    margin-bottom: 50px;
  }
  h3 {
    font-size: 29px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 33px;
  }
  h2.title {
    margin-bottom: 40px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
  }
  h2.title {
    margin-bottom: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
}
/*---------------------------------------------------------*/
/* HEADER */
/*---------------------------------------------------------*/
body.page-loaded .page-preloader-cover {
  transition: 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  opacity: 0;
  pointer-events: none;
}

.dance-page .page-preloader-cover {
  background-color: #100a19;
}

.page-preloader-cover {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.01);
}

.cssload-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  perspective: 780px;
}

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
}
.cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
          animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 6px solid #0d5aa5;
}
.cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
          animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 6px solid #ffd910;
}
.cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
          animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 6px solid #22bfe1;
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/*------------------------ MENU ------------------------*/
header {
  background: #fff;
  min-height: 50px;
  position: relative;
  width: 100%;
  z-index: 10;
  transition: 0.35s ease;
}

.top-panel {
  transition: 0.35s ease;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 0px 31px 0px;
}
.top-panel .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-panel .container .social-list li {
  font-size: 17px;
  margin-right: 36px;
}
.top-panel .container .social-list li:last-child {
  margin-right: 0;
}
.top-panel .container .social-list i {
  color: #b0b0b0;
  transition: 0.35s ease;
}
.top-panel .container .social-list a:hover i {
  color: #0d5aa5;
}

.header-nav .header-nav-cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.35s ease;
  padding: 20px 0 17px;
}

.nav-menu {
  width: 100%;
  padding: 90px 0 30px;
  height: 100vh;
  left: -100%;
  opacity: 0;
  top: 0;
  z-index: 3;
  background-color: #fff;
  position: fixed;
  transition: 0.3s ease-in-out;
}
.nav-menu.active {
  left: 0;
  opacity: 1;
}

.nav-list &gt; li &gt; a {
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}

.nav-list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
}
.nav-list li {
  display: block;
  position: relative;
}
.nav-list li a {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  color: #989898;
  font-weight: 500;
}
.nav-list li a:hover {
  color: #0d5aa5;
}
.nav-list li a:hover i {
  color: #0d5aa5;
}
.nav-list li a i {
  margin-left: 5px;
  color: #989898;
}
.nav-list li.dropdown ul {
  min-width: 100%;
  background: #333;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nav-list li.dropdown ul li {
  text-align: left;
}
.nav-list li.dropdown ul li a {
  font-size: 12px;
  padding: 10px 15px 10px 25px;
}
.nav-list li.dropdown ul li a:hover {
  color: #ffd910;
}
.nav-list li.dropdown ul li.active-page a {
  color: #ffd910;
}

@media (min-width: 768px) {
  .nav-menu {
    margin-top: 0;
    display: block !important;
    width: auto !important;
    position: relative;
    left: auto;
    top: auto;
    background-color: transparent;
    z-index: 0;
    height: auto;
    opacity: 1;
    padding: 0;
  }
  .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    max-height: none;
  }
  .nav-list &gt; li {
    margin-right: 20px;
  }
  .nav-list &gt; li:last-child {
    margin-right: 0;
  }
  .nav-list &gt; li &gt; a {
    padding: 0 2px;
  }
  .nav-list &gt; li &gt; a:after {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0d5aa5;
    transition: width 0.35s ease;
  }
  .nav-list &gt; li.active-page &gt; a:after, .nav-list &gt; li:hover &gt; a:after {
    width: 100%;
  }
  .nav-list &gt; li.dropdown ul {
    display: block !important;
    left: 0;
    position: absolute;
    top: 100%;
    margin-top: 25px;
    min-width: 200px;
    transition: all 0.3s ease-in;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
  }
  .nav-list &gt; li.dropdown ul li a {
    padding: 4px 15px;
    display: inline-block;
  }
  .nav-list &gt; li.dropdown.active ul {
    pointer-events: auto;
    transition-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.nav-btn {
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  width: 60px;
  padding: 10px 15px;
  display: block;
  z-index: 99999;
  overflow: hidden;
}
.nav-btn span {
  background-color: #fff;
  height: 2px;
  width: 100%;
  display: block;
  margin: 6px 0;
  position: relative;
  transition: all 0.4s ease, visibility 0.1s ease;
}

@media (min-width: 768px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn:hover span:nth-child(2) {
  margin-left: -8px;
}

.nav-btn.active span {
  height: 2px;
  transform-origin: 0;
}

.nav-btn.active span:first-child {
  transform: translateX(8px) rotate(45deg);
}

.nav-btn.active span:last-child {
  margin-top: 11px;
  transform: translateX(8px) rotate(-45deg);
}

.nav-btn.active span:nth-child(2) {
  visibility: hidden;
}

/*--------------- MARATHON HEADER FIXED ---------------*/
.marathon-header-fixed {
  background-color: transparent;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.marathon-header-fixed .top-panel {
  padding-top: 55px;
}
.marathon-header-fixed .top-panel .container .social-list li {
  margin-right: 38px;
}
.marathon-header-fixed .top-panel .container .social-list li:last-child {
  margin-right: 0;
}
.marathon-header-fixed .top-panel .container .social-list a:hover i {
  color: #ffd910;
}
.marathon-header-fixed .top-panel .container .social-list i {
  color: #fff;
}
.marathon-header-fixed .nav-list &gt; li {
  margin-right: 40px;
}
.marathon-header-fixed .nav-list &gt; li:last-child {
  margin-right: 0;
}
.marathon-header-fixed .nav-list &gt; li &gt; a {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.marathon-header-fixed .nav-list &gt; li &gt; a:after {
  background-color: #ffd910;
}
.marathon-header-fixed .nav-list &gt; li &gt; a i {
  color: #fff;
}
.marathon-header-fixed .nav-list &gt; li &gt; a:hover {
  color: #ffd910;
}
.marathon-header-fixed .nav-list &gt; li &gt; a:hover i {
  color: #ffd910;
}
.marathon-header-fixed .header-nav .header-nav-cover {
  border-top-color: rgba(255, 255, 255, 0.3);
}

/*-------------- CONFERENCE-HEADER-FIXED --------------*/
.conference-header-fixed {
  padding: 20px 0;
  background-color: transparent;
}
.conference-header-fixed.header-top {
  padding: 10px 0;
}
.conference-header-fixed .conference-header-row {
  align-items: center;
}
.conference-header-fixed .conference-header-btn {
  display: flex;
  justify-content: flex-end;
}
.conference-header-fixed .nav-list &gt; li &gt; a {
  color: #fff;
}
.conference-header-fixed .nav-list &gt; li &gt; a:after {
  top: auto;
  bottom: 0;
}
.conference-header-fixed .nav-list &gt; li &gt; a i {
  color: #fff;
}
.conference-header-fixed .btn:hover {
  color: #fff;
}

.header-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .header-fixed {
    display: flex;
    align-content: center;
    align-items: center;
  }
}
.header-fixed.header-top {
  top: -100px;
  position: fixed;
  background-color: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
}
.header-fixed.header-top.header-scroll {
  top: 0;
}

.marathon-header-fixed.header-top {
  background-color: #0d5aa5;
}
@media (max-width: 1366px) {
  .marathon-header-fixed.header-top {
    top: -75px;
  }
}
@media (max-width: 767px) {
  .marathon-header-fixed.header-top {
    top: 0;
  }
}
@media (max-width: 1366px) {
  .marathon-header-fixed.header-top.header-scroll {
    top: -75px;
  }
}
@media (max-width: 767px) {
  .marathon-header-fixed.header-top.header-scroll {
    top: 0;
  }
}

/*----------------- DANCE-HEADER-FIXED -----------------*/
.dance-header-fixed {
  background-color: transparent;
  padding: 28px 0;
}
.dance-header-fixed .nav-btn span {
  background-color: #fff;
}
.dance-header-fixed.header-fixed.header-top {
  padding: 18px 0;
  background-color: rgba(22, 14, 34, 0.95);
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .dance-header-fixed .nav-list {
    justify-content: flex-end;
  }
}
.dance-header-fixed .nav-list &gt; li &gt; a {
  color: #fff;
}
.dance-header-fixed .nav-list &gt; li &gt; a:after {
  top: auto;
  bottom: 0;
  background-color: #d52b74;
}
.dance-header-fixed .nav-list &gt; li &gt; a i {
  color: #fff;
}
.dance-header-fixed .nav-list &gt; li &gt; a:hover {
  color: #d52b74;
}
.dance-header-fixed .nav-list &gt; li &gt; a:hover i {
  color: #d52b74;
}
.dance-header-fixed .nav-list &gt; li.dropdown ul {
  background-color: #100a19;
}

/*--------------------- PAGE-TITLE ---------------------*/
.page-title {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title.page-title-conference:before {
  background: rgba(0, 0, 0, 0.7);
}
.page-title.page-title-dance:before {
  background: rgba(12, 3, 42, 0.8);
}
.page-title.page-title-dance:after {
  background-color: #100a19;
}
.page-title.page-title-dance .breadcrumbs li a:hover {
  color: #d52b74;
}
.page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(168deg, rgba(3, 63, 64, 0.6) 18.94%, rgba(15, 51, 178, 0.6) 82.05%);
}
.page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0, 50% 100%);
          clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0, 50% 100%);
  z-index: 4;
}

.page-title .container {
  padding: 40px 0;
  min-height: 214px;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-title .container .title {
  color: #fff;
  margin-bottom: 0;
  line-height: 1em;
}

.breadcrumbs {
  margin-bottom: 6px;
}
.breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Red Hat Display", sans-serif;
}

.breadcrumbs li a,
.breadcrumbs li {
  position: relative;
  letter-spacing: 0.01em;
  color: #fff;
}

.breadcrumbs li:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding: 0 4px;
}

.breadcrumbs li a:hover {
  color: #0d5aa5;
}

/*-------------------- HEADER-DANCE --------------------*/
.header-dance {
  background-color: #100a19;
}
.header-dance .nav-list &gt; li.dropdown ul {
  background-color: #100a19;
}
.header-dance .nav-list &gt; li &gt; a {
  color: #fff;
}
.header-dance .nav-list &gt; li &gt; a:after {
  background-color: #d52b74;
}
.header-dance .nav-list &gt; li &gt; a i {
  color: #fff;
}
.header-dance .nav-list &gt; li &gt; a:hover {
  color: #d52b74;
}
.header-dance .nav-list &gt; li &gt; a:hover i {
  color: #d52b74;
}
.header-dance .header-nav .header-nav-cover {
  border-color: rgba(255, 255, 255, 0.2);
}
.header-dance .nav-btn span {
  background-color: #fff;
}
@media (max-width: 767px) {
  .header-dance .nav-menu {
    background-color: #100a19;
  }
}

/*----------------------- MEDIA -----------------------*/
@media (max-width: 1366px) {
  .marathon-header-fixed .nav-list &gt; li {
    margin-right: 30px;
  }
  .marathon-header-fixed .top-panel {
    padding-top: 24px;
    padding-bottom: 22px;
  }
  .marathon-header-fixed .top-panel .container .social-list li {
    margin-right: 25px;
  }
  .page-title .container {
    min-height: 200px;
  }
  .conference-header-fixed .nav-list &gt; li {
    margin-right: 16px;
  }
  .conference-header-fixed .nav-list &gt; li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .marathon-header-fixed .nav-list &gt; li {
    margin-right: 18px;
  }
  .nav-list &gt; li &gt; a {
    font-size: 14px;
  }
  .nav-list &gt; li.dropdown ul {
    min-width: 160px;
  }
  .nav-list &gt; li.dropdown ul li a {
    padding: 2px 15px;
    font-size: 12px;
  }
  .marathon-header-fixed .top-panel .container .social-list li {
    margin-right: 20px;
    font-size: 15px;
  }
  .top-panel {
    padding: 20px 0px;
  }
  .top-panel .container .social-list li {
    font-size: 15px;
  }
  .title-conference {
    padding: 8px 0;
  }
  .title-conference:before {
    height: 62px;
  }
  .conference-header-fixed .nav-list &gt; li &gt; a {
    font-size: 12px;
  }
  .conference-header-fixed .conference-header-btn {
    padding-left: 0;
  }
  .conference-header-fixed .conference-header-btn .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .marathon-header-fixed .top-panel .container .social-list li {
    margin-right: 16px;
  }
  .marathon-header-fixed .nav-list &gt; li {
    margin-right: 8px;
  }
  .nav-list &gt; li &gt; a {
    font-size: 12px;
  }
  .page-title .container {
    min-height: 160px;
  }
  .conference-header-fixed .nav-list {
    justify-content: flex-end;
  }
  .conference-header-fixed .conference-header-btn {
    display: none;
  }
  .conference-header-fixed .nav-list &gt; li.dropdown ul {
    left: auto;
    right: 0;
  }
  .dance-header-fixed .nav-list &gt; li.dropdown ul {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .top-panel {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-panel .social-list {
    display: none;
  }
  .nav-btn span {
    background-color: #333;
  }
  .nav-list &gt; li {
    margin-right: 0;
    margin-bottom: 3px;
  }
  .nav-list &gt; li:last-child {
    margin-bottom: 0;
  }
  .marathon-header-fixed .top-panel {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .marathon-header-fixed .nav-list &gt; li {
    margin-right: 0;
  }
  .marathon-header-fixed .nav-btn span {
    background-color: #fff;
  }
  .marathon-header-fixed .nav-menu {
    background-color: #0d5aa5;
  }
  .header-nav .container {
    position: static;
  }
  .header-nav .header-nav-cover {
    border: none;
    padding: 0;
  }
  .header-nav .header-nav-cover .btn {
    display: none;
  }
  .nav-list &gt; li &gt; a {
    font-size: 18px;
    line-height: 34px;
  }
  .nav-list &gt; li.dropdown ul {
    min-width: auto;
    width: 100% !important;
  }
  .nav-list &gt; li.dropdown ul li a {
    padding: 4px 15px 4px 25px;
    font-size: 14px;
  }
  .s-choose-us {
    -webkit-clip-path: polygon(100% 0%, 100% 98%, 50% 100%, 0 98%, 0 0, 50% 2%);
            clip-path: polygon(100% 0%, 100% 98%, 50% 100%, 0 98%, 0 0, 50% 2%);
  }
  .page-title .container {
    padding: 25px 0;
    min-height: 140px;
  }
  .conference-header-fixed {
    padding: 10px 0;
  }
  .conference-header-fixed .container {
    position: static;
  }
  .conference-header-fixed .nav-btn {
    top: 0;
  }
  .conference-header-fixed .nav-btn span {
    background-color: #fff;
  }
  .conference-header-fixed .nav-menu {
    background-color: #333333;
  }
  .conference-header-fixed .nav-list &gt; li {
    margin-right: 0;
  }
  .conference-header-fixed .nav-list &gt; li &gt; a {
    font-size: 16px;
  }
  .dance-header-fixed .nav-menu {
    background-color: #100a19;
  }
  .dance-header-fixed.header-fixed.header-top {
    padding: 15px 0;
  }
  .logo {
    position: relative;
    z-index: 4;
  }
  .dance-header-fixed {
    padding: 14px 0;
  }
  .nav-menu .nav-list {
    transform: translateX(-40px);
    opacity: 0;
  }
  .nav-menu.active .nav-list {
    transition: 0.25s ease-out 0.4s;
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .page-title:after {
    height: 16px;
  }
}
/*---------------------------------------------------------*/
/* FORMS */
/*---------------------------------------------------------*/
button, input[type=button], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: "Red Hat Display", sans-serif;
  transition: 0.35s ease;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 18px;
  font-family: "Red Hat Display", sans-serif;
  color: #8b8b8b;
  border: 1px solid #d9d9d9;
  transition: 0.35s ease;
}
input[type=text]:hover, input[type=text]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
textarea:hover,
textarea:focus {
  border-color: #0d5aa5;
  box-shadow: 0px 0px 10px rgba(13, 90, 165, 0.3);
}
@media (max-width: 1199px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
textarea {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
textarea {
    padding: 0 15px;
  }
}

textarea {
  height: 124px;
  resize: none;
  padding-top: 14px;
}

input::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a5a5a5;
  opacity: 1;
}

input::placeholder {
  color: #a5a5a5;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #a5a5a5;
  opacity: 1;
}

textarea::placeholder {
  color: #a5a5a5;
  opacity: 1;
}

/*-------------------- NICE-SELECT --------------------*/
.nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  padding: 0 30px 0 30px;
  font-size: 18px;
  font-family: "Red Hat Display", sans-serif;
  color: #8b8b8b;
  position: relative;
  z-index: 1;
}
.nice-select .list li:first-child {
  display: none;
}
.nice-select:hover, .nice-select.open {
  border-color: #0d5aa5;
  box-shadow: 0px 0px 10px rgba(13, 90, 165, 0.3);
}
.nice-select .current {
  color: #a5a5a5;
}
.nice-select .list {
  border-radius: 0;
  box-shadow: 0 0 0 1px #d9d9d9;
}
.nice-select .option {
  padding-left: 20px;
  padding-right: 15px;
}

.search-form,
.subscribe-form {
  position: relative;
}
.search-form .inp-form,
.subscribe-form .inp-form {
  padding-right: 50px;
}
.search-form .btn-form,
.subscribe-form .btn-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
  border: 2px solid #0d5aa5;
  background-color: #0d5aa5;
  color: #fff;
}
.search-form .btn-form i,
.subscribe-form .btn-form i {
  color: #fff;
}
.search-form .btn-form:hover,
.subscribe-form .btn-form:hover {
  background-color: transparent;
  color: #0d5aa5;
}
.search-form .btn-form:hover i,
.subscribe-form .btn-form:hover i {
  color: #0d5aa5;
}

/*-------------------- CONTACT FORM --------------------*/
.form-cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-cover &gt; li {
  margin-bottom: 26px;
  position: relative;
}

.inp-cover {
  position: relative;
  z-index: 2;
  width: calc(50% - 5px);
}

.inp-text {
  width: 100%;
}

.checkbox-wrap {
  margin-bottom: 34px;
  margin-top: 14px;
}

.checkbox-cover {
  position: relative;
  display: inline-block;
}

.checkbox-cover p {
  position: relative;
  padding-left: 44px;
  font-size: 14px;
  line-height: 1.6;
  color: #8b8b8b;
  font-family: "Red Hat Display", sans-serif;
}

.checkbox-cover p:before {
  content: "";
  display: inline-block;
  border: 1px solid #d9d9d9;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 0;
  text-align: center;
  color: #0d5aa5;
  font-weight: 900;
  padding-left: 1px;
}

.checkbox-cover input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}

.checkbox-cover input:checked + p:before {
  content: "\f00c";
}

#success_page {
  color: #333333;
}

#success_page h3 {
  color: #0d5aa5;
  margin-bottom: 5px;
}

#message {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  text-align: center;
  color: #0d5aa5;
  margin: 15px 0;
}

#message .error_message {
  color: #f23849;
}

/*-------------------- DANCE-PAGE --------------------*/
.dance-page input[type=text],
.dance-page input[type=tel],
.dance-page input[type=email],
.dance-page input[type=password],
.dance-page input[type=search],
.dance-page textarea {
  color: #fff;
  border-color: #393939;
  background-color: transparent;
}
.dance-page input[type=text]:hover, .dance-page input[type=text]:focus,
.dance-page input[type=tel]:hover,
.dance-page input[type=tel]:focus,
.dance-page input[type=email]:hover,
.dance-page input[type=email]:focus,
.dance-page input[type=password]:hover,
.dance-page input[type=password]:focus,
.dance-page input[type=search]:hover,
.dance-page input[type=search]:focus,
.dance-page textarea:hover,
.dance-page textarea:focus {
  border-color: #d52b74;
  box-shadow: 0px 0px 10px rgba(213, 43, 116, 0.3);
}
.dance-page .search-form .btn-form,
.dance-page .subscribe-form .btn-form {
  border-color: #d52b74;
  background-color: #d52b74;
}
.dance-page .search-form .btn-form:hover,
.dance-page .subscribe-form .btn-form:hover {
  background-color: transparent;
  color: #d52b74;
}
.dance-page .search-form .btn-form:hover i,
.dance-page .subscribe-form .btn-form:hover i {
  color: #d52b74;
}

/*----------------------- MEDIA -----------------------*/
@media (max-width: 1199px) {
  .checkbox-cover p {
    padding-left: 30px;
  }
  .checkbox-cover p:before {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    top: 0;
  }
  .nice-select {
    font-size: 16px;
    padding-left: 20px;
    height: 46px;
    line-height: 44px;
  }
  input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=search] {
    height: 46px;
  }
}
@media (max-width: 991px) {
  .inp-cover {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  textarea {
    height: 150px;
  }
  .subscribe-form input, .search-form input {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .nice-select {
    padding: 0 24px 0 15px;
  }
  .nice-select:after {
    right: 12px;
  }
  .nice-select .option {
    padding-left: 15px;
  }
  .inp-cover {
    width: 100%;
  }
  .subscribe-form input, .search-form input {
    padding-left: 15px;
  }
  .inp-profession {
    z-index: 3;
  }
}
/*---------------------------------------------------------*/
/* FOOTER */
/*---------------------------------------------------------*/
/*----------------------- FOOTER -----------------------*/
footer {
  padding: 154px 0 140px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
footer h5 {
  font-size: 18px;
  margin-bottom: 42px;
  padding-top: 3px;
  line-height: 1.4;
}
footer .social-list {
  margin: -7px 0 10px;
}

.footer-cont .logo {
  display: inline-block;
  margin-bottom: 33px;
}
.footer-cont p {
  margin-bottom: 24px;
}
.footer-cont .footer-phone {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-cont .footer-phone a {
  color: #333333;
}
.footer-cont .footer-phone a:hover {
  color: #0d5aa5;
}
.footer-cont .footer-phone i {
  color: #0d5aa5;
  margin-right: 10px;
}
.footer-cont .footer-email {
  font-weight: 700;
}
.footer-cont .footer-email a {
  position: relative;
}
.footer-cont .footer-email a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffd910;
  transition: 0.35s ease;
}
.footer-cont .footer-email a:hover:before {
  width: 100%;
}
.footer-cont .footer-copyright {
  font-size: 14px;
  color: #333333;
  margin-top: 58px;
}
.footer-cont .footer-copyright a {
  color: #333333;
}
.footer-cont .footer-copyright a:hover {
  color: #0d5aa5;
}

.footer-item-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-item-link .footer-link {
  width: calc(50% - 10px);
}
.footer-item-link .footer-link li {
  margin-bottom: 8px;
}
.footer-item-link .footer-link li:last-child {
  margin-bottom: 0;
}
.footer-item-link .footer-link li a {
  color: #8b8b8b;
}
.footer-item-link .footer-link li a:hover {
  color: #0d5aa5;
}

.footer-subscribe h5 {
  margin-bottom: 35px;
}
.footer-subscribe p {
  font-size: 14px;
  margin-top: 27px;
}
.footer-subscribe a {
  font-weight: 700;
}

.social-list {
  display: flex;
  align-items: center;
}
.social-list li {
  margin-right: 24px;
  font-size: 20px;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list a:hover i {
  color: #0d5aa5;
}

/*-------------------- DARK-FOOTER --------------------*/
.dark-footer {
  background-color: #160E22;
}
.dark-footer .footer-cont .footer-email a:before {
  background-color: #d52b74;
}
.dark-footer .footer-cont .footer-phone i {
  color: #d52b74;
}
.dark-footer .footer-cont .footer-phone a {
  color: #bcbcbc;
}
.dark-footer .footer-cont .footer-phone a:hover {
  color: #d52b74;
}
.dark-footer .footer-cont .footer-copyright {
  color: #fff;
}
.dark-footer .footer-cont .footer-copyright a {
  color: #fff;
}
.dark-footer .footer-cont .footer-copyright a:hover {
  color: #d52b74;
}
.dark-footer .footer-item-link .footer-link li a {
  color: #bcbcbc;
}
.dark-footer .footer-item-link .footer-link li a:hover {
  color: #d52b74;
}

/*---------------------------------------------------------*/
/* CONTENT STYLE */
/*---------------------------------------------------------*/
.lightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* A bit of padding around image */
  padding: 1em;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*----------------------- LOGO -----------------------*/
.logo {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  z-index: 4;
}
.logo img {
  display: block;
  width: 300px;
}
.footer-cont .logo img {
  width: 80%;
  margin-left: -5%;
  margin-top: -8%;
}

@media screen and (max-width: 575px) {
  .logo img {
    width: 50%;
    margin-top: -2%;
  }
  .footer-cont .logo img {
    width: 80%;
    margin-left: -5%;
  }
}
.btn {
  padding: 14px 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.1em;
  border: 2px solid #0d5aa5;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 0px 20px rgba(27, 49, 168, 0.1);
  background-color: transparent;
}
.btn:hover {
  color: #0d5aa5;
}
.btn:hover:before {
  transform: translate(-50%, -50%) scale(0);
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 110%;
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  border-radius: 50%;
  background-color: #0d5aa5;
  transition: 0.35s ease;
  pointer-events: none;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn.btn-white {
  border-color: #fff;
  color: #0d5aa5;
}
.btn.btn-white:before {
  background-color: #fff;
}
.btn.btn-white:hover {
  color: #fff;
  border-color: #ffd910;
}
.btn.btn-yellow {
  border-color: #ffd910;
  color: #333333;
  font-weight: 500;
}
.btn.btn-yellow:before {
  background-color: #ffd910;
}
.btn.btn-pink {
  padding-left: 27px;
  padding-right: 27px;
  border-color: #d52b74;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 500;
  box-shadow: 0px 0px 20px rgba(27, 49, 168, 0.1);
  border-radius: 10px;
  box-shadow: inset 0px 0px 0px 10px #d52b74;
}
.btn.btn-pink:hover {
  box-shadow: none;
}
.btn.btn-pink:before {
  background-color: #d52b74;
}

/*---------------------- TO-TOP ----------------------*/
.to-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: 0.3s ease-in-out;
  width: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.to-top i {
  color: #fff;
}
.to-top:hover {
  background-color: #ffd910;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
}
.to-top.active {
  opacity: 1;
  pointer-events: auto;
}

/*------------------ MARATHON SLIDER ------------------*/
.s-marathon-slider {
  position: relative;
}
.s-marathon-slider .marathon-slider-shape {
  position: relative;
  width: 100%;
  margin-top: -2px;
  display: block;
  z-index: -1;
}

.marathon-slider {
  background: linear-gradient(0deg, #0f33b2 0%, #0c68a0 100%);
}

.marathon-slide {
  position: relative;
  min-height: 967px;
  overflow: hidden;
  color: #fff;
}
.marathon-slide .slider-location {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  top: 30%;
  left: 60.5%;
  z-index: 3;
  opacity: 0;
}
.marathon-slide .slider-location .date {
  color: #ffd910;
}
.marathon-slide .marathon-text-right,
.marathon-slide .marathon-text-left {
  font-family: "Paladins";
}
.marathon-slide .marathon-text-left {
  position: absolute;
  top: 15%;
  right: 57%;
  font-size: 140px;
  line-height: 80%;
  text-align: right;
  text-transform: uppercase;
  color: transparent;
  text-shadow: 0px 4px 4px rgba(3, 37, 110, 0.25);
  -webkit-text-stroke: 3px white;
  text-stroke: 3px white;
  z-index: 3;
  opacity: 0;
}
.marathon-slide .marathon-text-left img {
  height: 43vh;
}
.marathon-slide .marathon-text-right {
  position: absolute;
  top: 38%;
  left: 50%;
  color: #fff;
  font-size: 220px;
  line-height: 90%;
  letter-spacing: -0.06em;
  opacity: 0;
}

.marathon-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.marathon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  z-index: 2;
  opacity: 0;
}

.marathon-slide-1 .marathon-img {
  top: 59%;
  left: 44%;
}

.marathon-slide-2 .marathon-img {
  top: 60%;
  left: 45%;
}

.marathon-slide-3 .marathon-img {
  top: 59%;
  left: 43%;
}

.s-marathon-slider .marathon-slide.marathon-slide-3 .marathon-text-right {
  left: 46%;
}

.animated-page .marathon-slide .marathon-img {
  -webkit-animation-name: marathon-img;
          animation-name: marathon-img;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.11, 0.42, 0.87);
          animation-timing-function: cubic-bezier(0.55, 0.11, 0.42, 0.87);
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes marathon-img {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: blur(0);
  }
  30% {
    opacity: 0;
  }
  80% {
    transform: translate(60%, -50%);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 0;
    transform: translate(-60%, -50%);
    filter: blur(5px);
  }
}
@keyframes marathon-img {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: blur(0);
  }
  30% {
    opacity: 0;
  }
  80% {
    transform: translate(60%, -50%);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 0;
    transform: translate(-60%, -50%);
    filter: blur(5px);
  }
}
.animated-page .marathon-slide.slick-current .marathon-img {
  opacity: 0;
  -webkit-animation-name: marathon-img-current;
          animation-name: marathon-img-current;
  -webkit-animation-timing-function: cubic-bezier(0.37, 0.88, 0.42, 0.96);
          animation-timing-function: cubic-bezier(0.37, 0.88, 0.42, 0.96);
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@-webkit-keyframes marathon-img-current {
  0% {
    opacity: 0;
    transform: translate(-60%, -50%);
    filter: blur(5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes marathon-img-current {
  0% {
    opacity: 0;
    transform: translate(-60%, -50%);
    filter: blur(5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: blur(0);
  }
}
.animated-page .marathon-slide .slider-location,
.animated-page .marathon-slide .marathon-text-right,
.animated-page .marathon-slide .marathon-text-left {
  -webkit-animation-name: text-marathon;
          animation-name: text-marathon;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.11, 0.42, 0.87);
          animation-timing-function: cubic-bezier(0.55, 0.11, 0.42, 0.87);
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes text-marathon {
  0% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
  30% {
    opacity: 0;
  }
  80% {
    transform: translateX(50%);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 0;
    transform: translateX(-60%);
    filter: blur(5px);
  }
}
@keyframes text-marathon {
  0% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
  30% {
    opacity: 0;
  }
  80% {
    transform: translateX(50%);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 0;
    transform: translateX(-60%);
    filter: blur(5px);
  }
}
.animated-page .marathon-slide.slick-current .slider-location,
.animated-page .marathon-slide.slick-current .marathon-text-right,
.animated-page .marathon-slide.slick-current .marathon-text-left {
  opacity: 0;
  -webkit-animation-name: text-current;
          animation-name: text-current;
  -webkit-animation-timing-function: cubic-bezier(0.37, 0.88, 0.42, 0.96);
          animation-timing-function: cubic-bezier(0.37, 0.88, 0.42, 0.96);
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@-webkit-keyframes text-current {
  0% {
    opacity: 0;
    transform: translateX(-60%);
    filter: blur(5px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes text-current {
  0% {
    opacity: 0;
    transform: translateX(-60%);
    filter: blur(5px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
}

.marathon-slider {
  max-height: 85vh;
}
.marathon-slider .slick-dots {
  pointer-events: none;
  padding: 0 15px;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1300px;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.marathon-slider .slick-dots li {
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: auto;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  margin-right: 0;
}
.marathon-slider .slick-dots li button {
  opacity: 1;
  position: static;
}
.marathon-slider .slick-dots li:after {
  content: "";
  position: relative;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s ease;
}
.marathon-slider .slick-dots li:hover {
  background: transparent;
}
.marathon-slider .slick-dots li.slick-active {
  background-color: transparent;
}
.marathon-slider .slick-dots li.slick-active:after {
  width: 60px;
  margin-right: 25px;
}
.marathon-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.marathon-slider .slick-dots button {
  transition: 0.4s ease;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  border: 1px solid #fff;
  margin: 0 25px 0 0;
  padding: 0;
  width: 14px;
  height: 14px;
}
.marathon-slider .slick-dots button:hover {
  background-color: #fff;
}

.scene-item,
.scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}

/*-------------------- CLOCK-TIMER --------------------*/
.clock-timer.clock-timer-marathon {
  position: absolute;
  bottom: 15%;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  color: #fff;
}
.clock-timer.clock-timer-marathon span {
  color: #ffd910;
}
.clock-timer.clock-timer-marathon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clock-timer.clock-timer-marathon .days-item img {
  top: 46%;
  left: 37%;
}
.clock-timer.clock-timer-marathon .hours-item img {
  top: 40%;
  left: 56%;
}
.clock-timer.clock-timer-marathon .minutes-item img {
  top: 39%;
  left: 50%;
}
.clock-timer.clock-timer-marathon .seconds-item img {
  top: 60%;
  left: 50%;
}

.clock-timer {
  display: flex;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.clock-timer &gt; div {
  min-width: 152px;
  padding: 10px;
  position: relative;
  font-size: 72px;
}
.clock-timer span {
  position: relative;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: block;
  z-index: 1;
}
.clock-timer .smalltext {
  font-size: 24px;
  z-index: 1;
  font-weight: 700;
  margin-top: -3px;
}

/* ----------------- S-OUR-MISSION ------------------ */
.s-our-mission {
  padding: 140px 0px 150px 0px;
}
.s-our-mission.s-about-speaker .our-mission-img span {
  max-width: 555px;
}
.s-our-mission.s-about-speaker .our-mission-info {
  padding-top: 58px;
  background-color: white;
}
.s-our-mission.s-about-speaker .our-mission-info p {
  margin-bottom: 15px;
}
.s-our-mission.s-about-speaker .our-mission-info p:last-child {
  margin-bottom: 0;
}
.s-our-mission.s-about-speaker .mission-info-text {
  margin-bottom: 40px;
}

.mission-effect {
  position: absolute;
  bottom: -73px;
  left: -75px;
}

.our-mission-img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.our-mission-img span {
  position: relative;
}
.our-mission-img .mission-img-effect-1 {
  position: absolute;
  top: -49px;
  left: -45px;
  z-index: 2;
}
.our-mission-img .about-img-effect-2 {
  position: absolute;
  bottom: -25px;
  right: -18px;
}
.our-mission-img .mission-img-effect-4 {
  position: absolute;
  bottom: -23px;
  left: -36px;
}
.our-mission-img .mission-img {
  max-width: 100%;
  display: flex;
  box-shadow: 10px 34px 26px rgba(14, 64, 173, 0.1);
  position: relative;
  z-index: 1;
}

.our-mission-info {
  padding-top: 25px;
  padding-left: 26px;
  background-color: white;
}
.our-mission-info h4 {
  max-width: 450px;
  line-height: 140%;
  margin-bottom: 32px;
}
.our-mission-info p {
  margin-bottom: 42px;
}

.mission-meta {
  display: flex;
  flex-wrap: wrap;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 10px;
}
.mission-meta li {
  vertical-align: middle;
  margin-right: 20px;
}
.mission-meta li:last-child {
  margin-right: 0;
}
.mission-meta li i {
  margin-right: 10px;
  color: #0d5aa5;
}

.mission-number-cover {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
}
.mission-number-cover .mission-number-item {
  padding: 30px;
  position: relative;
  font-weight: 700;
  border-right: 1px solid #e5e5e5;
  flex: 1;
  flex-basis: 50%;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*&amp;:before {
  	content: '';
  	position: absolute;
  	right: 0;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 1px;
  	height: 100%;
  	background-color: #e5e5e5;
  }*/
}
.mission-number-cover .mission-number-item:last-child:before {
  display: none;
}
.mission-number-cover .mission-number-item .number {
  display: block;
  font-size: 48px;
  color: #0d5aa5;
  line-height: 1;
  margin-bottom: 10px;
}
.mission-number-cover .mission-number-item span {
  text-transform: capitalize;
  color: #333333;
}

/* ------------------ S-CHOOSE-US ------------------- */
.s-choose-us {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fbfbfb;
  padding: 140px 0px 136px;
  text-align: center;
  -webkit-clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
          clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
}

.choose-us-item img {
  max-height: 60px;
}
.choose-us-item h4 {
  font-weight: 600;
  position: relative;
  margin: 21px 0;
}
.choose-us-item p {
  text-transform: capitalize;
}

/* ---------------- S-EVENT-SCHEDULE ----------------- */
.s-event-schedule {
  padding: 140px 0;
}

.schedule-effect-white {
  position: absolute;
  top: -82px;
  right: -198px;
}

.schedule-effect-yellow {
  position: absolute;
  top: 700px;
  right: -212px;
}

.event-schedule-tabs {
  padding-right: 10px;
}

.schedule-effect-tringle {
  position: absolute;
  top: 49%;
  left: -14%;
  width: 90px;
}

.event-schedule-item {
  background-color: #fff;
  border: 2px solid #f0f0f0;
  margin-bottom: 12px;
  display: flex;
}
.event-schedule-item:last-child {
  margin-bottom: 0;
}
.event-schedule-item .schedule-item-img {
  width: 18%;
  text-align: center;
  margin: 10px 0px;
  padding: 30px 0px;
  border-right: 1px solid #f0f0f0;
  position: relative;
  z-index: 1;
}
.event-schedule-item .schedule-item-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 60px;
}
.event-schedule-item .schedule-item-info {
  width: 82%;
  padding: 38px 24px 29px 28px;
  cursor: pointer;
  position: relative;
}
.event-schedule-item .schedule-item-info:before {
  content: "";
  transition: 0.35s ease;
  position: absolute;
  right: 17px;
  top: 40px;
  background-image: url(../img/arrow-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 28px;
}
.event-schedule-item .schedule-item-info .date {
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  padding: 0 21px;
  background-color: #f0f0f0;
  display: inline-block;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
}
.event-schedule-item .schedule-item-info.active h4:before {
  transform: rotate(90deg);
}
.event-schedule-item .schedule-item-info:hover h4 {
  color: #0d5aa5;
}
.event-schedule-item .schedule-item-info h4 {
  transition: 0.35s ease;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
}
.event-schedule-item .schedule-item-info .schedule-info-content {
  margin-top: 15px;
  padding-bottom: 20px;
  display: none;
  width: 100% !important;
}
.event-schedule-item .schedule-item-info .schedule-info-content ul li {
  padding-bottom: 10px;
}

.event-schedule-img {
  display: flex;
  justify-content: flex-end;
}
.event-schedule-img .schedule-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.event-schedule-img .schedule-img-effect {
  position: absolute;
  top: -38px;
  left: -40px;
  z-index: 1;
  pointer-events: none;
}

.schedule-img-wrap {
  position: relative;
  align-self: flex-start;
}

/*------------------ map-with-route ------------------*/
.map-with-route {
  padding: 8rem 0;
}

.map-route-img {
  display: flex;
  justify-content: flex-start;
}
.map-route-img span {
  position: relative;
  padding-right: 36px;
}
.map-route-img .map-img {
  display: flex;
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.map-route-img .map-img-effect-2 {
  position: absolute;
  bottom: -28px;
  right: 2px;
}
.map-route-img .map-img-effect-1 {
  position: absolute;
  top: -37px;
  left: -45px;
  z-index: 2;
  width: 160px;
}

.map-route-info {
  padding-top: 64px;
}
.map-route-info h4 {
  line-height: 1.3em;
  max-width: 470px;
  margin-bottom: 33px;
}
.map-route-info .route-info-content p {
  margin-bottom: 23px;
  max-width: 500px;
}
.map-route-info .route-info-content p:last-child {
  margin-bottom: 0;
}
.map-route-info .mission-number-cover {
  margin: 38px -15px 0;
}
.map-route-info .mission-number-cover .mission-number-item {
  padding: 0 15px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.map-route-info .mission-number-cover .mission-number-item span {
  text-transform: none;
}
.map-route-info .mission-number-cover .mission-number-item .map-img-effect {
  position: absolute;
  left: 10px;
  top: -65px;
  z-index: -1;
}

.map-route-cover {
  padding-left: 11px;
}

/*---------------- S-MARATHON-REGISTER ----------------*/
.s-marathon-register {
  background-color: #f5f7f9;
  padding: 150px 0;
  position: relative;
}
.s-marathon-register:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../img/bg-register.svg);
  z-index: 1;
  pointer-events: none;
}
.s-marathon-register:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 285px;
  background-color: #0d5aa5;
  background-image: url(../img/bg-form.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
          clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
}
.s-marathon-register .container {
  z-index: 2;
}
.s-marathon-register .title span:after, .s-marathon-register .title span:before {
  background-color: #333333;
}
.s-marathon-register .btn {
  padding-left: 44px;
  padding-right: 44px;
}

.marathon-register {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 40px 70px 70px;
}
.marathon-register .title {
  margin-bottom: 111px;
}
.marathon-register .inp-name,
.marathon-register .inp-email {
  width: 100%;
}
.marathon-register .checkbox-cover p {
  max-width: 390px;
}

.register-img-effect-1 {
  position: absolute;
  top: -52px;
  left: -52px;
  z-index: 1;
}

.register-img-effect-2 {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  right: 4%;
}

.marathon-register-row {
  display: flex;
  justify-content: flex-end;
}

.register-img {
  position: absolute;
  left: 20px;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 53%;
}

/*--------------------- S-CLIENTS ---------------------*/
.s-clients {
  text-align: center;
  padding: 140px 0;
}

.clients-cover {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.clients-cover .clients {
  width: 33%;
  padding: 2rem;
}
.clients-cover .client-logo {
  height: 150px;
  display: flex;
  align-content: center;
  align-items: center;
}

.s-clients img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.clients-cover {
  margin: 0 -15px;
}
.clients-cover .client-slide {
  padding: 0 15px;
}
.clients-cover .client-slide .client-slide-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 147px;
}

/*------------------ S-MARATHON-NEWS ------------------*/
.s-marathon-news {
  padding-bottom: 135px;
}
.s-marathon-news .title {
  margin-bottom: 64px;
}

.marathon-news-slider {
  margin: 0 -45px;
  position: relative;
}
.marathon-news-slider:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 89%;
  height: 1px;
  background: #ebebeb;
}
.marathon-news-slider .slick-arrow {
  position: absolute;
  top: 66px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #0e40ad;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transition: 0.35s ease;
}
.marathon-news-slider .slick-arrow:hover {
  background-color: #0d5aa5;
  border-color: #0d5aa5;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.marathon-news-slider .slick-arrow:hover i {
  color: #fff;
}
.marathon-news-slider .slick-arrow i {
  color: #0d5aa5;
  font-size: 16px;
}
.marathon-news-slider .slick-arrow.slick-arrow-next {
  right: 8px;
  padding-left: 2px;
}
.marathon-news-slider .slick-arrow.slick-arrow-prev {
  left: 8px;
}

.marathon-news-slide {
  padding: 0 15px 15px;
}

.marathon-news-item {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  position: relative;
  padding: 25px 0 21px;
  transition: 0.5s ease;
}
.marathon-news-item:hover {
  background-color: #fff;
}
.marathon-news-item:before {
  content: "";
  transition: 0.2s ease;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  width: 30px;
  height: 14px;
  z-index: 0;
}
.marathon-news-item h5 {
  padding: 0 30px;
  line-height: 1.5em;
  margin-bottom: 23px;
  font-size: 18px;
}

.marathon-post-thumbnail {
  position: relative;
}
.marathon-post-thumbnail a {
  display: block;
  transition: 0.35s ease;
  overflow: hidden;
  position: relative;
}
.marathon-post-thumbnail a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.35s ease;
  background: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.marathon-post-thumbnail a:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.marathon-post-thumbnail a:hover img {
  transition-duration: 0.8s;
  transform: scale(1.1);
}
.marathon-post-thumbnail a img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 170px;
  transition: 0.5s ease-out;
}
.marathon-post-thumbnail .marathon-post-category {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  color: #fff;
  background-color: #252525;
  line-height: 30px;
  text-align: center;
  padding: 0 17px;
  font-family: "Red Hat Display", sans-serif;
}

.marathon-news-date {
  text-align: center;
  margin-bottom: 92px;
  position: relative;
}
.marathon-news-date span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 3px;
}
.marathon-news-date:before {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #0d5aa5;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.marathon-post-content {
  padding: 25px 30px 0;
}
.marathon-post-content .btn {
  margin-top: 23px;
  padding-left: 26px;
  padding-right: 26px;
}

.marathon-post-meta {
  margin-top: 17px;
  font-size: 14px;
}
.marathon-post-meta i {
  margin-right: 5px;
  font-size: 14px;
  color: #ffd910;
}
.marathon-post-meta a {
  color: #8b8b8b;
}
.marathon-post-meta a:hover {
  color: #0d5aa5;
}

/*-------------------- S-INSTAGRAM --------------------*/
.instagram-cover {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.instagram-cover .instagram-item {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.instagram-cover .instagram-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.35s ease;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.instagram-cover .instagram-item:hover img {
  transition-duration: 0.8s;
  transform: scale(1.1);
}
.instagram-cover .instagram-item:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.instagram-cover .instagram-item:hover ul {
  top: 50%;
  opacity: 1;
}
.instagram-cover .instagram-item ul {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0;
  opacity: 0;
  transition: 0.5s ease;
}
.instagram-cover .instagram-item ul li {
  margin-right: 24px;
}
.instagram-cover .instagram-item ul li:last-child {
  margin-right: 0;
}
.instagram-cover .instagram-item ul i {
  color: #fff;
}
.instagram-cover img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-out;
}

/*---------------------- S-NEWS ----------------------*/
.s-news {
  padding: 140px 0 0;
}
.s-news .sidebar {
  padding-top: 5px;
}

.post-item-cover {
  margin-top: 94px;
}
.post-item-cover:first-child {
  margin-top: 0;
}
.post-item-cover .title {
  margin-bottom: 11px;
  text-align: left;
}
.post-item-cover .title a {
  color: #333333;
}
.post-item-cover .title a:hover {
  color: #0d5aa5;
}
.post-item-cover .post-thumbnail {
  margin-bottom: 35px;
  position: relative;
}
.post-item-cover .post-thumbnail a {
  display: block;
}
.post-item-cover .post-thumbnail a:hover {
  opacity: 0.8;
}
.post-item-cover .post-thumbnail img {
  display: block;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.post-item-cover .post-thumbnail .post-category {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  z-index: 2;
  background: #252525;
  line-height: 30px;
  padding: 0 14px;
  font-family: "Red Hat Display", sans-serif;
  text-transform: capitalize;
}
.post-item-cover .post-thumbnail .post-category a {
  color: #fff;
}
.post-item-cover .post-thumbnail .post-category a:hover {
  color: #ffd910;
}
.post-item-cover .meta {
  margin-bottom: 35px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
}
.post-item-cover .meta span {
  margin-right: 40px;
}
.post-item-cover .meta span a {
  color: #8b8b8b;
}
.post-item-cover .meta span a:hover {
  color: #0d5aa5;
}
.post-item-cover .meta span:last-child {
  margin-right: 0;
}
.post-item-cover .meta i {
  margin-right: 8px;
  color: #0d5aa5;
}
.post-item-cover .post-content .meta {
  margin: 14px 0 35px;
}

blockquote {
  margin: 25px 0;
  padding: 34px 34px 34px 100px;
  color: #fff;
  background-color: #0d5aa5;
  position: relative;
}

blockquote p {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
}

blockquote cite {
  font-weight: 500;
  margin-top: 24px;
  display: block;
  color: #fff;
}
blockquote cite a {
  color: #fff;
}
blockquote cite a:hover {
  color: #fff;
  opacity: 0.7;
}

blockquote cite:before {
  content: "—";
  display: inline-block;
  margin-right: 10px;
}

blockquote:before {
  content: "\f10e";
  position: absolute;
  top: 25px;
  left: 28px;
  font-family: "Font Awesome 5 Free";
  font-size: 90px;
  line-height: 90px;
  color: #fff;
  opacity: 0.2;
  font-weight: 900;
}

/*---------------------- WIDGET ----------------------*/
.widget {
  margin-top: 75px;
}

.widget:first-child {
  margin-top: 0;
}

.widget .title {
  text-transform: capitalize;
  padding-bottom: 17px;
  margin-bottom: 22px;
  border-bottom: 1px solid #d9d9d9;
  letter-spacing: 0;
  text-align: left;
}

.widget-newsletter .title, .widget-instagram .title, .widget-search .title {
  margin-bottom: 30px;
}
.widget a {
  color: #8b8b8b;
}
.widget a:hover {
  color: #0d5aa5;
}

/* WIDGET SEARCH */
.subscribe-form,
.search-form {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.subscribe-form .search-button,
.search-form .search-button {
  width: 50px;
  height: 100%;
  background-color: transparent;
  color: #fff;
  border-radius: 0px;
  border: 2px solid #0d5aa5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 16px;
  transition: 0.35s ease;
  overflow: hidden;
}
.subscribe-form .search-button:before,
.search-form .search-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 110%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  border-radius: 50%;
  background-color: #0d5aa5;
  transition: 0.35s ease;
  pointer-events: none;
}
.subscribe-form .search-button i,
.search-form .search-button i {
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.35s ease;
}
.subscribe-form .search-button:hover i,
.search-form .search-button:hover i {
  color: #0d5aa5;
}
.subscribe-form .search-button:hover:before,
.search-form .search-button:hover:before {
  transform: translate(-50%, -50%) scale(0);
}
.subscribe-form input,
.search-form input {
  width: 100%;
  padding: 0 50px 0 30px;
  font-size: 18px;
}

.subscribe-form input::-moz-placeholder,
.search-form input::-moz-placeholder {
  color: #bdbdbd;
}
.subscribe-form input:-ms-input-placeholder,
.search-form input:-ms-input-placeholder {
  color: #bdbdbd;
}
.subscribe-form input::-moz-placeholder, .search-form input::-moz-placeholder {
  color: #bdbdbd;
}
.subscribe-form input:-ms-input-placeholder, .search-form input:-ms-input-placeholder {
  color: #bdbdbd;
}
.subscribe-form input::placeholder,
.search-form input::placeholder {
  color: #bdbdbd;
}

/*widget-tags*/
.widget-tags ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -10px;
  padding-top: 8px;
}
.widget-tags ul li {
  margin-right: 16px;
  margin-top: 10px;
}
.widget-tags ul li a {
  border: 1px solid #252525;
  box-sizing: border-box;
  border-radius: 0px;
  background-color: #252525;
  font-size: 14px;
  color: #fff;
  padding: 5px 12px;
  display: block;
}
.widget-tags ul li a:hover {
  background-color: #0d5aa5;
  border-color: #0d5aa5;
  color: #fff;
}

/*widget-categories*/
.widget-archive li:not(:last-child),
.widget-categories li:not(:last-child) {
  margin-bottom: 10px;
}

.widget-archive li a,
.widget-categories li a {
  position: relative;
  text-transform: capitalize;
}

.widget-archive li a:before,
.widget-categories li a:before {
  content: "\f105";
  margin-right: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
}

/*widget-recent-posts*/
.widget-recent-posts li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-recent-posts li a {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.widget-recent-posts li a:hover {
  color: #0d5aa5;
}

.widget-recent-posts li .date {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}
.widget-recent-posts li .date i {
  margin-right: 8px;
}

/*widget-instagram*/
.widget-instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.widget-instagram li {
  width: 33.33%;
  padding: 10px;
}

.widget-instagram li a {
  display: block;
  position: relative;
}
.widget-instagram li a:before {
  content: "+";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  color: #fff;
  z-index: 2;
  font-weight: 500;
  font-size: 30px;
  transition: 0.3s ease;
  opacity: 0;
}
.widget-instagram li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d5aa5;
  z-index: 1;
  transition: 0.3s ease;
  opacity: 0;
}
.widget-instagram li a:hover:after {
  opacity: 0.5;
}
.widget-instagram li a:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.widget-instagram li img {
  width: 100%;
  display: block;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}

.widget-instagram li a:hover img {
  opacity: 0.7;
}

/*-------------------- PAGINATION --------------------*/
.pagination-cover {
  margin-top: 94px;
}

.pagination {
  display: flex;
}

.pagination-item:not(:last-child) {
  margin-right: 10px;
}

.pagination-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  width: 38px;
  text-align: center;
  border: 1px solid #d9d9d9;
  color: #333333;
  display: block;
  font-family: "Red Hat Display", sans-serif;
  border-radius: 0px;
}

.pagination-item a i {
  vertical-align: -1px;
  font-weight: 900;
}

.pagination-item:hover a,
.pagination-item.active a {
  border-color: #0d5aa5;
  background-color: #0d5aa5;
  color: #fff;
}
.pagination-item:hover a i,
.pagination-item.active a i {
  color: #fff;
}

.pagination-item.active {
  pointer-events: none;
}

/*------------------- S-SINGLE-NEWS -------------------*/
.s-single-blog .post-item-cover .post-thumbnail a {
  pointer-events: none;
}

/*.autor-cover*/
.autor-cover {
  margin: 53px 0 37px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 0;
  display: flex;
  align-items: center;
}

.autor-cover img {
  width: 124px;
  height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 30px;
}

.autor-cover .name {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  margin-bottom: 6px;
}

.autor-cover p {
  max-width: 370px;
}

/*navigation*/
.navigation {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.navigation-item {
  max-width: calc(50% - 15px);
}

.navigation-right {
  text-align: right;
}

.navigation-item span {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0d5aa5;
  transition: 0.3s ease;
}

.navigation-item .title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #333333;
  transition: 0.3s ease;
}
.navigation-item .title:before {
  color: #0d5aa5;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 1px;
}

.navigation-item.navigation-left .title {
  padding-left: 20px;
}

.navigation-item.navigation-right .title {
  padding-right: 20px;
}

.navigation-item.navigation-left .title:before {
  left: 0;
  content: "\f104";
}

.navigation-item.navigation-right .title:before {
  content: "\f105";
  right: 0;
}

.navigation-item:hover .title {
  color: #0d5aa5;
}

/*---------------------- REVIEWS ----------------------*/
.reviews {
  margin-top: 40px;
}
.reviews .btn-form-cover,
.reviews .checkbox-wrap {
  text-align: left;
}

.reviews .title {
  margin-bottom: 20px;
  letter-spacing: 0;
  text-align: left;
}

.reviews-form {
  margin-top: 50px;
}

.reviews-form .inp-name,
.reviews-form .inp-email {
  width: calc(50% - 15px);
}

.reviews-list .review-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.reviews-list ul {
  padding-left: 100px;
}

.review-avatar {
  margin-right: 20px;
}

.review-avatar img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-content .name {
  font-size: 20px;
  color: #0d5aa5;
  font-weight: 700;
  text-transform: capitalize;
}

.review-content .date {
  margin-bottom: 15px;
  font-size: 16px;
}
.review-content .date i {
  margin-right: 8px;
}

.faq-cover li:not(:last-child) {
  padding-bottom: 38px;
  border-bottom: 1px solid #534e5f;
  margin-bottom: 53px;
}

.review-btn {
  margin-top: 18px;
  font-weight: 600;
  display: inline-block;
  color: #0d5aa5;
}
.review-btn i {
  margin-right: 8px;
  color: #0d5aa5;
}
.review-btn:hover i {
  color: #ffd910;
}

/*----------------- S-ABOUT-SPEAKER -----------------*/
.s-about-speaker {
  padding: 160px 0;
}
.s-about-speaker.dance-about-speaker {
  padding: 142px 0 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------- S-HAVE-PREPARED -----------------*/
.s-have-prepared {
  position: relative;
  padding: 144px 0;
}
.s-have-prepared:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.s-have-prepared .container {
  z-index: 2;
}
.s-have-prepared.dance-have-prepared.dance-mask:before {
  background: rgba(12, 3, 42, 0.8);
}
.s-have-prepared.dance-have-prepared.dance-mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-members.svg);
  background-position: left center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.s-have-prepared.dance-have-prepared .have-prepared-item .have-prepared span {
  font-weight: 700;
  color: #fff;
}
.s-have-prepared.dance-have-prepared .have-prepared-item .have-prepared img {
  top: 3px;
  left: 50%;
}

.have-prepared {
  position: relative;
  text-align: center;
}
.have-prepared span {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 96px;
  font-weight: 500;
  line-height: 1.25em;
  color: #ffd910;
}
.have-prepared h4 {
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 28px;
  margin-top: 4px;
  font-size: 25px;
}
.have-prepared h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffd910;
  width: 46px;
  height: 4px;
}
.have-prepared img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.have-prepared-item:nth-child(1) .have-prepared img {
  top: -25px;
  left: 47%;
}
.have-prepared-item:nth-child(2n) .have-prepared img {
  top: -27px;
  left: 45%;
  transform: translateX(-50%) rotate(-34deg);
}
.have-prepared-item:nth-child(3n) .have-prepared img {
  top: -27px;
  left: 53%;
  transform: translateX(-50%) rotate(14deg);
}
.have-prepared-item:nth-child(4n) .have-prepared img {
  top: -27px;
  left: 47%;
  transform: translateX(-50%) rotate(-29deg);
}

/*------------------ S-TESTIMONIALS ------------------*/
.s-testimonials {
  padding: 160px 0;
}
.s-testimonials.dance-testimonials {
  padding: 142px 0 150px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-testimonials.dance-testimonials .testimonial-item {
  background: rgba(22, 14, 34, 0.8);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.s-testimonials.dance-testimonials .testimonial-item .prof {
  font-weight: 300;
}
.s-testimonials.dance-testimonials .testimonial-item &gt; * {
  color: #fff;
}
.s-testimonials.dance-testimonials .slick-dots li:hover,
.s-testimonials.dance-testimonials .slick-dots li.slick-active {
  background-color: #d52b74;
}

.slider-testimonial {
  max-width: 1130px;
  margin: -15px auto 0;
}

.slide-testimonial {
  padding: 15px;
  perspective: 1000px;
  position: relative;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.slick-dots li {
  position: relative;
  background: #bebebe;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.35s ease;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li:hover, .slick-dots li.slick-active {
  background-color: #0d5aa5;
}
.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.testimonial-item {
  text-align: center;
  padding: 50px 40px 40px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  transform-style: preserve-3d;
  background-color: #fff;
  transition: 0.4s ease-out;
}
.testimonial-item:hover {
  transform: rotateY(10deg) rotateX(3deg);
}
.testimonial-item img {
  margin: 0 auto 14px;
  display: block;
  width: 97px;
  height: 97px;
  border-radius: 50%;
}
.testimonial-item .name {
  text-transform: capitalize;
}
.testimonial-item .prof {
  color: #0d5aa5;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonial-item .testimon-content {
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-style: italic;
  margin-top: 8px;
}

/* ----------------- S-OUR-SPEAKER ------------------ */
.s-our-speaker {
  padding-bottom: 65px;
}
.s-our-speaker.team-our-speaker {
  padding-bottom: 0;
}
.s-our-speaker.team-our-speaker .speaker-item-info .name {
  font-size: 26px;
}

.slider-our-speaker {
  margin: -15px -15px 0;
}

.slide-our-speaker {
  padding: 15px;
  perspective: 1000px;
  position: relative;
}

.speakers-timeline-img {
  perspective: 1000px;
  position: relative;
}

.our-speaker-item {
  position: relative;
  display: block;
  transition: 0.4s ease-out;
  transform-style: preserve-3d;
}
.our-speaker-item img {
  display: block;
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-speaker-item .speaker-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0d5aa5;
  color: #fff;
  padding: 14px 30px 23px 42px;
  transition: 0.35s ease-in;
}
.our-speaker-item .speaker-item-info .name {
  color: #fff;
  text-transform: capitalize;
  font-size: 31px;
  font-weight: 700;
}
.our-speaker-item .speaker-item-info .prof {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.our-speaker-item:hover {
  transform: rotateY(10deg) rotateX(3deg);
}

.speakers-timeline-item:nth-child(2n) .our-speaker-item:hover {
  transform: rotateY(-10deg) rotateX(3deg);
}

/* -------------- S-CONFERENCE-SLIDER --------------- */
.s-conference-slider {
  background-color: #333;
  z-index: 1;
}

.conference-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.conference-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.conference-slide .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 900px;
  z-index: 3;
}

.conference-slide-tringle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(2%);
  transition: 0.35s ease;
  opacity: 0;
}

.conference-slide-effect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(2%);
  transition: 0.35s ease;
  opacity: 0;
}

.conference-slide-item {
  width: 52%;
  padding-left: 15px;
}
.conference-slide-item .date {
  color: #ffd910;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 26px;
  transition: 0.35s ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
}
.conference-slide-item .conference-slider-title {
  font-weight: 300;
  font-size: 64px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 7px;
  transition: 0.35s ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transform: translateX(60px);
  opacity: 0;
}
.conference-slide-item .title {
  font-weight: 600;
  font-size: 100px;
  line-height: 0.8;
  color: #fff;
  text-align: left;
  margin-bottom: 27px;
  position: relative;
}
.conference-slide-item .title span {
  transform: translateX(30px);
  transition: 0.35s ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  display: block;
  opacity: 0;
}
.conference-slide-item .title span:before, .conference-slide-item .title span:after {
  display: none;
}
.conference-slide-item .title:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffd910;
  top: 62%;
  margin-right: 192px;
  right: 100%;
  transform: translate(20px, -50%);
  transition: 0.35s ease;
  opacity: 0;
}
.conference-slide-item .title:before {
  content: "";
  position: absolute;
  margin-right: 46px;
  width: 126px;
  top: 61%;
  right: 100%;
  transform: translate(20px, -50%);
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.35s ease;
  opacity: 0;
}
.conference-slide-item p {
  opacity: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  max-width: 500px;
  transition: 0.35s ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.animated-page .conference-slide.slick-current .conference-slide-item .date,
.animated-page .conference-slide.slick-current .conference-slide-item p {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transition-delay: 0.6s;
}
.animated-page .conference-slide.slick-current .conference-slide-item .title:before, .animated-page .conference-slide.slick-current .conference-slide-item .title:after {
  opacity: 1;
  transform: translate(0, -50%);
  transition: 0.5s ease 0.5s;
}
.animated-page .conference-slide.slick-current .conference-slide-item .conference-slider-title {
  opacity: 1;
  transition-delay: 0.35s;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transform: translateX(0);
}
.animated-page .conference-slide.slick-current .conference-slide-item .title span {
  opacity: 1;
  transition-delay: 0.35s;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transform: translateX(0);
}
.animated-page .conference-slide.slick-current .conference-slide-effect,
.animated-page .conference-slide.slick-current .conference-slide-tringle {
  opacity: 1;
  transform: translateX(0);
  transition: 0.6s ease 0.8s;
}

/*--------------- S-CONFERENCE-COUNTER ---------------*/
.s-conference-counter {
  text-align: center;
  position: absolute;
  top: -103px;
  left: 0;
  width: 100%;
}

.conference-counter-wrap {
  max-width: 874px;
  margin: 0 auto;
  position: relative;
}

.conference-counter-cover {
  background-color: #0d5aa5;
  color: #fff;
  padding: 32px 30px 26px;
  position: relative;
  z-index: 1;
}
.conference-counter-cover h4 {
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.conference-counter-effect-1 {
  position: absolute;
  top: -32px;
  left: -29px;
  z-index: 2;
}

.conference-counter-effect-2 {
  position: absolute;
  bottom: -21px;
  right: -21px;
  z-index: -1;
}

.clock-timer.clock-timer-conference {
  pointer-events: auto;
}
.clock-timer.clock-timer-conference .smalltext {
  margin-top: 0;
}
.clock-timer.clock-timer-conference .clock-item {
  position: relative;
}
.clock-timer.clock-timer-conference .clock-item:last-child:before {
  display: none;
}
.clock-timer.clock-timer-conference .clock-item:before {
  content: ":";
  line-height: 1.2em;
  position: absolute;
  top: 5px;
  right: -6px;
  color: rgba(255, 255, 255, 0.3);
}

/*--------------- S-CONFERENCE-MISSION ---------------*/
.s-conference-mission {
  position: relative;
  z-index: 4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 126px;
}
.s-conference-mission .s-our-mission {
  padding-bottom: 50px;
}
.s-conference-mission .s-our-mission .our-mission-info {
  padding-top: 48px;
}
.s-conference-mission .s-our-mission .our-mission-info h4 {
  max-width: 550px;
}
.s-conference-mission .s-our-mission .our-mission-info .mission-info-text p {
  font-weight: 300;
  margin-bottom: 25px;
}
.s-conference-mission .s-our-mission .our-mission-info .mission-meta {
  font-weight: 300;
}

.mission-list-cover {
  display: flex;
  flex-wrap: wrap;
}

.mission-list {
  width: calc(50% - 10px);
}
.mission-list li {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 17px;
  position: relative;
}
.mission-list li:last-child {
  margin-bottom: 0;
}
.mission-list li i {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 12px;
  color: #0d5aa5;
}

/*---------------- S-SPEAKERS-SCHEDULE ----------------*/
.s-speakers-schedule {
  padding: 148px 0 160px;
}

.speakers-timeline-cover {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 0;
}
.speakers-timeline-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
}

.speakers-timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.speakers-timeline-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.speakers-timeline-item:nth-child(2n) .speakers-timeline-info {
  text-align: right;
}
.speakers-timeline-item:last-child {
  margin-bottom: 0;
}
.speakers-timeline-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #0d5aa5;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(13, 90, 165, 0.4);
}

.speakers-timeline-img,
.speakers-timeline-info {
  width: calc(50% - 55px);
}

.speakers-timeline-info .date {
  font-weight: 600;
  font-size: 20px;
  color: #0d5aa5;
  margin-bottom: 20px;
}
.speakers-timeline-info .title {
  color: #232756;
  margin-bottom: 10px;
}
.speakers-timeline-info p {
  font-weight: 300;
}

/*------------------ S-PRICING-TABLE ------------------*/
.s-pricing-table {
  padding: 160px 0;
}

.pricing-table-col {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  perspective: 1000px;
  position: relative;
}
.pricing-table-col.premium {
  padding-top: 0;
  padding-bottom: 0;
}
.pricing-table-col.premium .pricing-table-item:before {
  background: linear-gradient(180deg, #0035C1 0%, #2459E6 100%);
}
.pricing-table-col.premium .pricing-table-item &gt; * {
  color: #fff;
}
.pricing-table-col.premium .pricing-table-item .btn {
  color: #000;
}
.pricing-table-col.premium .pricing-table-item h3:before {
  background-color: rgba(234, 234, 234, 0.2);
}
.pricing-table-col.premium .price-list {
  color: #fff;
}
.pricing-table-col.premium .price-list i {
  color: #fff;
}

.pricing-table-col:nth-of-type(1) .pricing-table-item img {
  top: 59%;
  left: 52%;
}
.pricing-table-col:nth-of-type(2) .pricing-table-item img {
  top: 62%;
  left: 52%;
}
.pricing-table-col:nth-of-type(3) .pricing-table-item img {
  top: 47%;
  left: 54%;
}

.pricing-table-item {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
.pricing-table-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-out;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
  transform-style: preserve-3d;
  background-color: #fff;
  z-index: -1;
}
.pricing-table-item:hover h3:before, .pricing-table-item:hover:before {
  transform: rotateY(10deg) rotateX(3deg);
}
.pricing-table-item h3 {
  line-height: 121px;
  text-align: center;
  color: #232756;
  transition: 0.4s ease-out;
  position: relative;
}
.pricing-table-item h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  transition: 0.4s ease-out;
  transform-style: preserve-3d;
}
.pricing-table-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pricing-table-item .price-cover {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  color: #0d5aa5;
  font-weight: 700;
  line-height: 1;
  padding: 48px 0 35px;
}
.pricing-table-item .price-cover span {
  position: relative;
  z-index: 1;
  font-size: 24px;
  padding-top: 10px;
}
.pricing-table-item .price-cover .price {
  position: relative;
  z-index: 1;
  font-size: 64px;
}
.pricing-table-item .name {
  font-weight: 700;
  font-size: 26px;
  color: #232756;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.pricing-table-item .price-text {
  color: #232756;
  font-weight: 300;
  font-family: "Red Hat Display", sans-serif;
}
.pricing-table-item .price-list {
  text-align: left;
  max-width: 260px;
  margin: 0 auto;
  padding: 45px 20px 51px 20px;
  color: #898686;
  font-family: "Red Hat Display", sans-serif;
}
.pricing-table-item .price-list li {
  text-transform: capitalize;
  margin-bottom: 16px;
}
.pricing-table-item .price-list li:last-child {
  margin-bottom: 0;
}
.pricing-table-item .price-list li i {
  color: #898686;
  font-size: 14px;
  margin-right: 19px;
}

/*------------------- S-BUY-TICKET -------------------*/
.s-buy-ticket {
  padding-bottom: 160px;
}
.s-buy-ticket p {
  font-weight: 300;
}
.s-buy-ticket h5 {
  margin-bottom: 15px;
  font-family: "Red Hat Display", sans-serif;
  text-transform: capitalize;
}

.buy-ticket-left {
  font-family: "Red Hat Display", sans-serif;
  max-width: 500px;
}
.buy-ticket-left p {
  margin-bottom: 60px;
}

.ticket-contact-cover {
  display: flex;
  flex-wrap: wrap;
}

.ticket-contact-item {
  margin-right: 50px;
}
.ticket-contact-item:last-child {
  margin-right: 0;
}
.ticket-contact-item li {
  margin-bottom: 10px;
  font-weight: 300;
}
.ticket-contact-item li:last-child {
  margin-bottom: 0;
}
.ticket-contact-item li a {
  color: #8b8b8b;
}
.ticket-contact-item li a:hover {
  color: #ffd910;
}
.ticket-contact-item li span {
  margin-right: 4px;
  font-weight: 500;
  color: #333333;
}

.buy-ticket-form .form-cover {
  padding-top: 9px;
}
.buy-ticket-form .pay-method {
  margin: 11px 0 25px;
  padding: 21px 0 26px;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.buy-ticket-form .pay-method .pay-item {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.buy-ticket-form .pay-method .pay-item:last-child {
  margin-bottom: 0;
}
.buy-ticket-form .pay-method .pay-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  opacity: 0;
}
.buy-ticket-form .pay-method .pay-item input:checked + span:before {
  opacity: 1;
}
.buy-ticket-form .pay-method .pay-item p {
  color: #333333;
  font-family: "Red Hat Display", sans-serif;
  text-transform: capitalize;
}
.buy-ticket-form .pay-method .pay-item span {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 10px;
}
.buy-ticket-form .pay-method .pay-item span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0d5aa5;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
}
.buy-ticket-form .price-final {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.buy-ticket-form .price-final span {
  color: #333333;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin-right: 10px;
}
.buy-ticket-form .price-final .price-final-text {
  color: #0d5aa5;
  font-weight: 700;
  font-size: 36px;
}
.buy-ticket-form .btn-form-cover {
  text-align: right;
}

/*----------------- S-CONFERENCE-NEWS -----------------*/
.s-conference-news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0;
}
.s-conference-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.s-conference-news .conference-news-container {
  position: relative;
  z-index: 2;
}

.conference-news-slider {
  padding: 0 70px;
}
.conference-news-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid #0e40ad;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
  cursor: pointer;
  z-index: 3;
}
.conference-news-slider .slick-arrow i {
  color: #fff;
}
.conference-news-slider .slick-arrow.slick-arrow-prev {
  left: 28px;
}
.conference-news-slider .slick-arrow.slick-arrow-next {
  right: 28px;
}
.conference-news-slider .slick-arrow:hover {
  background-color: #ffd910;
}

.conference-news-slide {
  padding: 0 20px;
}

.conference-news-item {
  background-color: #fff;
  text-align: center;
}
.conference-news-item .date {
  color: #fff;
  background-color: #0d5aa5;
  border-radius: 50%;
  width: 89px;
  height: 89px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -33px auto 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.conference-news-item .date span {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
}

.conference-post-thumbnail {
  position: relative;
}
.conference-post-thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
}
.conference-post-thumbnail a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.35s ease;
  background: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.conference-post-thumbnail a:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.conference-post-thumbnail a:hover img {
  transition-duration: 0.8s;
  transform: scale(1.2);
}
.conference-post-thumbnail a img {
  transition: 0.5s ease-out;
  display: block;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.conference-post-thumbnail .conference-post-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: #fff;
  background-color: #252525;
  line-height: 30px;
  text-align: center;
  padding: 0 17px;
  font-family: "Red Hat Display", sans-serif;
}

.conference-post-content {
  padding: 29px 38px 35px;
}
.conference-post-content h4 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  padding-top: 19px;
  margin-bottom: 15px;
}
.conference-post-content h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 2px;
  width: 66px;
  transform: translateX(-50%);
  background-color: #0d5aa5;
}
.conference-post-content p {
  margin-bottom: 15px;
}
.conference-post-content .conference-post-meta {
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 16px;
}
.conference-post-content .conference-post-meta a {
  color: #8b8b8b;
}
.conference-post-content .conference-post-meta a:hover {
  color: #0d5aa5;
}
.conference-post-content .conference-post-meta i {
  margin-right: 8px;
  color: #0d5aa5;
}

/*------------------ CONFERENCE-MAP ------------------*/
.conference-map {
  padding: 160px 0;
}

.conference-map-item span {
  padding-left: 80px;
  width: 100%;
  display: block;
}
.conference-map-item .cont-map {
  width: 100%;
  height: 450px;
}

.conference-map-info {
  padding-top: 75px;
}
.conference-map-info h3 {
  line-height: 1.2em;
  color: #232756;
  margin-bottom: 33px;
}
.conference-map-info h3 span {
  color: #0d5aa5;
}
.conference-map-info .mission-meta {
  font-weight: 300;
}
.conference-map-info .conference-map-content {
  margin-bottom: 45px;
  font-weight: 300;
}

/*-------------------- S-PARTNERS --------------------*/
.s-clients.s-partners {
  padding: 0 0 160px;
}

/*----------------------- POPUP -----------------------*/
.overlay {
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: opacity 0.4s;
  background-color: #333333;
}

.popup {
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  position: fixed;
  top: 50%;
  z-index: -1;
  transition: 0.4s ease;
  max-width: 500px;
  width: 100%;
  pointer-events: none;
}

.popup.active {
  z-index: 23;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

body.modal .overlay {
  opacity: 0.8;
  z-index: 22;
  overflow: hidden;
}

body.modal {
  overflow: hidden;
}
body.modal .popup-close {
  opacity: 1;
  z-index: 23;
  pointer-events: auto;
}

.popup-close {
  width: 44px;
  height: 44px;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: 0.4s ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: rgba(30, 30, 30, 0.6);
  padding: 10px;
}
.popup-close svg {
  fill: #fff;
  transition: 0.35s ease;
  opacity: 0.7;
}
.popup-close:hover svg {
  opacity: 1;
}

.popup-action1 {
  width: 100%;
  max-width: 85%;
  height: 85%;
  padding: 0;
}

.popup-video {
  height: 100%;
}

.popup-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*------------------- S-DANCE-ABOUT -------------------*/
.s-dance-about {
  padding-bottom: 150px;
}

.dance-about-info {
  padding-top: 106px;
}
.dance-about-info .slogan {
  margin-bottom: 24px;
}

.dance-about-col .btn-video {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.dance-about-col .btn-video i {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.59, 0.01, 0.43, 1.02) 0.15s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  z-index: 2;
}
.dance-about-col .btn-video img {
  display: block;
  height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.dance-about-col .btn-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(213, 43, 116, 0.6) 0%, rgba(102, 58, 216, 0.6) 100%);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.59, 0.01, 0.43, 1.02);
  transform: scale(0.8);
  z-index: 1;
}
.dance-about-col .btn-video:hover i {
  opacity: 1;
}
.dance-about-col .btn-video:hover:before {
  opacity: 1;
  transform: scale(1);
}

/*------------------ S-DANCE-MEMBERS ------------------*/
.s-dance-members {
  padding: 142px 0 150px;
}
.s-dance-members:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-members.svg);
  background-position: left center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.dance-members-slider {
  margin: 50px -15px;
  padding-right: 0px;
}
.dance-members-slider .slick-arrow {
  position: absolute;
  top: -95px;
  z-index: 2;
  border: 1px solid #0e40ad;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.35s ease;
  cursor: pointer;
}
.dance-members-slider .slick-arrow:hover {
  background: #663ad8;
}
.dance-members-slider .slick-arrow i {
  color: #0e40ad;
}
.dance-members-slider .slick-arrow.slick-arrow-prev {
  right: 70px;
}
.dance-members-slider .slick-arrow.slick-arrow-next {
  right: 15px;
}

.employer-slide {
  padding: 0 15px;
}

.dance-members-item {
  display: block;
  max-width: 258px;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 3rem 2rem;
  margin: 1rem 0;
  box-shadow: 3px 4px 3px 5px rgba(0, 0, 0, 0.1);
}
.dance-members-item span {
  display: block;
}
.dance-members-item .dance-member-img {
  display: block;
  position: relative;
}
.dance-members-item .dance-member-img:before {
  content: "";
  position: absolute;
  transition: 0.35s ease;
  top: 50%;
  right: -50px;
  width: 222px;
  height: 222px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  background-color: #000;
  transform: translateY(-50%);
}
.dance-members-item .dance-member-info {
  display: block;
  padding: 28px 25px 34px;
}
.dance-members-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  display: block;
}
.dance-members-item h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 6px;
}
.dance-members-item .prof {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.dance-members-item:hover .dance-member-img:before {
  right: 0;
}

/* ---------------------- TAB ----------------------- */
.tabs-content {
  position: relative;
}

.tab {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
}

.tab.visible-content {
  pointer-events: auto;
  z-index: 15;
  transition-timing-function: ease-in-out;
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0px);
}

/*------------------- S-DANCE-EVENT -------------------*/
.s-dance-event {
  padding: 142px 0 150px;
  text-align: center;
}
.s-dance-event .tab-row {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.s-dance-event .tab-row .dance-event-col {
  width: 50%;
  position: relative;
  padding: 0 82px;
  text-align: left;
}
.s-dance-event .tab-row .dance-event-col:first-child {
  border-right: 1px solid #393243;
}
.s-dance-event .tabs-content {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dance-tabs {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #251936;
  border-radius: 10px;
  position: relative;
  margin-bottom: -10px;
  z-index: 1;
}
.dance-tabs li {
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Red Hat Display", sans-serif;
  padding: 20px 38px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
  transition: 0.35s ease;
}
.dance-tabs li.active {
  background: #663ad8;
  color: #fff;
  pointer-events: none;
}
.dance-tabs li:not(.active):hover {
  color: #d52b74;
}
.dance-tabs li:not(.active):hover span {
  color: #d52b74;
}
.dance-tabs li span {
  color: #fff;
  transition: 0.35s ease;
  font-family: "Red Hat Display", sans-serif;
  font-size: 31px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 17px;
}

.dance-event-item {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
.dance-event-item:last-child {
  margin-bottom: 0;
}
.dance-event-item .dance-event-img {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dance-event-item .dance-event-info {
  flex-shrink: 0;
  flex-grow: 1;
  width: calc(100% - 94px);
  padding-left: 32px;
}
.dance-event-item .dance-event-info .date {
  color: #d52b74;
  font-weight: 600;
  margin-bottom: -2px;
}
.dance-event-item .dance-event-info h4 {
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.dance-event-item .dance-event-info p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  color: #bcbcbc;
  margin-bottom: 14px;
}
.dance-event-item .dance-event-info .name {
  color: #d52b74;
  text-transform: capitalize;
}
.dance-event-item .dance-event-info .name i {
  margin-right: 12px;
}

/*------------------ S-DANCE-PRICE ------------------*/
.s-dance-price {
  text-align: center;
  padding: 142px 0 150px;
}
.s-dance-price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-icon-price.svg);
  background-position: left center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item {
  background: rgba(22, 14, 34, 0.8);
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/price-item-bg-1.svg);
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item:before {
  display: none;
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item &gt; * {
  color: #fff;
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-cover span {
  opacity: 0.4;
  margin-right: 5px;
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item h3:before {
  display: none;
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item img {
  top: 56%;
  left: 50%;
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list {
  font-weight: 300;
  padding: 37px 20px 44px 20px;
  max-width: 266px;
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li {
  margin-bottom: 23px;
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li i {
  color: #fff;
}
.s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li:last-child {
  margin-bottom: 0;
}

/*------------------- S-DANCE-NEWS -------------------*/
.s-dance-news {
  padding: 142px 0;
  text-align: center;
}

.dance-news-item {
  text-align: left;
  background: #160E22;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.dance-news-item h5 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 29px 36px;
}

.dance-post-thumbnail {
  position: relative;
}
.dance-post-thumbnail a {
  display: block;
  position: relative;
}
.dance-post-thumbnail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(213, 43, 116, 0.6) 0%, rgba(102, 58, 216, 0.6) 100%);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.59, 0.01, 0.43, 1.02);
  transform: scale(0.8);
  z-index: 1;
}
.dance-post-thumbnail a:hover:before {
  transform: scale(1);
  opacity: 1;
}
.dance-post-thumbnail a img {
  display: block;
  width: 100%;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dance-post-date {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-family: "Red Hat Display", sans-serif;
  background-color: #d52b74;
  line-height: 30px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
}

.dance-post-content {
  padding: 31px 36px;
}
.dance-post-content p {
  font-weight: 300;
}

.dance-post-meta {
  color: #c7c7c7;
  font-family: "Red Hat Display", sans-serif;
  margin-top: 20px;
}
.dance-post-meta span {
  margin-right: 6px;
}
.dance-post-meta a {
  position: relative;
}
.dance-post-meta a:last-child:after {
  display: none;
}
.dance-post-meta a:after {
  content: ", ";
}

/*------------------- DANCE-CLIENTS -------------------*/
.dance-clients.s-clients {
  text-align: center;
  padding: 0 0 142px;
}
.dance-clients.s-clients img {
  opacity: 0.4;
  transition: 0.35s ease;
}
.dance-clients.s-clients img:hover {
  opacity: 1;
}

/* -------------------- GALLERY --------------------- */
.s-gallery {
  text-align: center;
}

.row-gallery {
  margin: -1.132%;
}

.gallery-item {
  padding: 1.132%;
}
.gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  color: #fff;
  border-radius: 10px;
}
.gallery-item a img {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(213, 43, 116, 0.6) 0%, rgba(102, 58, 216, 0.6) 100%);
  opacity: 0;
  transition: 0.35s ease;
  z-index: 1;
  transform: scale(0.8);
}
.gallery-item a:hover:before {
  opacity: 1;
  transform: scale(1);
}
.gallery-item a:hover .gal-item {
  opacity: 1;
}
.gallery-item a:hover .title {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item a:hover p {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item .gal-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 0 30px;
}
.gallery-item p {
  opacity: 0;
  position: relative;
  transition: 0.35s ease 0.2s;
  transform: translateY(30px);
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.gallery-item .title {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  opacity: 0;
  transition: 0.35s ease;
  transform: translateY(30px);
}

.grid-sizer,
.gallery-item {
  width: 25%;
}

.title-cover {
  text-align: center;
}

/*----------------- DANCE-BUY-TICKET -----------------*/
.dance-buy-ticket {
  padding: 142px 0 150px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dance-buy-ticket .ticket-contact-item li {
  color: #bcbcbc;
  font-weight: 300;
}
.dance-buy-ticket .ticket-contact-item li a {
  color: #bcbcbc;
}
.dance-buy-ticket .ticket-contact-item li a:hover {
  color: #d52b74;
}
.dance-buy-ticket .ticket-contact-item li span {
  font-weight: 500;
  color: #fff;
}
.dance-buy-ticket .nice-select {
  background-color: transparent;
  border-color: #393939;
}
.dance-buy-ticket .nice-select:hover, .dance-buy-ticket .nice-select.open {
  border-color: #d52b74;
}
.dance-buy-ticket .buy-ticket-form .pay-method {
  border-color: #393939;
}
.dance-buy-ticket .buy-ticket-form .pay-method .pay-item p {
  color: #bcbcbc;
}
.dance-buy-ticket .buy-ticket-form .pay-method .pay-item span {
  border-color: #393939;
}
.dance-buy-ticket .buy-ticket-form .pay-method .pay-item span:before {
  background-color: #d52b74;
}
.dance-buy-ticket .checkbox-cover p {
  color: #bcbcbc;
}
.dance-buy-ticket .checkbox-cover p:before {
  color: #d52b74;
  border-color: #393939;
}
.dance-buy-ticket .buy-ticket-form .price-final span {
  color: #fff;
}
.dance-buy-ticket .buy-ticket-form .price-final .price-final-text {
  color: #d52b74;
}
.dance-buy-ticket #success_page h3 {
  color: #d52b74;
}

/*---------------------- S-ERROR ----------------------*/
.s-error {
  padding: 170px 0;
  text-align: center;
}
.s-error h1 {
  font-size: 82px;
  margin-bottom: 40px;
}
.s-error .btn {
  margin-top: 40px;
}

.s-marathon-slider {
  position: relative;
  overflow: hidden;
}

/* --------------------- MEDIA ---------------------- */
@media (max-width: 1440px) {
  .schedule-img-effect,
.schedule-effect-tringle,
.schedule-effect-yellow,
.schedule-effect-white {
    display: none;
  }
  .marathon-slide .marathon-text-left {
    font-size: 146px;
  }
  .marathon-slide .marathon-text-right {
    font-size: 172px;
  }
  .mission-effect,
.our-mission-img .mission-img-effect-1,
.our-mission-img .mission-img-effect-4 {
    left: 0;
    display: none;
  }
}
@media (max-width: 1366px) {
  .bg-effect {
    top: 200px;
  }
  .instagram-cover .instagram-item ul {
    font-size: 18px;
  }
  .instagram-cover .instagram-item ul li {
    margin-right: 18px;
  }
  .marathon-slide {
    min-height: 690px;
  }
  .marathon-slide .marathon-text-left {
    font-size: 128px;
  }
  .marathon-slide .marathon-text-right {
    font-size: 148px;
  }
  .marathon-slide .slider-location {
    font-size: 22px;
  }
  .marathon-img {
    max-height: 95%;
  }
  .clock-timer.clock-timer-marathon {
    bottom: 126px;
  }
  .clock-timer.clock-timer-marathon &gt; div {
    min-width: 130px;
    font-size: 64px;
  }
  .clock-timer.clock-timer-marathon .smalltext {
    font-size: 20px;
  }
  .marathon-news-slider {
    margin: 0 -15px;
  }
  .conference-slide .container {
    min-height: 660px;
  }
  .conference-slide-item .date {
    font-size: 26px;
  }
  .conference-slide-item .conference-slider-title {
    font-size: 60px;
  }
  .conference-slide-item .title {
    font-size: 96px;
  }
  .mission-list {
    width: 50%;
  }
  .mission-list:first-child {
    padding-right: 20px;
  }
  .dance-slide .dance-item-right {
    padding-top: 8px;
  }
  .dance-slide .container {
    min-height: 768px;
  }
  .dance-slide .dance-slide-bottom {
    padding-bottom: 60px;
  }
  .dance-slide .dance-slide-top .title-top {
    font-size: 60px;
  }
  .dance-slide .dance-slide-top .title-slider {
    font-size: 240px;
  }
  .dance-slide .dance-img {
    max-width: 520px;
    bottom: -39px;
  }
  .dance-slide .dance-item-date .date,
.dance-slide .dance-item h5 {
    font-size: 38px;
  }
  .dance-slide .dance-item p {
    font-size: 22px;
  }
  .dance-slide .dance-item-date .month {
    font-size: 22px;
  }
  .dance-slide .dance-item-name {
    font-size: 22px;
    width: 280px;
  }
  .dance-members-item .dance-member-img:before {
    right: -25px;
  }
  .mission-number-cover .mission-number-item {
    margin-right: 50px;
    padding-right: 50px;
  }
  .dance-about-info {
    padding-top: 80px;
  }
  .s-dance-event .tab-row .dance-event-col {
    padding: 0 60px;
  }
  .schedule-effect-white,
.schedule-effect-yellow {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .marathon-slide .marathon-text-left {
    font-size: 122px;
  }
  .marathon-slide .marathon-text-right {
    font-size: 142px;
  }
  .dance-members-item .dance-member-img:before {
    right: -15px;
  }
  .marathon-post-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .marathon-news-item h5 {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-nav .container {
    max-width: 100%;
  }
  .logo img {
    width: 250px;
  }
  .marathon-slide .marathon-text-right {
    right: 5%;
    left: unset;
  }
  .marathon-slide .marathon-text-left {
    right: 50%;
  }
  .marathon-slide .marathon-text-left img {
    max-width: 45vw;
    height: auto;
  }
  .bg-effect {
    display: none;
  }
  .s-clients,
.s-event-schedule,
.s-choose-us {
    padding: 120px 0;
  }
  .s-have-prepared {
    padding: 126px 0;
  }
  .s-our-mission {
    padding: 120px 0px 130px;
  }
  .s-clients.s-partners,
.s-buy-ticket,
.map-with-route {
    padding-bottom: 130px;
  }
  .conference-map,
.s-pricing-table,
.s-speakers-schedule {
    padding: 130px 0;
  }
  .s-testimonials,
.s-marathon-register {
    padding: 130px 0;
  }
  .s-marathon-news {
    padding-bottom: 118px;
  }
  .s-testimonials.dance-testimonials,
.s-about-speaker.dance-about-speaker {
    padding: 126px 0 130px;
  }
  .marathon-slide .marathon-text-left {
    font-size: 96px;
  }
  .marathon-slide .marathon-text-right {
    font-size: 116px;
  }
  .marathon-slide .slider-location {
    font-size: 18px;
  }
  .clock-timer.clock-timer-marathon &gt; div {
    min-width: 116px;
    font-size: 58px;
  }
  .clock-timer.clock-timer-marathon .smalltext {
    font-size: 18px;
  }
  .our-mission-img .mission-img-effect-1 {
    top: -42px;
    left: -27px;
    max-width: 106px;
  }
  .mission-number-cover .mission-number-item .number {
    font-size: 36px;
  }
  .map-route-info {
    padding-top: 22px;
  }
  .s-marathon-news .title,
.s-clients .title {
    margin-bottom: 40px;
  }
  .register-img {
    top: 45%;
  }
  .our-mission-info {
    padding-top: 0;
  }
  .schedule-effect-white,
.schedule-effect-yellow,
.event-schedule-img {
    display: none !important;
  }
  .map-route-img .map-img-effect-1 {
    top: -36px;
    left: -30px;
    max-width: 106px;
  }
  .register-img-effect-1 {
    top: -45px;
    left: -30px;
    max-width: 106px;
  }
  .marathon-register {
    padding: 40px 50px 55px;
    max-width: 460px;
  }
  .marathon-register .title {
    margin-bottom: 35px;
  }
  .s-marathon-slider {
    overflow: hidden;
  }
  .marathon-news-date {
    font-size: 14px;
    margin-bottom: 70px;
  }
  .marathon-news-date span {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .clock-timer.clock-timer-marathon img {
    top: 45%;
  }
  .clock-timer.clock-timer-marathon .seconds-item img {
    top: 55%;
  }
  .register-img-effect-2 {
    right: -15px;
  }
  .register-img-effect-1 {
    left: -15px;
  }
  .map-route-info .mission-number-cover .mission-number-item .map-img-effect {
    left: -4px;
    top: -48px;
    max-width: 160px;
  }
  .marathon-news-date:before {
    bottom: -30px;
  }
  .marathon-news-slider .slick-arrow {
    top: 56px;
    width: 40px;
    height: 40px;
  }
  .s-marathon-register:before {
    height: 270px;
  }
  .s-marathon-register:after {
    background-size: cover;
  }
  .mission-meta li i {
    font-size: 16px;
  }
  .marathon-news-slider:before {
    width: 84%;
  }
  .marathon-news-slider:before {
    top: 76px;
  }
  .footer-cont .footer-copyright {
    margin-top: 29px;
  }
  .social-list li,
.footer-soc li {
    margin-right: 18px;
    font-size: 18px;
  }
  .s-news {
    padding: 120px 0 0;
  }
  .post-item-cover .post-thumbnail img {
    height: 390px;
  }
  .post-item-cover .meta span {
    margin-right: 30px;
  }
  .widget-tags ul li {
    margin-right: 7px;
    margin-top: 7px;
  }
  blockquote {
    padding-left: 78px;
  }
  blockquote:before {
    font-size: 68px;
    line-height: 68px;
  }
  blockquote p {
    font-size: 18px;
  }
  .widget-instagram li img {
    height: 80px;
  }
  .widget-recent-posts li a {
    font-size: 16px;
  }
  .s-our-mission.s-about-speaker .our-mission-info {
    padding-top: 30px;
  }
  .have-prepared span {
    font-size: 70px;
  }
  .have-prepared h4 {
    font-size: 20px;
    padding-top: 18px;
  }
  .have-prepared img {
    max-width: 100px;
  }
  .have-prepared-item:nth-child(1) .have-prepared img {
    top: -10px;
  }
  .have-prepared-item:nth-child(2) .have-prepared img {
    top: -16px;
  }
  .have-prepared-item:nth-child(3) .have-prepared img {
    top: -16px;
  }
  .have-prepared-item:nth-child(4) .have-prepared img {
    top: -16px;
  }
  .testimonial-item img {
    width: 85px;
    height: 85px;
  }
  .testimonial-item {
    padding: 30px 20px 34px;
  }
  .our-speaker-item .speaker-item-info {
    padding: 14px 15px 23px 20px;
  }
  .our-speaker-item .speaker-item-info .prof {
    font-size: 16px;
  }
  .our-speaker-item .speaker-item-info .name {
    font-size: 29px;
  }
  .our-speaker-item img {
    height: 260px;
  }
  .conference-slide-item .conference-slider-title {
    font-size: 46px;
  }
  .conference-slide-item .title {
    font-size: 70px;
  }
  .conference-slide-item .title:before {
    width: 90px;
  }
  .conference-slide-item .title:after {
    margin-right: 152px;
  }
  .conference-slide-item .date {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .conference-slide-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .pricing-table-item .price-list li {
    margin-bottom: 10px;
  }
  .conference-slide-tringle {
    max-width: 66%;
  }
  .conference-slide-effect {
    max-height: 80%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .animated-page .conference-slide.slick-current .conference-slide-effect {
    transform: translate(0, -50%);
  }
  .conference-counter-wrap {
    max-width: 690px;
  }
  .clock-timer.clock-timer-conference .clock-item {
    min-width: 130px;
    font-size: 54px;
  }
  .clock-timer.clock-timer-conference .clock-item:before {
    top: 5px;
  }
  .clock-timer.clock-timer-conference .smalltext {
    font-size: 18px;
    margin-top: 5px;
  }
  .conference-counter-cover {
    padding: 26px 30px 20px;
  }
  .s-conference-mission {
    padding-top: 116px;
  }
  .s-our-mission.s-about-speaker .our-mission-info {
    padding-top: 0;
  }
  .mission-list-cover .mission-list {
    width: 100%;
  }
  .mission-list-cover .mission-list:first-child {
    padding-right: 0;
  }
  .mission-list-cover .mission-list li {
    margin-bottom: 6px;
  }
  .s-conference-mission .s-our-mission .our-mission-info .mission-info-text p {
    margin-bottom: 20px;
  }
  .speakers-timeline-info .date {
    font-size: 18px;
  }
  .register-img-effect-2 {
    display: none !important;
  }
  .pricing-table-item {
    padding-bottom: 35px;
  }
  .pricing-table-item .price-cover {
    padding: 30px 0;
  }
  .pricing-table-item .price-cover .price {
    font-size: 52px;
  }
  .pricing-table-item h3 {
    line-height: 90px;
  }
  .pricing-table-col:nth-of-type(3) .pricing-table-item img {
    top: 45%;
    max-height: 102px;
  }
  .pricing-table-item .price-list {
    max-width: 230px;
    padding: 30px 20px 34px 20px;
  }
  .s-conference-news {
    padding: 130px 0;
  }
  .conference-news-item .date {
    width: 80px;
    height: 80px;
  }
  .conference-news-item .date span {
    font-size: 20px;
  }
  .conference-news-slide {
    padding: 0 15px;
  }
  .conference-post-content {
    padding: 22px 15px 29px;
  }
  .conference-post-content h4 {
    font-size: 22px;
    padding-top: 14px;
  }
  .our-mission-img .about-img-effect-2 {
    bottom: -14px;
    right: -2px;
    max-width: 52px;
  }
  .dance-slide .container {
    min-height: 700px;
    padding: 0 30px;
  }
  .dance-slide .dance-slide-top .title-top {
    font-size: 46px;
  }
  .dance-slide .dance-slide-top .title-slider {
    font-size: 190px;
  }
  .dance-slide .dance-img {
    max-width: 470px;
    bottom: -36px;
  }
  .dance-slide .dance-item-date .date,
.dance-slide .dance-item h5 {
    font-size: 30px;
  }
  .dance-slide .dance-item p {
    font-size: 18px;
  }
  .dance-slide .dance-item-date .month {
    font-size: 18px;
  }
  .dance-slide .dance-item-name {
    font-size: 18px;
    width: 220px;
  }
  .dance-slide .dance-item-left h5 {
    margin-bottom: 6px;
  }
  .dance-slide .dance-item-right h5 {
    margin-top: 6px;
  }
  .dance-slide .dance-item-left {
    margin-bottom: 48px;
  }
  .s-dance-counter .clock-timer .clock-item {
    min-width: 180px;
    font-size: 72px;
  }
  .s-dance-counter .clock-timer .clock-item span {
    margin-bottom: 7px;
  }
  .s-dance-counter .clock-timer .clock-item:before {
    top: 30px;
    font-size: 66px;
  }
  .s-dance-counter .clock-timer .smalltext {
    font-size: 22px;
  }
  .dance-about-col .btn-video img {
    height: 470px;
  }
  .dance-about-info {
    padding-top: 65px;
  }
  .dance-members-item .dance-member-info {
    display: block;
    padding: 28px 26px 34px;
  }
  .dance-tabs li {
    padding: 14px 30px;
  }
  .dance-tabs li span {
    font-size: 28px;
    margin-right: 12px;
  }
  .s-dance-event .tab-row .dance-event-col {
    padding: 0 34px;
  }
  .dance-event-item .dance-event-img {
    width: 88px;
    height: 88px;
  }
  .s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item img {
    max-height: none;
    top: 52%;
  }
  .s-dance-counter {
    padding: 22px 0 112px;
  }
  .s-dance-about {
    padding-bottom: 130px;
  }
  .dance-buy-ticket.s-buy-ticket,
.s-dance-price,
.s-dance-event,
.s-dance-members {
    padding: 124px 0 130px;
  }
  .s-dance-news {
    padding: 124px 0;
  }
  .dance-clients.s-clients {
    padding: 0 0 124px;
  }
  .dark-footer .footer-menu li {
    margin-left: 20px;
  }
  .dark-footer .footer-menu li a {
    font-size: 14px;
  }
  .dance-slogan {
    padding-left: 18px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .dance-slogan:before {
    width: 8px;
    height: 8px;
  }
  .s-dance-about .dance-title {
    margin-bottom: 28px;
  }
  .dance-about-info .slogan {
    margin-bottom: 15px;
  }
  .s-error {
    padding: 70px 0;
  }
  .mission-number-cover .mission-number-item {
    padding: 0px 30px 0px 0;
    margin-right: 30px;
  }
  .choose-us-item h4 {
    margin: 15px 0;
  }
  .choose-us-item img {
    max-height: 52px;
  }
  .event-schedule-tabs {
    padding-right: 0;
    max-width: 750px;
    margin: 0 auto;
  }
  .marathon-post-thumbnail a img {
    height: 150px;
  }
  .marathon-post-thumbnail .marathon-post-category {
    bottom: 10px;
    right: 10px;
  }
  .instagram-cover .instagram-item ul {
    font-size: 16px;
  }
  .instagram-cover .instagram-item li {
    margin-right: 15px;
  }
  .s-clients img {
    max-height: 120px;
  }
  .footer-menu li a:before {
    top: -29px;
  }
  .footer-item h5 {
    margin-bottom: 21px;
    padding-top: 9px;
  }
  .footer-list li {
    margin-bottom: 10px;
  }
  .our-mission-info p {
    margin-bottom: 36px;
  }
  .s-choose-us h2.title {
    margin-bottom: 45px;
  }
  .s-conference-counter {
    top: -70px;
  }
  .pricing-table-item .price-list li i {
    font-size: 12px;
    margin-right: 12px;
  }
  .dance-event-item .dance-event-info h4,
.dance-members-item h4 {
    font-size: 22px;
  }
  .s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li {
    margin-bottom: 16px;
  }
  .gallery-item .title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  footer {
    padding: 120px 0 112px;
  }
  .subscribe-form input,
.search-form input {
    padding-left: 20px;
    font-size: 16px;
  }
  footer h5 {
    padding-top: 0;
  }
  .footer-subscribe {
    margin-top: 0;
  }
  .conference-map-item span {
    padding-left: 50px;
  }
  .conference-map-item .cont-map {
    height: 420px;
  }
  .s-our-speaker.team-our-speaker .speaker-item-info .name {
    font-size: 22px;
  }
  .dance-news-item h5 {
    padding: 29px 26px;
    font-size: 18px;
  }
  .dance-post-date {
    font-size: 14px;
  }
  .dance-post-content {
    padding: 31px 26px;
  }
  .dance-post-thumbnail a img {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .header-nav .container {
    max-width: 100%;
  }
  .logo img {
    width: 200px;
  }
  .marathon-slide .marathon-text-left img {
    max-width: 48vw;
    height: auto;
  }
  .marathon-slide .marathon-text-right {
    right: 5%;
    left: unset;
    top: 55%;
  }
  .marathon-slide .marathon-text-left {
    font-size: 78px;
    left: 2%;
  }
  .marathon-slide .marathon-text-right {
    font-size: 94px;
  }
  .marathon-img {
    max-height: 84%;
    max-width: 50%;
  }
  .clock-timer.clock-timer-marathon {
    bottom: 90px;
  }
  .clock-timer.clock-timer-marathon &gt; div {
    min-width: 106px;
    font-size: 50px;
  }
  .mission-number-cover {
    margin: 0 auto;
    justify-content: center;
  }
  .mission-number-cover .mission-number-item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .map-route-img,
.our-mission-img {
    justify-content: center;
    margin-bottom: 50px;
  }
  .map-route-img span,
.our-mission-img span {
    padding-right: 0;
    max-width: 400px;
  }
  .map-route-img .mission-img-effect-1,
.our-mission-img .mission-img-effect-1 {
    top: -22px;
    left: -15px;
    max-width: 70px;
  }
  .map-route-img .mission-img-effect-4,
.our-mission-img .mission-img-effect-4 {
    right: -12px;
  }
  .mission-effect {
    display: none;
  }
  .map-route-info,
.our-mission-info {
    text-align: center;
  }
  .mission-meta {
    justify-content: center;
  }
  .map-route-info .mission-number-cover,
.map-route-info .route-info-content p,
.our-mission-info p,
.our-mission-info h4,
.map-route-info h4 {
    margin-left: auto;
    margin-right: auto;
  }
  .choose-us-item img {
    max-height: 50px;
  }
  .choose-us-item p {
    max-width: 280px;
    margin: 0 auto;
  }
  .s-choose-us {
    padding: 80px 0 76px;
  }
  .event-schedule-item .schedule-item-info {
    padding: 24px 24px 19px 28px;
  }
  .event-schedule-item .schedule-item-info:before {
    top: 26px;
  }
  .event-schedule-item .schedule-item-info .schedule-info-content {
    padding-bottom: 0;
  }
  .event-schedule-item .schedule-item-img {
    padding: 10px 0;
  }
  .event-schedule-item .schedule-item-img img {
    max-height: 55px;
  }
  .choose-us-item {
    margin-top: 40px;
  }
  .choose-us-item:nth-child(1), .choose-us-item:nth-child(2) {
    margin-top: 0;
  }
  .map-route-info {
    padding-top: 0;
  }
  .register-img,
.s-marathon-register:after {
    display: none !important;
  }
  .marathon-register,
.event-schedule-tabs {
    max-width: 100%;
  }
  .s-marathon-register:before {
    height: 240px;
  }
  .map-route-img .map-img-effect-1 {
    top: -25px;
    left: -15px;
    max-width: 70px;
  }
  .map-route-info .mission-number-cover .mission-number-item .map-img-effect {
    left: 48%;
    top: -50px;
    transform: translateX(-50%);
  }
  .register-img-effect-1 {
    max-width: 70px;
    top: auto;
    bottom: -33px;
  }
  .register-img-effect-2 {
    max-width: 50px;
  }
  .marathon-news-item {
    padding: 18px 0;
  }
  .marathon-news-item h5 {
    padding: 0 15px;
    font-size: 16px;
  }
  .marathon-post-meta {
    margin-top: 12px;
  }
  .marathon-post-content {
    padding: 15px 15px 0;
  }
  .marathon-post-content .btn {
    margin-top: 18px;
  }
  .marathon-post-thumbnail .marathon-post-category {
    bottom: 10px;
    right: 10px;
    line-height: 26px;
  }
  .marathon-post-thumbnail a img {
    height: 120px;
  }
  .instagram-cover .instagram-item ul {
    font-size: 14px;
  }
  .instagram-cover .instagram-item ul li {
    margin-right: 10px;
  }
  .footer-item {
    margin-bottom: 50px;
  }
  .footer-item h5 {
    padding-top: 2px;
    font-size: 20px;
  }
  .footer-contacts .footer-phone,
.footer-contacts .footer-adr {
    margin-bottom: 12px;
  }
  .footer-bottom {
    margin-top: 30px;
    padding: 20px 0;
  }
  .footer-bottom .footer-copyright {
    font-size: 12px;
  }
  .footer-menu li {
    margin-left: 14px;
  }
  .footer-menu li a {
    font-size: 12px;
  }
  .footer-menu li a:before {
    top: -19px;
  }
  .footer-item .logo {
    margin: 0px 0 15px;
  }
  .map-route-info .route-info-content p {
    max-width: 560px;
  }
  .post-item-cover {
    margin-top: 80px;
  }
  .pagination-cover {
    margin-top: 60px;
  }
  .s-news .sidebar {
    padding-top: 124px;
  }
  .widget-instagram li img {
    height: 160px;
  }
  .s-our-mission.s-about-speaker .our-mission-img span {
    max-width: 400px;
  }
  .s-our-mission.s-about-speaker .our-mission-info {
    padding-top: 0;
  }
  .s-our-mission.s-about-speaker .our-mission-info .social-list {
    justify-content: center;
  }
  .have-prepared h4 {
    font-size: 16px;
  }
  .title-conference:before {
    height: 62px;
  }
  .conference-slide-item {
    padding-left: 0;
  }
  .conference-slide-item .conference-slider-title {
    font-size: 42px;
  }
  .conference-slide-item .title {
    font-size: 62px;
  }
  .conference-slide-item .title:before {
    width: 74px;
    margin-right: 30px;
  }
  .conference-slide-item .title:after {
    margin-right: 120px;
  }
  .conference-slide-item .date {
    font-size: 18px;
  }
  .conference-counter-wrap {
    max-width: 580px;
  }
  .conference-counter-effect-1 {
    top: -18px;
    left: -28px;
    max-width: 74px;
  }
  .conference-counter-effect-2 {
    bottom: -15px;
    right: -15px;
    max-width: 118px;
  }
  .clock-timer.clock-timer-conference .clock-item {
    min-width: 110px;
    font-size: 44px;
  }
  .clock-timer.clock-timer-conference .clock-item:before {
    top: 7px;
  }
  .clock-timer.clock-timer-conference .smalltext {
    font-size: 16px;
    margin-top: 5px;
  }
  .s-conference-counter {
    top: -56px;
  }
  .mission-list-cover {
    display: none;
  }
  .our-mission-img .about-img-effect-2 {
    right: -27px;
  }
  .speakers-timeline-info .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .speakers-timeline-info .date {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .speakers-timeline-img,
.speakers-timeline-info {
    width: calc(50% - 40px);
  }
  .pricing-table-item h3 {
    line-height: 70px;
  }
  .pricing-table-item .name {
    font-size: 22px;
  }
  .pricing-table-item img {
    max-width: 90px;
  }
  .pricing-table-item .price-cover span {
    font-size: 20px;
    padding-top: 7px;
  }
  .pricing-table-item .price-cover .price {
    font-size: 44px;
  }
  .pricing-table-item .price-list {
    max-width: 218px;
    padding: 32px 15px 35px;
  }
  .pricing-table-item .price-list li {
    margin-bottom: 10px;
  }
  .pricing-table-item .price-list li i {
    font-size: 12px;
    margin-right: 10px;
  }
  .buy-ticket-left p {
    margin-bottom: 49px;
  }
  .ticket-contact-item {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .conference-map-info {
    padding-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .conference-map-item .cont-map {
    width: 100%;
    height: 320px;
  }
  .dance-about-info {
    padding-top: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .dance-about-info .slogan {
    margin-bottom: 0px;
  }
  .dance-title {
    margin-bottom: 40px;
  }
  .dance-members-item .dance-member-img:before {
    right: -15px;
  }
  .s-dance-counter .clock-timer .smalltext,
.dance-members-item h4 {
    font-size: 18px;
  }
  .dance-members-item .dance-member-info {
    padding: 20px 20px 24px;
  }
  .dance-tabs li {
    padding: 12px 20px;
    font-size: 12px;
  }
  .dance-tabs li span {
    font-size: 22px;
    margin-right: 8px;
  }
  .s-dance-event .tab-row .dance-event-col {
    padding: 0 30px;
  }
  .dance-event-item .dance-event-img {
    width: 72px;
    height: 72px;
  }
  .dance-event-item .dance-event-info {
    width: calc(100% - 72px);
    padding-left: 15px;
  }
  .dance-event-item .dance-event-info p {
    margin-bottom: 10px;
  }
  .dance-event-item .dance-event-info h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list {
    padding: 30px 15px 34px;
  }
  .s-dance-price .pricing-table-cover .pricing-table-col .pricing-table-item .price-list li {
    margin-bottom: 14px;
  }
  .s-dance-price .pricing-table-item img {
    max-width: 120px;
  }
  .dance-news-item h5 {
    font-size: 16px;
    padding: 20px 15px;
  }
  .dance-post-content {
    padding: 24px 15px;
  }
  .gallery-item .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .gallery-item .gal-item {
    padding: 0 10px;
  }
  .gallery-item .gal-item p {
    display: none;
  }
  .dance-post-content p {
    max-height: 84px;
    overflow: hidden;
  }
  .dance-post-thumbnail a img {
    height: 136px;
  }
  .dance-slide .dance-item-left {
    margin-bottom: 40px;
  }
  .s-dance-about .dance-title {
    margin-bottom: 29px;
  }
  .s-dance-counter h2 {
    margin-bottom: 18px;
  }
  .s-clients img {
    max-height: 100px;
  }
  .event-schedule-item .schedule-item-info h4:before {
    width: 15px;
    height: 22px;
  }
  .marathon-slide .slider-location {
    font-size: 16px;
    top: 44%;
  }
  .map-route-img .map-img-effect-2 {
    bottom: -24px;
    right: -32px;
  }
  .marathon-register .checkbox-cover p {
    max-width: 100%;
  }
  .our-mission-info {
    padding-left: 15px;
  }
  .map-route-cover {
    padding-left: 0;
  }
  .map-route-info .mission-number-cover .mission-number-item {
    padding: 0;
  }
  .our-speaker-item .speaker-item-info .name {
    font-size: 24px;
  }
  .s-buy-ticket h5 {
    font-size: 18px;
  }
  .conference-map-item span {
    padding-left: 0;
  }
  .conference-map-info .conference-map-content {
    margin-bottom: 20px;
  }
  .dance-slide .dance-slide-top .title-slider {
    font-size: 150px;
  }
  .dance-slide .dance-img {
    max-width: 400px;
    bottom: -30px;
  }
  .dance-members-item .prof {
    font-size: 14px;
    line-height: 1.4;
  }
  .dance-members-slider .slick-arrow {
    top: -82px;
  }
  .s-marathon-slider .marathon-slider-shape {
    width: calc(100% + 4px);
  }
  .footer-item-link {
    display: block;
    margin-bottom: 30px;
  }
  .footer-item-link .footer-link {
    margin-bottom: 30px;
  }
  .footer-subscribe {
    margin-top: -5px;
  }
  .footer-subscribe h5 {
    margin-bottom: 30px;
  }
  .footer-subscribe p {
    margin-top: 35px;
  }
  .conference-slide-item {
    width: 60%;
  }
}
@media (max-width: 821px) {
  .header-nav .container {
    max-width: 100%;
  }
  .logo img {
    width: 150px;
  }
  .marathon-slide .marathon-text-left img {
    height: auto;
  }
  a.btn.btn-white {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .s-clients,
.s-our-mission,
.s-event-schedule,
.conference-map,
.s-conference-news,
.s-pricing-table,
.s-speakers-schedule {
    padding: 75px 0;
  }
  .s-clients.s-partners,
.s-buy-ticket,
.map-with-route {
    padding-bottom: 100px;
  }
  .s-marathon-register {
    padding: 80px 0 100px;
  }
  .s-our-mission,
.marathon-slide {
    min-height: 60vh;
  }
  .clock-timer.clock-timer-marathon {
    bottom: 35px;
  }
  .clock-timer.clock-timer-marathon .smalltext {
    font-size: 14px;
  }
  .clock-timer.clock-timer-marathon &gt; div {
    min-width: 75px;
    font-size: 34px;
  }
  .clock-timer.clock-timer-marathon img {
    display: none;
  }
  .conference-slide .conference-slide-effect {
    display: none;
  }
  .marathon-slide .marathon-text-right {
    font-size: 64px;
    top: 59%;
  }
  .marathon-slide .marathon-text-left {
    font-size: 50px;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
  }
  .marathon-slide .slider-location {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .event-schedule-item .schedule-item-info h4:before {
    width: 10px;
    height: 20px;
  }
  .marathon-news-slider:before {
    width: calc(100% - 118px);
  }
  .mission-number-cover .mission-number-item .number {
    font-size: 30px;
  }
  .s-choose-us {
    -webkit-clip-path: polygon(100% 0%, 100% 98%, 50% 100%, 0 98%, 0 0, 50% 2%);
            clip-path: polygon(100% 0%, 100% 98%, 50% 100%, 0 98%, 0 0, 50% 2%);
  }
  .choose-us-item {
    margin-top: 40px;
  }
  .choose-us-item:nth-child(2), .choose-us-item:nth-child(1) {
    margin-top: 0;
  }
  .event-schedule-item .schedule-item-img img {
    max-height: 55px;
  }
  .event-schedule-item .schedule-item-info:before {
    top: 25px;
  }
  .event-schedule-item .schedule-item-info .date {
    line-height: 28px;
    font-size: 14px;
    padding: 0 12px;
  }
  .map-route-img,
.our-mission-img {
    margin-bottom: 40px;
  }
  .map-route-info .mission-number-cover .mission-number-item .map-img-effect {
    left: 50%;
    max-width: 140px;
  }
  .s-marathon-register:before {
    height: 180px;
  }
  .s-marathon-news {
    padding-bottom: 95px;
  }
  .footer-bottom .footer-bottom-cover {
    flex-direction: column;
  }
  .to-top {
    display: none;
  }
  .marathon-register {
    padding-top: 36px;
  }
  .footer-menu.menu {
    justify-content: center;
  }
  .s-news {
    padding: 94px 0 20px;
  }
  .post-item-cover .post-thumbnail img {
    height: 320px;
  }
  .post-item-cover .post-thumbnail .post-category {
    top: 10px;
    right: 10px;
    line-height: 26px;
  }
  .s-news .sidebar {
    padding-top: 102px;
  }
  .widget {
    margin-top: 50px;
  }
  .post-item-cover .meta span {
    margin-right: 20px;
    line-height: 30px;
    font-size: 14px;
  }
  .title-conference:before {
    height: 64px;
  }
  .have-prepared span {
    font-size: 54px;
  }
  .s-testimonials,
.s-have-prepared {
    padding: 110px 0;
  }
  .have-prepared h4:before {
    height: 3px;
  }
  .have-prepared h4 {
    padding-top: 17px;
  }
  .s-our-speaker {
    padding-bottom: 40px;
  }
  .conference-slide-item {
    width: 100%;
    text-align: center;
  }
  .conference-slide-item .conference-slider-title {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .conference-slide-item .title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .conference-slide-item .title:before, .conference-slide-item .title:after {
    display: none;
  }
  .conference-slide-item .date {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .conference-slide-item p {
    max-width: 460px;
  }
  .conference-slide .container {
    min-height: 330px;
  }
  .s-conference-counter {
    top: 0;
    position: relative;
  }
  .conference-slide-item .date {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .conference-slide-item p {
    margin: 0 auto;
  }
  .conference-counter-wrap {
    max-width: 500px;
  }
  .s-conference-mission {
    padding-top: 30px;
  }
  .s-our-mission.s-about-speaker {
    padding-top: 110px;
  }
  .title-conference {
    padding: 7px 0;
    margin-bottom: 40px;
  }
  .title-conference:before {
    height: 44px;
  }
  .speakers-timeline-img,
.speakers-timeline-info {
    width: calc(50% - 30px);
  }
  .speakers-timeline-info .title {
    font-size: 18px;
  }
  .speakers-timeline-info .date {
    font-size: 14px;
  }
  .pricing-table-col {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .pricing-table-col:last-child {
    margin-bottom: 0;
  }
  .pricing-table-item .price-list li {
    text-align: center;
  }
  .ticket-contact-item {
    margin-right: 40px;
  }
  .buy-ticket-form .btn-form-cover {
    text-align: left;
  }
  .buy-ticket-form .price-final {
    justify-content: flex-start;
  }
  .conference-news-slider {
    padding: 0 50px;
  }
  .conference-news-slider .slick-arrow.slick-arrow-next {
    right: 15px;
  }
  .conference-news-slider .slick-arrow.slick-arrow-prev {
    left: 15px;
  }
  .conference-counter-cover {
    padding: 35px 15px 25px;
  }
  .clock-timer.clock-timer-conference .smalltext {
    font-size: 14px;
    margin-top: 0px;
  }
  .clock-timer.clock-timer-conference .clock-item {
    min-width: 80px;
    font-size: 36px;
  }
  .conference-counter-effect-1 {
    top: -12px;
    left: -15px;
    max-width: 50px;
  }
  .conference-counter-effect-2 {
    bottom: -10px;
    right: -10px;
    max-width: 70px;
  }
  .conference-counter-wrap {
    max-width: 430px;
  }
  .s-dance-counter .clock-timer .clock-item {
    min-width: 120px;
    font-size: 50px;
  }
  .s-dance-counter .clock-timer .clock-item:before {
    top: 21px;
    font-size: 50px;
    right: -6px;
  }
  .s-dance-counter .clock-timer .clock-item span {
    margin-bottom: 6px;
  }
  .s-dance-counter .clock-timer .smalltext {
    font-size: 14px;
  }
  .dance-about-col .btn-video img {
    height: 300px;
  }
  .dance-about-info {
    margin-bottom: 40px;
  }
  .dance-about-col .btn-video i {
    font-size: 50px;
  }
  .dance-tabs li span {
    font-size: 18px;
    margin-right: 6px;
  }
  .dance-tabs {
    flex-direction: column;
    align-items: stretch;
  }
  .dance-tabs li {
    justify-content: center;
  }
  .s-dance-event .tab-row {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 20px;
  }
  .s-dance-event .tab-row .dance-event-col {
    width: 100%;
  }
  .s-dance-event .tab-row .dance-event-col .dance-event-item {
    margin-bottom: 50px;
  }
  .gallery-item .title {
    margin-bottom: 0;
    font-size: 14px;
  }
  .s-dance-news .dance-news-item {
    margin-bottom: 40px;
  }
  .dance-slide {
    padding-bottom: 60px;
  }
  .dance-slide:before {
    height: 60px;
  }
  .dance-slide .container {
    min-height: 320px;
  }
  .dance-slide .dance-slide-top {
    padding-top: 70px;
  }
  .dance-slide .dance-slide-top .title-top {
    font-size: 20px;
  }
  .dance-slide .dance-slide-top .title-slider {
    font-size: 70px;
  }
  .dance-slide .dance-img {
    max-width: 204px;
    bottom: -15px;
  }
  .dance-slide .dance-item-date .date,
.dance-slide .dance-item h5 {
    font-size: 18px;
  }
  .dance-slide .dance-item p {
    font-size: 12px;
  }
  .dance-slide .dance-item-name {
    font-size: 14px;
    width: 160px;
  }
  .dance-slide .dance-item-date .month {
    font-size: 16px;
  }
  .dance-slide .dance-item-left {
    margin-bottom: 25px;
  }
  .dance-slide .dance-slide-bottom {
    padding-bottom: 28px;
  }
  .s-dance-counter {
    padding: 32px 0 78px;
  }
  .s-dance-about {
    padding-bottom: 100px;
  }
  .dance-buy-ticket.s-buy-ticket,
.s-dance-price,
.s-dance-event,
.s-dance-members {
    padding: 95px 0 100px;
  }
  .s-dance-news {
    padding: 95px 0 55px;
  }
  .dance-clients.s-clients {
    padding: 0 0 90px;
  }
  .s-our-mission.s-about-speaker.dance-about-speaker {
    padding: 95px 0 100px;
  }
  .s-testimonials.dance-testimonials,
.dance-have-prepared.s-have-prepared {
    padding: 95px 0;
  }
  .s-have-prepared.dance-have-prepared .have-prepared-item .have-prepared img {
    top: -12px;
  }
  .s-error h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .mission-meta,
.conference-map-info .conference-map-content {
    margin-bottom: 25px;
  }
  .footer-menu li a:before {
    display: none;
  }
  .dance-members-item .dance-member-info {
    padding: 20px 15px;
  }
  .s-marathon-news .title,
.s-clients .title {
    margin-bottom: 30px;
  }
  .s-choose-us h2.title {
    margin-bottom: 31px;
  }
  .our-speaker-item .speaker-item-info .name {
    font-size: 22px;
  }
  .clients-cover .client-slide .client-slide-cover {
    height: 76px;
  }
  .clients-cover .client-slide .client-slide-cover img {
    max-height: 100%;
  }
  .dance-slide .video-wrap {
    background-image: url(../img/bg2-slider-dance.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .dance-slide video {
    display: none;
  }
  .dance-slide .dance-slide-top {
    z-index: 1;
    position: relative;
  }
  .dance-slide .dance-slide-top .title-slider,
.dance-slide .dance-slide-top .title-top {
    mix-blend-mode: unset;
  }
  .dance-slide:after {
    mix-blend-mode: unset;
    background: rgba(12, 3, 42, 0.8);
  }
}
@media (max-width: 575px) {
  .clients-cover {
    flex-direction: column;
  }
  .clients-cover .clients {
    width: 100%;
    padding: 1rem;
  }
  .dance-about-info {
    margin-bottom: 0;
  }
  .s-dance-about .dance-title {
    margin-bottom: 40px;
  }
  .dance-about-info p {
    display: none;
  }
  .marathon-slide {
    min-height: 560px;
  }
  .marathon-slide .marathon-text-right {
    font-size: 36px;
    top: 70%;
  }
  .marathon-slide .marathon-text-left {
    font-size: 32px;
    top: 25%;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
  }
  .marathon-slide .slider-location {
    letter-spacing: 0;
    top: 62%;
    font-weight: 600;
    left: 49.5%;
  }
  .marathon-slide .marathon-img {
    max-width: 100%;
    top: 53%;
  }
  .clock-timer.clock-timer-marathon &gt; div {
    min-width: 64px;
    font-size: 30px;
    padding: 5px;
  }
  .choose-us-item:nth-child(2) {
    margin-top: 40px;
  }
  .map-route-img .map-img-effect-2 {
    bottom: -24px;
    right: -15px;
  }
  .our-mission-img .mission-img-effect-4 {
    bottom: -24px;
    right: -15px;
    left: auto;
  }
  .map-route-img .mission-img-effect-1,
.our-mission-img .mission-img-effect-1 {
    left: -15px;
  }
  .mission-number-cover {
    justify-content: center;
  }
  .mission-number-cover .mission-number-item {
    width: 50%;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
  }
  .mission-number-cover .mission-number-item:last-child {
    margin: 0;
  }
  .mission-number-cover .mission-number-item:before {
    display: none;
  }
  .event-schedule-item .schedule-item-info {
    padding: 20px 15px 17px 18px;
  }
  .event-schedule-item .schedule-item-info h4:before {
    right: -6px;
    top: 20px;
  }
  .event-schedule-item .schedule-item-img img {
    max-height: 44px;
  }
  .s-marathon-register .title span:after,
.s-marathon-register .title span:before {
    display: none;
  }
  .marathon-register {
    padding-left: 15px;
    padding-right: 15px;
  }
  .marathon-news-date {
    margin-bottom: 50px;
  }
  .marathon-news-date:before {
    bottom: -18px;
  }
  .marathon-news-slider:before {
    top: 64px;
  }
  .marathon-news-slider .slick-arrow {
    top: 44px;
  }
  .marathon-news-item {
    text-align: center;
    padding: 25px 0;
  }
  .instagram-cover .instagram-item {
    width: 33.33%;
  }
  .instagram-cover .instagram-item:last-child {
    display: none;
  }
  .footer-item .footer-soc {
    margin-top: 26px;
    justify-content: center;
  }
  .footer-contacts .footer-phone,
.footer-contacts .footer-adr {
    margin-bottom: 12px;
  }
  .footer-list li {
    margin-bottom: 12px;
  }
  footer h5 {
    margin-bottom: 20px;
  }
  .footer-contacts li {
    padding-left: 0;
  }
  .footer-contacts i {
    display: none;
  }
  .footer-contacts .footer-phone {
    align-items: center;
  }
  .footer-menu.menu li {
    margin: 4px;
  }
  .footer-menu.menu li a:before {
    display: none;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .pagination-item a {
    font-size: 14px;
    line-height: 32px;
    width: 35px;
  }
  .pagination-item:not(:last-child) {
    margin-right: 7px;
  }
  .widget-instagram li img {
    height: 94px;
  }
  .autor-cover img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }
  .navigation-item .title {
    display: none;
  }
  .navigation-item {
    position: relative;
  }
  .navigation-item:before {
    color: #0d5aa5;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 1px;
    font-weight: 900;
  }
  .navigation-item.navigation-left {
    padding-left: 12px;
  }
  .navigation-item.navigation-left:before {
    content: "\f104";
    left: 0;
  }
  .navigation-item.navigation-right {
    padding-right: 12px;
  }
  .navigation-item.navigation-right:before {
    content: "\f105";
    right: 0;
  }
  blockquote {
    padding: 20px 20px 20px 38px;
  }
  blockquote p {
    font-size: 16px;
  }
  blockquote:before {
    top: 20px;
    left: 15px;
    font-size: 40px;
    line-height: 40px;
  }
  .reviews-form .inp-name,
.reviews-form .inp-email {
    width: 100%;
  }
  .review-avatar {
    margin-right: 15px;
  }
  .review-avatar img {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
  .reviews-list ul {
    padding-left: 15px;
  }
  .have-prepared-item {
    margin-top: 40px;
  }
  .have-prepared-item:nth-child(1), .have-prepared-item:nth-child(2) {
    margin-top: 0;
  }
  .slider-testimonial {
    margin: -15px -15px 0;
  }
  .our-speaker-item img {
    height: 300px;
  }
  .our-speaker-item .speaker-item-info {
    padding: 14px 15px 16px;
    text-align: center;
  }
  .slick-dots {
    margin-top: 20px;
  }
  .conference-slide .container {
    min-height: 440px;
  }
  .conference-slide-item .date {
    margin-bottom: 25px;
  }
  .conference-slide-item .conference-slider-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .conference-slide-item .title {
    font-size: 40px;
    margin-bottom: 34px;
  }
  .clock-timer.clock-timer-conference .clock-item {
    min-width: 72px;
    font-size: 34px;
    padding: 5px;
  }
  .clock-timer.clock-timer-conference .smalltext {
    font-size: 14px;
    margin-top: 0px;
  }
  .conference-counter-effect-1 {
    top: -15px;
    left: -15px;
    max-width: 54px;
  }
  .conference-counter-effect-2 {
    max-width: 70px;
  }
  .our-mission-img .about-img-effect-2 {
    bottom: -10px;
    right: -15px;
    max-width: 40px;
  }
  .mission-meta li {
    margin: 4px 10px;
  }
  .s-speakers-schedule .speakers-timeline-item {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .s-speakers-schedule .speakers-timeline-item:last-child {
    margin-bottom: 0;
  }
  .s-speakers-schedule .speakers-timeline-item:before {
    left: -30px;
    top: 143px;
    transform: none;
  }
  .s-speakers-schedule .speakers-timeline-item .speakers-timeline-info {
    text-align: center;
    margin-top: 20px;
  }
  .speakers-timeline-img,
.speakers-timeline-info {
    width: 100%;
  }
  .speakers-timeline-cover {
    padding: 0 0 0 25px;
  }
  .speakers-timeline-cover:before {
    left: 0;
    transform: none;
  }
  .our-speaker-item img {
    height: 230px;
  }
  .conference-news-slider {
    padding: 0;
  }
  .s-dance-counter .clock-timer .clock-item {
    min-width: 76px;
    font-size: 40px;
    padding: 10px 5px;
  }
  .s-dance-counter .clock-timer .clock-item:before {
    top: 15px;
    font-size: 40px;
    right: -5px;
  }
  .s-dance-counter h2 {
    font-size: 22px;
  }
  .dance-counter-effect {
    display: none;
  }
  .dance-slide .dance-img {
    display: none;
  }
  .dance-slide .dance-slide-top {
    padding-top: 90px;
  }
  .dance-slide .container {
    min-height: 550px;
  }
  .dance-slide .dance-slide-bottom {
    flex-direction: column;
    align-items: center;
  }
  .dance-slide .dance-item-right,
.dance-slide .dance-item-left {
    text-align: center;
    width: 100%;
  }
  .dance-slide .dance-item-left {
    margin-bottom: 20px;
  }
  .dance-slide .dance-item-name,
.dance-slide .dance-item-date {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .dance-about-col {
    margin-bottom: 40px;
  }
  .dance-about-col:last-child {
    margin-bottom: 0;
  }
  .dance-members-item {
    max-width: 100%;
  }
  .dance-members-slider .slick-arrow {
    top: -40px;
  }
  .s-dance-event .tab-row .dance-event-col {
    padding: 0 10px;
  }
  .dance-event-item .dance-event-img {
    display: none;
  }
  .dance-event-item .dance-event-info {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .s-dance-news .dance-news-item {
    text-align: center;
  }
  .grid-sizer,
.gallery-item {
    width: 50%;
  }
  footer {
    padding: 100px 0;
  }
  .footer-cont {
    margin-bottom: 50px;
  }
  .footer-cont .logo {
    margin-bottom: 20px;
  }
  .footer-subscribe {
    margin-top: 0;
  }
  .footer-subscribe h5 {
    margin-bottom: 25px;
  }
  .clients-cover .client-slide .client-slide-cover {
    height: 80px;
  }
  .clock-timer.clock-timer-conference .clock-item:before {
    top: 3px;
  }
  .buy-ticket-form {
    padding-top: 30px;
  }
  .popup-close {
    width: 34px;
    height: 34px;
    padding: 5px;
  }
  .popup-action1 {
    height: 60%;
  }
  .marathon-slide .marathon-text-left {
    top: 20%;
    left: 10%;
  }
  .marathon-slide .marathon-text-left img {
    max-width: 80vw;
    height: auto;
  }
  .social-media {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 340px) {
  .marathon-slider {
    min-height: 590px;
  }
  .marathon-slide {
    min-height: 550px;
  }
  .marathon-slide .marathon-text-left {
    top: 20%;
  }
  .marathon-slide .marathon-img {
    top: 52%;
  }
  .conference-slide-item p {
    font-size: 14px;
    line-height: 22px;
  }
  .conference-slide-item .date {
    margin-bottom: 10px;
  }
  .conference-slide-item .title {
    margin-bottom: 20px;
  }
  .conference-slide .container {
    min-height: 400px;
  }
  .s-conference-mission {
    padding-top: 0;
  }
  .conference-counter-cover h4 {
    font-size: 16px;
  }
  .conference-counter-wrap {
    transform: translateY(-60px);
  }
  .s-our-mission.s-about-speaker {
    padding-top: 40px;
  }
  .dance-slide .container {
    min-height: 480px;
  }
}
.social-media {
  -moz-columns: 4;
       columns: 4;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
}
.social-media .social-icon {
  width: 40px;
  height: auto;
}

.hashtag {
  padding-top: 30px;
  width: 100%;
}
.hashtag .mission-number-item {
  border-right: none;
}

/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */
ul::-webkit-scrollbar {
  display: none;
}

ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}

.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 1em;
  padding-bottom: 80px;
  width: 100%;
  max-width: 100vw;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 320px;
}

.tabs input[name=tab-control] {
  display: none;
}

.tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #428bff;
}

.tabs ol {
  list-style: decimal;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(10, auto);
  grid-auto-flow: column;
  grid-column-gap: 50px;
}

.tabs ol li {
  padding-bottom: 15px;
  text-align: left;
}

.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 1em 0;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
}

.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 16.6666666667%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  text-align: center;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs ul li label br {
  display: none;
}

.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
  fill: #bec5cf;
}

.tabs .slider {
  position: relative;
  width: 16.6666666667%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428bff;
  border-radius: 1px;
}

.tabs .content {
  margin-top: 30px;
  margin-left: 1em;
  margin-right: 1em;
}

.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.tabs .content section h2 {
  color: #428bff;
  display: none;
  text-align: left;
}

.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428bff;
  margin-top: 5px;
  left: 1px;
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul &gt; li:nth-child(1) &gt; label {
  cursor: default;
  color: #428bff;
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul &gt; li:nth-child(1) &gt; label svg {
  fill: #428bff;
}

@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul &gt; li:nth-child(1) &gt; label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content &gt; section:nth-child(1) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul &gt; li:nth-child(2) &gt; label {
  cursor: default;
  color: #428bff;
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul &gt; li:nth-child(2) &gt; label svg {
  fill: #428bff;
}

@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul &gt; li:nth-child(2) &gt; label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content &gt; section:nth-child(2) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul &gt; li:nth-child(3) &gt; label {
  cursor: default;
  color: #428bff;
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul &gt; li:nth-child(3) &gt; label svg {
  fill: #428bff;
}

@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul &gt; li:nth-child(3) &gt; label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content &gt; section:nth-child(3) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul &gt; li:nth-child(4) &gt; label {
  cursor: default;
  color: #428bff;
}

.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul &gt; li:nth-child(4) &gt; label svg {
  fill: #428bff;
}

@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul &gt; li:nth-child(4) &gt; label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}

.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content &gt; section:nth-child(4) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul &gt; li:nth-child(5) &gt; label {
  cursor: default;
  color: #428bff;
}

.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul &gt; li:nth-child(5) &gt; label svg {
  fill: #428bff;
}

@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(5):checked ~ ul &gt; li:nth-child(5) &gt; label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ .slider {
  transform: translateX(400%);
}

.tabs input[name=tab-control]:nth-of-type(5):checked ~ .content &gt; section:nth-child(5) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul &gt; li:nth-child(6) &gt; label {
  cursor: default;
  color: #428bff;
}

.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul &gt; li:nth-child(6) &gt; label svg {
  fill: #428bff;
}

@media (max-width: 900px) {
  .tabs input[name=tab-control]:nth-of-type(6):checked ~ ul &gt; li:nth-child(6) &gt; label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(6):checked ~ .slider {
  transform: translateX(500%);
}

.tabs input[name=tab-control]:nth-of-type(6):checked ~ .content &gt; section:nth-child(6) {
  display: block;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1500px) {
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 900px) {
  .tabs ol {
    display: block;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
  .tabs ul {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    background: white;
    z-index: 99;
    padding: 1em 0;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  }
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 40px;
  }
  .tabs .content section h2 {
    display: block;
    text-align: left;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>