@charset "UTF-8";
/*
@Author: Kritivity Web Solutions
@URL: https://www.kritivity.com
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
*/

:root {
  --dark-text-color: #04072f;
  --light-text-color: #3d1f7e;
  --dark-bg-color: #04072f;
  --light-bg-color: #3d1f7e;
}

.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-100 {margin-bottom: 100px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-100 {margin-top: 100px !important;}

/* BODY */
* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: #000F23;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

/* LINKS */
a {
  color: #000F23;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #000F23;
}

a:focus {
  text-decoration: none;
  color: #000F23;
}

/* HEADLINES */
h6 {
  width: 100%;
  display: block;
  font-size: 24px;
}

h5 {
  width: 100%;
  display: block;
}

h4 {
  width: 100%;
  display: block;
}

h3 {
  width: 100%;
  display: block;
}

h2 {
  width: 100%;
  display: block;
}

h1 {
  width: 100%;
  display: block;
}

#more1,#more2 {display: none;}

/* FORM ELEMENTS */
#contactForm input[type="text"] {
  /* width: 95%; */
  /* max-width: 100%; */
  height: 45px;
  /* padding: 0 30px; */
  /* border: 1px solid #cecece; */
  box-shadow: 0px 0px 38px 0px rgba(40, 12, 29, 0.4);
}
/* .newsletter-box input[type="email"] {
  width: 320px;
} */

input[type="email"] {
  /* width: 95%; */
  /* max-width: 100%; */
  height: 45px;
  /* padding: 0 30px; */
  /* border: 1px solid #cecece; */
  box-shadow: 0px 0px 38px 0px rgba(40, 12, 29, 0.4);
}

input[type="search"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="password"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="number"] {
  /* width: 95%; */
  /* max-width: 100%; */
  height: 45px;
  /* padding: 0 30px; */
  /* border: 1px solid #cecece; */
  box-shadow: 0px 0px 38px 0px rgba(40, 12, 29, 0.4);
}

input[type="date"] {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
  border-radius: 50%;
}

input[type="radio"]:checked {
  border: 6px solid #000F23;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
}

input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #000F23;
}

textarea {
  /* width: 98% !important; */
  /* max-width: 100%; */
  height: 140px;
  padding: 30px;
  /* border: 1px solid #cecece; */
  box-shadow: 0px 0px 38px 0px rgba(40, 12, 29, 0.4);
}

select {
  width: 420px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px, calc(100% - 3.5em) 20px;
  background-size: 5px 5px, 5px 5px, 1px 40px;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) 34px, calc(100% - 30px) 34px, calc(100% - 3.5em) 20px;
  background-size: 5px 5px, 5px 5px, 1px 40px;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type="submit"] {
  height: 45px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #4f133f;
  background: #fab200;
  border: none;
  /* padding: 0 50px; */
  width: 100%;
  border-radius: 5px;
  font-family: 'Roboto';
  letter-spacing: 2px;
  box-shadow: 0px 0px 38px 0px rgba(40, 12, 29, 0.4);
}

button[type="submit"] {
  height: 70px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #4a1492;
  border: none;
  padding: 0 50px;
}
button[type="submit"] i {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  transform: translateY(2px);
}

/* SPACING */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-top-spacing {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.spacing-50 {
  height: 50px;
}

.spacing-30 {
  height: 30px;
}

.spacing-20 {
  height: 20px;
}

/* LOCOMOTIVE */
.no-transform {
  transform: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

div[data-scroll] {
  transition: opacity ease 0.7s;
}

div.is-inview {
  opacity: 1;
}

/* PAGE LOADED */
.navbar {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  transform: translateY(-100px);
  opacity: 0;
  transition-delay: 0.9s;
}

.slider .events-slider-content {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  transform: translateX(-100px);
  opacity: 0;
  transition-delay: 0.8s;
}

.slider .events-slider-images {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  transform: translateX(100px);
  opacity: 0;
  transition-delay: 0.9s;
}

.page-header .inner {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  transform: translateX(-100px);
  opacity: 0;
  transition-delay: 0.8s;
}

.page-loaded .navbar {
  transform: translateX(0);
  opacity: 1;
}

.page-loaded .slider .events-slider-content {
  transform: translateX(0);
  opacity: 1;
}

.page-loaded .slider .events-slider-images {
  transform: translateX(0);
  opacity: 1;
}

.page-loaded .page-header .inner {
  transform: translateX(0);
  opacity: 1;
}

/* PRELOADER */
body.page-loaded .preloader {
  left: 100%;
}

body.page-loaded .preloader .inner {
  left: 60%;
  opacity: 0;
}

body.page-loaded .preloader svg path {
  animation-name: svg-layer-out;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  transition: all 1s cubic-bezier(0.85, 0, 0.076, 1);
  transition-delay: 0.3s;
}
.preloader svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  fill: #000F23;
}
.preloader svg path {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.preloader .inner {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.preloader .inner figure {
  display: inline-block;
  margin: 0;
}
.preloader .inner figure img {
  height: 80px;
}
.preloader .inner .percentage {
  width: 100%;
  display: block;
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.preloader .loader-progress {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #3A3089;
}

/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 19;
  transition: all 1s cubic-bezier(0.85, 0, 0.076, 1);
}
.page-transition svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  fill: #000F23;
}
.page-transition svg path {
  animation-name: svg-layer-out;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.page-transition.active {
  left: 0;
}
.page-transition.active svg path {
  animation-name: svg-layer-in;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* HAMBURGER MENU */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 5;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 5;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 5;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 5;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
}

/* CLOSE BUTTON */
.close-btn {
  width: 48px;
  height: 48px;
  float: right;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border-radius: 50%;
}
.close-btn span {
  display: block;
  height: 2px;
  width: 23px;
  background: #fff;
  opacity: 1;
  position: absolute;
  right: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.close-btn span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.close-btn span:nth-child(2) {
  top: 21px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.close-btn:hover span:nth-child(1) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.close-btn:hover span:nth-child(2) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

/* SEARCH BOX */
.search-box {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 11;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
}
.search-box.active {
  left: 0;
}
.search-box.active .form {
  opacity: 1;
}
.search-box.active svg path {
  animation-name: svg-layer-in;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.search-box svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  fill: #000F23;
}
.search-box svg path {
  animation-name: svg-layer-out;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
}
.search-box .close-btn {
  display: inline-block;
  margin-top: 30px;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.search-box .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20%;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: relative;
  z-index: 1;
}
.search-box .form h6 {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}
.search-box .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 6px;
}
.search-box .form form input[type="text"] {
  flex: auto;
  height: 78px;
  padding: 0 30px;
  background: none;
  border: none;
  color: #fff;
}
.search-box .form form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.search-box .form form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.search-box .form form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.search-box .form form input[type="text"]:-moz-placeholder {
  color: #fff;
}
.search-box .form form input[type="submit"] {
  height: 78px;
  background: #4a1492;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: none;
  padding: 0 40px;
  margin-left: auto;
}

@-webkit-keyframes svg-layer-in {
  0% {
    d: path("M1937.3,1081H0V1h1937.3c0,127.2,2.7,311.5,2.8,541C1940.2,770.5,1937.3,953.5,1937.3,1081z");
  }
  50% {
    d: path("M1845.8,1080H0V0h1845.8c22.9,130,74.1,311.5,74.2,541C1920.1,769.5,1874.4,946.8,1845.8,1080z");
  }
  100% {
    d: path("M1937.3,1081H0V1h1937.3c0,127.2,2.7,311.5,2.8,541C1940.2,770.5,1937.3,953.5,1937.3,1081z");
  }
}
@-webkit-keyframes svg-layer-out {
  0% {
    d: path("M-4.5,1080H1920V0H0c-10.2,134.8,0.1,311.5,0,541C-0.1,769.5,0,948-4.5,1080z");
  }
  50% {
    d: path("M0,1080h1920V0H0c39,137.1,95.4,310.5,95.3,540C95.2,768.5,41.4,951.4,0,1080z");
  }
  100% {
    d: path("M-4.5,1080H1920V0H0c-10.2,134.8,0.1,311.5,0,541C-0.1,769.5,0,948-4.5,1080z");
  }
}
@-webkit-keyframes side-widget-in {
  0% {
    d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
  }
  50% {
    d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
  }
  100% {
    d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
  }
}
@-webkit-keyframes side-widget-out {
  0% {
    d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
  }
  50% {
    d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
  }
  100% {
    d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
  }
}
/* SIDE WIDGET */
/* .side-widget {
  width: 540px;
  max-width: 80vw;
  height: 100vh;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 12;
  padding: 30px 50px;
  padding-right: 110px;
  color: #fff;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.55s;
  transition-delay: 0.15s;
}
.side-widget.active {
  left: 0;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.55s;
  transition-delay: 0s;
}
.side-widget.active .inner {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.side-widget.active svg path {
  animation-name: side-widget-in;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.side-widget svg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  fill: #000F23;
}
.side-widget svg path {
  animation-name: side-widget-out;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.side-widget .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  transform: translateX(-100px);
}
.side-widget .inner .widget {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.side-widget .inner .widget:last-child {
  margin-bottom: 0;
}
.side-widget .inner .widget figure {
  margin-bottom: 30px;
}
.side-widget .inner .widget strong {
  font-weight: 600;
}
.side-widget .inner .widget address {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.side-widget .inner .widget address:last-child {
  margin-bottom: 0;
}
.side-widget .inner .widget p:last-child {
  margin-bottom: 0;
  font-weight: 400;
  opacity: 0.8;
}
.side-widget .inner .widget-title {
  width: 100%;
  display: block;
  font-size: 26px;
  font-family: 'Roboto';
  margin-bottom: 15px;
  color: #4a1492;
  margin-top: 10px;
} */

/* MOBILE MENU */
.mobile-menu {
  width: 540px;
  max-width: 80vw;
  height: 100vh;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 12;
  padding: 30px 50px;
  padding-right: 110px;
  color: #fff;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.55s;
  transition-delay: 0.15s;
}
.mobile-menu.active {
  left: 0;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.55s;
  transition-delay: 0s;
}
.mobile-menu.active .inner {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.mobile-menu.active svg path {
  animation-name: side-widget-in;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.mobile-menu svg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  fill: #29132e;
}
.mobile-menu svg path {
  animation-name: side-widget-out;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.mobile-menu .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  transform: translateX(-100px);
}
.mobile-menu .inner .site-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mobile-menu .inner .site-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.mobile-menu .inner .site-menu ul li {
  width: 100%;
  display: block;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.mobile-menu .inner .site-menu ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.mobile-menu .inner .site-menu ul li a:hover {
  text-decoration: none;
  color: #4a1492;
}

/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 90px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.content-section.top-half-white-bg {
  position: relative;
}
.content-section.top-half-white-bg:before {
  content: "";
  width: 100%;
  height: 60%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.content-section.bottom-half-white-bg {
  position: relative;
}
.content-section.bottom-half-white-bg:before {
  content: "";
  width: 100%;
  height: 60%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content-section.left-white-bg {
  position: relative;
}

.content-section .container {
  position: relative;
}
.content-section .container-fluid {
  padding: 0 60px;
  position: relative;
}

/* SECTION BG */
.section-bg {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: 1920px auto !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: 0;
  top: 0;
}

/* CUSTOM BUTTON  */
.custom-button {
  /* width: 240px;
  height: 64px;
  float: left;
  position: relative;
  white-space: nowrap; */

  width: 180px;
  height: 50px;
  float: left;
  position: relative;
  white-space: nowrap;
  background: #cf2b49;
  /* box-shadow: inset -2px -4px 0px #ffffff; */
  border-radius: 25px;
}
.custom-button.external {background-color:#5a2cbd;margin-left:10px;}
.custom-button.external .circle {background: var(--dark-bg-color);}
.custom-button.external .button-text {margin-left:0;}

#registration .custom-button {
  float: unset;
  margin: 0px auto;
}
.custom-button.light {
  color: #fff;
}
.custom-button.light:hover .circle .icon.arrow {
  background: #4a1492;
}
.custom-button.light:hover .button-text {
  color: #4a1492;
}
.custom-button.light .circle {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background: #fff;
  border-radius: 50px;
}
.custom-button.light .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #4a1492;
}
.custom-button.light .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 18px;
  width: 18px;
  height: 2px;
  background: none;
}
.custom-button.light .circle .icon.arrow::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #4a1492;
  border-right: 0.125rem solid #4a1492;
  transform: rotate(45deg);
}
.custom-button.light .button-text {
  color: #fff;
}
.custom-button .circle {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background: #f6df3c;
  border-radius: 50px;
}
.custom-button .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.custom-button .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 10px;
  width: 18px;
  height: 2px;
  background: none;
}
.custom-button .circle .icon.arrow::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #210928;
  border-right: 0.125rem solid #210928;
  transform: rotate(45deg);
}
.custom-button .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 35px;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
}
.custom-button:hover {
  color: #210928;
}
.custom-button:hover .circle {
  width: 100%;
}
.custom-button:hover .circle .icon.arrow {
  background: #210928;
  transform: translate(1rem, 0);
}
.custom-button:hover .button-text {
  color: #210928;
}

.custom-button.disabled {background: #ccc;}
.custom-button.disabled .circle {background: #666;}
.custom-button.disabled .button-text {color: #999;}

.price-box.featured .custom-button {background: #570e3a;}

/* CUSTOM LINK */
.custom-link {
  display: inline-block;
  font-weight: 600;
  color: #4a1492;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: relative;
}
.custom-link:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #4a1492;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.custom-link:hover {
  text-decoration: none;
}
.custom-link:hover:before {
  bottom: 0;
  opacity: 1;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.section-title.text-center {
  text-align: center;
}
.section-title figure {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.section-title figure img {
  height: 44px;
}
.section-title h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  color: #4a1492;

  font-family: 'Roboto';
  letter-spacing: unset;
  font-size: 20px;
}
.section-title h2 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--light-text-color);
  font-family: 'Poppins';
  font-size: 40px;
  font-weight: 600;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 15px 0;
}
.navbar .logo {
  display: inline-block;
}
.navbar .logo a {
  display: block;
}
.navbar .logo a img {
  height: 58px;
}
.navbar .site-menu {
  display: flex;
  flex-wrap: wrap-reverse;
  margin: 0 auto;
}
.navbar .site-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navbar .site-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  list-style: none;
  position: relative;
}
.navbar .site-menu ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-size: 16px;
}
.navbar .site-menu ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #fff038;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.navbar .site-menu ul li a:hover {
  text-decoration: none;
  color: #fff038;
}
.navbar .site-menu ul li a:hover:before {
  width: 100%;
  left: 0;
}
.navbar .search-button {
  display: inline-block;
  cursor: pointer;
}
.navbar .more-button {
  margin-left: 30px;
  cursor: pointer;
}
.navbar .hamburger-menu {
  margin-left: 30px;
  cursor: pointer;
  display: none;
}
.navbar .navbar-button {
  /*margin-left: 30px;*/
  margin-left: 0;
}
.navbar .navbar-button a {
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
  /* border: 2px solid #ffffff; */
  background: #fff038;
  border-radius: 50px;
  color: #210a28;
  font-weight: 600;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -moz-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  overflow: hidden;
  opacity: 0.9;
  font-size:16px;
}
.navbar .navbar-button a:hover {
  text-decoration: none;
  opacity: 1;
}
/* .navbar .navbar-button a:hover:before {
  transform: scaleY(1);
  transform-origin: center bottom;
}
.navbar .navbar-button a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: center top;
  background: var(--light-bg-color);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
} */
.navbar .navbar-button a figure {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 14px;
  padding-right: 15px;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.navbar .navbar-button a figure img {
  height: 24px;
}

.navbar {
  width: 100%;
}
.navbar.dark {
  background: #210928;
}
.navbar.dark .navbar-button a {
  background: #ff3946;
}
.navbar.navbar-light {
  background: transparent;
}
.navbar.unpinned {
  transition-delay: 0s;
}
.navbar.pinned {
  transition-delay: 0s;
  position: fixed;
}

.navbar-button a.disabled, .navbar.pinned .navbar-button a.disabled, .navbar.unpinned .navbar-button a.disabled {
  cursor: not-allowed;
  background: #cccccc !important;
  color: #999 !important;
  border: unset !important;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 96vh;
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  background: #04072f;
  position: relative;
  padding-top: 122px;
  background-image:url('../images/aiss-2022-theme.webp');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: top center;
}
.slider:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 100px 100vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.slider .container {
  position: relative;
  z-index: 2;
}
/* .slider .events-slider-content {
  width: 100%;
  height: calc(100vh - 122px);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.slider .events-slider-content .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.slider .events-slider-content .swiper-slide.swiper-slide-active {
  text-indent: inherit;
}
.slider .events-slider-content .swiper-slide.swiper-slide-active .inner {
  opacity: 1;
}
.slider .events-slider-content .swiper-slide .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10%;
  margin-bottom: 50px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
  transition-delay: 0.2s;
}
.slider .events-slider-content .swiper-slide .inner .date {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.slider .events-slider-content .swiper-slide .inner .date figure {
  margin: 0;
}
.slider .events-slider-content .swiper-slide .inner .date figure img {
  height: 24px;
}
.slider .events-slider-content .swiper-slide .inner .date span {
  display: inline-block;
  margin-left: 15px;
  font-size: 17px;
  font-family: 'Roboto';
  font-weight: 400;
  opacity: 0.5;
  margin-top: 4px;
}
.slider .events-slider-content .swiper-slide .inner h2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 70px;
  font-weight: 800;
}
.slider .events-slider-content .swiper-slide .inner .location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
}
.slider .events-slider-content .swiper-slide .inner .location .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4a1492;
  border-radius: 50%;
  position: relative;
}
.slider .events-slider-content .swiper-slide .inner .location .icon:before {
  content: "";
  width: 64px;
  height: 64px;
  background: #4a1492;
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}
.slider .events-slider-content .swiper-slide .inner .location span {
  display: inline-block;
  margin-left: 25px;
  font-weight: 600;
  font-size: 15px;
  opacity: 0.5;
}
.slider .events-slider-content .swiper-slide .inner .slider-button {
  width: 220px;
  height: 64px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  background: #6052CE;
  border-radius: 64px;
  margin-top: 40px;
}
.slider .events-slider-content .swiper-slide .inner .slider-button .circle {
  width: 64px;
  height: 64px;
  display: block;
  position: relative;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background: #4a1492;
  border-radius: 64px;
}
.slider .events-slider-content .swiper-slide .inner .slider-button .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.slider .events-slider-content .swiper-slide .inner .slider-button .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 18px;
  width: 18px;
  height: 2px;
  background: none;
}
.slider .events-slider-content .swiper-slide .inner .slider-button .circle .icon.arrow::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.slider .events-slider-content .swiper-slide .inner .slider-button .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 44px;
  color: #fff;
  font-weight: 600;
  line-height: 64px;
  text-align: center;
  font-size: 15px;
}
.slider .events-slider-content .swiper-slide .inner .slider-button:hover {
  color: #fff;
}
.slider .events-slider-content .swiper-slide .inner .slider-button:hover .circle {
  width: 100%;
}
.slider .events-slider-content .swiper-slide .inner .slider-button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.slider .events-slider-content .swiper-slide .inner .slider-button:hover .button-text {
  color: #fff;
} */
.slider .events-slider-images {
  width: calc(50vw - 12px);
  height: calc(100vh - 122px);
  float: left;
  position: relative;
}
.slider .events-slider-images:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 50vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 2;
}
.slider .events-slider-images .slide-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
}
.slider .events-slider-images .button-prev {
  width: 64px;
  height: 64px;
  background: #3A3089;
  position: absolute;
  bottom: 54px;
  right: 64px;
  z-index: 2;
  cursor: pointer;
}
.slider .events-slider-images .button-prev:hover .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.slider .events-slider-images .button-prev .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.slider .events-slider-images .button-prev .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  right: 18px;
  width: 22px;
  height: 2px;
  background: none;
}
.slider .events-slider-images .button-prev .icon.arrow::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  left: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(-135deg);
}
.slider .events-slider-images .button-next {
  width: 64px;
  height: 64px;
  background: #3A3089;
  position: absolute;
  bottom: 54px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.slider .events-slider-images .button-next:hover .icon.arrow {
  background: #fff;
  transform: translate(-1rem, 0);
}
.slider .events-slider-images .button-next .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.slider .events-slider-images .button-next .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 18px;
  width: 22px;
  height: 2px;
  background: none;
}
.slider .events-slider-images .button-next .icon.arrow::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 520px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 80px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.page-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #661627 !important;
  z-index: -1;
}
.page-header .inner {
  width: 100%;
  display: block;
  color: #fff;
}
.page-header .inner h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto';
  letter-spacing: 1px;
  color: #ffffff;
}
.page-header .inner h2 {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 84px;
  font-weight: 800;
  padding-right: 40%;
}

/* SIDE CONTENT */
.side-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side-content.left {
  padding-right: 100px;
}
.side-content.right {
  padding-left: 100px;
}
.side-content.light {
  color: #fff;
}
.side-content.light h6 {
  color: #fff;
}
.side-content h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto';
  letter-spacing: 1px;
  color: #4a1492;
}
.side-content h3 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 800;
}
.side-content h2 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
  background: linear-gradient(to right, #3d1f7e 0%, #821c7a 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.side-content p {
  width: 100%;
}
.side-content strong {
  font-weight: 600;
}

.side-content .custom-link {
  margin-top: 40px;
}

/* SIDE IMAGE */
.side-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.side-image img {
  width: 100%;
}

/* IMAGE BOX */
.image-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.image-box img {
  display: block;
}

/* GALLERY THUMB */
.gallery-thumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.gallery-thumb a {
  width: 100%;
  display: block;
}
.gallery-thumb a img {
  width: 100%;
  display: block;
}

/* TEXT BOX */
.text-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.text-box:last-child {
  margin-bottom: 0;
}
.text-box h5 {
  color: #4a1492;
  font-weight: 600;
}
.text-box h4 {
  /* color: #4a1492; */
  font-weight: 600;
}
.text-box h3 {
  color: #4a1492;
  font-weight: 600;
}
.text-box strong {
  font-weight: 600;
}
.text-box small {
  width: 100%;
  display: block;
  opacity: 0.6;
}

/* CAROUSEL SLIDER */
.carousel-slider {
  width: 100%;
  height: 80vh;
  max-height: 700px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.carousel-slider .swiper-slide {
  max-width: 65%;
  background-size: cover !important;
  background-position: center !important;
}
.carousel-slider .swiper-slide .caption {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px;
  position: absolute;
  left: 50px;
  bottom: 50px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
}
.carousel-slider .swiper-slide .caption h3 {
  width: auto;
  display: block;
  font-size: 48px;
  font-family: 'Roboto';
  margin-bottom: -10px;
}
.carousel-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.carousel-slider .swiper-slide.swiper-slide-active .caption {
  opacity: 1;
}
@media screen and (max-width:1024px){
  .inner-page .carousel-slider {max-height: 370px;}
  .inner-page .carousel-slider .swiper-slide {max-width: 65%; max-height: 370px;}
  .inner-page .carousel-slider .swiper-slide .caption {padding: 16px 32px; left: 20px; bottom: 20px;}
  .inner-page .carousel-slider .swiper-slide .caption h3 {font-size: 28px;}
}
@media screen and (max-width:992px){
  .inner-page .carousel-slider {max-height: 410px;}
  .inner-page .carousel-slider .swiper-slide {max-width: 95%; max-height: 410px;}
}
@media screen and (max-width:767px){
  .inner-page .carousel-slider .swiper-slide {max-width: 100%;}
}

/* COUNTER BOX */
.col-lg-4:nth-child(1) .counter-box {
  margin-top: 50px;
}

.col-lg-4:nth-child(2) .counter-box {
  margin: 0 auto;
}

.col-lg-4:nth-child(3) .counter-box {
  margin-left: auto;
  margin-top: 100px;
}

.counter-box {
  width: 346px;
  height: 320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ddd;
  background: url("../images/counter-box-bg.svg") center no-repeat #fff;
  padding: 0 15%;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.counter-box:before {
  content: "";
  width: 60%;
  height: 6px;
  background: #4a1492;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.counter-box:after {
  content: "";
  width: 120px;
  height: 55px;
  background: url("../images/dots-bg01.svg") center no-repeat;
  position: absolute;
  right: -25px;
  bottom: -45px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.counter-box figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
  margin-top: auto;
}
.counter-box figure img {
  height: 54px;
}
.counter-box .odometer {
  width: 100%;
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
.counter-box h6 {
  width: 100%;
  display: block;
  margin-bottom: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.counter-box:hover {
  transform: translateY(-10px);
}
.counter-box:hover:before {
  width: 80%;
}
.counter-box:hover:after {
  bottom: -25px;
}

/* SCHEDULE BOX */
#eventSchedule .section-title h6 {color:#ffffff;}
#eventSchedule .section-title h2 {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;

  color: #fff;
  font-family: 'Poppins';
  font-size: 40px;
  font-weight: 600;
}
#eventSchedule .col-sm-4 {padding:30px;}
#eventSchedule .upcoming-schedule {
  border-radius: 5px;
  text-align: center;
  color:#ffffff;
  background: #4a1492;
}
#eventSchedule .upcoming-schedule span.day{font-size: 30px; font-weight: bold;}
#eventSchedule .upcoming-schedule span.date{font-size: 20px;}
#eventSchedule .section-title{margin-bottom: 0;}
#eventSchedule .temp-schedule > div {
  display:flex;
  align-items: center;
  flex-direction: row;
}
#eventSchedule .temp-schedule img {max-width: 500px; margin: 70px 0;}
.schedule-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.schedule-box .nav {
  width: 300px;
  display: block;
}
.schedule-box .nav div {
  width: 100%;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #cf2b49;
  color: #fff;
  border-bottom: 1px solid rgba(22,12,33, 1);
  padding: 0 15%;
  cursor: pointer;
  position: relative;
}

.schedule-box .nav.schedule-footer div {
  width: auto;
  height: auto;
  padding: 10px;
  text-align: center;
  border: unset;
}

.schedule-box .nav div:before {
  width: 30px;
  height: 30px;
  left: unset;
  top: unset;
  bottom: unset;
  position: absolute;
  background: #fff038;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -15px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  z-index: 2;
  transition: 0.5s;
}
.schedule-box .nav.schedule-footer div:before {
  display: none;
}
.schedule-box .nav div.active:before {
  opacity: 1;
  visibility: visible;
}

.schedule-box .nav div.active {
  background: #fff038;
  color: #210a28;
}
.schedule-box .nav div .day {
  width: 100%;
  display: block;
  font-size: 34px;
  font-weight: 600;
  margin-top: auto;
  line-height: 1;
}
.schedule-box .nav div .date {
  width: 100%;
  display: block;
  margin-bottom: auto;
}
.schedule-box .tab-content {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 1;
}
.schedule-box .tab-content .tab-pane {width: 100%;}
.schedule-box .tab-content .timeline {
  display: flex;
  flex-wrap: wrap;
  margin: 50px;
  align-items: center;
}
.schedule-box .tab-content #tab-content00 .accordion-body .timeline {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  align-items: center;
}
.schedule-box .tab-content .timeline.inaugural {
  padding: 20px 50px;
    margin: 0 50px;
    background: linear-gradient(to left, var(--light-bg-color) 50%, #35ffff 100%);
    text-align: center;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}
/* Collapsible Menu */
.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
/* Collapsible Menu */

@media screen and (max-width: 767px){
  .schedule-box .tab-content .timeline {margin:20px;}
}
@media screen and (max-width:380px){
  .schedule-box .tab-content .timeline.inaugural {padding: 10px; margin: 0 20px;}
}
.schedule-box .tab-content .timeline.break {
  background: #f7f8fb;
  padding: 10px;
  margin: 0;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.schedule-box .tab-content .timeline.special {
  padding: 20px 50px;
  margin: 0 50px 50px;
  background: #cf2b49;
  text-align: center;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width:380px){
  .schedule-box .tab-content .timeline.special {padding: 10px; margin: 0 20px 20px;}
}
.schedule-box .tab-content .timeline .event-time {
  width: 120px;
  display: flex;
  font-weight: normal;
  color: #cf2b49;
  font-size: 15px;
}
.schedule-box .tab-content #tab-content00 .timeline .event-time {
  width: auto;
  display: flex;
  font-weight: normal;
  color: #cf2b49;
  font-size: 15px;
}
.schedule-box .tab-content .timeline .event-time.inline-location {
  /* background: #cf2b49; */
  color: #cf2b49;
  /* width: auto !important; */
  /* padding: 0px 15px !important; */
  /* border-radius: 40px; */
  font-size: 14px;
  /* line-height: 20px; */
}
.schedule-box .tab-content .timeline .event-time img {
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.schedule-box .tab-content .timeline .event-time.inline-location img {height: 15px; width: auto;}
.schedule-box .tab-content .timeline .event-description {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 2px; */
}
.schedule-box .tab-content .timeline .accordion-body .event-description {
 width: 100%;
}
.schedule-box .tab-content .timeline:not(.break,.special,.inaugural) .event-description {
  border-left: 1px solid #cf2b49;
    padding-left: 30px;
}
.schedule-box .tab-content #tab-content00 .timeline:not(.break,.special,.inaugural) .event-description {
  border-left: 4px solid #cf2b49;
}
.schedule-box .tab-content #tab-content00 .timeline .accordion-body .event-description {
  border-left: unset;
  padding: 0;
}
.schedule-box .tab-content .timeline .event-description h5 {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
  font-family: "Poppins", sans-serif;
}
.schedule-box .tab-content .timeline .event-description p{
  width: 100%;
  display: block;
  opacity: 1;
  color: #333;
  letter-spacing: normal;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  line-height: 20px;
}
.schedule-box .tab-content #tab-content00 .timeline .event-description p {
  font-family: "Roboto", sans-serif;
}

.schedule-box .tab-content .timeline .event-description p.session-type {
  font-weight: 500;
}
.schedule-box .tab-content .timeline .event-description p.session-subtext {
  font-weight: 300;
}
.schedule-box .tab-content .timeline .event-description p:last-child {
  margin-bottom: 0;
}
.schedule-box .tab-content .timeline.inaugural .event-time {
  width: unset;
  color: #fff;
  font-size: 18px;
  align-items: center;
} 
.schedule-box .tab-content .timeline.break .event-time {
  width: unset;
  color: #cf2b49;
  font-size: 18px;
  align-items: center;
}
.schedule-box .tab-content .timeline.special .event-time {
  width: unset;
  color: #ffffff;
  font-size: 18px;
  align-items: center;
} 
.schedule-box .tab-content .timeline.inaugural .event-description,
.schedule-box .tab-content .timeline.break .event-description,
.schedule-box .tab-content .timeline.special .event-description {
  width: unset;
}
.schedule-box .tab-content .timeline.inaugural .event-description h5 {
  color: #ffffff;
}
.schedule-box .tab-content .timeline.inaugural .event-description h5,
.schedule-box .tab-content .timeline.special .event-description h5 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}
.schedule-box .tab-content .timeline.break .event-description h5{
  color: #cf2b49;
}
@media screen and (max-width:767px){
  .schedule-box .tab-content .timeline.inaugural .event-time {font-size: 14px;}
  .schedule-box .tab-content .timeline.special .event-time {font-size: 14px;}
  .schedule-box .tab-content #tab-content00 .timeline:not(.break,.special,.inaugural) .event-description {padding:15px 20px;}
  .schedule-box .tab-content #tab-content00 .accordion-body .timeline {margin: 0;}
  .schedule-box .tab-content #tab-content00 .accordion-body .timeline  .event-description {padding: 0;}
  .schedule-box .tab-content #tab-content00 .timeline .event-time div.d-flex {flex:1;}
  .schedule-box .tab-content #tab-content00 .accordion-body .timeline .event-description .accordion-button {text-align: left;}
  #trainingBody02 .accordion-body .card-body-header {flex-direction: column; align-items: center;}
}
@media screen and (max-width:380px){
  .schedule-box .tab-content .timeline.inaugural .event-description h5,
  .schedule-box .tab-content .timeline.break .event-description h5,
  .schedule-box .tab-content .timeline.special .event-description h5{
    font-size: 22px;
  }
}
.timeline.accordion .accordion-button::after {position: absolute; right: 10px; top: calc(50% - 10px);}
#trainingHead01 .accordion-button:not(.collapsed) {background:#E5E0FF80;box-shadow:unset !important;}
#trainingHead02 .accordion-button:not(.collapsed) {background:#D7E5CA80;box-shadow:unset !important;}
#trainingHead03 .accordion-button:not(.collapsed) {background:#E0F4FF;box-shadow:unset !important;}
#trainingHead04 .accordion-button:not(.collapsed) {background:#FECDA6;box-shadow:unset !important;}
/* COUNTDOWN */
.countdown {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.countdown .countdown-item {
  display: flex;
  flex-wrap: wrap;
}
.countdown .countdown-item .countdown__timer {
  width: 100%;
  display: block;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(to right, #3d1f7e 0%, #821c7a 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.countdown .countdown-item span {
  width: 100%;
  display: block;
  background: linear-gradient(to right, #3d1f7e 0%, #821c7a 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.countdown--timer p {
  position: absolute;
  bottom: 30px;
  background: linear-gradient(to right, #3d1f7e 0%, #821c7a 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.countdown--timer div.countdown {
  position: absolute;
  bottom: -25px;
}

/* SPEAKER */
/* .col-lg-3:nth-child(even) .speaker {
  margin-top: 100px;
}

.col-lg-3:nth-child(3) .speaker {
  margin-bottom: 150px;
} */

.speaker {
  display: flex;
  flex-wrap: wrap;
  /* background: #fff; */
  /* margin-bottom: 30px; */
  /* box-shadow: 0 0 20px rgb(0 0 0 / 10%); */
  border-radius: 10px;
}
.speaker:hover figure:before {
  bottom: -40px;
  height: 80px;
  transform: skewY(10deg);
}
.speaker:hover figure figcaption ul li {
  opacity: 1;
  transform: translateY(0);
}
.speaker figure {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.speaker figure:before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -moz-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.speaker figure img {
  width: 100%;
}
.speaker figure figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  text-align: center;
}
.speaker figure figcaption ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.speaker figure figcaption ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
  transform: translateY(15px);
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.speaker figure figcaption ul li:nth-child(1) {
  transition-delay: 0.05s;
}
.speaker figure figcaption ul li:nth-child(2) {
  transition-delay: 0.10s;
}
.speaker figure figcaption ul li:nth-child(3) {
  transition-delay: 0.15s;
}
.speaker figure figcaption ul li:nth-child(4) {
  transition-delay: 0.20s;
}
.speaker figure figcaption ul li:nth-child(5) {
  transition-delay: 0.25s;
}
.speaker figure figcaption ul li a {
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.speaker figure figcaption ul li a:hover {
  color: #4a1492;
}
.speaker .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  /* min-height: 145px; */
  align-content: flex-start;
}
.speaker .content-box h4 {
  width: 100%;
  display: block;
  font-size: 18px;
  /* font-weight: 600; */
  margin-bottom: 5px;
  line-height: 1;
  color:#cf2b49;
}
.speaker .content-box small {
  width: 100%;
  display: block;
  font-size: 15px;
  opacity: 0.7;
  line-height: 1.4;
}
#speakers .filter {width: unset;}
#speakers .filter input[type="text"] {
  border-radius: 5px;
  width: 400px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
}
#speakers .single-speakers-box .speakers-image img {/*border-radius: 10px 10px 0 0; width: 100%; height: auto;*/filter: grayscale(100%);margin: 0px auto;}

/* Slick Carousel */
.slick-slide {padding: 15px;}
.slick-prev:before, .slick-next:before {font-size: 30px; opacity: .75; color: #000;}
.slick-dots li button:before {font-size: 10px;}
.slick-next {right: -5px;}
.slick-prev {left: -15px;}

@media screen and (max-width:767px) {
  #speakers .filter {padding:0; width: 90%;}
  .slick-next {top: unset; right: 42%; bottom: -10px; z-index: 101;}
  .slick-prev {top: unset; left: 42%; bottom: -10px; z-index: 101;}
  #speakers .single-speakers-box .speakers-image {width: 100%;}
  #speakers .single-speakers-box .speakers-image img {width: 100%;}
  .speaker .content-box {min-height: 100px;}
}

/* COLOR ICON BOX */
.color-icon-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  color: #fff;
  position: relative;
  border-radius: 5px;
  background-color: #151517;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}
.color-icon-box:first-child {
  margin-bottom: 30px;
}
.color-icon-box .inner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat !important;
  background-position: 100% 30px !important;
}
.color-icon-box figure {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.color-icon-box figure img {
  height: 60px;
}
.color-icon-box h5 {
  width: 100%;
  display: block;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  z-index: 3;
}
.color-icon-box p {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  z-index: 3;
}

/* EVENTS GRID */
.events-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative;
}
.events-grid .grid-item {
  width: 50%;
  float: left;
  margin-bottom: 0;
  margin-top: 100px;
  padding: 0;
  list-style: none;
}
.events-grid .grid-item:nth-child(1) {
  margin-top: 0 !important;
}
.events-grid .grid-item:nth-child(2) {
  margin-top: 100px !important;
}
.events-grid .grid-item:nth-child(even) {
  padding-left: 5%;
}
.events-grid .grid-item:nth-child(odd) {
  padding-right: 5%;
}

/* EVENT BOX */
.event-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.event-box:after {
  content: "";
  width: 120px;
  height: 55px;
  background: url("../images/dots-bg01.svg") center no-repeat;
  position: absolute;
  right: -15px;
  bottom: -25px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.event-box:hover {
  transform: translateY(-10px);
}
.event-box:hover:after {
  transform: translateY(-20px);
}
.event-box:hover .content-box:before {
  width: 80%;
}
.event-box:hover .image img {
  transform: scale(1.03);
}
.event-box .image {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.event-box .image img {
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.event-box .content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  border: 1px solid #ddd;
  border-top: none;
  background: url(../images/counter-box-bg.svg) right no-repeat #fff;
  background-size: contain !important;
  position: relative;
}
.event-box .content-box:before {
  content: "";
  width: 60%;
  height: 6px;
  background: #4a1492;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.event-box .content-box span {
  height: 26px;
  line-height: 29px;
  display: inline-block;
  background: #6052CE;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 15px;
  border-radius: 26px;
  font-family: 'Roboto';
}
.event-box .content-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.event-box .content-box h2 a {
  display: inline-block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.event-box .content-box h2 a:hover {
  text-decoration: none;
  color: #4a1492;
}
.event-box .content-box ul {
  width: 100%;
  display: block;
  margin-bottom: -10px;
  padding: 0;
}
.event-box .content-box ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.event-box .content-box ul li figure {
  width: 35px;
  display: inline-block;
  margin: 0;
}
.event-box .content-box ul li p {
  width: calc(100% - 35px);
  display: inline-block;
  margin: 0;
}

/* EVENT DETAIL BOX */
.event-detail-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 100px 0;
}
.event-detail-box small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-family: 'Roboto';
  opacity: 0.5;
  font-size: 15px;
}
.event-detail-box h3 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 800;
}
.event-detail-box .infos {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  padding: 0;
}
.event-detail-box .infos li {
  flex: 1;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-detail-box .infos li figure {
  width: 34px;
  display: inline-block;
  margin-bottom: 15px;
}
.event-detail-box .custom-button {
  margin-left: auto;
}
.event-detail-box p {
  width: 100%;
  display: block;
}
.event-detail-box p:last-child {
  margin-bottom: 0;
}

/* VIDEO PLAY BUTTON  */
.video-play-button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0;
  justify-content: center;
  align-items: center;
}
.video-play-button a {
  width: 110px;
  height: 110px;
  line-height: 110px;
  display: inline-block;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 32px;
}
.video-play-button a circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset .9s;
}
.video-play-button a svg {
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 50%;
}
.video-play-button a:hover circle {
  stroke-dashoffset: 0;
}

/* PRICE BOX */
.tickets-row {margin-top: 30px;}
.price-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 100px 30px 30px;
  text-align: center;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
  position: relative;
}
.price-box:not(.membership):before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: -8px;
  background: url("../images/price-box-top-pattern.webp") top no-repeat;
  background-size: 100% auto;
}
.price-box.disabled {
  background: #bbbbbb;
  transform: translateY(-8px);
  padding: 50px 20px 20px 20px;
}
.price-box.disabled:before {
  background: unset;
}
.price-box.featured {
  background: #cf2b49;
  color: #fff;
  padding: 100px 30px 30px;
  transform: translateY(0px);
}

/* .price-box.featured .ribbon-2 {
  --f: 10px;
  --r: 15px;
  --t: 20px;
  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 20px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
  background: #ff0000;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
} */
.price-box.highlighted {
  background: linear-gradient(rgb(122, 33, 43) 0%, rgb(87, 14, 58) 100%);
  /* padding: 20px 20px; */
  /* transform: translateY(-100px); */
}
.price-box.membership {
  /* transform: translateY(-70px); */
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  background: #3D30A2;
  padding-top: 30px;
}
.price-box.featured:before {
  background: url("../images/price-box-top-pattern-featured.webp") top left no-repeat;
  top: -8px;
  background-size: contain;
}
.price-box.highlighted:before {
  background: url("../images/price-box-highlighted.webp") top left no-repeat;
  top: -8px;
  background-size: contain;
 }
.price-box.disabled h5 {color: #666;}
.price-box.featured h5 {color: #fff;}
.price-box.highlighted h5 {color: #f6df3c;}
/* .price-box.featured .custom-button .button-text {color: #fff;} */
.price-box h5 {
  width: 100%;
  display: block;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #cf2b49;
  line-height: 1.2;
}
.price-box .price {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.price-box .price .currency {
  display: inline-block;
  font-size: 22px;
  transform: translateY(-24px);
}
.price-box.featured.training-01 {background: #B2A4FF;color: #443a7e;}
.price-box.featured.training-01 i.far {color: #443a7e;}
.price-box.featured.training-01 h5 {color: #443a7e; min-height: 94px;}
.price-box.featured.training-01 ul {min-height: 136px;}
.price-box.featured.training-01 .custom-button {background: #443a7e;}
.price-box.featured.training-01:before {background: url("../images/price-box-top-pattern-01.webp") top left no-repeat; top: -8px; background-size: contain;}

.price-box.featured.training-02 {background: #4F6F52;color: #e0ffe3;}
.price-box.featured.training-02.sold-out {padding-top: 50px;}
.price-box.featured.training-02 i.far {color: #e0ffe3;}
.price-box.featured.training-02 h5 {color: #e0ffe3; min-height: 94px;}
.price-box.featured.training-02 ul {min-height: 136px;}
.price-box.featured.training-02.sold-out ul {min-height: unset;}
.price-box.featured.training-02 .custom-button {background: #e0ffe3;}
.price-box.featured.training-02 .custom-button .button-text {color:#4F6F52;}
.price-box.featured.training-02:before {background: url("../images/price-box-top-pattern-02.webp") top left no-repeat; top: -8px; background-size: contain;}

.price-box.featured.training-03 {background: #39A7FF;color: #134165;}
.price-box.featured.training-03.sold-out {padding-top: 50px;}
.price-box.featured.training-03 i.far {color: #134165;}
.price-box.featured.training-03 h5 {color: #134165; min-height: 94px;}
.price-box.featured.training-03 ul {min-height: 136px;}
.price-box.featured.training-03.sold-out ul {min-height: unset;}
.price-box.featured.training-03 .custom-button {background: #134165;}
.price-box.featured.training-03:before {background: url("../images/price-box-top-pattern-03.webp") top left no-repeat; top: -8px; background-size: contain;}

.price-box.featured.training-04 {background: #FF9130;color: #553111;}
.price-box.featured.training-04 i.far {color: #553111;}
.price-box.featured.training-04 h5 {color: #553111; min-height: 94px;}
.price-box.featured.training-04 ul {min-height: 136px;}
.price-box.featured.training-04 .custom-button {background: #553111;}
.price-box.featured.training-04:before {background: url("../images/price-box-top-pattern-04.webp") top left no-repeat; top: -8px; background-size: contain;}

@media screen and (max-width:540px) {
  .price-box.featured.training-01 h5, .price-box.featured.training-02 h5, .price-box.featured.training-03 h5, .price-box.featured.training-04 h5 {min-height: unset;}
  .price-box.featured.training-01 ul, .price-box.featured.training-02 ul, .price-box.featured.training-03 ul, .price-box.featured.training-04 ul {min-height: unset;}
}

.price-box:not(.featured) .price .currency {color: #210928;}
.price-box.highlighted .price .currency {color: #ffffff;}
.price-box.disabled .price .currency {color: #666;}
.price-box .price .value {
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
}
.price-box:not(.featured) .price .value {color: #210928;}
.price-box.highlighted .price .value {color: #ffffff;}
.price-box.disabled .price .value {color: #666;}
.price-box .price .time {
  display: inline-block;
  opacity: 0.5;
}
.price-box:not(.featured) .price .time {color: #ff0000;}
.price-box.highlighted .price .time {color: #ffffff;}
.price-box.disabled .price .time {color: #666;}
.price-box ul {
  display: inline-block;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.price-box ul li {
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  list-style: none;
  text-align: left;
  font-size: 19px;
  line-height: 1.2;
}
.price-box:not(.featured) ul li {
  color: #091820;
}
.price-box.highlighted ul li {
  color: #ffffff;
}
.price-box.disabled ul li {color: #666;}
.price-box ul li.active {
  opacity: 1;
}
.price-box ul li.active i {color: #091820;}
.price-box.highlighted ul li.active i {color: #ffffff;}
.price-box ul li i {
  display: inline-block;
  margin-left: -30px;
  margin-right: 7px;
  font-size: 18px;
}
.price-box.disabled ul li i {color: #666;}
.price-box ul li small {
  width: 100%;
  display: block;
  font-size: 14px;
  opacity: 1;
  line-height: 1.4;
}
.ribbon-wrapper-red {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  left: -6px;
}
.ribbon-red {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  color: #fff;
  text-align: center;
  /* text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 4px 0;
  left: -35px;
  top: 30px;
  width: 170px;
  background-color: #ea181e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
  background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
  background-image: -moz-linear-gradient(top, #ea181e, #b90005);
  background-image: -ms-linear-gradient(top, #ea181e, #b90005);
  background-image: -o-linear-gradient(top, #ea181e, #b90005);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-red:after,
.ribbon-red:after{
  content: "";
  border-top: 3px solid #b90005;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon-red:before{
  right: 0;
}
.ribbon-red:after{
  left: 0;
}

.ribbon-wrapper-yellow {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  left: -6px;
}
.disabled .ribbon-wrapper-yellow {
  top:0;
}
.ribbon-yellow {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  color: #7a212b;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 4px 0;
  left: -35px;
  top: 30px;
  width: 170px;
  background-color: #f6df3c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6df3c), to(#fab200));
  background-image: -webkit-linear-gradient(top, #f6df3c, #fab200);
  background-image: -moz-linear-gradient(top, #f6df3c, #fab200);
  background-image: -ms-linear-gradient(top, #f6df3c, #fab200);
  background-image: -o-linear-gradient(top, #f6df3c, #fab200);
}
.ribbon-yellow:after,
.ribbon-yellow:after{
  content: "";
  border-top: 3px solid #fab200;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon-yellow:before{right: 0;}
.ribbon-yellow:after{left: 0;}

.registration-terms p {color:var(--dark-text-color);font-size: 14px; font-weight: 600;margin-bottom: 0;}
.registration-terms ul li {color:var(--dark-text-color); font-size: 14px; line-height: 1.2;}

.meter {box-sizing: content-box;height: 20px; position: relative;margin: 0 0 20px 0; background: #ddd;border-radius: 25px;padding:0;box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);}
.meter > span {display: block;height: 100%;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;background-color: #cf2b49;background-image: linear-gradient(center bottom,rgb(43, 194, 83) 37%,rgb(84, 240, 84) 69%);box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),inset 0 -2px 6px rgba(0, 0, 0, 0.4);position: relative;overflow: hidden;}
.meter > span:after,.animate > span > span {content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-image: linear-gradient(-45deg,rgba(255, 255, 255, 0.2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.2) 50%,rgba(255, 255, 255, 0.2) 75%,transparent 75%,transparent);z-index: 1;background-size: 50px 50px;animation: move 2s linear infinite;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;overflow: hidden;}
.animate > span:after {display: none;}
@keyframes move {0% {background-position: 0 0;}100% {background-position: 50px 50px;}}

@media screen and (max-width: 767px) {
  .tickets-row {margin-top: 1rem;}
}
.stamp-for-seats {width: 90px; right: 10px; position: absolute; top: 10px;}

/* SPEAKER DETAIL*/
.speaker-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.speaker-detail .image {
  width: 500px;
  display: inline-block;
  margin: 0;
}
.speaker-detail .image img {
  width: 100%;
  display: block;
}
.speaker-detail .content-box {
  width: calc(100% - 500px);
  display: inline-block;
  padding-left: 80px;
}
.speaker-detail .content-box h4 {
  width: 100%;
  display: block;
  font-size: 44px;
  font-weight: 800;
  color: #3A3089;
}
.speaker-detail .content-box small {
  width: 100%;
  display: block;
  line-height: 1.2;
  opacity: 0.6;
  margin-bottom: 20px;
}
.speaker-detail .content-box ul {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.speaker-detail .content-box ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.speaker-detail .content-box ul li a {
  display: inline-block;
  text-decoration: underline;
}
.speaker-detail .content-box ul li a:hover {
  text-decoration: none;
  color: #4a1492;
}
.speaker-detail .content-box ul li strong {
  width: 100px;
  display: inline-block;
  font-weight: 600;
}

/* SPONSOR LOGOS */
.sponsor-title {
  width: 100%;
  display: block;
  color: #0d1028;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}
.sponsor-title.title-band {
  min-height: 58px;
}
@media screen and (min-width:1400px){
  .sponsor-item-special {max-width: 222px;}
}
@media screen and (max-width:1399px){
  .sponsor-item-special {max-width: 192px;}
}
@media screen and (max-width:1199px){
  .sponsor-title.title-band {min-height: 82px;}
  .sponsor-item-special {max-width: 162px;}
}
@media screen and (max-width:991px){
  .sponsor-title.title-band {min-height: unset;}
  .sponsor-item-special {max-width: 180px;}
  .partner-row-parallel {margin-top:50px;}
}
@media screen and (max-width:767px){
  /* .sponsor-title.title-band {min-height: unset;} */
  .sponsor-item-special {max-width: unset;}
  /* .partner-row-parallel {margin-top:50px;} */
}

@media screen and (max-width:1170px){
  .sponsor-title{font-size: 20px; line-height: 1.2;}
}
@media screen and (max-width:767px){
  .sponsor-title{font-size: 18px;}
}

.sponsor-logo {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.sponsor-logo img {
  max-width: 100%;
  display: inline-block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: relative;
  z-index: 1;
}
.sponsor-logo figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  z-index: 0;
  letter-spacing: 1px;
  font-family: 'Roboto';
}
.sponsor-logo figcaption a {
  color: #4a1492;
}
.sponsor-logo:hover img {
  opacity: 0;
  visibility: hidden;
}

/* TESTIMONIALS SIDE IMAGE */
/* .testimonial-side-image {
  width: 100%;
  display: block;
  margin: 0;
  padding-right: 10%;
}
.testimonial-side-image img {
  width: 100%;
} */

/* TESTIMONIAL */
/* .testimonial {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.testimonial h6 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto';
  letter-spacing: 1px;
  color: #4a1492;
}
.testimonial h2 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
}
.testimonial p {
  width: 100%;
  font-size: 20px;
  margin-bottom: 25px;
}
.testimonial strong {
  width: 100%;
  display: block;
  font-weight: 600;
}
.testimonial small {
  width: 100%;
  display: block;
  font-size: 13px;
  opacity: 0.7;
} */

/* TESTIMONIAL BOX */
/* .testimonial-box {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  margin: 50px 5%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
}
.testimonial-box h3 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #4a1492;
}
.testimonial-box p {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  opacity: 0.6;
}
.testimonial-box h5 {
  width: 100%;
  display: block;
  font-size: 17px;
  font-weight: 600;
}
.testimonial-box small {
  width: 100%;
  display: block;
  font-size: 13px;
}
.testimonial-box figure {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 50px;
  bottom: 30px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.testimonial-box figure img {
  max-width: inherit;
  height: 80px;
} */

/* TESTIMONIALS SLIDER */
/* .testimonials-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin: -50px 0;
}
.testimonials-slider .swiper-slide {
  max-width: 50vw;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0.6;
  transform: scale(0.9);
}
.testimonials-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
} */

/* BLOG POST */
.blog-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
  padding-right: 50px;
}
.blog-post .post-image {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-post .post-image img {
  width: 100%;
}
.blog-post .content-box {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}
.blog-post .content-box .author {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-post .content-box .author img {
  height: 54px;
  display: inline-block;
  border-radius: 50%;
}
.blog-post .content-box .author figcaption {
  display: inline-block;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
}
.blog-post .content-box small {
  width: 100%;
  display: block;
  color: #4a1492;
  font-family: 'Roboto';
  font-weight: 400;
}
.blog-post .content-box h3 {
  width: 100%;
  display: block;
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 10px;
}
.blog-post .content-box blockquote {
  width: 100%;
  display: block;
  margin: 40px 0;
  font-family: 'Roboto';
  font-size: 28px;
  padding-left: 40px;
  border-left: 4px solid #4a1492;
}
.blog-post .content-box blockquote p {
  margin-bottom: 10px;
}
.blog-post .content-box blockquote cite {
  font-family: "Mont";
  font-size: 15px;
}
.blog-post .content-box ol {
  margin-bottom: 25px;
  opacity: 0.7;
}
.blog-post .content-box ol li {
  margin: 5px 0;
}
.blog-post .content-box ul {
  margin-bottom: 25px;
  opacity: 0.7;
}
.blog-post .content-box ul li {
  margin: 5px 0;
}
.blog-post .content-box p {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  opacity: 0.7;
}
.blog-post .content-box p:last-child {
  margin-bottom: 0;
}

/* SIDEBAR */
.sidebar {
  width: 100%;
  display: block;
  padding-left: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  border-right: 4px solid #f1f1f1;
  border-bottom: 4px solid #f1f1f1;
  padding: 35px;
  margin-bottom: 35px;
  position: relative;
}
.sidebar .widget * {
  position: relative;
}
.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 28px;
  color: #4a1492;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: 'Roboto';
}
.sidebar .widget .widget-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #6052CE;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sidebar .widget .widget-title:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.sidebar .widget form {
  width: 100%;
  display: block;
}
.sidebar .widget form input[type="submit"] {
  margin-top: 10px;
  background: #000F23;
  color: #fff;
}
.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget .categories li a {
  color: #000F23;
  font-size: 19px;
}
.sidebar .widget .widget-gallery {
  width: calc(100% + 4px);
  float: left;
  margin: 0 -2px;
  padding: 0;
}
.sidebar .widget .widget-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 2px;
  list-style: none;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item.active .page-link {
  background: #4a1492;
  border-color: transparent;
  color: #fff;
}
.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  border-radius: 0 !important;
  padding: 0 20px;
  color: #000F23;
  font-size: 14px;
  font-weight: 600;
}
.pagination .page-item .page-link:hover {
  text-decoration: none;
}

/* CONTACT BOX */
.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.contact-box:last-child {
  margin-bottom: 0;
}
.contact-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  color: #3d1f7e;
  font-family: 'Roboto';
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.contact-box p {
  width: 100%;
  display: block;
}
.contact-box p:last-child {
  margin-bottom: 0;
}
.contact-box a {
  display: inline-block;
  text-decoration: underline;
}
.contact-box a:hover {
  text-decoration: none;
}

/* CONTACT FORM */
.contact-form {
  width: 100%;
  flex-wrap: unset;
  display: initial;
  margin: 0;
}
.contact-form .col-form-label:nth-child(odd){
  float: right;
  display: inline-block;
}
.contact-form .col-form-label:nth-child(even){
  float: left;
  display: inline-block;
}
.contact-form h5 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 30px;
  color: #3d1f7e;
  font-family: 'Roboto';
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

/* TRANSPORTATION BOX */
/* .transportation-box {
  width: 540px;
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  background: url(../images/counter-box-bg.svg) top right no-repeat #fff;
  background-size: contain;
  padding: 50px;
  margin-top: 30px;
  position: relative;
}
.transportation-box .title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.transportation-box .title figure {
  width: 70px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #4a1492;
  border-radius: 50%;
}
.transportation-box .title figure img {
  height: 28px;
}
.transportation-box .title h6 {
  width: calc(100% - 70px);
  display: inline-block;
  padding-left: 20px;
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 22px;
  color: #6052CE;
  font-family: 'Roboto';
}
.transportation-box p {
  width: 100%;
  display: block;
}
.transportation-box p:last-child {
  margin-bottom: 0;
} */

/* GOOGLE MAPS */
.google-maps {
  width: 100%;
  height: 500px;
  display: flex;
  background: #210928;
  overflow: hidden;
  position: relative;
  margin: 40px 0;
  border-radius: 5px;
}
.google-maps iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  mix-blend-mode: luminosity;
  /* pointer-events: none; */
}
.room-reserve {top: 150px;left: 10px;background: rgba(255,255,255,1);max-width: 300px;padding: 15px;box-shadow: 0 0 4px rgb(0 0 0 / 20%);}
.room-reserve p {font-size: 13px;color:#5b5b5b;}
.room-reserve a {background-color: #570e3a;color: #fff;padding: 5px 10px;border-radius: 4px;font-size: 16px;width: 100%;display: block;text-align: center;text-decoration: none;}
.room-reserve a.disabled {pointer-events: none; color: #66666680; background: #B6BBC4;}
@media screen and (max-width:767px) {
    .room-reserve {top: 70px;max-width: 215px;}
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* background: linear-gradient(to left, rgb(74, 20, 146) 50%, rgb(4, 7, 47) 100%); */
  background: linear-gradient(to right, #160c21 0%, #7a212b 50%, #570e3a 100%);
  color: #fff;
}
.footer.footer-mid {
  background: unset;
}
.footer-mid .container-fluid {width: 90%; background: linear-gradient(to right, #160c21 0%, #7a212b 50%, #570e3a 100%); color: #fff; padding: 0% 4%;}
.footer .footer-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0;
  /* margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  justify-content: space-between;
}
.footer .footer-bar .logo {
  display: inline-block;
}
.footer .footer-bar .logo img {
  height: 58px;
}
.footer .footer-bar .phone-box {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.footer .footer-bar .phone-box span {
  display: inline-block;
  opacity: 0.5;
  font-weight: 600;
}
.footer .footer-bar .phone-box figure {
  margin: 0 15px;
  display: inline-block;
}
.footer .footer-bar .phone-box figure img {
  display: inline-block;
}
.footer .footer-bar .phone-box a {
  display: inline-block;
  color: #fff;
  font-size: 30px;
}
.footer .footer-bar .sponsorship-details {
  display: flex;
  justify-content: space-between;
}
.footer .footer-bar .sponsorship-details > div {
  display: flex;
  align-items: center;
}
.footer .footer-bar .sponsorship-details img {
  max-width: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.footer .footer-bar .sponsorship-details p {
  line-height: 1.3;
  margin: 0;
  font-size:14px;
}
.footer .footer-bar .sponsorship-details p strong {
  font-size: 16px;
  color:#fff;
}
.footer .footer-bar .sponsorship-details p a {color:rgba(255,255,255,0.7);}

.footer .newsletter-box {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 80px;
  padding-right: 50px;
}
.footer .newsletter-box form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 6px;
}
.footer .newsletter-box form input[type="email"] {
  flex: auto;
  height: 78px;
  padding: 0 30px;
  background: none;
  border: none;
  color: #fff;
}
.footer .newsletter-box form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
.footer .newsletter-box form input[type="email"]::-moz-placeholder {
  color: #fff;
}
.footer .newsletter-box form input[type="email"]:-ms-input-placeholder {
  color: #fff;
}
.footer .newsletter-box form input[type="email"]:-moz-placeholder {
  color: #fff;
}
.footer .newsletter-box form input[type="submit"] {
  height: 78px;
  background: #4a1492;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: none;
  padding: 0 40px;
  margin-left: auto;
}

/* .footer .social-section {margin-bottom: 54px;} */
.footer .social-section h2 {
  font-size: 24px;
  margin: 0;
}
.footer .social-section p {
  font-size: 15px;
  margin-bottom: 10px;
}
.footer .social-media {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-bottom:0px;
  padding: 0;
}
.footer .social-media li {
  display: inline-block;
  margin-right: 25px;
}
.footer .social-media li:last-child {
  margin-right: 0;
}
.footer .social-media li a {
  color: #fff;
  display: flex;
  align-items: center;
}
.footer .social-media li a:hover {
  text-decoration: none;
}
.footer .social-media li a:hover span {
  opacity: 1;
}
.footer .social-media li a i {
  font-size: 20px;
  display: inline-block;
  margin-right: 6px;
}
.footer .social-media li a span {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  opacity: 0.5;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.footer .footer-widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.footer .footer-widget .widget-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer .footer-widget .widget-title:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #4a1492;
  border-radius: 50%;
  margin-left: 10px;
}
.footer .footer-widget strong {
  font-weight: 600;
}
.footer .footer-widget p a {
  color: #fff;
  font-weight: 600;
  opacity: 0.5;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.footer .footer-widget p a:hover {
  opacity: 1;
  text-decoration: none;
}
.footer .bottom-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.2);
  padding: 35px 0;
  font-size: 14px;
}
.footer .bottom-bar .container {
  display: flex;
}
.footer .bottom-bar .copyright {
  display: inline-block;
}
.footer .bottom-bar .creation {
  display: inline-block;
  margin-left: auto;
}
.footer .bottom-bar .creation a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  color: #fff;
}
.footer .bottom-bar .creation a:hover {
  text-decoration: none;
}

.schedule-box .tab-content .timeline.awards {position: relative;}
.schedule-box .tab-content .timeline .awards-content {left: 3.8rem; top: 18rem;}

/* .schedule-box .tab-content .timeline.masterclass .event-description > div {display: inline-block; width: 31%; padding:10px; border-radius: 5px; box-shadow: 0 0 10px rgb(32 152 210 / 20%);} */
.schedule-box .tab-content .timeline.masterclass .event-description img {width:100%; height:auto;}
.schedule-box .tab-content .timeline.masterclass .event-time.inline-location img {height: 15px; width: auto;}

/* RESPONSIVE MEDIUM  */
@media only screen and (min-width: 1400px), only screen and (min-device-width: 1400px) {
  .schedule-box .tab-content .timeline.awards .awards-content {left: 7.5rem; top: 13.5rem;}
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .schedule-box .tab-content .timeline .awards-content {left: 2.8rem; top: 10.5rem;}
  .schedule-box .tab-content .timeline.awards .event-time {font-size: 12px;}
  .schedule-box .tab-content .timeline.awards .event-time img {height: 16px;margin-right: 7px;}
  .schedule-box .tab-content .timeline .awards-content .btn {padding: 0.25rem 0.5rem;font-size: .875rem;border-radius: 0.2rem;}
  .search-box .form {
    padding: 0 10%;
  }

  .section-bg {
    background-size: 1380px auto !important;
  }

  .navbar .navbar-button a figure {
    display: none;
  }

  .navbar .more-button {
    display: none;
  }

  .slider .events-slider-content .swiper-slide .inner h2 {
    font-size: 50px;
  }

  .slider .events-slider-content .swiper-slide .inner .location .icon {
    display: none;
  }

  .slider .events-slider-content .swiper-slide .inner .location span {
    margin-left: 0;
  }

  .page-header {
    height: 420px;
  }

  .page-header .inner h2 {
    font-size: 66px;
  }

  .section-title h2 {
    font-size: 44px;
  }

  .side-content h2 {
    font-size: 44px;
  }

  .counter-box {
    max-width: 100%;
  }

  .counter-box:after {
    width: 85px;
    height: 35px;
    bottom: -25px;
  }

  .counter-box:hover:after {
    bottom: -10px;
  }

  .schedule-box .tab-content {
    width: calc(100% - 300px);
  }

  .side-content.left {
    padding-right: 40px;
  }

  .side-content.right {
    padding-left: 40px;
  }

  .speaker {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .color-icon-box:first-child {
    margin-top: 50px;
  }

  .testimonial h2 {
    font-size: 44px;
  }

  .testimonial-box {
    width: 100%;
    margin: 50px 0;
  }

  .blog-post {
    padding-right: 0;
  }

  .blog-post .content-box h3 {
    font-size: 44px;
  }

  .sidebar {
    padding-left: 0;
  }

  .footer .newsletter-box form input[type="email"] {
    width: 60%;
  }

  .footer .footer-widget p br {
    display: none;
  }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .schedule-box .tab-content .timeline.awards .awards-content {left: 5rem; top: 7.5rem;}
  .content-section {
    padding: 90px 0;
  }

  .search-box .form {
    padding: 0 5%;
  }

  .navbar .site-menu {
    display: none;
  }

  .navbar .search-button {
    margin-left: auto;
  }

  .navbar .hamburger-menu {
    display: inline-block;
  }

  .navbar .more-button {
    display: inline-block;
  }

  .navbar .navbar-button {
    display: none;
  }

  .slider {
    height: auto;
  }

  .slider .events-slider-content {
    height: 400px;
  }

  .slider .events-slider-images {
    width: 100%;
    height: 400px;
  }

  .slider .events-slider-images:before {
    display: none;
  }

  .col-lg-4:nth-child(1) .counter-box {
    margin-top: 0;
  }

  .col-lg-4:nth-child(3) .counter-box {
    margin-top: 60px;
  }

  .schedule-box .nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .schedule-box .nav div {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 30px;
    align-content: center;
  }

  .schedule-box .nav div:before {
    left: 0;
    right: 0;
    bottom: -17px;
    background: #ffffff;
  }

  .schedule-box .nav div .date {
    font-size: 13px;
    white-space: nowrap;
    margin:0;
  }

  .schedule-box .tab-content {
    width: 100%;
    display:block;
  }

  .side-content.left {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .side-content.right {
    padding-left: 0;
    padding-top: 40px;
  }

  .color-icon-box:first-child {
    margin-top: 70px !important;
    margin-top: 30px !important;
  }

  .col-xl-3:last-child .color-icon-box {
    margin-top: 0;
  }

  .g-0 .col-xl-3.col-lg-4.col-md-6:nth-child(3) {
    order: 4;
  }

  .price-box.featured {
    margin-top: 50px;
  }

  .testimonial-side-image {
    padding: 0 10%;
    margin-bottom: 50px;
  }

  .carousel-slider .swiper-slide .caption {
    bottom: 25px;
    left: 25px;
    padding: 25px;
  }

  .carousel-slider .swiper-slide .caption h3 {
    font-size: 34px;
  }

  .transportation-box {
    width: 100%;
    max-width: 100%;
  }

  .contact-form {
    margin-top: 100px;
  }

  .contact-box {
    margin-bottom: 60px;
  }

  .sidebar {
    margin-top: 60px;
  }

  .sidebar .widget .widget-gallery li {
    width: 33.33333%;
  }

  .events-grid .grid-item {
    width: 100%;
    padding: 0 !important;
  }

  .event-detail-box .infos {
    flex-wrap: wrap;
  }

  .event-detail-box .infos li {
    width: 50%;
    flex: initial;
  }

  .event-detail-box .custom-button {
    margin-left: 0;
    margin-top: 30px;
  }

  .speaker-detail .image {
    width: 50%;
  }

  .speaker-detail .content-box {
    width: 50%;
    padding-left: 40px;
  }

  .speaker-detail .content-box ul {
    font-size: 16px;
  }

  .speaker-detail .content-box ul li strong {
    width: 86px;
  }

  .speaker-detail .content-box h4 {
    font-size: 38px;
  }

  .footer .d-flex {
    flex-wrap: wrap;
  }

  .footer .newsletter-box {
    width: 100%;
  }

  .footer .social-media {
    width: 100%;
  }

  .footer .footer-widget p br {
    display: block;
  }
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .schedule-box .tab-content .timeline.awards .awards-content {left:17px; right:17px; top:10rem; bottom:40px;flex-direction: row;align-items:center;}
  .schedule-box .tab-content .timeline.awards .event-time {margin-bottom: 0 !important;}
  .schedule-box .tab-content .timeline.awards .awards-content .btn {width: 150px;padding: 5px;font-size: 12px;line-height: 1;color: #fff;}
  .schedule-box .tab-content .timeline.masterclass .event-description {flex-direction: column;}
  .schedule-box .tab-content .timeline.masterclass .event-description > div {display: block; width: 100%; padding:0; margin-bottom: 10px;}
  
  .side-content {justify-content: space-between;}
  .custom-button {width: 150px;}
  .custom-button.external {float:right;margin:0px;}

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 25px;
  }

  .search-box .form form input[type="submit"] {
    width: 100%;
  }

  .navbar .more-button {
    display: none;
  }

  .navbar .hamburger-menu {
    margin-left: 15px;
  }

  .slider .events-slider-images {
    overflow: hidden;
  }

  .slider .events-slider-content .swiper-slide .inner {
    padding-right: 0;
  }

  .slider .events-slider-content .swiper-slide .inner h2 {
    font-size: 38px;
  }

  .slider .events-slider-content .swiper-slide .inner .location {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    display: block;
  }

  .page-header .inner h2 {
    padding-right: 0;
    font-size: 44px;
  }

  .section-title h2 {
    font-size: 38px;
  }

  .section-title h2 br {
    display: none;
  }

  .side-content h2 {
    font-size: 38px;
  }

  .testimonial h2 {
    font-size: 38px;
  }

  .col-lg-4:nth-child(2) .counter-box {
    margin-top: 60px;
  }

  .counter-box:after {
    right: 15px;
  }

  .schedule-box .nav div .day {
    white-space: nowrap;
    margin:0;
  }

  .schedule-box .tab-content .timeline.inaugural,
  .schedule-box .tab-content .timeline.special {margin: 20px; padding: 20px;}

  .schedule-box .tab-content .timeline .event-time {
    width: 100%;
    margin-bottom: 10px;
  }

  .schedule-box .tab-content .timeline .event-description {
    width: 100%;
  } 

  .speaker {
    margin: 10px 0 !important;
  }

  .color-icon-box:first-child {
    margin-top: 0 !important;
  }

  .g-0 .col-xl-3.col-lg-4.col-md-6:nth-child(3) {
    order: inherit;
  }

  .col-lg-5.offset-lg-1 .text-box {
    margin-top: 60px;
  }

  .carousel-slider .swiper-slide {
    max-width: 100%;
  }

  .testimonials-slider .swiper-slide {
    max-width: 100%;
  }

  .price-box.featured {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .event-box:after {
    right: 15px;
    bottom: -45px;
  }

  .event-detail-box .infos li {
    width: 100%;
    margin-bottom: 20px;
  }

  .speaker-detail .image {
    width: 100%;
  }

  .speaker-detail .content-box {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }

  .blog-post .content-box h3 {
    font-size: 30px;
  }

  .sidebar .widget .widget-gallery li {
    width: 50%;
  }

  .transportation-box {
    padding: 30px;
  }

  .footer .footer-bar .logo {
    margin-bottom: 30px;
  }

  .footer .social-media li {
    margin-right: 26px;
  }

  .footer .newsletter-box form input[type="submit"] {
    width: 100%;
  }

  .footer .footer-bar .phone-box {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .footer .footer-bar .phone-box span {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .bottom-bar .container {
    flex-wrap: wrap;
  }

  .footer .bottom-bar .container span {
    width: 100%;
  }
}

.about-icons{
  margin-right: 20px;
  max-width: 50px;
}
.side-content p {
  font-size: 20px;
  margin-bottom: 30px;
}
#about .side-content p {
  text-align: justify;
  margin-bottom: 0;
  line-height: 1.4;
}

#broadFocus {margin: 0px auto;}
#broadFocus .side-content h2 {width: 100%;display: block;margin-bottom: 30px;font-size: 50px;font-weight: 800;background: unset;-webkit-background-clip: unset;-webkit-text-fill-color: unset;font-family: 'Poppins';font-size: 40px;font-weight: 600; text-align: center;}
#broadFocus .side-content p {display: flex; flex-direction: row; align-items: center;}
#broadFocus #canvas {width:100%;}
#broadFocus #canvas, #text {position: absolute; display: block; top: 0; left: 0; z-index: 5;}
#broadFocus .side-image {
  max-width: 100%;
  float: right;
}
#broadFocus .side-content.right{padding-left: 0;}
#broadFocus .broad-focus-content p {font-size: 22px; line-height: 1;}

@media screen and (min-width: 768px){
  #broadFocus .broad-focus-content {display: flex; flex-direction: row; align-items: flex-start;margin:0px auto;}
  #broadFocus .side-content .left {margin-right: 10px;flex:1;}
  #broadFocus .side-content .right {margin-left: 10px;flex:1;}
  #broadFocus .side-content .left p {justify-content: flex-end; text-align: right;}
  #broadFocus .left .about-icons {margin-left: 20px; margin-right: unset;}
}
@media screen and (max-width: 767px){
  #broadFocus {width: 100%;border-radius:0;}
  #broadFocus .side-content .left p {flex-direction: row-reverse; justify-content: flex-end;}
}

#whoShouldAttend {padding-top: 140px;}
#whoShouldAttend .side-content {text-align: center;}
#whoShouldAttend .side-content h2 {width: 100%;display: block;margin-bottom: 30px;font-size: 50px;font-weight: 800;background: unset;-webkit-background-clip: unset;-webkit-text-fill-color: unset;color: #3d1f7e;font-family: 'Poppins';font-size: 40px;font-weight: 600;}
#experienceAISS .side-content {text-align: center;}
.slide-gallery {
  max-height: 600px;
  overflow: hidden;
}
.slide-gallery li img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.slide-gallery li img:hover{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.slide-gallery li p {
  line-height: 1;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #ffffff;
}
.slide-gallery li p span{
  font-weight: 700;
}
@media screen and (min-width: 1024px){
  .small-gallery .start-mg{margin-top: -30px !important;}
}
.start-mg{padding: 0;}
.mgr-20{margin-right: 20px !important;}
.small-gallery .middle-mg{
  margin-top: 30px !important;
  padding: 0;
}
.small-gallery li{
  list-style: none ;
  margin-bottom: 30px !important;
}

/* REGISTRATION */
#registration {padding: 60px 0;}
/* #registration .section-title h2 span {animation: blinker 1s linear infinite;}
@keyframes blinker {
  50% {opacity: 0;}
} */
#registration .section-title h6 {font-size: 24px; line-height: 1.4; margin-bottom:20px;font-weight:normal;}

@media screen and (max-width:767px) {
  #registration .container-fluid {padding: 0 25px;}
  #registration .container-fluid .mt-5 {margin-top: 0 !important;}
  #registration .section-title {margin-bottom: 40px;}
  #registration .section-title h6 {font-size: 20px;}
  #registration .is-inview {transform:unset !important;}
  #registration .price-box {margin-top: 0 !important; margin-bottom: 40px !important; transform:unset !important;}
  .price-box.membership {flex-direction: column;align-items: unset;}
}

#pastSpeakers {padding: 0;}
#pastSpeakers .section-title, #pastSpeakers .section-title h2 {margin-bottom: 0;color:#ffffff;}

/* inner pages */
.inner-page .page-header {background-image:url(../images/bg-2.webp);}
.inner-page .text-box {text-align: justify; padding:0 40px;color: #646464; font-size: 18px; line-height: 1.3;}
@media screen and (max-width:1024px){
  .inner-page .text-box {padding:0;}
  .inner-page .content-section {padding: 80px 0;}
  .inner-page .content-section .section-title {margin-bottom:0;}
}
/* inner pages */

/* rotating world map */
.ball {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  background-repeat: repeat-x;
  background-size: auto 100%;
  -webkit-animation: move-map 30s infinite linear;
  -moz-animation: move-map 30s infinite linear;
  -o-animation: move-map 30s infinite linear;
  -ms-animation: move-map 30s infinite linear;
  animation: move-map 30s infinite linear;
}

.ball:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -40px 10px 70px 10px rgba(0,0,0,0.5) inset;
  z-index: 2;
}

.ball:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: blur(0);
  opacity: 0.3;
}

.stage {
  width: 500px;
  height: 500px;
  display: inline-block;
  margin: 20px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

@-moz-keyframes move-map {
  0% {
    background-position: -849px 0; }

  100% {
    background-position: 0 0; } }

@-webkit-keyframes move-map {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -849px 0; }
}

@-o-keyframes move-map {
  0% {
    background-position: -849px 0; }

  100% {
    background-position: 0 0; } }

@-ms-keyframes move-map {
  0% {
    background-position: -849px 0; }

  100% {
    background-position: 0 0; } }

@keyframes move-map {
  0% {
    background-position: -849px 0; }

  100% {
    background-position: 0 0; }
}
@media screen and (min-width: 1367px) {
  #broadFocus .side-image {max-width: 74%;}
}
@media screen and (min-width: 1281px) and (max-width:1366px ) {
  #broadFocus .side-image {max-width: 86%;}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  #eventSchedule .section-title h2 {max-width: 90%;}
  #eventSchedule .temp-schedule img {max-width: 400px;}
  #broadFocus .side-image {max-width: 100%;}
  #broadFocus .broad-focus-content p {font-size: 20px; margin-bottom: 30px;}
  #broadFocus .about-icons {max-width: 35px;}
  .stage {width: 400px; height: 400px;}
}
@media screen and (min-width: 992px) and (max-height: 650px){
  .slider {background-position: 0px -50px;}
}
@media screen and (min-width:992px) and (max-width: 1170px){
  .slider {height: 85vh;}
  .navbar .logo a img {height:50px;}
  .navbar .site-menu {font-size: 14px;}
  .navbar .navbar-button {margin-left: 0;}
  .navbar .navbar-button a {height: 40px; padding: 0 20px;}
  .small-gallery img {height: 120px;}
  .slide-gallery li p {font-size: 12px;}
  .footer .newsletter-box form input[type="email"] {width: 55%;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .slider {height: 42vh; min-height: unset;}
  .countdown--timer div.countdown {width:80%;}
  #eventSchedule .temp-schedule {padding: 0;}
  #broadFocus .side-image {
    position: absolute;
    top: -60px;
    left: calc(100vw - 80%);
    width: 60%;
  }
  #broadFocus .side-content h3 {font-size: 38px;}
  #broadFocus .col-lg-6:last-child {margin-top:360px;}
  .color-icon-box:first-child {
    margin-top: 0px !important;
    margin-top: 0px !important;
  }
  .card-cont{padding:30px;}
  .reg-features .even-date i {margin-right: 0; margin-bottom: 10px;}
  .reg-features .even-date {flex-direction: column; max-width: 100px;}
  #pastSpeakers {padding: 90px 0 0;}
  #pastSpeakers .section-title, #pastSpeakers .section-title h2 {margin-bottom: 20px;}
  .small-gallery img {height: 150px;}
}
#sponsors .container-fluid .sponsor-title {min-height:48px;}
@media screen and (max-width: 767px){
  .navbar {padding: 15px 0; position: fixed; top:0;}
  .navbar .logo a img {height: 45px; width: auto;}
  .mobile-menu {padding: 50px;}
  .mobile-menu .inner .site-menu ul li {margin: 20px 0;}
  .mobile-menu .inner .site-menu ul li a {font-size: 18px;}
  .slider{
    background-image:url('../images/aiss-2022-theme-mobile.webp');
    height:90vh;
  }
  .countdown--timer p{bottom:0}
  .countdown--timer div.countdown {bottom:-45px;width:80%;}
  .countdown .countdown-item .countdown__timer{font-size: 40px;}
  .countdown .countdown-item span {font-size: 14px;}
  #eventSchedule .temp-schedule {padding: 50px 0 !important;}
  #eventSchedule .temp-schedule > div {flex-direction: column;}
  #eventSchedule .section-title h2 {max-width: 100%;}
  #eventSchedule .temp-schedule img {max-width: 100%;margin:0;}
  #sponsors .container-fluid {padding: 0;}
  #sponsors .container-fluid .row .d-flex.justify-content-around {padding: 0;}
  #sponsors .container-fluid .ts-image-popup.w-50 {width:100% !important;}
  #sponsors .container-fluid .sponsor-title {min-height:65px;}

  #awards-row .awards-row.container-fluid {padding: 0 !important;}
  #awards-row .awards-row .sponsor-item {padding: 0;}
  #awards-row .awards-row .ts-image-popup.w-50 {width: 100% !important;}

  #broadFocus .side-image {
    position: absolute;
    top: -140px;
    width: 70%;
  }
  #broadFocus .side-content h3 {font-size: 38px;}
  #broadFocus .col-lg-6:last-child {margin-top:180px;}
  .stage {width: 80vw; height: 80vw; margin: 0;}
  #whoShouldAttend .side-content {text-align: left;}
  /* registration ticket */
  #registrations .reg-ticket {padding: 28px 20px;}
  #registrations .card {flex-direction: column;}
  #registrations .date {
    height: 110px;
    width: 100%;
    border-bottom: 2px dashed #18144f;
    border-right: unset;
  }
  #registrations .date:before, .date:after {
    bottom: -15px;
    left: -15px;
    top: unset;
  }
  #registrations .date:after {
    bottom: -15px;
    left: unset;
    right: -15px;
  }
  #registrations .card-cont{
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  #registrations .reg-features {
    flex-direction: column;
  }
  #registrations .reg-features .even-date:not(:last-of-type) {margin-bottom: 15px;}
  #registrations .card-cont .even-date time span {line-height: 1.4;}
  #registrations .card-cont .even-date time span:first-of-type {line-height: 1;}
  #registrations .even-info {flex-direction: column;}
  #registrations .card-cont .even-info p {margin-bottom: 10px;}
  #registrations .card:before{
    background: url(../images/price-box-top-pattern_mobile.png) top no-repeat;
    top: -8px;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-size: contain;
    left: 0;
    right: 0;
  }
  #registrations .card:after{
    background: url(../images/price-box-top-pattern_mobile.png) top no-repeat;
    transform: rotate(180deg);
    bottom: -8px;
    top: unset;
    width: 100%;
    height: 10px;
    background-size: contain;
    left: 0;
    right: 0;
  }
  /* registration ticket */
  .slide-gallery {max-height: unset;}
  .small-gallery img {
    height: 150px;
    width: 150px;
  }
  .small-gallery ul {align-items: flex-start !important; margin-bottom: 10px;}
  .small-gallery li {
    margin-bottom: 0px !important;
    margin: 5px;
  }
  .slide-gallery li p {width: 150px;}
  .footer .footer-bar {justify-content: center;margin-bottom: 40px;}
  .footer .footer-bar h6 {text-align: center;}
  .footer .footer-bar .sponsorship-details {flex-direction: column; align-items: center;}
  .footer .footer-bar .sponsorship-details > div:not(:last-child) {margin-bottom: 20px;}
  .footer .newsletter-box {padding: 0;justify-content: center; margin-bottom: 40px;}
  .footer .newsletter-box form input[type="email"] {height:50px; text-align: center;}
  .footer .newsletter-box form input[type="submit"] {height: 50px;}
  .footer .social-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer .social-media{justify-content: center;}
  .footer .social-media li {margin:0 13px;}
  .footer .bottom-bar {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 50px;
  }

  /* inner pages */
  .inner-page .page-header {
    background-image: url(../images/bg-3-mobile.jpg);
    background-size: cover !important;
    height: 57vh;
    padding-top: 30%;
    text-align: center;
    align-items: flex-start;
  }
  .inner-page .section-title {margin-bottom: 0;}
  .inner-page .text-box {padding:0;}
  .inner-page .carousel-slider {width: 95%; height: 220px; margin:0px auto;}
  .inner-page .carousel-slider .swiper-slide.swiper-slide-active .caption {padding:10px;}
  .inner-page .carousel-slider .swiper-slide .caption h3 {font-size: 16px;}
  input[type="text"],
  input[type="number"],
  input[type="email"],
  textarea {width: 100% !important;}
}
@media screen and (max-width: 375px) {
  #sponsors .awards-row .sponsor-title {min-height: 87px;}
}
/* Sponsor Popup */
.sponsorModal .modal-content, .partnerModal .modal-content {background: #fafafa;}
#sponsors .ts-image-popup img {box-shadow: 0 0px 20px rgba(0,0,0,0.1); border-radius: 10px;cursor: pointer;width: 100%;height: auto;}
.ts-speaker-popup.ts-sponsor-popup {background-color: #fafafa!important;}
.ts-speaker-popup-img img {width: 100%; height:auto;}
.modal-dialog{max-width: 50%;margin: 12rem auto;}
@media screen and (max-width: 767px){
  .modal-dialog{max-width: 80%; margin: 60px auto;}
}
.sponsorModal .modal-content, .partnerModal .modal-content {background:#fafafa;}
.sponsorModal .ts-speaker-popup-content, .partnerModal .ts-speaker-popup-content {padding: 20px 20px;}
.ts-speaker-popup-content .ts-title {
  margin-bottom: 0px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0d1028;
  display: inline-block;
  width: unset;
}
.sponsorModal h6, .partnerModal h6 {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 20px;
}
.sponsorModal .sponsor-desc p, .partnerModal .sponsor-desc p, .sponsorModal .sponsor-desc ul li{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 27px;
  color:#707070;
}
.sponsorModal button.close, .partnerModal button.close{
  font-size: 30px;
  right: 0;
  top: 0;
  padding: 10px;
}
.close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: 500;
  z-index: 9;
  float: right;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  border: unset;
  background: unset;
}
.ts-speaker-popup-content .ts-speakers-social a {
  color: #007bff;
  float: left;
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
}
.ts-speaker-popup-content .ts-speakers-social {
  display: inline-block;
  margin-left: 0px !important;
  /* margin-top: 10px; */
}
.ts-speaker-popup-content .speakder-designation {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.ts-speaker-popup-content .speakder-desc {text-align: justify !important; font-size: 14px; line-height: 18px; display: block; opacity: 0.7;}
.ts-speaker-popup-content{text-align: left;}
.sponsorModal .ts-speaker-popup-content, .partnerModal .ts-speaker-popup-content {padding: 20px 20px;}
.sponsor-item {padding: calc(var(--bs-gutter-x)/ 2);}
.sponsor-item .section-title.small-size {min-height: 40px;margin-bottom: 10px; text-align: center; position: relative;}
.sponsor-item .section-title.small-size h2 {
  font-size: 15px;
  line-height: 1;
  text-transform: inherit;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  font-weight: 300;
  color: #0d1028;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 400;
}

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


/* Speaker CSS */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  line-height: .01;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #dfdfdf;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
}
.owl-theme .owl-dots .owl-dot:hover, .owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
  background: #00acee;
  border-color: #00acee;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #1b75bc;
  border-color: #1b75bc;
}
.single-speakers-box {
  /* margin-bottom: 30px; */
  /* text-align: center; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  /* border-radius: 10px; */
  cursor: pointer;
}

.single-speakers-box .speakers-content {
  background: #ffffff;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-height: 160px;
}

.single-speakers-box .speakers-content::before {
  content: '';
  width: 0;
  height: 20px;
  color: #ffffff;
  background: #1b75bc;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box .speakers-content .social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box .speakers-content .social li {
  display: inline-block;
}

.single-speakers-box .speakers-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #a0a0a0;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.single-speakers-box .speakers-content .social li a:hover {
  color: #ffffff;
}

.single-speakers-box .speakers-content .social li a:hover::before {
  background: #00acee;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.single-speakers-box .speakers-content .social li a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(6, 74, 255, 0.20);
          box-shadow: 0 0 10px 0 rgba(6, 74, 255, 0.20);
          background-color: #ffffff;
          border-radius: 10px;
}
#speakers .single-speakers-box:hover .speakers-image img {filter:initial;}

.single-speakers-box:hover::before, .single-speakers-box:hover::after {
  border-color: #1b75bc;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-speakers-box:hover .speakers-content {
  background: #1b75bc;
}

.single-speakers-box:hover .speakers-content::before {
  width: 100%;
}

.single-speakers-box:hover .speakers-content .social {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-speakers-box:hover .speakers-content h3 a, .single-speakers-box:hover .speakers-content span {
  color: #ffffff;
}

#speakers .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
    left: -60px;
    top: 38%;
    font-size: 70px;
    margin: 0;
    font-weight: 300;
}
#speakers .owl-carousel .owl-nav button.owl-next {
  position: absolute;
    right: -60px;
    top: 38%;
    font-size: 70px;
    margin: 0;
    font-weight: 300;
}
#speakers .speakerModal .ts-speaker-popup-content {
  padding: 20px 20px;
}
#speakers .speakerModal button.close {
  font-size: 30px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  opacity: 0.65;
}
#speakers .speakerModal h6{
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 20px;
}
#speakers .speakerModal .speaker-desc p, .speakerModal .speaker-desc ul li{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 27px;
  color:#707070;
}

#speakers .section-title .bar {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 20px;
  height: 4px;
  background: #1b75bc;
  display: block;
}
#speakers .section-title .bar::before{
  width: 30px;
  right: -35px;
}
#speakers .section-title .bar::after {
  width: 30px;
  right: 25px;
}
#speakers .item .single-speakers-box .speakers-image img {border-radius: 10px 10px 0 0;}
#speakers .item .single-speakers-box .speakers-content {border-radius: 0 0 10px 10px;}

#speakers .owl-carousel .owl-dots {
  counter-reset: dots;
bottom: -30px;
position: absolute;
width: 100%;
text-align: center;
}
#speakers .owl-carousel .owl-dot:before {
  counter-increment:dots;
  content: counter(dots);
}

@media screen and (max-width: 767px){
  #speakers .item .single-speakers-box .speakers-content {height: 85px;min-height: 85px;}
  #speakers .item .single-speakers-box .speakers-image, #speakers .item .single-speakers-box .speakers-image img{height:197px;min-height: 197px;}
  #speakers .owl-carousel .owl-nav {text-align: center; margin-top: -10px;}
  #speakers .owl-carousel .owl-nav button.owl-prev {
    position: unset;
    left: -30px;
    top: unset;
    font-size: 40px;
    outline: unset;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    line-height: 0px;
    margin-right: 5px;
  }
  #speakers .owl-carousel .owl-nav button.owl-next {
    position: unset;
    right: -30px;
    top: unset;
    font-size: 40px;
    outline: unset;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    line-height: 0px;
    margin-left: 5px;
  }
}


@media screen and (max-width:1440px){
  .sponsorTrendMicro { width: 150%; margin-left: calc(100% - 205px); }
  .sponsorBlackBerry { width: 180%; margin-left: calc(100% - 230px); }
}
@media screen and (max-width:1170px){
  .sponsorTrendMicro { width: 150%; margin-left: calc(100% - 170px); }
  .sponsorBlackBerry { width: 180%; margin-left: calc(100% - 190px); }
}
@media screen and (max-width:768px){
  .sponsorTrendMicro { width: 117%; margin-left: calc(100% - 170px); }
  .sponsorBlackBerry { width: 160%; margin-left: calc(100% - 200px); }
}
@media screen and (max-width:550px){
  .sponsorTrendMicro { width: unset; margin: unset; min-height: 75px; }
  .sponsorBlackBerry { width: unset; margin: unset; min-height: 75px; }
}
@media screen and (min-width:1440px){
  .sponsorTrendMicro { width: 150%; margin-left: calc(100% - 245px); }
  .sponsorBlackBerry { width: 150%; margin-left: calc(100% - 245px); }
}

.tab-content .author-multi {overflow: hidden;}
.tab-content .author-multi img {
  max-width: 40px;
  width:40px;
  height:40px;
  border-radius: 50%;
  margin-bottom: 0.2rem;
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0.2rem;
  float: left;
}
.tab-content .author-multi div.lozad {
  width: 40px;
  height: 40px;
  background-size: contain;
  border-radius: 50%;
  margin-bottom: 0.2rem;
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0.2rem;
  float: left;
}

/* Blogs */
#blogs .side-content {text-align: center;}
figure.snip1208 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208:hover img, figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1208 figcaption {
  padding: 25px;
  position: relative;
}
figure.snip1208 figcaption h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0d1028;
  min-height: 70px;
}
figure.snip1208 p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 16px;
  min-height: 50px;
}
figure.snip1208 a {
  border: 1px solid #0d1028;
  padding: 10px 15px;
  font-weight: 600;
  color: #0d1028;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  margin-bottom: 25px;
}
figure.snip1208 a:hover {
  background-color: #0d1028;
  color: #ffffff;
  text-decoration: none;
}

#callforspeakers {border-radius: 10px; max-width: 90%; margin-top: 20px; height: auto;}
@media screen and (max-width:991px) {
  #callforspeakers {max-width: unset; width:100%; height:auto; margin-bottom: 40px;}
}

#subEvents {
  margin-top: -100px;
  padding: 120px 0 0px 0;
}
#subEvents:after {
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 10%;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  background-color: #210928;
  z-index: 2;
}
#aboutAISS {
  margin-top: -100px;
  padding: 120px 0 0px 0;
}
#aboutAISS:after {
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 10%;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  background-color: #4f133a;
  z-index: 2;
}
/* .sub-event-1 {max-width: 220px; height: auto; padding:20px;}
.sub-event-2 {width: 25%; height: auto; flex: 1; max-width: 230px;}
.sub-event-3 {width: 25%; height: auto; flex: 1; max-width: 430px;}
.sub-event-4 {width: 25%; height: auto; flex: 1; max-width: 230px;}
.sub-event-5 {width: 25%; height: auto; flex: 1;}
.sub-event-6 {width: 25%; height: auto; flex: 1;}
.sub-event-7 {width: 25%; height: auto; flex: 1;} */

@media screen and (max-width: 767px){
  #subEvents:after {top: 4%;}
  #subEvents .row.d-table {display: block !important;}
  #subEvents .col-12.d-table-cell {display: block !important;}
  #aboutAISS:after {top: 4%;}
  #aboutAISS .row.d-table {display: block !important;}
  #aboutAISS .col-12.d-table-cell {display: block !important;}
  .sub-event-1 {max-width: 60%; margin-bottom: 20px;}
  /* .sub-event-grid {flex-direction: column;} */
  /* .sub-event-grid-wrapper {flex-direction: column; text-align: center;} */
  /* .sub-event-grid-wrapper img {width: 100%; margin: 30px auto !important; text-align: center;} */
}