@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Neon Tubes 2";
  src: url(../../../fonts/NeonTubes2-Bold.woff2) format("woff2"),
    url(../../../fonts/NeonTubes2-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Neon Tubes 2";
  src: url(../../../fonts/NeonTubes2-Regular.woff2) format("woff2"),
    url(../../../fonts/NeonTubes2-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Neon Tubes light";
  src: url(../../../fonts/NeonTubeslight.otf) format("opentype");
  font-style: normal;
}

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

html {
  font-size: 1rem;
}

@media screen and (max-width: 1439px) {
  html {
    font-size: 0.725rem;
  }
}

@media screen and (max-width: 575px) {
  html {
    font-size: 0.7rem;
  }
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #000;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: 100%;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
}

h1 {
  font-size: 3.052rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 27px;
    line-height: 1.22;
  }
}

.banner-inner h1 span {
  line-height: 1.11;
}

h2 {
  font-size: 2.441rem;
  margin-bottom: 15px;

  letter-spacing: 0.36px;
  line-height: 1.25;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    margin-bottom: 4px;
    letter-spacing: normal;
  }
}

h3 {
  font-size: 1.953rem;

  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 22px;
}

h4 {
  font-size: 1.563rem;

  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 24px;
}

h5 {
  font-size: 1.25rem;

  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 33px;
}

h6 {
  font-size: 1.25rem;
  font-weight: 400;
}

p {
  font-size: 16px;
  display: block;
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
}

@media screen and (max-width: 576px) {
  p {
    letter-spacing: 0.16px;
  }
}

a {
  font-size: 16px;
  display: inline-block;
  color: #e600b6;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  a {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  a {
    font-size: 13px;
  }
}

a:hover {
  text-decoration: none !important;
}

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

.primary-color {
  color: #53008a;
}

.secondary-color {
  color: #00addc;
}

.tertiary-color {
  color: #e600b6;
}

.yellow-color {
  color: #ebbd22;
}

.primary-bg {
  background-color: #53008a;
}

.secondary-bg {
  background-color: #00addc;
}

.tertiary-bg {
  background-color: #e600b6;
}

.common-color {
  color: #1d1d1b;
}

.grey-bg {
  background-color: #f4f4f4;
}

.white-bg {
  background-color: #fff;
}

.tab-color {
  color: #5f5f5e;
}

.tab-activeColor {
  color: #285784;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

section {
  padding: 60px 0 70px;
  z-index: 15;
  position: relative;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 30px 0;
  }
}

.d-rtl {
  direction: rtl;
}

.body-hidden {
  overflow: hidden;
}

.primary-btn {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.primary-btn > * {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-decoration: none;
  border: solid 2px #53008a;
  padding: 17px 25px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .primary-btn > * {
    padding: 13.5px 25px;
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

.primary-btn > * i {
  margin-left: 18px;
}

@media screen and (min-width: 1025px) {
  .primary-btn:hover {
    background-color: transparent;
  }
  .primary-btn:hover > * {
    color: #53008a;
  }
}

@media screen and (max-width: 767px) {
  .primary-btn {
    width: 100%;
  }
}

.secondary-btn {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.secondary-btn > * {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-decoration: none;
  border: solid 2px #00addc;
  padding: 17px 25px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .secondary-btn > * {
    padding: 13.5px 25px;
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

@media screen and (min-width: 1025px) {
  .secondary-btn:hover {
    background-color: transparent;
  }
  .secondary-btn:hover > * {
    color: #00addc;
  }
}

@media screen and (max-width: 767px) {
  .secondary-btn {
    width: 100%;
  }
}

.tertiary-btn {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tertiary-btn > * {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-decoration: none;
  border: solid 2px #e600b6;
  padding: 17px 25px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .tertiary-btn > * {
    padding: 13.5px 25px;
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

@media screen and (min-width: 1025px) {
  .tertiary-btn:hover {
    background-color: transparent;
  }
  .tertiary-btn:hover > * {
    color: #e600b6;
  }
}

@media screen and (max-width: 767px) {
  .tertiary-btn {
    width: 100%;
  }
}

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

.inner-page .first-section {
  background-color: #fff !important;
  padding: 60px 115px;
  width: calc(100% - 85px);
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .inner-page .first-section {
    padding: 25px 40px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .inner-page .first-section {
    width: 100%;
    padding: 0 20px;
  }
}

.inner-page .first-section h2 {
  font-size: 3rem;
  line-height: 1.73;
  font-weight: 800;
  margin: 0;
  color: #000;
}

.inner-page .first-section p {
  color: #000;
}

hr {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #c8c8c8;
}

.browser-update,
noscript {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  padding: 15px;
}

.browser-update p,
noscript p {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 53px;
  text-align: center;
  color: #e600b6;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e600b6, 0 0 4px #e600b6;
  -webkit-animation: pink_lightglow 0 0.59s infinite alternate;
  animation: pink_lightglow 0.7s infinite alternate;
  font-family: "Neon Tubes 2";
}

ol,
ul {
  padding: 0;
  padding-left: 15px;
  margin: 15px 0;
  text-align: left;
}

ul li,
ol li {
  font-size: 16px;
}
.wp-content ul li,
.wp-content ol li {
  margin: 0 0 15px;
  font-weight: 300;
  line-height: 1.5;
}
.slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 3px;
}

.slick-dots li button {
  height: 12px;
  width: 12px;
  padding: 0;
}

.slick-dots li button:before {
  width: 12px;
  height: 12px;
  font-size: 44px;
  line-height: 12px;
  color: #c3c3c3;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}

[class*="btn"] {
  cursor: pointer;
}

.d-rtl ul li {
  direction: ltr;
}

blockquote {
  margin: 16px 40px;
}
blockquote {
  border-left: 4px solid #8c5da7;
}
blockquote p,
blockquote {
  color: #000 !important;
}
blockquote {
  background: #f2f2f2;
  display: inline-block;
  border-left: 4px solid #8c5da7;
  position: relative;
  padding: 1.25rem 0.938rem 1.25rem 3.75rem;
  margin-bottom: 15px;
  margin-left: 0;
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0.938rem;
  left: 0.625rem;
  content: "\f10d";
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8c5da7;
  font-size: 1.875rem;
}
.wp-content ul {
  padding-left: 17px;
}

.wp-content ul li {
  position: relative;
}

.wp-content ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  left: -18px;
  top: 9px;
}
.full-width ul {
  text-align: left;
}

ul {
  text-align: left;
}

.search-result-page .news-left {
  width: 100%;
  padding: 0;
}

.search-result-page .news-content {
  width: 100%;
}

@-webkit-keyframes blue_glow {
  to {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #ebbd22, 0 0 12px #ebbd22;
  }
}

@keyframes blue_glow {
  to {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #ebbd22, 0 0 12px #ebbd22;
  }
}

@-webkit-keyframes blue_lightglow {
  to {
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00addc, 0 0 7px #00addc;
  }
}

@keyframes blue_lightglow {
  to {
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00addc, 0 0 7px #00addc;
  }
}

@-webkit-keyframes pink_glow {
  to {
    text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #e600b6, 0 0 16px #e600b6;
  }
}

@keyframes pink_glow {
  to {
    text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #e600b6, 0 0 16px #e600b6;
  }
}

@-webkit-keyframes pink_lightglow {
  to {
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #e600b6, 0 0 7px #e600b6;
  }
}

@keyframes pink_lightglow {
  to {
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #e600b6, 0 0 7px #e600b6;
  }
}

@-webkit-keyframes purple_glow {
  to {
    text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #53008a, 0 0 16px #53008a;
  }
}

@keyframes purple_glow {
  to {
    text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #53008a, 0 0 16px #53008a;
  }
}

@-webkit-keyframes purple_lightglow {
  to {
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #53008a, 0 0 7px #53008a;
  }
}

@keyframes purple_lightglow {
  to {
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #53008a, 0 0 7px #53008a;
  }
}

.home .dmg-footer {
  position: relative;
}

/* .dmg-footer {
    width: calc(100% - 78px);
    position: relative;
} */

@media screen and (max-width: 1024px) {
  .home .dmg-footer {
    width: 100%;
  }
}

.dmg-footer {
  background: #000;
  background-size: cover;
  background-position: 0 -100px;
  padding: 30px 0 20px;
  width: 100%;
  position: relative;
}

.dmg-footer:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  background: url(../../../images/connectbg-left.png) no-repeat;
  top: 0;
  background-size: 390px;
  z-index: 0;
  background-position: -12.7% 40%;
}

@media screen and (max-width: 1024px) {
  .dmg-footer:before {
    background-position: 64% -93%;
    opacity: 0.6;
  }
}

.dmg-footer:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  right: 0;
  background: url(../../../images/connectbg-right.png) no-repeat;
  top: 0;
  background-position: 109% 54%;
  background-size: 390px;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .dmg-footer:after {
    display: none;
  }
}

.dmg-footer .container {
  position: relative;
  z-index: 9;
}

.dmg-logo {
  text-align: center;
}

.dmg-logo img {
  max-width: 220px;
}

.dmg-links {
  margin: 10px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #acacac;
  border-top: 1px solid #acacac;
}

.dmg-social-link {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .dmg-social-link {
    width: 100%;
    text-align: center;
  }
  .dmg-footer ul {
    text-align: center;
  }
}

.dmg-social-link ul li {
  display: inline-block;
  margin-right: 7px;
}

.dmg-social-link ul li a {
  display: inline-block;
  vertical-align: middle;
}

.dmg-social-link ul li a img {
  display: block;
  vertical-align: middle;
}

.dmg-menu {
  width: 54%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dmg-menu {
    width: 100%;
    margin: 10px 0;
  }
}

.dmg-menu ul li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 0 4px;
}

.dmg-menu ul li:last-child a {
  padding-right: 0;
}

.dmg-menu ul li:last-child a:after {
  content: "";
}

@media screen and (max-width: 1024px) {
  .dmg-menu ul li {
    font-size: 15px;
  }
}

.dmg-menu ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-right: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .dmg-menu ul li a {
    padding-right: 0;
  }
}

.dmg-menu ul li a:hover {
  color: #d6e03d;
}

.dmg-menu ul li a:hover:after {
  color: #fff;
}

.dmg-menu ul li a:active {
  color: #d6e03d;
}

.dmg-menu ul li a:active:after {
  color: #fff;
}

.dmg-menu ul li a:after {
  position: absolute;
  content: "|";
  right: -4px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .dmg-menu ul li a:after {
    display: none;
  }
}

.gmg-ft-logo {
  width: 31%;
  text-align: right;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .gmg-ft-logo {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.dmg-social-link.social-link-blk {
  display: none;
}
.dmg-social-link ul {
  padding: 0;
  margin: 0;
}
.dmg-menu ul {
  margin: 0;
  padding: 0;
}
.ft-logo-blk {
  display: none;
}
.ls-cw {
  max-width: 49px;
  display: inline-block;
  padding-left: 10px;
}

.dmg-logo-blk {
  display: none;
}

@media (max-width: 991px) {
  .gmg-ft-logo {
    width: 100%;
    justify-content: center;
  }

  .dmg-menu {
    width: 100%;
    margin: 10px 0px;
  }

  .dmg-social-link {
    width: 100%;
    text-align: center;
  }
  .dmg-social-link ul {
    text-align: center;
  }
}

.blurp-text {
  text-align: center;
}

.blurp-text p {
  max-width: 770px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
}

.home footer {
}

/* footer {
    width: calc(100% - 78px);
} */

@media screen and (max-width: 1024px) {
  .home footer {
    width: 100%;
  }
}

footer {
  background-color: #252327;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  footer {
    background-color: #000;
  }
}

footer .footer-wrap {
  width: 100%;
}

footer .top-section {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #acacac;
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  footer .top-section {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

footer .top-section > a {
  max-width: 165px;
}

@media screen and (max-width: 767px) {
  footer .top-section > a {
    margin-bottom: 18px;
  }
}

footer .top-section > a span {
  font-family: ProximaNova;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  letter-spacing: 0.12px;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  footer .top-section > a span {
    display: none;
  }
}

footer .top-section h2 {
  font-size: 2.25rem;
  font-family: "Neon Tubes 2";
  letter-spacing: 1.8px;
  text-align: left;
  color: #e600b6;
  width: auto;
  margin: 0 0 0 38px;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 6px #e600b6, 0 0 8px #e600b6;
}

@media screen and (max-width: 767px) {
  footer .top-section h2 {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}

footer .top-section .subscribe {
  margin-left: auto;
  background-color: #000;
  padding: 10px 7px 10px 27px;
  max-width: 501px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  footer .top-section .subscribe {
    max-width: 100%;
    margin: 15px 0 0;
    padding: 10px 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  footer .top-section .subscribe {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

footer .top-section .subscribe span {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  footer .top-section .subscribe span {
    text-align: center;
    width: 100%;
    margin-bottom: 18px;
  }
}

footer .top-section .subscribe .primary-btn > * {
  padding: 13px 22px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  footer .top-section .subscribe .primary-btn > * {
    text-align: center;
    font-size: 16px;
    padding: 13px 22px 14px;
  }
}

@media screen and (max-width: 767px) {
  footer .top-section .subscribe .primary-btn {
    margin: auto;
    max-width: 240px;
    width: 100%;
    text-align: center;
  }
}

footer .bottom-section {
  padding-top: 33px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

footer .bottom-section .map {
  max-width: 320px;
  width: 100%;
}

@media screen and (max-width: 576px) {
  footer .bottom-section .map {
    max-width: 576px;
  }
  footer .bottom-section .map img {
    width: 100%;
  }
}

footer .bottom-section .footer-col-wrap {
  width: calc(100% - 320px);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  footer .bottom-section .footer-col-wrap {
    width: 100%;
    margin-top: 40px;
  }
}

footer .footer-col {
  width: auto;
  padding-left: 90px;
}

@media screen and (max-width: 1199px) {
  footer .footer-col {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1199px) {
  footer .footer-col:first-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-col {
    width: 100%;
    padding-left: 0;
  }
  footer .footer-col:nth-child(n + 2) {
    display: none;
  }
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer a,
footer li,
footer p,
footer span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.16px;
  text-align: left;
  color: #acacac;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
  footer a:hover,
  footer li:hover,
  footer p:hover,
  footer span:hover {
    opacity: 0.6;
  }
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

footer .cal-link {
  color: #e600b6;
}

footer .cal-link i {
  color: #e600b6;
  margin-right: 10px;
}

footer .cal-link svg {
  fill: #e600b6;
  margin-right: 10px;
}

footer .cal-link svg > * {
  fill: #e600b6;
}

footer [class*="btn"] {
  background-color: #53008a !important;
}

footer [class*="btn"] > * {
  color: #fff !important;
  opacity: 1 !important;
}

header {
  padding: 16px 39px 12px 90px;
  background-color: #fff;
  width: 100%;
  z-index: 55;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  header {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 15px 15px 6px;
  }
}

header .header-wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

header .left-side {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  header .left-side {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  header .left-side {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

header .logo-wrap {
  max-width: 140px;
  width: 100%;
  margin-right: 36px;
}

@media screen and (max-width: 1280px) {
  header .logo-wrap {
    max-width: 120px;
  }
}

@media screen and (max-width: 767px) {
  header .logo-wrap {
    max-width: 104px;
  }
}

header .event-details {
  width: auto;
  margin-right: 83px;
}

@media screen and (max-width: 1440px) {
  header .event-details {
    margin-right: 43px;
  }
}

@media screen and (max-width: 1279px) {
  header .event-details {
    margin-right: 23px;
  }
}

@media screen and (max-width: 1024px) {
  header .event-details {
    width: 100%;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  header .event-details {
    width: 100%;
    margin: 7px auto 0;
    text-align: center;
    border-top: 1px solid #7d7d7d;
    padding: 6px 0 0;
  }
}

header .event-details p {
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.16px;
}

@media screen and (max-width: 1365px) {
  header .event-details p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1280px) {
  header .event-details p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  header .event-details p {
    font-size: 14px;
    line-height: 1.14;
  }
}

header .part-of {
  text-align: center;
  max-width: 160px;
}

@media screen and (max-width: 1280px) {
  header .part-of {
    max-width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  header .part-of {
    display: none;
  }
}

header .part-of p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  header .part-of p {
    font-size: 12px;
  }
}

header .right-side {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  header .right-side > :nth-last-child(2) {
    margin-right: 62px;
  }
}

@media screen and (max-width: 767px) {
  header .right-side {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  header .right-side > * {
    display: none;
  }
  header .right-side .menu-wrapper {
    display: inline-block;
  }
  .scrolled header.nav-down .right-side .menu-wrapper {
    opacity: 1;
    display: inline-block;
  }
}

header .right-side [class*="btn"] > * {
  padding: 13.5px 25px;
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  header .right-side [class*="btn"] > * {
    padding: 9.5px 15px;
  }
}

.scrolled header {
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.scrolled header [class*="btn"] > * {
  font-size: 14.5px;
}

.scrolled header .event-details p {
  font-size: 14px;
}

.menu-wrapper {
  width: 20px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  margin-left: 50px;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1199px) {
  .menu-wrapper {
    margin-left: 35px;
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .menu-wrapper {
    position: fixed;
    margin: 0;
    right: 30px;
    top: 23px;
    z-index: 50;
  }
}

.menu-btn {
  height: 2px;
  width: 15px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 0;
  margin-top: 9px;
}

.menu-btn:before {
  height: 2px;
  width: 20px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  content: " ";
  position: absolute;
  margin-top: -7.5px;
  margin-left: 0;
  -webkit-transform: rotateZ(0);
  -webkit-transform-origin: 3px 3px;
}

.menu-btn:after {
  height: 2px;
  width: 18px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  content: " ";
  position: absolute;
  margin-left: 0;
  -webkit-transform: rotateZ(0);
  -webkit-transform-origin: 3px 3px;
  margin-top: 7.5px;
}

.menu-btn-on.menu-btn:before {
  -webkit-transform: rotateZ(45deg);

  -webkit-transform-origin: -1px 0;
  width: 20px;
  z-index: 9;
}

.menu-btn-on.menu-btn:after {
  -webkit-transform: rotateZ(-45deg);

  -webkit-transform-origin: -1px 2px;
  width: 20px;
  z-index: 9;
}

.menu-wrapper-on {
  box-shadow: 0 0 0 0 transparent inset;
}

.menu-wrapper-on:after {
  position: absolute;
  content: "";
  width: 43px;
  height: 37px;
  background-image: url(../../../images/hexagon.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 24%;
  top: -45%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.search-wrap {
  width: 23px;
  margin-left: 45px;
}

@media screen and (max-width: 1280px) {
  .search-wrap {
    margin-left: 20px;
  }
}

.search-wrap .search-icon {
  display: block;
}

.search-wrap .search-icon i,
.search-wrap .search-icon svg {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  height: 23px;
}

@media screen and (min-width: 1025px) {
  .search-wrap .search-icon i:hover,
  .search-wrap .search-icon svg:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.fixed-sidebar {
  position: fixed;
  right: 0;
  background-color: #fff;
  z-index: 40;
  top: 0;
  width: 78px;
  text-align: center;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .fixed-sidebar {
    position: relative;
    width: 100%;
    background-color: #252327;
  }
}

@media screen and (max-width: 767px) {
  .fixed-sidebar {
    background-color: #000;
  }
}

@media screen and (max-width: 1024px) {
  .fixed-sidebar .social-media {
    width: 100%;
    padding: 0 20px;
  }
}

.fixed-sidebar .social-media ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .fixed-sidebar .social-media ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #9c9c9c;
  }
}

.fixed-sidebar .social-media ul li {
  padding: 0 0;
  margin: 41px 0;
  text-align: center;
}

.fixed-sidebar .social-media {
  margin-top: 2px;
}

@media screen and (max-width: 1024px) {
  .fixed-sidebar .social-media ul li {
    margin: 23px 20px;
  }
  .fixed-sidebar .social-media ul li:last-child {
    display: none;
  }
}

.fixed-sidebar .social-media ul li a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
  .fixed-sidebar .social-media ul li a:hover {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  .fixed-sidebar .social-media ul li a:hover .fa-facebook {
    color: #3b5998;
  }
  .fixed-sidebar .social-media ul li a:hover .fa-twitter {
    color: #1da1f2;
  }
  .fixed-sidebar .social-media ul li a:hover .fa-instagram {
    color: #c1558b;
  }
  .fixed-sidebar .social-media ul li a:hover .fa-linkedin {
    color: #2867b2;
  }
  .fixed-sidebar .social-media ul li a:hover .fa-calendar {
    color: #53008a;
  }
  .fixed-sidebar .social-media ul li a:hover .fa-youtube {
    color: #ff0000;
  }
}

@media screen and (max-width: 1024px) {
  .fixed-sidebar .social-media ul li a {
    color: #fff;
  }
}

.fixed-sidebar .social-media ul li a i {
  /* font-size: 24px; */
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-form-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 100;
  padding: 25px 0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: slide-down 0.6s ease forwards;
  animation: slide-down 0.6s ease forwards;
  display: none;
}

.search-form-header .form-group {
  width: 100%;
  padding: 0 15px;
}

.search-form-header .form-group label {
  width: 100%;
  display: none;
  text-align: left;
}

.search-form-header .form-group input {
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 50px;
  border-radius: 7px;
  padding: 0 25px;
  outline: 0;
  font-size: 18px;
}

.search-form-header .close-search {
  width: auto;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form-header .close-search .close-icon {
  display: block;
  padding: 7px;
  cursor: pointer;
}

.search-form-header .close-search .close-icon i {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.38);
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navigation-wrap {
  background-color: #fff;
  z-index: 250;
  width: 100%;
  display: none;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 250;
  padding: 20px 39px 15px 90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: slide-left 0.6s ease forwards;
  animation: slide-left 0.6s ease forwards;
  overflow: auto;
}

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

.navigation-wrap::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

.navigation-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(23, 23, 20, 0.56);
}

.navigation-wrap.open {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .navigation-wrap {
    padding: 35px 20px;
  }
}

.navigation-wrap .left-side {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .navigation-wrap .left-side {
    display: none;
  }
}

.navigation-wrap .left-side p {
  font-size: 28px;
  line-height: 1.1;
}

.navigation-wrap .left-side .image {
  margin-bottom: 7px;
}

.navigation-wrap .left-side .image img {
  width: 100%;
}

.navigation-wrap .left-side h3 {
  font-family: "Montserrat", sans-serif;
  color: #1c1a1d;
  margin-bottom: 13px;
}

.navigation-wrap .left-side a {
  line-height: normal;
  font-size: 18px;
  display: block;
  width: 100%;
  color: #53008a;
}

.navigation-wrap .left-side [class*="btn"] {
  margin: 39px 0 0;
  color: #fff;
}

.navigation-wrap .left-side [class*="btn"] > * {
  color: #fff;
}

.navigation-wrap .right-side {
  width: calc(100% - 400px);
}

@media screen and (max-width: 1199px) {
  .navigation-wrap .right-side {
    width: 100%;
  }
}

.menu-header-navigation-menu-container {
  width: 100%;
  padding-left: 80px;
}

@media screen and (max-width: 1439px) {
  .menu-header-navigation-menu-container {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-header-navigation-menu-container {
    padding-left: 0;
  }
}

.menu-header-navigation-menu-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu-header-navigation-menu-container ul.menu {
  max-width: 445px;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .menu-header-navigation-menu-container ul.menu {
    max-width: 330px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-header-navigation-menu-container ul.menu {
    max-width: 100%;
  }
}

.menu-header-navigation-menu-container ul li {
  border-bottom: solid 1px rgba(39, 40, 47, 0.2);
  position: relative;
}

.menu-header-navigation-menu-container ul li:hover svg {
  opacity: 1;
  fill: #53008a;
}

.menu-header-navigation-menu-container ul li:hover svg > * {
  fill: #53008a;
}

.menu-header-navigation-menu-container ul li a {
  text-decoration: none;
  font-size: 28px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: normal;
  text-transform: capitalize;
  padding: 7px 45px 7px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1c1a1d;
}

@media screen and (max-width: 1199px) {
  .menu-header-navigation-menu-container ul li a {
    font-size: 18px;
  }
}

.menu-header-navigation-menu-container ul li a:hover {
  color: #53008a;
}

@media screen and (min-width: 1025px) {
  .menu-header-navigation-menu-container ul li a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
}

.menu-header-navigation-menu-container ul li .menu-item-has-children {
  position: relative;
}

.menu-header-navigation-menu-container ul li .menu-item-has-children.open {
  color: #53008a;
}

.menu-header-navigation-menu-container ul li .menu-item-has-children:after {
  position: absolute;
  content: "";
}

.menu-header-navigation-menu-container ul .sub-menu {
  padding: 0 0 0 23px;
  margin-top: -15px;
  background-color: #000;
  max-height: 500px;
  height: 100%;
}

.menu-header-navigation-menu-container ul .sub-menu li {
  border: 0;
}

.menu-header-navigation-menu-container ul .sub-menu li a {
  color: #fff;
  line-height: 1.79;
}

.scrolled.inner-page .fixed-sidebar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inner-page .fixed-sidebar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: start;
  align-items: flex-start;
  bottom: auto;
  top: 70px;
  width: 106px;
  position: absolute;
  z-index: 40;
}

@media screen and (max-width: 1024px) {
  .inner-page .fixed-sidebar {
    position: relative;
    width: 100%;
    background-color: #252327;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .inner-page .fixed-sidebar .social-media ul li {
    margin: 23px 20px;
  }
}

.inner-page .fixed-sidebar ul li {
  /*margin: 32px 0;*/
  margin: 30px 0;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

li.menu-item-has-children i,
li.menu-item-has-children svg {
  color: #53008a;
  font-size: 19px;
  margin-top: 0;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 28px;
  right: 0;
  max-width: 32px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  li.menu-item-has-children svg.for-desktop {
    display: none;
  }
}

li.menu-item-has-children svg.for-mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  li.menu-item-has-children svg.for-mobile {
    display: block;
    opacity: 1;
    max-width: 15px;
    right: 9px;
  }
}

.menu-header-navigation-menu-container ul .sub-menu {
  padding: 0 0 0 23px;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  right: 39px;
  top: 55px;
  width: calc(100% - 1090px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media screen and (max-width: 1439px) {
  .menu-header-navigation-menu-container ul .sub-menu {
    width: calc(100% - 910px);
  }
}

@media screen and (max-width: 1199px) {
  .menu-header-navigation-menu-container ul .sub-menu {
    width: 100%;
    position: static;
    top: auto;
    right: auto;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

li.menu-item-has-children i.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-header-navigation-menu-container ul .sub-menu.open {
  max-height: 500px;
  height: 100%;
  overflow: auto;
}

@media screen and (max-width: 1199px) {
  .menu-header-navigation-menu-container ul .sub-menu.open {
    min-height: auto;
  }
}

.body-hidden {
  overflow: hidden;
}

.menu-header-navigation-menu-container .title {
  font-family: cortado, sans-serif;
  font-size: 50px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-left: 55px;
}

@media (max-width: 1024px) {
  .menu-wrapper {
    z-index: 300;
  }
  .menu-header-navigation-menu-container {
    top: 0;
  }
  .menu-btn-on.menu-btn:after,
  .menu-btn-on.menu-btn:before {
  }
}

.banner-section {
  width: calc(100% - 156px);
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  height: calc(100vh - 108px);
}

@media screen and (max-width: 1024px) {
  .banner-section {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    height: auto;
    min-height: 375px;
  }
}

.banner-section .banner-img {
  width: 100%;
}

.banner-section .banner-img img {
  width: 100%;
}

.banner-section .banner-wrap {
  position: absolute;
  width: 100%;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 710px;
  padding: 20px 80px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .banner-section .banner-wrap {
    padding: 20px;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.banner-section .banner-wrap p {
  font-size: 24px;

  color: #fff;
}

@media screen and (max-width: 767px) {
  .banner-section .banner-wrap p {
    display: none;
  }
}

.home .banner-section .banner-wrap h1 {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #009bc1, 0 0 4px #009bc1;
  -webkit-animation: blue_glow 0.59s infinite alternate;
  animation: blue_glow 0.7s infinite alternate;
}

@media screen and (max-width: 767px) {
  .banner-section .banner-wrap h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.banner-section.banner-inner {
  height: auto;
  padding-left: 90px;
  padding-top: 10px;
  width: calc(100% - 106px);
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .banner-section.banner-inner {
    min-height: auto;
    padding: 0 0 0;
    width: 100%;
  }
}

.banner-section.banner-inner .banner-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  max-width: 100%;
  padding: 0 0;
  position: relative;
}

.banner-section.banner-inner .content {
  width: 50%;
  padding: 15px 0;
}

@media screen and (max-width: 1024px) {
  .banner-section.banner-inner .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding: 20px;
    text-align: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}

.banner-section.banner-inner .content h2 {
  line-height: 1.39;
  font-family: "Neon Tubes 2";
  margin: 0;
  padding-right: 10px;
  color: #e600b6;
}

@media screen and (max-width: 1024px) {
  .banner-section.banner-inner .content h2 {
    font-size: 32px;
    padding-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .banner-section.banner-inner .content h2 {
    font-size: 24px;
  }
}

.banner-section.banner-inner .image {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 320px;
}

@media screen and (max-width: 1024px) {
  .banner-section.banner-inner .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    order: 1;
    position: relative;
  }
  .banner-section.banner-inner .image:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9;
  }
}

@media screen and (max-width: 576px) {
  .banner-section.banner-inner .image {
    min-height: 280px;
  }
}

.banner-section.banner-inner .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner-section.banner-inner [class*="btn"] {
    margin-right: 0;
    margin-left: 0;
  }
}

.banner-section.banner-inner + section {
  z-index: 50;
}

.fl-builder-content .fl-row:first-child section {
  z-index: 39;
}

.co-located-wrap {
  position: absolute;
  left: -124px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .co-located-wrap {
    display: none;
  }
}

.co-located-wrap .co-located-head {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 9;
  background-color: #fff;
  padding: 30px 0;
}

.co-located-wrap .co-located-head p {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.co-located-wrap .co-located-head p svg {
  width: 11px;
  -webkit-transform: translateX(8px) rotate(90deg);
  transform: translateX(8px) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 11px;
}

.co-located-wrap .co-located-content {
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  height: 162px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  padding-left: 124px;
}

.co-located-wrap .co-located-content .logo-wrap {
  margin: 0 20px;
}

.co-located-wrap.open .co-located-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 5;
}

.co-located-wrap.open .co-located-head p svg {
  -webkit-transform: translateX(8px) rotate(275deg);
  transform: translateX(8px) rotate(275deg);
}

.fl-builder-content .fl-row:first-child section {
  z-index: 39;
}

.fixed-sidebar.grey-bg {
  background-color: #f4f4f4;
}

@media (max-width: 1024px) {
  .fixed-sidebar.grey-bg {
    background-color: #252327;
  }
}

@media (max-width: 767px) {
  .fixed-sidebar.grey-bg {
    background-color: #000;
  }
}

.banner-video {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-video > * {
  width: 100% !important;
  height: 100% !important;
}

.banner-video:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .navigation-wrap .right-side {
    background-image: url(../../../images/menu-bg.png);
    background-repeat: no-repeat;
    background-position: 90% 0;
    background-size: auto;
  }
}

.home .promotion-space .promo-wrap {
}

@media screen and (max-width: 1024px) {
  .home .promotion-space .promo-wrap {
    width: 100%;
  }
}

.promotion-space .promo-wrap {
  padding: 0 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.promotion-space .promo-head {
  max-width: 245px;
  text-align: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
  .promotion-space .promo-head {
    max-width: 100%;
    width: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin-bottom: 20px;
  }
}

.promotion-space .promo-head h2 {
  font-size: 2.25rem;
  margin: 0;
}

.promotion-space .promo-image {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 415px);
  margin-left: 28px;
}

@media screen and (max-width: 1024px) {
  .promotion-space .promo-image {
    width: 100%;
    margin-left: 0;
  }
}

.promotion-space .promo-image a {
  width: calc(100% / 3 - 20px);
  margin: 0 10px;
}

@media screen and (max-width: 575px) {
  .promotion-space .promo-image a {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.home .agenda {
}

/* .agenda {
    width: calc(100% - 78px);
} */

@media screen and (max-width: 1024px) {
  .home .agenda {
    width: 100%;
  }
}

.agenda {
  width: 100%;
}

.agenda h2 {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .agenda h2 {
    margin-bottom: 13px;
  }
}

.agenda .agenda-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 1365px) {
  .agenda .agenda-wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .agenda .agenda-wrap {
    padding: 0 0;
  }
}

.agenda .agenda-leftSide {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .agenda .agenda-leftSide {
    width: 100%;
  }
}

.agenda .agenda-leftSide .agenda-head {
  padding: 15.5px 26px;
}

.agenda .agenda-leftSide .agenda-head > * {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  color: #000;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .agenda .agenda-leftSide .agenda-head > * {
    text-align: center;
  }
}

.agenda .agenda-leftSide ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.agenda .agenda-leftSide ul li {
  cursor: pointer;
  width: auto;
  padding: 0;
  margin: 0 3.5px;
  font-size: 18px;
  letter-spacing: 0.18px;
  text-align: center;
  line-height: normal;
  color: #fff;
  padding: 19.5px 52px;
  position: relative;
  background-color: #000;
}

.agenda .agenda-leftSide ul li.active {
  background-color: #53008a;
}

.agenda .agenda-leftSide ul.tab-primary {
  margin-bottom: 11px;
}

.agenda .agenda-leftSide ul.tab-secondary li {
  background-color: transparent;
  color: #000;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2px;
  padding: 19.5px 30px;
}

.agenda .agenda-leftSide ul.tab-secondary li.active {
  color: #00addc;
}

.agenda .agenda-content {
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .agenda .agenda-content {
    margin-top: 20px;
  }
}

.agenda .agenda-content .agenda-row {
  border-bottom: 1px solid #f4f4f4;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 23px 0;
}

.agenda .agenda-content .agenda-row:last-child {
  border-bottom: 0;
}

.agenda .agenda-content .agenda-row .date {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: normal;
  padding: 0 12px;
  color: #000;
  max-width: 405px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .agenda .agenda-content .agenda-row .date {
    max-width: 305px;
  }
}

@media screen and (max-width: 767px) {
  .agenda .agenda-content .agenda-row .date {
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0.16px;
    padding: 0 0;
    margin-bottom: 4px;
  }
}

.agenda .agenda-content .agenda-row .date i {
  color: #00addc;
  font-size: 24px;
  letter-spacing: 0.24px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .agenda .agenda-content .agenda-row .date i {
    font-size: 16px;
    margin-right: 12px;
  }
}

.agenda .agenda-content .agenda-row .agenda-details {
  width: calc(100% - 405px);
}

@media screen and (max-width: 1024px) {
  .agenda .agenda-content .agenda-row .agenda-details {
    width: calc(100% - 305px);
  }
}

@media screen and (max-width: 767px) {
  .agenda .agenda-content .agenda-row .agenda-details {
    width: 100%;
  }
}

.agenda .agenda-content .agenda-row p {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
  line-height: normal;
}

.agenda .agenda-content .agenda-row p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .agenda .agenda-content .agenda-row p {
    font-size: 18px;
    letter-spacing: normal;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .agenda .agenda-content .agenda-row p.name {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

.agenda .agenda-content .agenda-row p.name span {
  letter-spacing: 0.18px;
  color: #e600b6;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .agenda .agenda-content .agenda-row p.name span {
    color: #484848;
    font-weight: 300;
    letter-spacing: 0.16px;
  }
}

.agenda .primary-btn {
  margin: 36px auto 0;
}

.main-agenda {
  padding: 50px 0 14px;
}

@media screen and (max-width: 1024px) {
  .main-agenda {
    padding: 30px 0;
  }
}

.main-agenda p {
  line-height: 1.5;
}

.main-agenda .primary-btn {
  margin: auto;
}

.main-agenda .main-agenda-wrap {
  text-align: center;
}

.main-agenda .main-agenda-wrap > * {
  text-align: left;
}

.main-agenda .main-agenda-wrap > p {
  font-weight: 300;
}

.main-agenda .main-agenda-wrap > h2 {
  text-transform: uppercase;
}

.main-agenda .main-agenda-section {
  margin-top: 45px;
}

.main-agenda .main-agenda-section .main-agenda-top {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.main-agenda .main-agenda-section .main-agenda-top ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-pack: center;
  justify-content: center;
}

.main-agenda .main-agenda-section .main-agenda-top ul li {
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #4d4d4c;
  margin: 0 7px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-agenda .main-agenda-section .main-agenda-top ul li a {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #4d4d4c;
  text-decoration: none;
  padding: 10px 25px;
}

.main-agenda .main-agenda-section .main-agenda-top ul li.active {
  background-color: #53008a;
}

.main-agenda .main-agenda-section .main-agenda-top ul li.active a {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .main-agenda .main-agenda-section .main-agenda-top ul li:hover {
    background-color: #53008a;
  }
  .main-agenda .main-agenda-section .main-agenda-top ul li:hover a {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .main-agenda .main-agenda-section .main-agenda-top ul li.active a {
    color: #000;
  }
  .main-agenda .wrp-agenda-tab-secondary ul li.active {
    color: #000 !important;
  }
}

.main-agenda .main-agenda-section .main-agenda-content {
  padding: 8px 0 0;
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row {
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 0;
  padding-top: 20px;
  position: relative;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row:last-child {
  border-bottom: 0;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .acc-open {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #00addc;
  right: 0;
  top: 20px;
  display: inline-block;
  padding: 7px 7px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .acc-open
  img {
  max-width: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .acc-open
  i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .acc-open.open
  img {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .acc-open.open
  i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row h5 {
  margin-bottom: 8px;
  padding-right: 45px;
  line-height: 1.42;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .time-location {
  margin-bottom: 16px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .time-location
  i {
  font-size: 22px;
  color: #e600b6;
  margin-right: 10px;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .time-location
  span {
  display: -webkit-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row span {
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.15px;
  display: inline-block;
  color: #290808;
}

@media screen and (max-width: 576px) {
  .main-agenda .main-agenda-section .main-agenda-content .main-agenda-row span {
    margin-bottom: 10px;
  }
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-time {
  margin-right: 50px;
}

@media screen and (max-width: 576px) {
  .main-agenda
    .main-agenda-section
    .main-agenda-content
    .main-agenda-row
    .agenda-time {
    width: 100%;
    margin-right: 0;
  }
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-location {
  margin-right: 68px;
}

@media screen and (max-width: 576px) {
  .main-agenda
    .main-agenda-section
    .main-agenda-content
    .main-agenda-row
    .agenda-location {
    width: 100%;
    margin-right: 0;
  }
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .sponsored {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15px;
  display: inline-block;
  background-color: #e600b6;
  color: #fff;
  padding: 1px 14px 3px;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-persons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .person-icon {
  position: absolute;
  left: 4px;
  top: 0;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .person-icon
  i {
  font-size: 19px;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-user {
  width: calc(100% / 4 - 44px);
  margin: 0 44px 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 1365px) {
  .main-agenda
    .main-agenda-section
    .main-agenda-content
    .main-agenda-row
    .agenda-user {
    width: calc(100% / 3 - 44px);
  }
}

@media screen and (max-width: 1199px) {
  .main-agenda
    .main-agenda-section
    .main-agenda-content
    .main-agenda-row
    .agenda-user {
    width: calc(100% / 2 - 44px);
  }
}

@media screen and (max-width: 576px) {
  .main-agenda
    .main-agenda-section
    .main-agenda-content
    .main-agenda-row
    .agenda-user {
    width: calc(100% / 1 - 44px);
  }
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-user
  .image {
  max-width: 55.3px;
  margin-right: 9.8px;
  width: 100%;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-user
  .content {
  width: calc(100% - 65.3px);
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-user
  .content
  h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #53008a;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-user
  .content
  p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: normal;
  margin: 0;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-content.active {
  max-height: 2000px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-content
  p {
  margin-bottom: 25px;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-content
  .supporters {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-content
  h6 {
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
}

.main-agenda
  .main-agenda-section
  .main-agenda-content
  .main-agenda-row
  .agenda-content
  .logos {
  max-width: 150px;
  margin-right: 15px;
}

.register + hr {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .register + hr {
    margin-top: 30px;
  }
}

.wrp-agenda-tab p.val,
.wrp-agenda-tab-secondary p.val-secondary {
  display: none;
}

.main-agenda .wrp-agenda-tab-secondary ul li {
  background-color: transparent;
  color: #000;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2px;
  padding: 10px 25px;
  cursor: pointer;
}

.main-agenda .wrp-agenda-tab-secondary ul li.active {
  color: #00addc;
  background-color: transparent !important;
}

.main-agenda .wrp-agenda-tab-secondary ul li:hover {
  color: #00addc;
  background-color: transparent !important;
}

@media screen and (max-width: 1200px) {
  .main-agenda .wrp-agenda-tab,
  .main-agenda .wrp-agenda-tab-secondary {
    width: 100%;
  }
  .main-agenda .main-agenda-section .main-agenda-top {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .wrp-agenda-tab {
    border: 1px solid #53008a;
    background-color: #53008a;
    margin-bottom: 15px;
  }
  .wrp-agenda-tab p.val {
    margin-bottom: 0;
    padding: 16px 10px;
    font-size: 18.5px !important;
    letter-spacing: 0.19px;
    position: relative;
    border: 1px solid #5f5f5e;
    display: block;
    color: #fff;
    letter-spacing: 0.18px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
  }
  p.val:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrp-agenda-tab ul {
    display: none !important;
  }
  .wrp-agenda-tab.show-filter ul {
    display: block !important;
    background-color: #fff;
    margin: 0 !important;
  }
  .wrp-agenda-tab.show-filter ul li {
    background-color: transparent !important;
    color: #000;
  }
  .wrp-agenda-tab-secondary {
    border: 1px solid #909090;
  }
  .wrp-agenda-tab-secondary p.val-secondary {
    margin-bottom: 0;
    padding: 16px 10px;
    font-size: 18.5px !important;
    letter-spacing: 0.19px;
    position: relative;
    border: 1px solid #5f5f5e;
    display: block;
    color: #909090;
    letter-spacing: 0.18px;
    font-size: 18px;
    line-height: 1.56;
    font-weight: 700;
  }
  p.val-secondary:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #909090;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrp-agenda-tab-secondary ul {
    display: none !important;
  }
  .wrp-agenda-tab-secondary.show-filter ul {
    display: block !important;
    background-color: #fff;
    margin: 0 !important;
  }
  .wrp-agenda-tab-secondary.show-filter ul li {
    background-color: transparent !important;
    color: #000;
  }
}

.agenda-slider {
  padding: 35px 25px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .agenda-slider {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .agenda-slider .primary-btn {
    margin: auto;
  }
}

.agenda-slider .agenda-wrap {
  max-width: 680px;
  width: 100%;
  padding: 0 74px;
}

@media screen and (max-width: 1599px) {
  .agenda-slider .agenda-wrap {
    max-width: 585px;
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .agenda-slider .agenda-wrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .agenda-slider .agenda-wrap {
    padding: 0 25px;
  }
}

.agenda-slider .agenda-wrap h6 {
  margin-bottom: 5px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-left: 1px;
}

.agenda-slider .agenda-wrap p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  margin-bottom: 4px;
  color: #fff;
  margin-left: 1px;
}

@media screen and (max-width: 767px) {
  .agenda-slider .agenda-wrap p {
    font-size: 14px;
    line-height: 1.32;
  }
}

.agenda-slider .agenda-wrap p span {
  display: inline-block;
  margin: 0 10px;
}

.agenda-slider .agenda-wrap p i {
  display: inline-block;
  margin-right: 8px;
}

.agenda-slider .agenda-wrap .slick-next,
.agenda-slider .agenda-wrap .slick-prev {
  width: 60px;
  height: 60px;
  top: 50%;
  bottom: auto;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .agenda-slider .agenda-wrap .slick-next,
  .agenda-slider .agenda-wrap .slick-prev {
    width: 30px;
    height: 30px;
  }
}

.agenda-slider .agenda-wrap .slick-next:before,
.agenda-slider .agenda-wrap .slick-prev:before {
  background-repeat: no-repeat;
  width: 18px;
  height: 29px;
  top: 14px;
  left: 12px;
  opacity: 1;
  font-size: 28px;
  color: #fff;
  background-color: transparent;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .agenda-slider .agenda-wrap .slick-next:before,
  .agenda-slider .agenda-wrap .slick-prev:before {
    top: 5px;
    left: 4px;
    font-size: 20px;
  }
}

.agenda-slider .agenda-wrap .slick-prev {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .agenda-slider .agenda-wrap .slick-prev {
    left: -22px;
  }
}

.agenda-slider .agenda-wrap .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.agenda-slider .agenda-wrap .slick-next {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: auto;
  right: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .agenda-slider .agenda-wrap .slick-next {
    right: -22px;
  }
}

.agenda-slider .agenda-wrap .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.sessions-wrap {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sessions-wrap {
    margin-top: 20px;
  }
}

.sessions-wrap h3 {
  font-weight: 800;
  color: #000;
  line-height: 2.31;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
}

.sessions-wrap .session-box-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 10px -15px 0;
}

.sessions-wrap .session-box-wrap .slick-dots {
  bottom: -30px;
}

.sessions-wrap .session-box-wrap .slick-dots li {
  margin: 0 4px;
}

.sessions-wrap .session-box-wrap .slick-dots li button:before {
  opacity: 1;
  font-size: 46px;
}

.sessions-wrap .session-box-wrap .slick-dots li.slick-active button:before {
  opacity: 1;
}

.sessions-wrap .session-box {
  padding: 24px 23px;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 3px;
}

@media screen and (max-width: 991px) {
  .sessions-wrap .session-box {
    width: calc(100% / 1 - 30px);
  }
}

.sessions-wrap .session-box .date {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  padding: 4px 8px;
  margin-bottom: 12px;
  color: #fff;
}

.sessions-wrap .session-box h6 {
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.sessions-wrap [class*="btn"] {
  width: auto !important;
  margin: 55px auto 0 !important;
  display: block !important;
  max-width: 359px;
}

@media screen and (max-width: 991px) {
  .sessions-wrap [class*="btn"] {
    margin: 30px auto 0 !important;
  }
}

.sessions-wrap [class*="btn"] > * {
  font-size: 18px !important;
}

@media screen and (max-width: 767px) {
  .speakers.line-up-speakers .speaker-rightSide + .agenda-slider {
    margin-top: 30px;
  }
}

.cnt-exhibitor {
  padding: 4.529rem 0 3.824rem;
}

.theme-option-exhibitor {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .theme-option-exhibitor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.theme-option-exhibitor li {
  display: inline-block;
  margin: 0;
  margin-right: 50px;
}

@media (max-width: 576px) {
  .theme-option-exhibitor li {
    display: block;
    text-align: center;
    margin: 0;
  }
}

.theme-option-exhibitor li span.exhibitor-category {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  color: #000;
  padding: 5px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  cursor: pointer;
}

.theme-option-exhibitor li span.selected {
  color: #fff;
  background-color: #53008a;
  padding: 5px 10px;
}

.theme-exhibitor {
  margin-bottom: 2.813rem;
}

.exhibitor-option li {
  display: inline-block;
  width: 40px;
  height: 41px;
  margin-right: 5px;
  margin-bottom: 17px;
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.exhibitor-option {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ex-filtr {
  width: calc(100% - 45px);
  padding-left: 0;
}

@media (max-width: 1199px) {
  .ex-filtr {
    padding-left: 0;
  }
}

.exhibitor-option .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.exhibitor-option li span.alphabet-selector {
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  padding: 8px 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.exhibitor-option li span.selected {
  background: #53008a;
  color: #fff;
}

.exhibitor-option li span.alphabet-selector:hover {
  background: #53008a;
  color: #fff;
}

.option-combo-exhibitor-lists {
  margin-bottom: 18px;
}

.exhibitor-block {
  width: 100%;
  position: static !important;
  -webkit-transform: inherit !important;
  transform: inherit !important;
}

.exhibitor-block:last-child {
  border-bottom: 0;
}

.exhibitor-logos {
  background: #f4f4f4;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  padding: 34px 15px;
}

.badge-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease;
}

.top-left {
  position: absolute;
  top: -14px;
  left: 2px;
  -ms-transform: translateX(-30%) translateY(0) rotate(-45deg);
  -webkit-transform: translateX(-30%) translateY(0) rotate(-45deg);
  transform: translateX(-56%) translateY(0) rotate(-50deg);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.badge {
  margin: 0;
  padding: 0;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #e18729;
  font-weight: 600;
}

.badge::after,
.badge::before {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}

.badge::after {
  left: 100%;
}

.badge::before {
  right: 100%;
}

.rest_exhibitor,
.search_exhibitor {
  cursor: pointer;
}

.ex-logo-block-one {
  width: 20%;
}

.exhibitor-block.exhibitor-block-titles .exhibitor-logos {
  padding: 8px 0.625em;
  background-color: #00addc;
}

.exhibitor-block.exhibitor-block-titles .exhibitor-logos .ex-logo-block {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .exhibitor-option li {
    text-align: center;
  }
  .exhibitor-option li.all {
    width: 100%;
  }
  .exhibitor-option .slick-track {
    margin-left: auto;
    margin-right: auto;
  }
  .exhibitor-option {
    margin: 0 30px;
    justify-content: center;
  }
  .exhibitor-option .slick-next,
  .exhibitor-option .slick-prev {
    top: 12px;
    box-shadow: inherit;
    background: 0 0;
  }
  .exhibitor-option .slick-prev {
    left: -35px;
  }
  .exhibitor-option .slick-next {
    right: -35px;
  }
}

@media screen and (max-width: 767px) {
  .exhibitor-block.exhibitor-block-titles {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ex-logo-block-one {
    width: 18%;
  }
}

@media screen and (max-width: 767px) {
  .ex-logo-block-one {
    width: 50%;
  }
}

.ex-logo-block {
  color: #464646;
  font-size: 15px;
}

.ex-logo-block img {
  max-width: 86px;
}

@media screen and (max-width: 767px) {
  .ex-logo-block {
    margin-bottom: 10px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.ex-logo-block-two {
  width: 19%;
  color: #222;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .ex-logo-block-two {
    width: 50%;
  }
}

.ex-logo-block-three {
  width: 19%;
}

@media screen and (max-width: 767px) {
  .ex-logo-block-three {
    width: 50%;
  }
}

.ex-logo-block-four {
  width: 19%;
}

@media screen and (max-width: 767px) {
  .ex-logo-block-four {
    width: 50%;
  }
}

.ex-logo-block-five {
  width: 19%;
}

@media screen and (max-width: 767px) {
  .ex-logo-block-five {
    width: 50%;
  }
}

.ex-logo-block-six {
  width: 4%;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ex-logo-block-six {
    width: 6%;
  }
}

@media screen and (max-width: 767px) {
  .ex-logo-block-six {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .ex-logo-block {
    width: 100%;
    margin-bottom: 1rem;
  }
  .ex-logo-block:last-child {
    margin-bottom: 0;
  }
}

.exhibitor-block.isotope-hidden {
  border-bottom: 0 !important;
  display: none;
}

.exhibitor-page .isotope,
.exhibitor-page .isotope .isotope-item {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
}

.exhibitor-sec {
  padding: 0 0 2.813rem;
}

@media screen and (max-width: 1024px) {
  .exhibitor-sec .exhibit-form .col-lg-6 {
    padding: 0;
  }
}

.exhibitor-sec .exhibit-form form .form-group {
  padding: 0 0;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.exhibitor-sec .exhibit-form form .form-group label {
  font-size: 14px;
  font-weight: 600;
}

.exhibitor-sec .exhibit-form form .form-group input {
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  height: 40px;
  width: 100%;
  padding: 10px;
  background: 0 0;
  min-height: 47px;
  border-radius: 2px;
  outline: 0;
}

.exhibitor-sec .exhibit-form form .form-group .faq-select {
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 0;
  height: 40px;
  width: 100%;
  color: #1d1d1b;
  font-size: 15px;
  -webkit-appearance: none;
  padding: 10px;
}

.exhibitor-sec .exhibit-form form .form-group .for-select .fa-caret-down {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.exhibitor-sec
  .exhibit-form
  .cmn-btn-style-green-small
  a.btn-style-green-small {
  padding: 8px 18px;
  text-transform: initial;
  font-size: 15px;
}

.exhibitor-sec .primary-btn {
  padding: 8px 21px;
  font-weight: 600;
}

.exhibit-form .cmn-btn-style-green-small {
  display: inline-block;
  margin-right: 3px;
}

.exhibit-form .cmn-btn-style-green-small .btn {
  background-color: #4bc1df;
  border-color: #4bc1df;
  padding: 5px 16px 7px;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}

.news-wrapper {
  background: #f8f8f8;
  padding: 3.125rem 0 4.75rem;
}

.news-left {
  width: 66%;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .news-left {
    width: 60%;
  }
}

.exhibitor-sec .row {
  margin: 0;
}

.exhibitor-sec [class*="col"] {
  padding: 0;
}

.exhibitor-sec .select2-container--default .select2-selection--single {
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  height: 40px;
  width: 100%;
  padding: 10px;
  background: 0 0;
  min-height: 47px;
  border-radius: 2px;
  outline: 0;
}

.exhibitor-sec
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.exhibitor-sec .exhibit-form [class*="col"] {
  padding: 0 15px;
}

.exhibitor-sec .exhibit-form .row {
  margin: 0 -15px;
}

.exhibitor-sec .exhibit-form [class*="col"].form-btn {
  padding: 0;
}

.exhibitor-sec .select2-container {
  width: 100% !important;
}

.exhibitor-logos .ex-logo-block {
  width: calc(100% / 6 - 33px);
  padding: 0;
  margin: 0 15px;
}

.exhibitor-logos .ex-logo-block.ex-logo-block-one {
  width: 140px;
}

.exhibitor-logos .ex-logo-block.ex-logo-block-six {
  width: 200px;
}

@media (max-width: 1279px) {
  .exhibitor-logos .ex-logo-block.ex-logo-block-six {
    width: 183px;
  }
}

.ex-logo-block-six[class*="btn"] > * {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 7px 5px 6px;
  margin: 0;
  text-align: center;
}

.exhibitor-logos .ex-logo-block a {
  display: block;
}

.exhibitor-logos .ex-logo-block {
  position: relative;
}

@media (max-width: 1199px) {
  .exhibitor-block-titles {
    display: none;
  }
  .exhibitor-logos {
    padding: 15px 15px;
  }
  .exhibitor-logos .ex-logo-block {
    padding: 10px 0;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    margin: 0;
  }
  .exhibitor-logos .ex-logo-block.ex-logo-block-one {
    width: 100%;
    padding-top: 0;
  }
  .exhibitor-logos .ex-logo-block.ex-logo-block-six {
    width: 100%;
    padding: 0;
  }
  .exhibitor-logos .ex-logo-block:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
  }
  .ex-logo-block.ex-logo-block-one:before {
    bottom: 11px;
    top: auto;
    position: absolute;
    left: 0;
  }
  .ex-logo-block img {
    max-width: 86px;
  }
  .ex-filtr {
    width: 100%;
  }
  .exhibitor-option li {
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .exhibitor-option li span.alphabet-selector {
    font-size: 14px;
    padding: 5px 11px;
  }
  .exhibitor-option {
    margin: 0;
  }
}

@media (max-width: 576px) {
  .exhibitor-logos .ex-logo-block {
    font-size: 12px;
  }
}

.home .featured-exhibitor {
}

/* .featured-exhibitor {
    width: calc(100% - 78px);
} */

@media screen and (max-width: 1024px) {
  .home .featured-exhibitor {
    width: 100%;
  }
}

.featured-exhibitor .featured-exhibitor-wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.featured-exhibitor .featured-exhibitor-wrap .left-side {
  max-width: 390px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .featured-exhibitor .featured-exhibitor-wrap .left-side {
    max-width: 100%;
    text-align: center;
  }
}

.featured-exhibitor .featured-exhibitor-wrap .right-side {
  width: calc(100% - 390px);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 95px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .featured-exhibitor .featured-exhibitor-wrap .right-side {
    width: 100%;
    padding-left: 0;
  }
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .logo-slider-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.featured-exhibitor
  .featured-exhibitor-wrap
  .right-side
  .logo-slider-wrap:after {
  position: absolute;
  content: "";
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  border: 5px solid #fff;
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .logo-wrap {
  width: calc(100% / 3);
  text-align: center;
  padding: 16px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0.5px solid #d6d6d6;
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .logo-wrap a {
  z-index: 9;
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .logo-wrap a img {
  margin: auto;
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .category {
  width: 100%;
  z-index: 9;
  max-height: 98px;
  height: 100%;
  overflow: hidden;
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .category a {
  height: 100%;
  width: 100%;
  display: block;
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .category-head {
  width: 100%;
  text-align: center;
  z-index: 9;
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .category-head p {
  color: #484848;
  z-index: 9;
}

.featured-exhibitor.sponsor .slick-list {
  z-index: 9;
}

.featured-exhibitor.sponsor
  .featured-exhibitor-wrap
  .right-side
  .logo-slider-wrap:after {
  left: 95px;
}

@media screen and (max-width: 1024px) {
  .featured-exhibitor.sponsor
    .featured-exhibitor-wrap
    .right-side
    .logo-slider-wrap:after {
    left: -1px;
  }
}

.featured-exhibitor .slick-dots {
  left: -48.5%;
  text-align: left;
  bottom: 76px;
}

@media screen and (max-width: 1199px) {
  .featured-exhibitor .slick-dots {
    left: 50px;
    text-align: center;
    bottom: -34px;
  }
}

@media screen and (max-width: 1024px) {
  .featured-exhibitor .slick-dots {
    left: 0;
  }
}

@media screen and (max-width: 576px) {
  .featured-exhibitor.sponsor
    .featured-exhibitor-wrap
    .right-side
    .logo-slider-wrap
    .logo-wrap {
    width: 100%;
  }
}

.home .gallery {
  text-align: center;
}

/* .gallery {
    width: calc(100% - 78px);
    text-align: center;
} */

@media screen and (max-width: 1024px) {
  .home .gallery {
    width: 100%;
  }
}

.gallery {
  overflow: hidden;
}

.gallery h2 {
  text-align: center;
  margin-bottom: 27px;
}

@media screen and (max-width: 1024px) {
  .gallery h2 {
    margin-bottom: 10px;
  }
}

.gallery .gallery-wrap {
  position: relative;
  max-width: 1453px;
  margin-left: auto;
}

@media screen and (max-width: 1669px) {
  .gallery .gallery-wrap {
    max-width: 1353px;
  }
}

@media screen and (max-width: 1569px) {
  .gallery .gallery-wrap {
    max-width: 1253px;
  }
}

@media screen and (max-width: 1469px) {
  .gallery .gallery-wrap {
    max-width: 1153px;
  }
}

@media screen and (max-width: 1369px) {
  .gallery .gallery-wrap {
    max-width: 1053px;
  }
}

@media screen and (max-width: 1269px) {
  .gallery .gallery-wrap {
    max-width: 953px;
  }
}

@media screen and (max-width: 1169px) {
  .gallery .gallery-wrap {
    max-width: 853px;
  }
}

@media screen and (max-width: 1049px) {
  .gallery .gallery-wrap {
    max-width: 790px;
  }
}

@media screen and (max-width: 1024px) {
  .gallery .gallery-wrap {
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
  }
}

.gallery .gallery-head {
  position: absolute;
  left: -93px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

@media screen and (max-width: 1024px) {
  .gallery .gallery-head {
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
    left: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.gallery .gallery-head h2 {
  text-shadow: 0 3px 4px rgba(35, 35, 35, 0.61);
  font-family: "Montserrat", sans-serif;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 0.64;
  letter-spacing: 0.9px;
  text-align: left;
  color: #e600b6;
  margin: 0;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .gallery .gallery-head h2 {
    text-align: center;
  }
}

.gallery .gallery-head span {
  text-shadow: 0 3px 4px rgba(35, 35, 35, 0.21);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.18px;
  text-align: left;
  color: #00addc;
  display: block;
  width: 100%;
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .gallery .gallery-head span {
    text-align: center;
  }
}

.gallery .gallery-slider-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-right: -147px;
  margin-left: auto;
  max-width: 1600px;
}

@media screen and (max-width: 1024px) {
  .gallery .gallery-slider-wrap {
    margin-right: 0;
  }
}

.gallery .gallery-slider-wrap .gallery-box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  max-height: 199px;
  overflow: hidden;
  margin: 0 10px;
  width: calc(100% / 5);
}

@media screen and (max-width: 576px) {
  .gallery .gallery-slider-wrap .gallery-box {
    margin: 0;
  }
}

.gallery .gallery-slider-wrap .gallery-box:hover .image:after {
  height: 100%;
  bottom: 0;
}

.gallery .gallery-slider-wrap .gallery-box:hover .content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gallery .gallery-slider-wrap .gallery-box a {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.gallery .gallery-slider-wrap .gallery-box .image {
  position: relative;
}

.gallery .gallery-slider-wrap .gallery-box .image:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background-color: #00addc;
  mix-blend-mode: multiply;
  z-index: 9;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .gallery .gallery-slider-wrap .gallery-box .image:after {
    height: 100%;
    bottom: 0;
  }
}

.gallery .gallery-slider-wrap .gallery-box .content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .gallery .gallery-slider-wrap .gallery-box .content {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.gallery .gallery-slider-wrap .gallery-box .content h6 {
  font-size: 20.5px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.gallery .gallery-slider-wrap .gallery-box .content p {
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
}

.gallery [class*="btn"] {
  margin: 37px auto 0;
}

.gallery .slick-next,
.gallery .slick-prev {
  width: 43px;
  height: 43px;
  background-color: #53008a;
  border-radius: 50%;
  z-index: 9;
  right: 203px;
  left: auto;
}

@media screen and (max-width: 1469px) {
  .gallery .slick-next,
  .gallery .slick-prev {
    width: 33px;
    height: 33px;
  }
}

.gallery .slick-next {
  top: 37%;
}

.gallery .slick-next:before {
  content: "\f054";
  font-family: FontAwesome;
  opacity: 1;
  margin-left: 3px;
}

.gallery .slick-next.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (max-width: 1279px) {
  .gallery .slick-next {
    top: 33%;
  }
}

@media screen and (max-width: 1024px) {
  .gallery .slick-next {
    right: 0;
    top: 50%;
  }
}

.gallery .slick-prev {
  top: 61%;
}

.gallery .slick-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  opacity: 1;
  margin-right: 3px;
}

.gallery .slick-prev.slick-disabled {
  display: none !important;
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .gallery .slick-prev.slick-disabled {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1279px) {
  .gallery .slick-prev {
    top: 65%;
  }
}

@media screen and (max-width: 1024px) {
  .gallery .slick-prev {
    left: 0;
    right: auto;
    top: 50%;
  }
}

.gallery .slick-disabled + .slick-list + .slick-next {
  top: 50%;
}

.gallery .slick-list {
  width: 100%;
}

.gallery-isotope .g-isotope-wrap {
  text-align: center;
  position: relative;
}

.gallery-isotope .g-list ul {
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 15px;
}

.gallery-isotope .g-list ul li {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 9px 25px;
  margin: 0 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .gallery-isotope .g-list ul li {
    width: 100%;
  }
}

.gallery-isotope .g-list ul li.active {
  background-color: #53008a;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .gallery-isotope .g-list ul li:hover {
    background-color: #53008a;
    color: #fff;
  }
}

.gallery-isotope .g-wrap {
  float: left;
}

.gallery-isotope .g-wrap > div {
  float: left;
  position: relative;
  padding: 1px;
  overflow: hidden;
}

.gallery-isotope .play-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 55px;
  height: 55px;
  z-index: 20;
  background-color: #e600b6;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-isotope .play-icon i {
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .gallery-isotope .g-wrap > div:hover .content {
    opacity: 1;
  }
  .gallery-isotope .g-wrap > div:hover img {
    -webkit-transform: translate3d(3%, 0, 0) scale(1.06);
    transform: translate3d(3%, 0, 0) scale(1.06);
  }
  .gallery-isotope .g-wrap > div:hover .play-icon {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .gallery-isotope .play-icon {
    opacity: 1;
  }
}

.gallery-isotope .g-wrap > div img {
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.gallery-isotope .g-wrap > div a {
  position: relative;
  z-index: 15;
  overflow: hidden;
}

.gallery-isotope .g-wrap .g-large {
  max-height: 400px;
  max-width: 600px;
  -webkit-animation: gallery_animation 750ms;
  animation: gallery_animation 750ms;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-isotope .g-wrap .g-small {
  max-height: 200px;
  max-width: 300px;
  -webkit-animation: gallery_animation 750ms;
  animation: gallery_animation 750ms;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .gallery-isotope .g-wrap .g-small {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 576px) {
  .gallery-isotope .g-wrap .g-small {
    width: calc(100% / 1);
    max-width: 100%;
  }
  .gallery-isotope .g-wrap > div a {
    width: 100%;
    max-height: 200px;
  }
  .gallery-isotope .g-wrap > div img {
    width: 100%;
  }
}

.gallery-isotope .g-wrap .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-isotope .g-wrap .content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00addc;
  opacity: 0.7;
}

.gallery-isotope .g-wrap .content .heading {
  letter-spacing: 0.16px;
  text-align: left;
  color: #e600b6;
  z-index: 11;
  position: relative;
  margin-bottom: 3px;
  font-weight: 400;
  width: 100%;
}

.gallery-isotope .g-wrap .content .description {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-size: 1.156rem;
  z-index: 11;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}

.gallery-isotope [class*="btn"] {
  margin: 43px 0 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallery .gallery-slider-wrap .gallery-box .image:after {
    opacity: 0.7;
  }
}

@-webkit-keyframes gallery_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gallery_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  50% {
    background: #fff;
  }
}

@keyframes pulse {
  50% {
    background: #fff;
  }
}

.loader-wrap {
  position: absolute;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 45px;
  left: 0;
  background-color: #fff;
  z-index: 20;
}

.loading-pulse {
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.loading-pulse:after,
.loading-pulse:before {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
}

.loading-pulse:before {
  left: -12px;
}

.loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.filtered-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div#load-more-gallery a {
  color: #fff;
}

.error-sub-head {
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #53008a;
  padding: 10px 5px;
  max-width: 296px;
  width: 100%;
  text-align: center;
  font-size: 21px;
}

.error-sub-head h6 {
  color: #fff;
}

ul {
  padding: 0;
  padding-left: 17px;
  margin: 15px 0;
}

ul li {
  font-size: 16px;
}

.error-section .three-col-wrap {
  padding-top: 30px;
}

@media (min-width: 1025px) {
  .error-section .three-col-box:nth-child(n + 4) {
    margin-top: 60px;
  }
}

.error-section.three-col .three-col-box .content p {
  font-size: 1.25rem;
}

.error-section.three-col .three-col-box .content {
  padding-bottom: 0;
}

.error-section li a,
.error-section p a {
  display: inline;
}

.search-section-404 .search-wrap-404 {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.search-section-404 .form-group {
  max-width: 617px;
  width: 100%;
  margin: 35px auto 0;
  position: relative;
}

.search-section-404 .form-group input {
  width: 100%;
  padding: 20px 55px 20px 9px;
  border: 1px solid #53008a;
  background-color: #f4f4f4;
  border-radius: 0;
  width: 100%;
  outline: 0;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.search-section-404 .form-group button {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: 0;
  padding: 19px 19px;
  cursor: pointer;
}

.search-section-404 .form-group button i {
  font-size: 22px;
}

.news-block {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #f6f6f6;
}

.news-block-img {
  max-width: 400px;
  width: 100%;
}

.news-content {
  width: calc(100% - 400px);
  padding: 10px 0 10px 0;
}

.news-content h4 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

.news-content p {
  font-weight: 400;
}

.read-news a {
  text-decoration: none;
}

@media (max-width: 1279px) {
  .news-block-img {
    max-width: 300px;
  }
  .news-content {
    width: calc(100% - 300px);
  }
}

@media (max-width: 767px) {
  .news-block-img {
    max-width: 100%;
    text-align: center;
  }
  .news-block {
    padding: 20px 0;
  }
  .news-content {
    width: 100%;
    padding: 10px 0 10px 0;
  }
  .news-wrapper.first-section .news-left h2 {
    line-height: normal;
  }
  .news-wrapper.first-section {
    padding: 20px 5px;
  }
}

.pagination-news ul {
  padding: 0;
  margin: 40px 0 0;
  text-align: left;
  max-width: 100%;
}

.pagination-news ul li {
  display: inline-block;
  margin: 0 1px;
}

.pagination-news ul li a {
  padding: 8px 15px 7px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.45);
  text-decoration: none;
  border-radius: 2px;
  background-color: #efece9;
  min-height: 34px;
  min-width: 34px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 1px 6px;
  display: inline-block;
}

.pagination-news ul li a.disable-cursor {
  display: none;
}

.pagination-news ul li a:hover {
  background: #53008a;
  color: #fff;
}

.pagination-news ul li.current a {
  background: #53008a;
  color: #fff;
}

.three-col h2,
.three-col h3 {
  text-align: left;
  color: #000;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.three-col .container > p {
  margin-bottom: 21px;
}

@media screen and (max-width: 1024px) {
  .three-col .container > p {
    margin-bottom: 10px;
  }
}

.three-col .three-col-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px -15px 0;
}

.three-col .three-col-box {
  width: calc(100% / 3 - 30px);
  margin: 0 15px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .three-col .three-col-box {
    width: calc(100% / 2 - 30px);
    margin: 0 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  .three-col .three-col-box {
    width: calc(100% / 1 - 30px);
  }
  .three-col .three-col-box:last-child {
    margin-bottom: 0;
  }
}

.three-col .three-col-box .content {
  padding: 24px 0 83px;
}

.three-col .three-col-box .content p {
  color: #000;
  margin-bottom: 4px;
  letter-spacing: normal;
}

.three-col .three-col-box .content span {
  letter-spacing: 1.6px;
  color: #e600b6;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 9px;
}

.three-col .three-col-box .image img {
  width: 100%;
}

.three-col [class*="btn"] {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .press-release.first-section {
    padding: 20px;
  }
}

.press-release .pr-wrap h2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.press-release .pr-wrap .load-more {
  max-width: 1200px;
}

.press-release .pr-content {
  max-width: 1200px;
}

.press-release .pr-row {
  margin: 0 -30px 38px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.press-release .pr-row:last-child {
  margin: 0 -30px 0;
}

@media screen and (max-width: 767px) {
  .press-release .pr-row {
    margin: 0 -15px 54px;
  }
  .press-release .pr-row:last-child {
    margin: 0 -15px 0;
  }
}

.press-release .content span {
  display: inline-block;
  background-color: #53008a;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 9px;
  margin-top: 13px;
}

.press-release .content h5 {
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.press-release .content a {
  text-decoration: none;
  font-weight: 700;
}

.press-release .pr-large {
  position: relative;
  width: calc(100% / 2 - 60px);
  margin: 0 30px;
  min-height: 360px;
  max-height: 360px;
}

@media screen and (max-width: 1199px) {
  .press-release .pr-large {
    width: 100%;
    margin: 0 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .press-release .pr-large {
    margin: 0 15px 30px;
  }
}

.press-release .pr-large .play-btn {
  top: 76%;
  left: 87.5%;
}

@media screen and (max-width: 767px) {
  .press-release .pr-large .play-btn {
    top: 24%;
    left: 50%;
  }
}

.press-release .pr-large .play-btn .play-icon {
  width: 75px;
  height: 75px;
}

@media screen and (max-width: 767px) {
  .press-release .pr-large .play-btn .play-icon {
    width: 55px;
    height: 55px;
  }
}

.press-release .pr-large .play-btn .play-icon i {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .press-release .pr-large .play-btn .play-icon i {
    font-size: 15px;
  }
}

.press-release .pr-large .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.press-release .pr-large .image img {
  width: 100%;
  height: 100%;
}

.press-release .pr-large .image:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.01);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.01)),
    color-stop(100%, #000)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.01)),
    to(black)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0, #000 100%);
}

.press-release .pr-large .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 9;
  max-width: 365px;
}

.press-release .pr-small-wrap {
  width: calc(100% / 2 - 60px);
  margin: 0 30px;
}

@media screen and (max-width: 1199px) {
  .press-release .pr-small-wrap {
    width: 100%;
    margin: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .press-release .pr-small-wrap {
    margin: 0 15px;
  }
}

.press-release .pr-small-wrap .pr-small {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

@media screen and (max-width: 576px) {
  .press-release .pr-small-wrap .pr-small {
    max-width: 360px;
    margin: auto auto 30px;
    text-align: center;
  }
}

.press-release .pr-small-wrap .pr-small:last-child {
  margin-bottom: 0;
}

.press-release .pr-small-wrap .pr-small .image {
  max-width: 150px;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .press-release .pr-small-wrap .pr-small .image {
    max-width: 100%;
    text-align: center;
    margin: auto;
  }
  .press-release .pr-small-wrap .pr-small .image img {
    margin: auto;
  }
}

.press-release .pr-small-wrap .pr-small .content {
  width: calc(100% - 150px);
  padding-left: 30px;
  position: static;
}

@media screen and (max-width: 576px) {
  .press-release .pr-small-wrap .pr-small .content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}

.press-release .pr-small-wrap .pr-small .content h5 {
  font-size: 18px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 576px) {
  .press-release .pr-small-wrap .pr-small .content h5 {
    max-width: 100%;
  }
}

.press-release .pr-medium {
  width: calc(100% / 3 - 60px);
  margin: 0 30px 40px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .press-release .pr-medium {
    width: calc(100% / 2 - 60px);
  }
}

@media screen and (max-width: 767px) {
  .press-release .pr-medium {
    width: calc(100% / 2 - 30px);
    margin: 0 15px 40px;
  }
}

@media screen and (max-width: 576px) {
  .press-release .pr-medium {
    width: calc(100% / 1 - 30px);
    margin: 0 15px 30px;
  }
}

.press-release .pr-medium .image img {
  width: 100%;
}

.press-release .pr-medium .content {
  padding: 25px 0;
}

.press-release .pr-medium .content h5 {
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.press-release .pr-medium .content span {
  position: absolute;
  top: 27px;
  left: 30px;
  margin: 0;
}

.load-more {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

@media screen and (max-width: 1023px) {
  .load-more {
    margin-top: 16px;
  }
}

.load-more [class*="btn"] {
  margin: 0 auto 0;
}

.press-release .load-more .primary-btn > * {
  color: #fff !important;
}

.pr-medium .play-icon {
  width: 59px;
  height: 58px;
}

.pr-medium .play-btn {
  top: 58%;
}

.pr-medium .image {
  position: relative;
}

.pr-medium .play-icon i {
  font-size: 15px;
}

.pr-small .play-icon {
  width: 59px;
  height: 58px;
}

.pr-small .play-btn {
  top: 50%;
}

.pr-small .image {
  position: relative;
}

.pr-small .play-icon i {
  font-size: 15px;
}

.promotion {
  width: 100%;
  padding: 60px 20px;
}

@media screen and (max-width: 1024px) {
  .promotion {
    padding: 30px 20px;
  }
}

.promotion .promotion-wrap {
  max-width: 728px;
  margin: auto;
}

.register {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0 43px;
}

@media screen and (max-width: 1023px) {
  .register {
    padding: 30px 0;
  }
}

.register-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .register-wrap {
    padding: 0 15px;
  }
}

.register-wrap .register-leftSide {
  max-width: 629px;
}

.register-wrap .register-leftSide h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.register-wrap .register-leftSide p {
  line-height: 1.5;
  letter-spacing: 0.16px;
  color: #fff;
  font-size: 16px;
}

.register-wrap .register-rightSide {
  width: calc(100% - 629px);
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .register-wrap .register-rightSide {
    width: 100%;
    text-align: left;
  }
}

.register-wrap [class*="btn"] {
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .register-wrap [class*="btn"] {
    margin: 0;
  }
}

.home .speakers {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .home .speakers {
    padding: 30px 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .home .speakers .container-fluid {
    padding: 0;
  }
}

.home .speakers .speaker-wrap {
}

@media screen and (max-width: 1024px) {
  .home .speakers .speaker-wrap {
    width: 100%;
  }
}

.speakers .speaker-head-mobile {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .speakers .speaker-head-mobile {
    display: none;
  }
}

.speakers .speaker-head-mobile h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.speakers .for-mobile {
  margin: 0 auto;
  max-width: 280px;
  display: block;
}

@media screen and (min-width: 768px) {
  .speakers .for-mobile {
    display: none;
  }
}

.speakers .speaker-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .speakers .speaker-wrap {
    max-width: 280px;
    margin: auto;
  }
}

.speakers .speaker-wrap .speaker-head {
  width: calc(100% / 4);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1439px) {
  .speakers .speaker-wrap .speaker-head {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 1024px) {
  .speakers .speaker-wrap .speaker-head {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  .speakers .speaker-wrap .speaker-head {
    display: none;
  }
}

.speakers .speaker-wrap .speaker-head h2 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.84px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.speakers .speaker-wrap .speaker-head h2 span {
  font-size: 2.687rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 2.58px;
  display: block;
  width: 100%;
}

.speakers .speaker-wrap .speaker-box {
  width: calc(100% / 8);
  position: relative;
}

@media screen and (max-width: 1439px) {
  .speakers .speaker-wrap .speaker-box {
    width: calc(100% / 6);
  }
}

@media screen and (max-width: 1024px) {
  .speakers .speaker-wrap .speaker-box {
    width: calc(100% / 4);
  }
}

.speakers .speaker-wrap .speaker-box .image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.speakers .speaker-wrap .speaker-box .image:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: auto;
  right: 0;
  background-color: #00addc;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  height: 0;
}

@media screen and (max-width: 767px) {
  .speakers .speaker-wrap .speaker-box .image {
    padding: 0;
  }
}

.speakers .speaker-wrap .speaker-box .image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .speakers .speaker-wrap .speaker-box:hover .content {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .speakers .speaker-wrap .speaker-box:hover .image:after {
    bottom: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.speakers .speaker-wrap .speaker-box .content {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .speakers .speaker-wrap .speaker-box .content {
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 15px;
    margin-bottom: 23px;
  }
}

.speakers .speaker-wrap .speaker-box .content > * {
  color: #fff;
  width: 100%;
}

.speakers .speaker-wrap .speaker-box .content .details {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .speakers .speaker-wrap .speaker-box .content .details {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-top: 10px;
  }
  .speakers .speaker-wrap .speaker-box .content .details:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 90px;
    right: 0;
    top: 0px;
    background-color: #00addc;
  }
}

.speakers .speaker-wrap .speaker-box .content p {
  margin: 0;
  color: #fff;
  z-index: 9;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .speakers .speaker-wrap .speaker-box .content p {
    text-align: left;
  }
}

.speakers .speaker-wrap .speaker-box .content .name {
  font-size: 20.5px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .speakers .speaker-wrap .speaker-box .content .name {
    font-size: 20px;
    color: #53008a;
  }
}
.speakers .speaker-wrap .speaker-box .content .designation,
.speakers .speaker-wrap .speaker-box .content .company {
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .speakers .speaker-wrap .speaker-box .content .designation,
  .speakers .speaker-wrap .speaker-box .content .company {
    font-size: 14px;
    color: #000000;
  }
}

.speakers .speaker-wrap [class*="btn"] {
  width: calc(100% / 4);
  margin: 0;
}

.speakers .speaker-wrap .details [class*="btn"] {
  display: none;
}

@media screen and (max-width: 1439px) {
  .speakers .speaker-wrap [class*="btn"] {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 1024px) {
  .speakers .speaker-wrap [class*="btn"] {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  .speakers .speaker-wrap [class*="btn"] {
    display: none;
  }
  .speakers .speaker-wrap .details [class*="btn"] {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .speakers .speaker-wrap .details [class*="btn"] > * {
    font-size: 14px;
    padding: 7.5px 25px;
  }
}

.speakers .speaker-wrap [class*="btn"] > * {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 2.25rem;
  font-weight: 700;
}

.speakers .speaker-wrap [class*="btn"] > * span {
  font-size: 2rem;
  display: block;
  width: 100%;
}

.speakers .slick-next,
.speakers .slick-prev {
  width: 45px;
  height: 49px;
  bottom: auto;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.speakers .slick-next:before,
.speakers .slick-prev:before {
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  color: #fff;
  background-color: #000;
  padding: 10px 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
}

.speakers .slick-prev {
  left: -10.5px;
}

.speakers .slick-next {
  right: -10.5px;
}

.speakers.line-up-speakers {
  padding-top: 79px;
}

@media screen and (max-width: 1024px) {
  .speakers.line-up-speakers {
    padding-top: 30px;
  }
}

.speakers.line-up-speakers .container > p {
  margin-bottom: 52px;
}

.speakers.line-up-speakers .container > [class*="btn"] {
  margin: auto auto 60px;
  max-width: 267px;
  text-align: center;
  display: block;
}

.speakers.line-up-speakers .container > [class*="btn"] a {
  color: #fff !important;
}

.speakers.line-up-speakers .container > [class*="btn"]:hover a {
  color: #e600b6 !important;
}

.speakers.line-up-speakers .speaker-wrap {
  background-color: #fff;
  width: 100%;
}

.speakers.line-up-speakers .speaker-wrap {
  width: 100%;
  margin: 37px 0 19px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .speakers.line-up-speakers .speaker-wrap {
    margin: auto;
  }
}

.speakers.line-up-speakers .speaker-wrap .speaker-box {
  margin: 0 0 40px;
  width: calc(100% / 4 - 0px);
}

@media screen and (max-width: 1279px) {
  .speakers.line-up-speakers .speaker-wrap .speaker-box {
    width: calc(100% / 3 - 0px);
  }
}

@media screen and (min-width: 1025px) {
  .speakers.line-up-speakers .speaker-wrap .speaker-box:hover .image {
    -webkit-transform: scale(1.213);
    transform: scale(1.213);
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .speakers.line-up-speakers .speaker-wrap .speaker-box:hover .image:after {
    opacity: 1;
  }
  .speakers.line-up-speakers .speaker-wrap .speaker-box:hover > .details {
    opacity: 0;
  }
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .content svg {
  width: 42px;
  height: 43px;
  margin: auto auto 15px;
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link {
  margin-top: 0;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 23px 15px 35px;
}

@media screen and (max-width: 1024px) {
  .speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link {
    display: none;
  }
}

.speakers.line-up-speakers
  .speaker-wrap
  .speaker-box
  .content
  .profile-link
  > * {
  color: #fff;
}

.speakers.line-up-speakers
  .speaker-wrap
  .speaker-box
  .content
  .profile-link
  .details
  h5 {
  color: #fff;
}

.speakers.line-up-speakers
  .speaker-wrap
  .speaker-box
  .content
  .profile-link
  .details
  p {
  color: #fff;
  font-size: 14px;
}

.speakers.line-up-speakers
  .speaker-wrap
  .speaker-box
  .content
  .profile-link
  [class*="btn"] {
  width: auto;
  margin: auto;
}

.speakers.line-up-speakers
  .speaker-wrap
  .speaker-box
  .content
  .profile-link
  [class*="btn"]
  > * {
  font-size: 18px;
  letter-spacing: 0.18px;
  padding: 11.8px 25px;
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .image {
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .image:after {
  height: 100%;
  opacity: 0;
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .image img {
  width: 100%;
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .details {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  height: auto;
}

@media screen and (max-width: 767px) {
  .speakers.line-up-speakers .speaker-wrap .speaker-box .details {
    text-align: center;
  }
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .details h5 {
  margin: 0;
  line-height: 1.5;
  font-size: 20.5px;
  font-family: "Montserrat", sans-serif;
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .details p {
  margin: 0 0 0;
  color: #000;
  font-size: 14px;
}

.speakers.line-up-speakers .speaker-wrap + .agenda-slider {
  margin-top: 0;
}

.speakers.speaker-details {
  padding: 0;
  overflow: hidden;
}

.speakers.speaker-details .speaker-wrap {
  background-color: #fff;
  padding: 57px 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .speakers.speaker-details .speaker-wrap {
    padding: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .speakers.speaker-details .speaker-wrap {
    width: 100%;
    max-width: 100%;
  }
}

.speakers.speaker-details .speaker-wrap > p {
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .speakers.speaker-details .speaker-wrap h2 {
    line-height: 0.99;
    margin-bottom: 15px;
  }
}

.speakers.speaker-details .speaker-wrap p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 23px;
}

.speakers.speaker-details .speaker-wrap .speaker-img {
  max-width: 300px;
  max-height: 300px;
  margin-top: 9px;
}

@media screen and (max-width: 991px) {
  .speakers.speaker-details .speaker-wrap .speaker-img {
    margin: auto;
  }
}

.speakers.speaker-details .speaker-wrap .speaker-content {
  width: calc(100% - 300px);
  padding: 0 0 0 43px;
  position: relative;
}

@media screen and (max-width: 1365px) {
  .speakers.speaker-details .speaker-wrap .speaker-content {
    padding: 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .speakers.speaker-details .speaker-wrap .speaker-content {
    width: 100%;
    padding: 20px 0 0;
  }
}

.speakers.speaker-details .speaker-wrap .speaker-content h2 {
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .speakers.speaker-details .speaker-wrap .speaker-content h2 {
    margin-bottom: 7px;
  }
}

.speakers.speaker-details .speaker-wrap .speaker-content .designation {
  font-size: 1.156rem;
  line-height: 1.33;
  margin-top: -6px;
  margin-bottom: 8px;
}

.speakers.speaker-details .speaker-wrap .speaker-content .company {
  font-size: 1.156rem;
  line-height: 1.33;
  margin-top: -6px;
  margin-bottom: 16px;
}

.speakers.speaker-details .speaker-wrap .next-speaker {
  box-shadow: 0 0 9.6px 0.4px rgba(11, 11, 11, 0.26);
  background-color: #fff;
  max-width: 302px;
  width: 100%;
  cursor: pointer;
  position: absolute;
  right: -212px;
  top: 23%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: shadow-pulse 1.2s infinite;
  animation: shadow-pulse 1.2s infinite;
}

@media screen and (max-width: 576px) {
  .speakers.speaker-details .speaker-wrap .next-speaker {
    top: 225px;
  }
}

.speakers.speaker-details .speaker-wrap .next-speaker:hover {
  right: 0;
  -webkit-animation: none;
  animation: none;
}

.speakers.speaker-details .speaker-wrap .next-speaker a {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
}

.speakers.speaker-details .speaker-wrap .next-speaker .image {
  padding: 12px;
  max-width: 90px;
  width: 100%;
}

.speakers.speaker-details .speaker-wrap .next-speaker .content {
  width: calc(100% - 90px);
  padding: 8px;
}

.speakers.speaker-details .speaker-wrap .next-speaker .content h6 {
  font-size: 18px;
  line-height: 1.33;
  color: #000;
  margin: 0;
  word-break: break-word;
}

.speakers.speaker-details .speaker-wrap .next-speaker .content p {
  font-size: 16px;
  line-height: 1.13;
  margin: 0;
  word-break: break-word;
}

.speakers.speaker-details .speaker-wrap .next-speaker .content .company {
  font-weight: 700;
}

.speakers.speaker-details .speaker-wrap .back-to-speakers {
  position: absolute;
  display: -webkit-box;
  display: flex;
  top: 12px;
  right: 0;
  text-decoration: none;
  color: #53008a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  width: 202px;
}

@media screen and (max-width: 1365px) {
  .speakers.speaker-details .speaker-wrap .back-to-speakers {
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .speakers.speaker-details .speaker-wrap .back-to-speakers {
    right: 0;
    top: 29px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .speakers.speaker-details .speaker-wrap .back-to-speakers {
    top: 0;
    position: relative;
  }
  .speakers.line-up-speakers .container > [class*="btn"] {
    display: none;
  }
}

.speakers.speaker-details .speaker-wrap .back-to-speakers svg {
  max-width: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  margin-right: 8px;
  height: 22px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .speakers .speaker-wrap .speaker-box .image:after {
    opacity: 0.5;
  }
  .speakers.line-up-speakers .speaker-wrap .speaker-box:hover .image:after {
    opacity: 0.5;
  }
}

@supports (-ms-ime-align: auto) {
  .speakers .speaker-wrap .speaker-box .image:after {
    opacity: 0.5;
  }
  .speakers.line-up-speakers .speaker-wrap .speaker-box:hover .image:after {
    opacity: 0.5;
  }
}

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 9.6px 0.4px rgba(11, 11, 11, 0.15);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(11, 11, 11, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 9.6px 0.4px rgba(11, 11, 11, 0.15);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(11, 11, 11, 0);
  }
}

.home .sponsors {
}

@media screen and (max-width: 1024px) {
  .home .sponsors {
    width: 100%;
  }
}

.sponsors {
  padding: 60px 0 39px;
}

@media screen and (max-width: 1024px) {
  .sponsors {
    padding: 30px 0 15px;
  }
}

.sponsors .sponsor-wrap {
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sponsors .sponsor-wrap {
    padding: 0 20px;
  }
}

.sponsors .sponsor-boxes {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1355px;
}

.sponsors .sponsor-boxes.media-partners .slick-dots {
  bottom: 3px;
}

.sponsors .sponsor-boxSingle {
  width: calc(100% / 5 - 30px);
  margin: 0 15px 22px;
  background-color: #fff;
  padding: 24px;
  text-align: center;
}

@media screen and (max-width: 1365px) {
  .sponsors .sponsor-boxSingle {
    width: calc(100% / 4 - 30px);
  }
}

@media screen and (max-width: 991px) {
  .sponsors .sponsor-boxSingle {
    width: calc(100% / 3 - 30px);
  }
}

@media screen and (max-width: 575px) {
  .sponsors .sponsor-boxSingle {
    width: calc(100% / 1 - 30px);
  }
}

.sponsors .sponsor-boxSingle h6 {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 15px;
}

.sponsors .sponsor-boxSingle img {
  margin: auto;
}

@media screen and (max-width: 576px) {
  .sponsors.partners {
    padding: 30px 0 112px;
  }
  .sponsors.partners .sponsor-wrap {
    padding: 0;
  }
  .sponsors.partners h2 {
    text-transform: uppercase;
    margin-bottom: 17px;
  }
}

.sponsors.partners .sponsor-boxSingle {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .sponsors.partners .sponsor-boxSingle {
    padding: 11px 11px;
    margin: 0 7.5px;
  }
  .sponsors.partners .sponsor-boxSingle p {
    font-size: 12px;
    line-height: normal;
    width: 100%;
  }
  .sponsors.partners .sponsor-boxSingle a {
    height: 49px;
  }
  .sponsors.partners .sponsor-boxSingle a img {
    max-height: 49px;
  }
}

.sponsors.partners .slick-next,
.sponsors.partners .slick-prev {
  width: 45px;
  height: 45px;
  z-index: 11;
  top: auto;
  bottom: -73px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  left: 38%;
}

.sponsors.partners .slick-next:before,
.sponsors.partners .slick-prev:before {
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  color: #fff;
  background-color: #000;
  padding: 10px 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
}

.sponsors.partners .slick-next {
  left: 62%;
}

.home .sponsors + .promotion {
}

@media (max-width: 1024px) {
  .home .sponsors + .promotion {
    width: 100%;
  }
}

.home .statistics-section {
  padding: 50px 0;
}

/* .statistics-section {
    width: calc(100% - 78px);
    padding: 50px 0;
} */

@media screen and (max-width: 1024px) {
  .home .statistics-section {
    width: 100%;
  }
}

.banner-section + .statistics-section {
  margin: -198px auto 0;
}

.banner-section + .statistics-section .statistics-content {
  margin: 0;
}

[class*="btn"] + .statistics-content {
  margin: 0 !important;
}

@media screen and (max-width: 1599px) {
  .banner-section + .statistics-section {
    margin-top: -186px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section + .statistics-section {
    margin: -186px auto 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .banner-section + .statistics-section {
    margin: -179px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner-section + .statistics-section {
    margin: -173px auto 0;
  }
}

@media screen and (max-width: 1199px) {
  .statistics-section .container-fluid {
    padding: 0;
  }
}

.statistics-section .statistics-wrap {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 1305px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .statistics-section .statistics-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1199px) {
  .statistics-section .statistics-wrap > :first-child {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    order: 2;
    max-width: 100%;
  }
  .statistics-section .statistics-wrap > :nth-child(2) {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin: 0 20px 13px;
  }
  .statistics-section .statistics-wrap > :nth-child(3) {
    -webkit-box-ordinal-group: 4;
    order: 3;
    width: 50%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .statistics-section .statistics-wrap > :nth-child(2) {
    width: -webkit-fill-available;
  }
}

.statistics-section .statistics-content {
  width: 100%;
  max-width: 816px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  .statistics-section .statistics-content {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

.statistics-section .statistics-content .slick-list {
  width: 100%;
}

.statistics-section .statistics-content .slick-next,
.statistics-section .statistics-content .slick-prev {
  width: 28px;
  height: 34px;
  bottom: auto;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.statistics-section .statistics-content .slick-next:before,
.statistics-section .statistics-content .slick-prev:before {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  font-family: FontAwesome;
  color: #fff;
  background-color: #be9a55;
  padding: 9px 0;
  font-size: 17px;
  top: 0;
  left: 0;
}

.statistics-section .statistics-content .slick-prev {
  left: 0;
}

.statistics-section .statistics-content .slick-prev:before {
  content: "\f053";
}

.statistics-section .statistics-content .slick-next {
  right: 0;
}

.statistics-section .statistics-content .slick-next:before {
  content: "\f054";
}

.statistics-section .statistics-box {
  width: calc(100% / 4);
  text-align: center;
  padding: 15.5px 15px;
}

@media screen and (max-width: 767px) {
  .statistics-section .statistics-box {
    padding: 7px 15px 13px;
  }
}

.statistics-section .statistics-box h2 {
  margin-bottom: 5px;
  font-size: 2.468rem;
  line-height: 1.09;
  letter-spacing: normal;
  color: #fdfdfd;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .statistics-section .statistics-box h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.34;
    margin-bottom: 0;
  }
}

.statistics-section .statistics-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: normal;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .statistics-section .statistics-box p {
    line-height: 1.46;
    font-size: 13px;
  }
}

.statistics-section .primary-btn,
.statistics-section .secondary-btn,
.statistics-section .tertiary-btn {
  max-width: 245px;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1365px) {
  .statistics-section .primary-btn,
  .statistics-section .secondary-btn,
  .statistics-section .tertiary-btn {
    max-width: 190px;
  }
}

.statistics-section .primary-btn > *,
.statistics-section .secondary-btn > *,
.statistics-section .tertiary-btn > * {
  font-size: 1.625rem;
  letter-spacing: 1.3px;
  text-align: center;
  padding: 21px 25px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 1199px) {
  .statistics-section .primary-btn > *,
  .statistics-section .secondary-btn > *,
  .statistics-section .tertiary-btn > * {
    padding: 12px 5px;
    font-size: 18px;
  }
}

.statistics-section .primary-btn > * span,
.statistics-section .secondary-btn > * span,
.statistics-section .tertiary-btn > * span {
  font-size: 1.031rem;
  letter-spacing: 0.83px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .statistics-section .primary-btn > * span,
  .statistics-section .secondary-btn > * span,
  .statistics-section .tertiary-btn > * span {
    display: none;
  }
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  color: transparent;
}

.play-icon {
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 114.5px;
  height: 114.5px;
  background-color: #00addc;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.play-icon:after {
  position: absolute;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
}

@media screen and (min-width: 1025px) {
  .play-btn:hover .play-icon {
    box-shadow: 0 0 0 0 rgba(0, 173, 220, 0.5);
    -webkit-animation: pulse-play 1.5s infinite;
    animation: pulse-play 1.5s infinite;
  }
}

@media screen and (max-width: 767px) {
  .play-icon {
    width: 59px;
    height: 58px;
  }
}

.play-icon i {
  color: #fff;
  font-size: 29px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .play-icon i {
    font-size: 15px;
  }
}

@-webkit-keyframes pulse-play {
  50% {
    box-shadow: 0 0 0 35px rgba(0, 173, 220, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 173, 220, 0);
  }
}

@keyframes pulse-play {
  50% {
    -webkit-box-shadow: 0 0 0 35px rgba(0, 173, 220, 0);
    box-shadow: 0 0 0 35px rgba(0, 173, 220, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 173, 220, 0);
    box-shadow: 0 0 0 0 rgba(0, 173, 220, 0);
  }
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#e600b6 0, #e600b6 100%);
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #e600b6;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e600b6;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #e600b6;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e600b6;
}

button {
  outline: 0 !important;
}

input::-ms-clear {
  display: none;
}

@supports (-webkit-touch-callout: none) {
  .body-hidden {
    overflow: hidden;
    position: fixed;
  }
}

.sponsors.partners .slick-track {
  display: flex;
}

.sponsors.partners .slick-slide {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  align-items: center;
}

.sponsors.partners .sponsor-boxes.media-partners .slick-dots {
  bottom: -34px;
}

.generic-text-block {
  padding: 0 15px;
}

.agenda .agenda-content .agenda-row h6,
.main-agenda .main-agenda-content .main-agenda-row h6 {
  text-align: center !important;
}

@media (min-width: 1025px) {
  .statistics-section [class*="btn"]:hover > * {
    background-color: #fff;
  }
}

@media (max-width: 1600px) {
  .home .two-col {
    margin: auto;
  }
  .home .full-width-wrap {
    margin: auto;
  }
  .home .two-col .container {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .home .two-col {
    width: 100% !important;
  }
  .home .full-width-wrap {
    width: 100% !important;
  }
}

.exhibitor-details ol.exhibition-info,
.exhibitor-details ul.exhibition-info {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}

.exhibitor-details ol.exhibition-info li,
.exhibitor-details ul.exhibition-info li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.exhibitor-details .content-image {
  margin-bottom: 15px;
}

.exhibitor-details .sn-left {
  min-width: 70px;
  display: inline-block;
}

.exhibitor-details .back-to-speakers {
  font-size: 16px !important;
}

.embedded-yt-video .banner-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.embedded-yt-video .banner-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1477px) {
  .banner-section.embedded-yt-video {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .embedded-yt-video + .statistics-section {
    margin: 0 auto;
    padding: 0;
  }
  .banner-section.embedded-yt-video {
    min-height: auto;
  }
}

.banner-video-wrap {
  height: calc(100vh - 108px);
  overflow: hidden;
}

@media screen and (max-width: 1477px) {
  .banner-video-wrap {
    height: auto;
    min-height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .statistics-section .statistics-content {
    margin: auto !important;
  }
}

.home .register {
}

/* .register {
    width: calc(100% - 78px);
} */

@media screen and (max-width: 1024px) {
  .home .register {
    width: 100%;
  }
}

/*additional changes style june*/

.btn-exhibitor-website a {
  font-size: 18px !important;
}

.primary-btn.primary-bg.cta-0.btn-exhibitor-website {
  display: block !important;
}

@media screen and (max-width: 575px) {
  .btn-exhibitor-website a {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1024px) {
  .btn-exhibitor-website a {
    font-size: 15px !important;
  }
}

/*end additional changes style june*/

/*additional changes features block june*/

@media screen and (max-width: 767px) {
  .feature-new-wrap .feature-new-box {
    flex-direction: column-reverse;
  }
  .feature-new .feature-new-box .image:after {
    display: none !important;
  }
}

/*end additional changes features block june*/

/* added for mobile banner design : start */

@media screen and (max-width: 768px) {
  .embedded-yt-video .banner-video {
    padding-top: 375px;
  }
  .banner-section + .statistics-section .statistics-content {
    margin: 0 20px 10px 20px !important;
  }
  .home .statistics-section .statistics-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .banner-section + .statistics-section {
    margin: -140px auto 0;
    padding: 0;
  }
  /* .home .statistics-section {
        padding: 33px 0 50px 0;
    } */
  .banner-video video.custom-hero-video {
    object-fit: cover;
  }
}

/* added for mobile banner design :End*/

.exhibitor-details-section {
  width: 100%;
}

.speakers.speaker-details .index-single-speaker-content .back-to-speakers {
  position: static;
  width: auto;
}
.yelp-banner-content h1 {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  color: #ebbd22;
  -webkit-animation: blue_glow 0.59s infinite alternate;
  animation: blue_glow 0.7s infinite alternate;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #53008a, 0 0 4px #53008a;
}
.yelp-banner-content p {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .dmg-social-link {
    width: 280px;
  }

  .dmg-menu {
    width: calc(100% - 560px);
  }

  .gmg-ft-logo {
    width: 280px;
  }
}

/* signup form */
.wp-content .gform_body.gform-body {
  margin-bottom: 20px;
}
.wp-content .gform_footer.top_label {
  flex-direction: column;
  align-items: center;
}
.wp-content p.dmg-privacy-statment {
  width: 100%;
}
.wp-content .gform_wrapper .gform_validation_errors {
  display: none;
}
.wp-content .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  font-size: 12px !important;
  padding: 0;
  margin-top: 5px;
  border: none;
  background-color: transparent;
}

.landing-page .banner-section .banner-wrap .banner-content h1 {
font-family: "Montserrat", sans-serif!important;
}
.banner-section.banner-inner .content h2 {
font-family: "Montserrat", sans-serif!important;
}
