:root {
  --color0: #2e247a;
  --color1: #3D30A2;
  --color1: #7752FE;
  --color3: #B15EFF;
  --color4: #e45eff;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

body,
p {
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  font-size: 16px;
  color: #888888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c24;
  font-family: 'Roboto', sans-serif;
}

h1,
h2 {
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  padding: 0;
  margin: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: var(--color4);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color4);
}

a.read-more {
  color: var(--color4);
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.body-color {
  background: #161362;
  color: #fff;
}

section,
.section-padding {
  padding: 40px 0;
  position: relative;
}

.section-bg {
  background: #f9fafc;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.media>.pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

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


.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: var(--color3);
  height: 40px;
  padding: 0 24px;
  line-height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  color: #fff;
  background: #d20055;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}

.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}

.btn.fill:hover {
  background: var(--color4);
  border-color: var(--color4);
}

.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.btn-link {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  text-decoration: none !important;
}

.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.btn-link:hover {
  color: var(--color4);
}

.section-title,
.column-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--color0);
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 81px;
  text-align: center;
}

.section-title:after,
.column-title:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  right: 0;
  background-image: url(../imgs/title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 100px;
  height: 20px;
  margin: auto auto 0;
  top: auto;
  bottom: 0;
}

.section-title span,
.column-title span {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.section-title.white,
.column-title.white {
  color: #fff;
}

.section-title.white:after,
.column-title.white:after {
  background-image: url(../imgs/title-white.png);
}

.section-title.white span,
.column-title.white span {
  color: #fff;
}

.column-title {
  margin-bottom: 35px;
  line-height: 42px;
  text-align: left;
}

.column-title span {
  margin-top: 0;
}

.column-title:after {
  right: auto;
}

.ix-title {
  font-size: 24px;
}

.hidden-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gradient {
  position: relative;
}

.gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: -o-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.902;
}

.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.1);
}

/* Pagination */
.pages {
  margin-bottom: -5px;
  text-align: center;
}

.pages .pagination {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pages .pagination li:first-child a,
.pages .pagination li:last-child a {
  border-radius: 50%;
}

.pages .pagination li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 8px;
  color: #7c7c7c;
  width: 40px;
  height: 40px;
  padding: 10px 0;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
  color: #fff;
  background: #ff0763;
  border: 1px solid transparent;
}

.color-primary {
  color: #ff057c !important;
}

/*  */
/*==========================
      header area
===========================*/
.header .navbar {
  padding: 10px 0;
}

.header .navbar-brand {
  padding: 0;
}

.header ul.navbar-nav>li>a {
  font-weight: 700;
  font-size: 14px;
  line-height: 78px;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
}

.header ul.navbar-nav>li>a:hover {
  color: var(--color4);
}

.header ul.navbar-nav>li.header-ticket {
  margin-top: 15px;
}

.header ul.navbar-nav>li.header-ticket .ticket-btn {
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  background: #00c1c1;
  margin-left: 30px;
}

.header ul.navbar-nav>li.header-ticket .ticket-btn:hover {
  background: var(--color4);
}

.header ul.navbar-nav li .dropdown-menu {
  /* padding: 10px 20px; */
  /* min-width: 230px; */
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.header ul.navbar-nav li .dropdown-menu li a {
  /* padding: 12px 10px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  display: block;
  color: #222;
}

.header ul.navbar-nav li .dropdown-menu li a:hover {
  color: var(--color4);
}

.header ul.navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}

.header.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: auto;
  background: #0000003d;
}

.header.header-transparent .navbar-brand {
  padding: 0;
  width: 120px;
  display: flex;
}

.header.header-transparent .navbar-brand img {
  vertical-align: top;
  width: 100%;
}

.header.header-transparent ul.navbar-nav {
  position: relative;
  /* top: 5px; */
}

.header.header-transparent ul.navbar-nav>li>a {
  color: #fff;
  line-height: 42px;
}

.header.header-transparent.nav-border {
  border-bottom: 1px solid #7752fe85;
  padding: 12px 0;
}

.header.header-transparent.nav-border .navbar {
  padding: 0px 0;
}

.header.header-transparent.nav-border ul.navbar-nav>li.header-ticket .ticket-btn {
  background: #3a6af0;
}

.header.h-transparent2 {
  padding: 30px 0;
}

.header.h-transparent2 .navbar.navbar-light ul.navbar-nav>li>a {
  color: var(--color0);
}

.header.h-transparent2 button.navbar-toggler {
  position: absolute;
  right: 0;
  top: -50px;
  padding: 8px 12px;
  font-size: 22px;
}

.header.h-transparent2 .ticket-btn.btn {
  border-radius: 36px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: var(--color0);
  font-size: 14px;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}

.header.h-transparent2 .ticket-btn.btn:hover {
  background: var(--color3);
  color: #fff;
}

.header.h-transparent2.sticky {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
}

.header.header-classic .navbar {
  padding: 0;
}

.header.header-classic ul.navbar-nav {
  margin-top: 5px;
}

.header.header-classic ul.navbar-nav>li>a {
  color: #222222;
  line-height: 74px;
}

.header.header-classic ul.navbar-nav>li>a:hover {
  color: var(--color4);
}

.header.header-classic ul.navbar-nav>li.active>a {
  color: var(--color4);
}

.header.header-classic ul.navbar-nav>li.header-ticket .ticket-btn {
  background: var(--color4);
  color: #fff;
}

.header.header-classic ul.navbar-nav>li.header-ticket .ticket-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d20055;
}

.header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(26, 24, 49, 0.95);
  padding: 5px 0;
}

.header.sticky .navbar {
  padding: 0;
}

.header.sticky.fade_down_effect {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.header.sticky.header-classic {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
}

.dropdown-menu.show {
  display: none;
}

@media (min-width: 991px) {
  .header ul.navbar-nav li:hover>.dropdown-menu {
    display: block;
    border: none;
  }
}

/*==========================
      hero area
===========================*/
.hero-area {
  padding: 0;
}

.banner-6 {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50vw auto;
}

.banner-6 .banner-item .banner-content-wrap .sub-title {
  font-size: 18px;
  letter-spacing: -.36px;
  font-weight: 600;
  line-height: 18px;
  color: #161362;
  margin-bottom: 30px;
}

.banner-6 .banner-item .banner-content-wrap .banner-title {
  font-size: 74px;
  color: var(--color0);
  font-weight: 800;
  text-transform: initial;
  line-height: 82px;
  letter-spacing: -1.48px;
  margin-bottom: 20px;
}

.banner-6 .banner-item .banner-content-wrap .banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-6 .banner-item .banner-content-wrap .banner-info h3 {
  margin-bottom: 0;
  color: var(--color0);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0 0;
}

.banner-6 .banner-item .banner-content-wrap .banner-info .icon {
  margin-right: 10px;
}

.banner-6 .banner-item .banner-content-wrap .ix-count-down {
  margin: 0 0 0 -30px;
}

.banner-6 .banner-item .banner-content-wrap .ix-count-down .counter-item span {
  font-size: 48px;
  font-weight: 900;
  line-height: 74px;
  color: var(--color0);
}

.banner-6 .banner-item .banner-content-wrap .ix-count-down .counter-item .smalltext {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: #999;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn {
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(255, 5, 124, 0.4);
  box-shadow: 0 10px 25px 0 rgba(255, 5, 124, 0.4);
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn:not(:last-child) {
  margin-right: 15px;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn-ticket {
  background: transparent;
  color: #00299e;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn-ticket:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner-6-alt {
  padding-bottom: 50px;
}

.banner-6-alt .banner-item .banner-content-wrap {
  padding: 220px 0 30px;
}

.banner-6-alt .banner-item .banner-content-wrap .banner-title {
  margin-bottom: 100px;
}

.banner-6-alt .banner-item .banner-content-wrap .date-item {
  display: inline-block;
  border: 3px solid var(--color4);
  border-radius: 10px;
  padding: 18px 20px 14px;
  color: var(--color0);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 80px;
}

.banner-6-alt .banner-item .banner-content-wrap .date-item .event-day {
  display: block;
  font-size: 36px;
  font-weight: 900;
}

.banner-6-alt .banner-item .ix-extra-feature {
  padding: 0 80px;
  -webkit-box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0.1);
}

.banner-6-alt .banner-item .ix-extra-feature .ix-count-down .counter-item span {
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}

.banner-item {
  height: 100vh;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.banner-item>*,
.banner-item>*>*,
.banner-item>*>*>* {
  height: 100vh;
  display: flex;
  align-items: center;
}

.banner-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.banner-item .banner-content-wrap {
  /* padding: 50px 0 42px; */
  z-index: 1;
  position: relative;
  /* height: 100vh; */
  /* background: red; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-item .banner-content-wrap .banner-info {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
}

.banner-item .banner-content-wrap .banner-title {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 74px;
  margin-bottom: 50px;
}

.banner-item .banner-content-wrap .banner-btn .btn {
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
}

.banner-item .banner-content-wrap .banner-btn .btn.fill {
  padding: 0 25px;
}

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

.countdown {
  margin-bottom: 60px;
}

.countdown .counter-item {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 18px;
  padding: 35px 0;
  position: relative;
}

.countdown .counter-item i {
  font-size: 105px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.countdown .counter-item:last-of-type {
  margin-right: 0;
}

.countdown .counter-item span {
  font-size: 24px;
  display: block;
  line-height: 18px;
  letter-spacing: .96px;
  font-weight: 700;
}

.countdown .counter-item .smalltext {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.countdown .counter-item:nth-of-type(1) i {
  color: #00a3ee;
}

.countdown .counter-item:nth-of-type(2) i {
  color: #ffcf4a;
  top: 2px;
  -webkit-transform: rotate(-148deg);
  -ms-transform: rotate(-148deg);
  transform: rotate(-148deg);
}

.countdown .counter-item:nth-of-type(3) i {
  color: #00c1c1;
}

.countdown .counter-item:nth-of-type(4) i {
  color: #ff6386;
}

.ix-count-down {
  padding: 0;
  margin: -80px 0;
  z-index: 1;
}

.ix-count-down .countdown {
  margin-bottom: 0;
}

.ix-count-down .countdown:before {
  z-index: -1;
  opacity: 1;
}

.ix-count-down .countdown .counter-item {
  width: 25%;
  float: left;
  margin-right: 0;
  border: none;
  position: relative;
  height: auto;
}

.ix-count-down .countdown .counter-item span {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.ix-count-down .countdown .counter-item b {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  -webkit-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  transform: translateY(-18%);
}

.hero-area.centerd-item .banner-item {
  min-height: 770px;
  padding: 30px 0;
}

.hero-area.centerd-item .banner-item:before {
  background: url(../imgs/banner_slices2.png) no-repeat center center;
  z-index: 1;
}

.hero-area.centerd-item .banner-item:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: #2f0063;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  width: 725px;
  right: 0;
  height: 725px;
}

.hero-area.centerd-item .banner-item .banner-content-wrap {
  padding: 117px;
  z-index: 1;
  position: relative;
}

.hero-area.centerd-item .banner-item .banner-content-wrap .banner-title {
  text-transform: capitalize;
  font-size: 64px;
  line-height: 78px;
  margin-bottom: 40px;
}

.hero-area.centerd-item .banner-item .banner-content-wrap p.banner-title {
  font-size: 20px;
  line-height: 26px;
}

.hero-area.centerd-item .banner-item .countdown {
  margin-bottom: 60px;
}

.main-slider {
  padding: 0;
}

.main-slider .banner-item:before {
  background: rgba(0, 0, 0, 0.5);
}

.main-slider .banner-item .banner-content-wrap .title-shap-img {
  margin: auto auto 25px;
  max-width: 80px;
}

.main-slider .banner-item .banner-content-wrap p.banner-info {
  font-style: italic;
  font-size: 20px;
}

.main-slider .banner-item .banner-content-wrap h1.banner-title {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.main-slider .banner-item .banner-content-wrap p.banner-desc {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0px 180px;
  margin-bottom: 40px;
}

.main-slider .banner-item .banner-content-wrap .banner-btn .btn.fill {
  background: #3a6af0;
  border-color: #3a6af0;
  padding: 0 55px;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img,
.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-info,
.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title,
.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-desc,
.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-btn {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-title {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-desc {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-btn {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.main-slider .owl-dots {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 14px;
  margin: auto;
  text-align: center;
}

.main-slider .owl-dots .owl-dot {
  width: 20px;
  height: 2px;
  background: #fff;
  opacity: .5;
  display: inline-block;
  margin: 0 5px;
}

.main-slider .owl-dots .owl-dot.active {
  opacity: 1;
}

.hero-area.content-left .banner-item {
  margin: 100px 50px 0;
  min-height: 650px;
  -webkit-box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.2);
  background-position: top center;
}

.hero-area.content-left .banner-item .banner-content-wrap {
  padding: 115px 0;
}

.hero-area.content-left .banner-item .banner-content-wrap .title-shap-img {
  margin-bottom: 20px;
  max-width: 70px;
}

.hero-area.content-left .banner-item .banner-content-wrap .banner-title {
  text-transform: initial;
  margin-bottom: 20px;
}

.hero-area.content-left .banner-item .banner-content-wrap .banner-info {
  margin-bottom: 35px;
  font-style: italic;
  font-size: 20px;
}

@media (min-width: 1400px) {
  .hero-area.content-left .banner-item {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-speakers .banner-item {
  background-position: top center;
  background-attachment: fixed;
}

.hero-speakers .banner-item .banner-content-wrap {
  padding: 320px 0 180px;
}

.hero-speakers .banner-item .banner-content-wrap .banner-info {
  margin-bottom: 15px;
  font-size: 20px;
}

.hero-speakers .banner-item .banner-content-wrap .banner-title {
  margin-bottom: 40px;
}

.hero-form-content {
  margin-top: 180px;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border-top: 4px solid var(--color4);
}

.hero-form-content h2 {
  font-size: 36px;
  font-weight: 800;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.hero-form-content h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  background: url(../imgs/title-red.png) no-repeat center center;
  max-width: 70px;
  height: 10px;
  content: '';
}

.hero-form-content p {
  margin-bottom: 35px;
}

.hero-form .form-control {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 25px;
  font-size: 14px;
  padding-left: 5px;
}

.hero-form .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.hero-form .btn {
  display: block;
  width: 100%;
}

.hero-form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 6px 0px;
  color: #888888;
  line-height: 27px;
  margin-bottom: 40px;
}

.hero-form select option {
  border: none;
  line-height: 28px;
  padding: 10px 0;
}

.tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.tile {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

/*==========================
      intro area
===========================*/
.ix-intro {
  padding: 80px 0 60px;
}

.intro-line {
  background-repeat: no-repeat;
  background-position: center;
}

.single-intro-text {
  padding: 20px 40px 20px 40px;
  height: 180px;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
}

.single-intro-text i {
  position: absolute;
  right: 2px;
  top: 20px;
  font-size: 45px;
  color: #bababa;
}

.single-intro-text p {
  margin-bottom: 0;
}

.single-intro-text .count-number {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: var(--color4);
  color: #fff;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 30px;
}

.intro-video {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: -130px -160px;
  z-index: 1;
}

.intro-video img {
  width: 100%;
  height: 100%;
}

.intro-video:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#e6005d), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
}

.video-btn {
  right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 80px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-btn:hover {
  color: var(--color4);
}

.ix-intro-item {
  padding: 100px 0 70px;
}

.ix-intro-item .single-intro-text {
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
}

.intro-left-content p {
  margin-bottom: 40px;
  padding-right: 10px;
}

.ix-intro.event-intro {
  padding-top: 120px;
  padding-bottom: 0;
}

.ix-intro.event-intro .single-intro-text {
  padding: 35px 50px 40px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ix-intro.event-intro .single-intro-text i {
  position: relative;
  left: 0;
  font-size: 64px;
  display: block;
  margin-bottom: 45px;
  color: #fff;
}

.ix-intro.event-intro .single-intro-text .ix-title,
.ix-intro.event-intro .single-intro-text p {
  color: #fff;
}

.ix-intro.event-intro .single-intro-text:hover {
  background: #120f4e;
}

/*==========================
     ts speaker
===========================*/
.ix-speakers {
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.ix-speaker {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}

.ix-speaker .speaker-img {
  width: 255px;
  height: 255px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  margin: auto auto 20px;
}

.ix-speaker .speaker-img img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ix-speaker .speaker-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(59, 29, 130, 0.5);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}

.ix-speaker .view-speaker {
  position: absolute;
  left: 0;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 12px 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 2;
}

.ix-speaker .ix-title {
  margin-bottom: 5px;
}

.ix-speaker .ix-title a {
  color: #222222;
}

.ix-speaker:hover .speaker-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ix-speaker:hover .speaker-img:before {
  opacity: 1;
}

.ix-speaker:hover .view-speaker {
  top: 50%;
  opacity: 1;
}

.ix-speaker:hover .ix-title a {
  color: var(--color4);
}

.ix-speaker.white-text .ix-title a,
.ix-speaker.white-text p {
  color: #fff;
}

.speaker-classic {
  padding-top: 100px;
}

.speaker-classic .ix-speaker {
  margin-bottom: 60px;
}

.speaker-classic .ix-speaker .speaker-img {
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.speaker-classic .ix-speaker .ix-speaker-info {
  position: absolute;
  right: 0;
  bottom: -13px;
  background: #fff;
  z-index: 1;
  width: 90%;
  padding: 20px 0 10px;
}

.speaker-classic .ix-speaker .ix-speaker-info .ix-title {
  margin-bottom: 0;
}

.speaker-classic .ix-speaker .ix-speaker-info p {
  margin-bottom: 0;
}

.speaker-shap img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
}

.speaker-shap img.shap1 {
  top: 15%;
}

.speaker-shap img.shap2 {
  bottom: 0;
  left: auto;
  top: 35%;
  right: 0;
  margin: auto;
}

.speaker-shap img.shap3 {
  top: auto;
  bottom: -25px;
  margin: auto;
  left: 6%;
}

.ix-speaker-popup {
  background: #fff;
  padding: 0;
  position: relative;
}

.ix-speaker-popup .ix-speaker-popup-img img {
  width: 100%;
}

.ix-speaker-popup .ix-speaker-popup-content {
  padding: 60px 40px;
}

.ix-speaker-popup .ix-speaker-popup-content .ix-title {
  margin-bottom: 10px;
}

.ix-speaker-popup .ix-speaker-popup-content .speakder-designation {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.ix-speaker-popup .ix-speaker-popup-content .company-logo {
  margin-bottom: 15px;
}

.ix-speaker-popup .ix-speaker-popup-content p {
  margin-bottom: 25px;
}

.ix-speaker-popup .ix-speaker-popup-content h4 {
  font-size: 20px;
  font-weight: 700;
}

.ix-speaker-popup .ix-speaker-popup-content .session-name {
  margin-bottom: 15px;
}

.ix-speaker-popup .ix-speaker-popup-content .speaker-session-info p {
  color: var(--color4);
  margin-bottom: 30px;
}

.ix-speaker-popup .ix-speaker-popup-content .ix-speakers-social a {
  color: #ababab;
  margin-right: 18px;
}

.ix-speaker-popup .ix-speaker-popup-content .ix-speakers-social a:hover {
  color: var(--color4);
}

.ix-speaker-popup button.mfp-close {
  font-size: 30px;
}

/*==========================
     ix-experiences
===========================*/
.ix-experiences {
  padding: 0;
  overflow: hidden;
  background: var(--color0);
}

.ix-experiences .exp-img {
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.ix-exp-wrap {
  background: #1c1a4f;
  min-height: 480px;
  position: relative;
}

.ix-exp-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../imgs/cta_bg.png) no-repeat 100%/cover;
}

.ix-exp-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#321575), color-stop(51%, #8d0b93), color-stop(100%, #ff0066), to(#ff057c));
  background-image: -webkit-linear-gradient(left, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: -o-linear-gradient(left, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: linear-gradient(90deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  opacity: 0.302;
}

.ix-exp-wrap .ix-exp-content {
  max-width: 560px;
  padding: 100px 80px;
  position: relative;
  z-index: 1;
}

.ix-exp-wrap .ix-exp-content .column-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.ix-exp-wrap .ix-exp-content .column-title span {
  color: #fff;
}

.ix-exp-wrap .ix-exp-content .column-title:after {
  display: none;
}

.ix-exp-wrap .ix-exp-content p {
  margin-bottom: 30px;
  color: #fff;
}

.ix-exp-wrap .ix-exp-content p strong {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.ix-exp-wrap .ix-exp-content p span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin-left: 10px;
  top: -20px;
  position: relative;
}

/*============================
 ts schedule 
 ===========================*/
.ix-schedule-info {
  position: relative;
}

.ix-schedule-info ul {
  position: relative;
  text-align: center;
  border: none;
  min-height: 380px;
}

.ix-schedule-info ul li a {
  height: 245px;
  width: 245px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -webkit-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -ms-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  opacity: 0.502;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  padding: 100px 0;
}

.ix-schedule-info ul li a h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  opacity: .5;
}

.ix-schedule-info ul li a span {
  text-transform: uppercase;
  opacity: .5;
}

.ix-schedule-info ul li:nth-child(1) a {
  top: 140px;
  background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
}

.ix-schedule-info ul li:nth-child(2) a {
  left: 130px;
  top: -15px;
}

.ix-schedule-info ul li:nth-child(3) a {
  top: 100px;
  left: auto;
  right: 0;
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
}

.ix-schedule-info ul li a.active {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  opacity: 1;
  z-index: 2;
}

.ix-schedule-info ul li a.active h3,
.ix-schedule-info ul li a.active span {
  opacity: 1;
}

.schedule-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.schedule-listing .schedule-slot-time {
  background: #d20055;
  color: #fff;
  padding: 60px 28px;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}

.schedule-listing .schedule-slot-time span {
  display: block;
  line-height: 26px;
}

.schedule-listing .schedule-slot-info {
  position: relative;
  padding: 35px 40px 35px 170px;
  border: 1px dashed #e5e5e5;
  border-left: none;
  width: 100%;
}

.schedule-listing .schedule-slot-info .schedule-slot-speakers {
  position: absolute;
  left: 40px;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  margin: auto;
}

.schedule-listing .schedule-slot-info .schedule-slot-title {
  font-size: 24px;
}

.schedule-listing .schedule-slot-info .schedule-slot-title strong {
  font-size: 14px;
  color: #888888;
  margin-left: 12px;
}

.schedule-listing .schedule-slot-info p {
  margin-bottom: 0;
}

.schedule-listing:hover .schedule-slot-title {
  color: var(--color0);
}

.schedule-listing:nth-of-type(even) .schedule-slot-time {
  background: var(--color4);
}

.schedule-listing.launce .schedule-slot-time {
  padding: 40px 28px;
}

.schedule-listing.launce .schedule-slot-title {
  float: left;
  margin-bottom: 0;
}

.schedule-listing.launce .schedule-slot-info-content img {
  float: right;
}

.schedule-listing-btn {
  text-align: center;
  margin-top: 60px;
}

.schedule-tabs .tab-pane.active,
.direction-tabs .tab-pane.active {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ix-schedule-nav {
  text-align: center;
  margin-bottom: 90px;
}

.ix-schedule-nav ul {
  border: none;
}

.ix-schedule-nav ul li {
  margin: 0 3px;
}

.ix-schedule-nav ul li a {
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  background: #f1f0f6;
  display: block;
  padding: 20px 50px;
  position: relative;
}

.ix-schedule-nav ul li a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent var(--color4) transparent transparent;
  position: absolute;
  left: 0;
  bottom: -15px;
  content: '';
  opacity: 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ix-schedule-nav ul li a h3 {
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 0;
  text-transform: capitalize;
}

.ix-schedule-nav ul li a.active {
  background: var(--color4);
  color: #fff;
}

.ix-schedule-nav ul li a.active h3 {
  color: #fff;
}

.ix-schedule-nav ul li a.active:before {
  opacity: 1;
}

.schedule-tabs-item .schedule-listing-item {
  position: relative;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-time {
  font-size: 14px;
  color: var(--color4);
  margin-bottom: 10px;
  display: block;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-title {
  margin-bottom: 10px;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-name {
  font-size: 14px;
  line-height: 36px;
  color: #888888;
  font-weight: 700;
  margin-bottom: 5px;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
  position: absolute;
  top: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
  background-image: -o-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
  background-image: linear-gradient(135deg, #82e182 0%, #0acbf5 100%);
}

.schedule-tabs-item .schedule-listing-item:before {
  position: absolute;
  top: -30px;
  width: 2px;
  height: 100%;
  content: '';
  background: #f1f0f6;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.schedule-tabs-item .schedule-listing-item:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  border: 2px solid var(--color4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 80px;
  background: #fff;
}

.schedule-tabs-item .schedule-listing-item.schedule-left {
  padding: 60px 125px 20px 0;
  text-align: right;
  margin-top: 245px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left .schedule-slot-speakers {
  right: 30px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left:before {
  right: -17px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left:after {
  right: -21px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right {
  padding: 60px 20px 0px 125px;
  text-align: left;
}

.schedule-tabs-item .schedule-listing-item.schedule-right .schedule-slot-speakers {
  left: 30px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right:before {
  left: -15px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right:after {
  left: -19px;
}

.schedule-tabs-item .schedule-listing-item:hover:before {
  background: var(--color4);
}

@media (min-width: 1024px) {
  .box-style {
    padding-bottom: 150px;
  }

  .box-style .row {
    position: relative;
  }

  .box-style .row .item .about-intro-text {
    padding: 50px 55px 0 55px;
  }

  .box-style .indicator {
    position: absolute;
    content: "";
    height: 100%;
    left: 33.3333333333%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    -o-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    width: 33.3333333333%;
    z-index: -1;
    -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .box-style .row .item:nth-child(1):hover~.indicator {
    left: 0;
  }

  .box-style .row .item:nth-child(3):hover~.indicator {
    left: 66.6666666%;
  }
}

/*====================================
      ix-pricing
=====================================*/
.ix-pricing {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ix-pricing .speaker-shap .shap2 {
  top: 150px;
  bottom: auto;
}

.ix-pricing.p-60 {
  padding-top: 20px;
}

.ix-pricing-bg {
  position: relative;
}

.ix-pricing-bg::before {
  position: absolute;
  content: '';
  background-color: transparent;
  background-image: -webkit-linear-gradient(306deg, rgba(68, 63, 198, 0.85) 0%, var(--color3) 60%);
  background-image: -o-linear-gradient(306deg, rgba(68, 63, 198, 0.85) 0%, var(--color3) 60%);
  background-image: linear-gradient(144deg, rgba(68, 63, 198, 0.85) 0%, var(--color3) 60%);
  opacity: .95;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(57%) contrast(123%) saturate(100%) blur(0) hue-rotate(0deg);
  filter: brightness(57%) contrast(123%) saturate(100%) blur(0) hue-rotate(0deg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pricing-dot {
  width: 100%;
  display: block;
}

.pricing-dot1 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  width: 100%;
  margin-top: -2px;
}

.pricing-item {
  position: relative;
  max-width: 380px;
  margin: auto;
}

.pricing-item.disebled {
  opacity: 0.7;
  cursor: no-drop;
}

.pricing-item.disebled .btn {
  background: #a077a6;
  cursor: no-drop;
}

.ix-pricing-box {
  background: #fff;
  padding: 40px;
  text-align: center;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ix-pricing-box:hover {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
}

.ix-pricing-box .ix-pricing-header .ix-pricing-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--color0);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ix-pricing-box .ix-pricing-header .ix-pricing-price {
  font-size: 58px;
  font-weight: 900;
  color: var(--color0);
  margin-bottom: 20px;
}

.ix-pricing-box .ix-pricing-header .ix-pricing-price span {
  margin-right: 10px;
}

.ix-pricing-box .ix-pricing-progress .ix-pricing-value {
  font-weight: 700;
  color: var(--color4);
  margin-bottom: 25px;
}

.ix-pricing-box .ix-progress {
  width: 100%;
  height: 10px;
  background: #ebedf4;
  margin-bottom: 10px;
}

.ix-pricing-box .ix-progress .ix-progress-inner {
  background-image: -webkit-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: -o-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  height: 100%;
}

.ix-pricing-box .promotional-code .promo-code-text {
  font-weight: 400;
  color: var(--color4);
}

.ix-pricing-box .pricing-btn {
  margin-bottom: 25px;
  position: relative;
}

.ix-pricing-box .pricing-btn:before,
.ix-pricing-box .pricing-btn:after {
  position: absolute;
  left: -14px;
  top: 0;
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  margin: auto;
}

.ix-pricing-box .pricing-btn:after {
  position: absolute;
  left: auto;
  top: 0;
  right: -14px;
}

.ix-pricing-box .vate-text {
  margin-bottom: 0;
}

.ix-pricing-item {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 40px;
  margin-top: 50px;
}

.ix-pricing-item .ix-pricing-header i {
  font-size: 70px;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  margin: auto;
  background: var(--color0);
  color: #fff;
  padding: 45px 0;
  margin-top: -100px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ix-pricing-item .ix-pricing-name {
  font-size: 24px;
  font-weight: 700;
  color: var(--color0);
  margin-bottom: 35px;
}

.ix-pricing-item .ix-pricing-price {
  font-size: 48px;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}

.ix-pricing-item .ix-pricing-price img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  top: 0;
}

.ix-pricing-item .ix-pricing-price span {
  position: relative;
  z-index: 1;
  color: var(--color0);
}

.ix-pricing-item p {
  margin-bottom: 30px;
}

.ix-pricing-item .btn {
  background: var(--color0);
}

.ix-pricing-item.disebled {
  cursor: no-drop;
  opacity: .7;
}

.ix-pricing-item.disebled .ix-pricing-header i {
  background: #e7e7e7;
}

.ix-pricing-item.disebled .ix-pricing-header .ix-pricing-name {
  color: #cccccc;
}

.ix-pricing-item.disebled .ix-pricing-price span {
  opacity: .5;
}

.ix-pricing-item.disebled .btn {
  background: #e7e7e7;
}

.ix-pricing-item.active .ix-pricing-header i,
.ix-pricing-item.active .btn {
  background: var(--color4);
}

.ix-pricing-item.active .ix-pricing-name,
.ix-pricing-item.active .ix-pricing-price span {
  color: var(--color4);
}

.ix-pricing.classic .ix-pricing-item {
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
}

.pricing-wrap .pricing-item .ix-pricing-box {
  background: #120f4e;
}

.pricing-wrap .pricing-item .ix-pricing-box .ix-pricing-name,
.pricing-wrap .pricing-item .ix-pricing-box .ix-pricing-price,
.pricing-wrap .pricing-item .ix-pricing-box .amount-progres-text,
.pricing-wrap .pricing-item .ix-pricing-box .vate-text {
  color: #fff;
}

.pricing-wrap .pricing-item .ix-pricing-box .pricing-btn:before,
.pricing-wrap .pricing-item .ix-pricing-box .pricing-btn:after {
  background: #120f4e;
}

/*=================================
   blog
 =================================*/
.ix-blog {
  padding-bottom: 70px;
}

.ix-blog .speaker-shap .shap2 {
  top: 200px;
  bottom: auto;
}

.ix-blog .speaker-shap .shap1 {
  top: auto;
  bottom: 25%;
}

.ix-blog .post .post-body {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}

.ix-blog .post .post-body .entry-header .entry-title {
  font-size: 24px;
  font-weight: 700;
}

.ix-blog .post:hover .post-body {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.ix-blog .post.white-text .post-body {
  background: #120f4e;
}

.ix-blog .post.white-text .post-body .entry-header .entry-title a,
.ix-blog .post.white-text .post-body .entry-content p,
.ix-blog .post.white-text .post-body .post-footer .btn-link {
  color: #fff;
}

.post-meta {
  font-size: 13px;
  margin-bottom: 15px;
}

.post-meta .post-author {
  margin-right: 25px;
  text-transform: uppercase;
}

.post-meta .post-meta-date {
  display: inline-block;
  color: var(--color4);
  text-transform: uppercase;
  word-spacing: 5px;
}

.post .post-media.post-image {
  width: calc(100% - 40px);
  margin: 0 auto 5px auto;
  position: relative;
}

.post .post-media.post-image img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.post .post-body {
  padding: 150px 20px 25px 30px;
  margin: -130px 0px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #fff;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.post .post-body .entry-header .entry-title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}

.post .post-body .entry-header .entry-title a {
  color: #222222;
}

.post .post-body .entry-header .entry-title a:hover {
  color: var(--color0);
}

.post .post-body .entry-content p {
  line-height: 26px;
  color: #888888;
}

.post:hover .post-body {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.post:hover .post-body .entry-header .entry-title a {
  color: var(--color0);
}

.main-container .post .post-body {
  margin-bottom: 50px;
}

.post-meta {
  font-size: 13px;
  margin-bottom: 15px;
}

.post-meta .post-author {
  margin-right: 25px;
  text-transform: uppercase;
}

.post-meta .post-meta-date {
  display: inline-block;
  color: var(--color4);
  text-transform: uppercase;
}

.post .post-media.post-image {
  width: calc(100% - 40px);
  margin: 0 auto 5px auto;
  position: relative;
}

.post .post-media.post-image img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.post .post-body {
  padding: 150px 20px 25px 30px;
  margin: -130px 0px 30px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.post .post-body .entry-header .entry-title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}

.post .post-body .entry-header .entry-title a {
  color: var(--color0);
}

.post .post-body .entry-header .entry-title a:hover {
  color: var(--color4);
}

.post .post-body .entry-content p {
  line-height: 26px;
  color: #888888;
}

/*==========================
      sponsors
============================*/
.ix-intro-sponsors {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ix-intro-sponsors .sponsors-logo img {
  margin: 0 38px 50px;
}

/*==========================
      map direction
============================*/
.ix-map-direction .speaker-shap .shap4 {
  left: auto;
  right: 0;
  top: 200px;
}

.ix-map-direction .speaker-shap .shap2 {
  right: 40px;
}

.location-form .form-group {
  margin-bottom: 20px;
}

.location-form .form-group label {
  font-weight: 700;
}

.location-form .form-group .form-control {
  width: 100%;
  height: 55px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0 20px;
}

.location-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkbox-list {
  margin-bottom: 35px;
}

.checkbox-list .single-check-mark {
  display: inline-block;
  position: relative;
}

.checkbox-list .single-check-mark input[type="radio"] {
  display: none;
}

.checkbox-list .single-check-mark label {
  cursor: pointer;
  margin: 0 40px 0 30px;
}

.checkbox-list .single-check-mark input[type="radio"]+label:before {
  background: transparent;
  content: "";
  height: 10px;
  position: absolute;
  top: 8px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  z-index: 2;
  left: 5px;
  background: var(--color4);
  opacity: 0;
}

.checkbox-list .single-check-mark input[type="radio"]+label:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  content: '';
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 3px;
}

.checkbox-list .single-check-mark input[type="radio"]:checked+label::before {
  opacity: 1;
}

.checkbox-list .single-check-mark:last-of-type label {
  margin-right: 0;
}

.ix-map .mapouter .gmap_canvas {
  position: relative;
  height: 535px;
  width: 535px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: none;
}

.ix-map .mapouter .gmap_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border: none;
}

.ix-map-tabs ul {
  padding: 0;
  margin-bottom: 40px;
}

.ix-map-tabs ul li {
  position: relative;
}

.ix-map-tabs ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  top: auto;
  content: '';
  background: #f5f5f5;
  width: 100%;
  height: 2px;
}

.ix-map-tabs ul li a {
  font-size: 16px;
  color: #888888;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  position: relative;
  padding: 8px 15px;
  margin-right: 20px;
}

.ix-map-tabs ul li a:before {
  position: absolute;
  left: 0;
  top: 39px;
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid var(--color4);
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ix-map-tabs ul li a.active {
  color: var(--color4);
  border-color: var(--color4);
}

.ix-map-tabs ul li a.active:before {
  opacity: 1;
  visibility: visible;
}

.ix-map-tabs ul li:last-child a {
  margin-right: 0;
}

.direction-tabs-content .contact-info-box {
  position: relative;
}

.direction-tabs-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.direction-tabs-content p {
  margin-bottom: 5px;
}

.direction-tabs-content p strong {
  font-weight: 700;
  color: #222;
}

.direction-tabs-content p.derecttion-vanue {
  margin-bottom: 30px;
}

/*====================================
         ix-book-seat
 ====================================*/
.ix-book-seat {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ix-book-seat:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.65);
}

.ix-book-seat:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/lines-2.png);
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.ix-book-seat .book-seat-content {
  position: relative;
  z-index: 1;
}

.ix-book-seat .book-seat-content .section-title {
  margin-bottom: 40px;
}

.ix-book-seat .book-seat-content p {
  color: #fff;
  margin-bottom: 20px;
}

/*====================================
         ts newsletter
 ====================================*/
.ix-footer-newsletter {
  position: relative;
}

.ix-newsletter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--color0);
  padding: 55px 0 60px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ix-newsletter:before,
.ix-newsletter:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url(../imgs/subscribe_slice_left.png) no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.ix-newsletter:after {
  background: url(../imgs/subscribe_slice_right.png) no-repeat;
  left: auto;
  right: 0;
  background-size: cover;
}

.ix-newsletter .ix-newsletter-content {
  position: relative;
  z-index: 1;
}

.ix-newsletter .ix-newsletter-content .section-title {
  padding-bottom: 0;
  margin-bottom: 55px;
  color: #fff;
}

.ix-newsletter .ix-newsletter-content .section-title span {
  color: #fff;
}

.ix-newsletter .ix-newsletter-content .section-title:after {
  display: none;
}

.newsletter-form {
  position: relative;
  z-index: 1;
}

.newsletter-form .email-form-group {
  margin-right: 10px;
}

.newsletter-form .email-form-group .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #6f55b0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  color: #fff;
}

.newsletter-form .email-form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.newsletter-form .email-form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.newsletter-form .email-form-group .form-control:-ms-input-placeholder {
  color: #fff;
}

.newsletter-form .email-form-group .form-control::-ms-input-placeholder {
  color: #fff;
}

.newsletter-form .email-form-group .form-control::placeholder {
  color: #fff;
}

/*================================
      ix-footer
 ==================================*/
.ix-footer {
  background: #1a1831;
  padding: 50px 0 10px;
}

.ix-footer-social ul {
  padding: 0;
}

.ix-footer-social ul li {
  display: inline-block;
  list-style: none;
}

.ix-footer-social ul li a {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #525164;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 7px 0;
  margin: 0 5px;
  transform-origin: 50%;
  align-items: center;
  justify-content: center;
}

.ix-footer-social ul li a:hover {
  background: var(--color4);
  border-color: var(--color4);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  transform-origin: 50%;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  color: #d2d2d9;
  margin: 0 20px;
  position: relative;
}

.footer-menu ul li a:before {
  position: absolute;
  left: -24px;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: '';
  background: #5f5e6f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.footer-menu ul li a:hover {
  color: var(--color4);
}

.footer-menu ul li:first-child a:before {
  display: none;
}

.copyright-text p {
  margin-bottom: 0;
  color: #a8a8ad;
  font-size: 90%;
}

.copyright-text p:last-child {
  font-size: 75%;
}

.ix-footer.ix-footer-item {
  background: transparent;
  padding: 0px 0;
}

.ix-footer.ix-footer-item .footer-border {
  border-top: 1px solid #2e2b72;
  padding: 60px 0;
}

.ix-footer.ix-footer-item .footer-menu ul li a {
  color: #fff;
}

.ix-footer.ix-footer-item .footer-menu ul li a:before {
  display: none;
}

.ix-footer.ix-footer-item .footer-menu ul li:first-child a {
  margin-left: 0;
}

.ix-footer.ix-footer-item .ix-footer-social ul li a {
  border-color: #464482;
}

.ix-footer.ix-footer-item .newsletter-form {
  margin-bottom: 35px;
  margin-top: -15px;
}

.ix-footer.ix-footer-item .newsletter-form .email-form-group .form-control {
  border-bottom-color: #464482;
}

.ix-footer.ix-footer-item .copyright-text p {
  color: #fff;
}

/*==================================
   ts funfact 
 ==================================*/
.ix-funfact {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}

.ix-single-funfact {
  padding-right: 100px;
  position: relative;
}

.ix-single-funfact:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: url(../imgs/funfact_wave.png) no-repeat;
  width: 100px;
  height: 10px;
}

.ix-single-funfact .funfact-num {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
}

.ix-single-funfact .funfact-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 30px;
}

/*=================================
      ix-intro-outcome
=================================*/
.ix-intro-outcome {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 170px;
}

.ix-single-outcome {
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 250px;
  height: 250px;
  background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 55px 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ix-single-outcome i {
  font-size: 80px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.ix-single-outcome .ix-title {
  color: #fff;
}

.ix-single-outcome:hover i {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.outcome-item:nth-of-type(1) .ix-single-outcome {
  background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
}

.outcome-item:nth-of-type(2) .ix-single-outcome {
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
}

.outcome-item:nth-of-type(3) .ix-single-outcome {
  background-image: -webkit-linear-gradient(135deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
  background-image: -o-linear-gradient(135deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
  background-image: linear-gradient(-45deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
}

.outcome-item:nth-of-type(4) .ix-single-outcome {
  background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
}

/* Page banner area */
.page-banner-area {
  position: relative;
  min-height: 400px;
  color: #fff;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}

.page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}

.page-banner-title h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}

.page-banner-title .breadcrumb {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-banner-title .breadcrumb li a {
  color: #fff;
  margin-right: 5px;
}

.page-banner-title .breadcrumb a:hover {
  color: #ccc;
}

.breadcrumb {
  padding: 0;
  background: none;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb>li {
  font-weight: 400;
}

/* ---- isotope ---- */
.grid {
  background: #DDD;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.ix-gallery {
  padding-bottom: 70px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.ix-grid-item {
  margin: 0 -15px;
  background: transparent;
}

.ix-grid-item .grid-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.ix-grid-item .grid-item a.ix-popup {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.ix-grid-item .grid-item a.ix-popup img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ix-grid-item .grid-item a.ix-popup:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ix-gallery .gallery-wrap {
  margin-top: 40px;
}

.ix-gallery .gallery-2 {
  margin: -40px 0 -60px -100px;
  position: relative;
}

.ix-gallery .speaker-shap .shap1 {
  top: 50%;
  opacity: .4;
}

/* Sponsors
================================================== */
.ix-sponsors .sponsor-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.ix-sponsors .sponsor-title {
  max-width: 750px;
  margin: 0 auto;
  display: block;
}

.ix-sponsors .sponsors-logo {
  margin: 60px 0;
  min-height: 125px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ix-sponsors .sponsors-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ix-sponsors .sponsors-logo:hover img {
  -webkit-filter: none;
  filter: none;
}

.ix-sponsors.sponsors-border {
  padding: 0;
}

.ix-sponsors.sponsors-border .sponsors-wrap {
  border-bottom: 1px solid #2e2b72;
}

/* Contact
================================================== */
.ix-contact .single-contact-feature {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 0;
}

.ix-contact .single-contact-feature p strong {
  color: #222222;
}

.ix-contact .single-contact-feature span.fa {
  font-size: 20px;
}

.ix-contact-form .contact-form .form-group {
  margin-bottom: 30px;
}

.ix-contact-form .contact-form .form-group .form-control {
  padding: 15px 30px;
  border-radius: 0;
  font-size: 14px;
  resize: none;
}

/* Blog Details
================================================== */
.blog-details .entry-header {
  padding: 0px 80px;
  margin-bottom: 15px;
}

.blog-details .entry-header .entry-title {
  font-size: 30px;
}

.blog-details .entry-header .entry-title a {
  color: var(--color0);
}

.blog-details .post-meta {
  position: relative;
  margin-bottom: 20px;
}

.blog-details .post-meta span,
.blog-details .post-meta a {
  color: #888888;
}

.blog-details .post-meta span:hover,
.blog-details .post-meta a:hover {
  color: var(--color4);
}

.blog-details .post-meta span {
  position: relative;
  display: inline-block;
}

.blog-details .post-meta span:after {
  position: absolute;
  content: "";
  width: 5px;
  top: 10px;
  left: -25px;
  background: #888888;
  height: 5px;
  border-radius: 50%;
}

.blog-details .post-meta span:nth-child(1):after {
  display: none;
}

.blog-details .post-meta .post-meta-date,
.blog-details .post-meta .post-author {
  margin-right: 40px;
}

.blog-details .post-media.post-image {
  width: 100%;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

.blog-details .post-content {
  margin: 45px 70px;
}

.blog-details .details-img img {
  margin-bottom: 30px;
}

blockquote {
  position: relative;
  text-align: center;
  padding: 30px 60px;
  border: 0;
  margin: 30px 0 0px;
}

blockquote p {
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  position: relative;
  z-index: 1;
  font-style: italic;
  font-weight: 600;
}

blockquote:before {
  padding: 28px 0 22px;
  content: "\e937";
  font-family: 'iconfont';
  color: #fde5ef;
  font-size: 60px;
  position: absolute;
  left: 110px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-single {
  position: relative;
}

.post-single .post-body {
  background: none;
  padding: 0px 40px;
  margin: 0px;
}

.post-single .post-meta-date {
  position: absolute;
  top: 30px;
  left: 35px;
  display: block;
  text-align: center;
}

.post-single .post-author .avatar {
  width: 30px;
  height: 30px;
}

.post-single .post-author a {
  display: inline-block;
  margin-left: 6px;
}

.post-single .post-author:after {
  border: 0;
}

.post-single .entry-content p {
  margin-bottom: 30px;
}

.post-single .entry-content h3 {
  margin: 30px 0;
}

.post-single .post-footer {
  border-top: 1px solid #f1f1f1;
  margin: 40px 0 0;
  padding-top: 40px;
}

.post-single .post-footer .share-items span {
  font-weight: 900;
  color: #000;
}

.post-single .post-navigation {
  padding: 0px 25px;
}

.tags-area {
  margin: 20px 0;
}

.post-tags span {
  margin-right: 5px;
  font-weight: 900;
  color: #000;
}

.post-tags a {
  border: 1px solid #f1f1f1;
  color: #626c84;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  margin-left: 3px;
  border-radius: 25px;
}

.post-tags a:hover {
  background: #2154cf;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons>li {
  display: inline-block;
}

.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #252a37;
  text-align: center;
}

.post-social-icons a:hover {
  color: var(--color4);
}

.post-social-icons.unstyled {
  display: inline-block;
}

/* Post navigation */
.post-navigation span:hover,
.post-navigation h3:hover {
  color: var(--color4);
}

.post-navigation .post-previous,
.post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.post-navigation i {
  margin: 0 5px;
}

.post-navigation span {
  font-size: 14px;
  color: #626c84;
  margin-bottom: 10px;
}

.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}

.post-navigation .post-next {
  text-align: right;
  float: left;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

.post-navigation h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0px 0 10px;
}

/* Author box */
.author-box {
  padding: 40px;
  margin: 40px 0;
  background: #f9fafc;
}

.author-img img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 100%;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #AFAFAF;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}

.author-info p {
  padding-left: 130px;
}

.author-url a {
  font-size: 14px;
  color: #e92273;
}

.commenix-area {
  margin: 40px 0;
}

.commenix-list .comment-content {
  margin: 15px 0;
}

.commenix-list .comment-reply {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}

.commenix-list .comment-reply i {
  margin-right: 5px;
}

.commenix-list .comment-reply:hover {
  color: #2154cf;
}

.commenix-counter {
  font-size: 18px;
}

.commenix-counter a {
  color: #323232;
}

.commenix-list {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}

.commenix-list .comment {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.commenix-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.commenix-list .comment .reply-bg {
  background: #f9fafc;
  padding: 30px;
}

.commenix-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}

.commenix-list .comment-body {
  margin-left: 110px;
}

.commenix-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  color: #252a37;
}

.commenix-list .comment-date {
  color: #252a37;
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.commenix-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

.commenix-form {
  margin-bottom: 0;
}

.commenix-form .title-normal {
  margin-bottom: 20px;
}

.commenix-form .btn.btn-primary {
  margin-top: 20px;
}

.about-intro-text i {
  font-size: 64px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  color: var(--color4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  justify-content: center;
}

.about-video {
  position: relative;
}

.about-video img {
  width: 100%;
}

.about-video:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#e6005d), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
}

.ix-event-outcome {
  background: #1c1a4f;
  min-height: auto;
  position: relative;
}

.ix-event-outcome:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../imgs/leanr_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 50%;
}

.ix-event-outcome .outcome-content {
  padding: 0px !important;
}

.ix-event-outcome .outcome-content .column-title {
  font-style: italic;
  color: var(--color4);
  font-weight: 300;
  margin-bottom: 8px;
  padding-bottom: 15px;
}

.ix-event-outcome .outcome-content .column-title span {
  color: #fff;
}

.ix-event-outcome .outcome-content .column-title:after {
  display: none;
}

.ix-event-outcome .outcome-content p {
  margin-bottom: 35px;
}

.ix-event-outcome .outcome-content {
  position: relative;
}

.ix-event-outcome .outcome-content .outcome-img {
  position: relative;
}

.ix-event-outcome .outcome-content .outcome-img img {
  width: 100%;
}

.ix-event-outcome .outcome-content .img-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.ix-event-outcome.event-intro {
  background: transparent;
}

.ix-event-outcome.event-intro:before {
  display: none;
}

.ix-event-outcome.event-intro .outcome-content .column-title span {
  color: #222222;
}


.faq-item .faq-list {
  margin-bottom: 20px;
}

.faq-item .faq-list h4 {
  font-size: 16px;
  margin-bottom: 0px;
}

.faq-item .faq-list h4 a {
  display: block;
  background: transparent;
  width: 100%;
  text-align: left;
  border: 1px solid #e5e5e5;
  color: #101010;
  text-transform: capitalize;
  position: relative;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.faq-item .faq-list h4 a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-item .faq-list h4 a:before {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 12px;
  content: '\e94c';
  font-family: 'iconfont';
}

.faq-item .faq-list h4 a.collapsed:before {
  content: '\e94d';
}

.faq-item .faq-list h4 a[aria-expanded="true"] {
  background: var(--color4);
  color: #fff;
  border-color: var(--color4);
}

.faq-item .faq-list .panel-collapse {
  color: #fff;
  padding: 0 20px 20px;
}

.faq-item .faq-list .panel-collapse.show {
  background: var(--color4);
}

.widget {
  margin-bottom: 50px;
}

.ix-form .form-control {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  margin-bottom: 20px;
}

.ix-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: var(--color4);
}

.ix-form .form-control.message-box {
  height: 150px;
  resize: none;
}

.social-box {
  background: #f8f8f8;
  padding: 30px;
}

.social-box .widget-title {
  font-size: 24px;
  color: var(--color0);
  margin-bottom: 20px;
}

.social-box ul {
  padding: 0;
  margin: 0;
}

.social-box ul li {
  display: inline-block;
  list-style: none;
}

.social-box ul li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  padding: 6px 0;
  background: var(--color4);
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.social-box ul li.ix-facebook a {
  background: #3b5998;
}

.social-box ul li.ix-twitter a {
  background: #55acee;
}

.social-box ul li.ix-google-plus a {
  background: #dd4b39;
}

.social-box ul li.ix-linkedin a {
  background: #0976b4;
}

.social-box ul li.ix-instagram a {
  background: #b7242a;
}

.social-box ul li.ix-youtube a {
  background: #eb252d;
}

.ix-venue-feature .single-venue-content i {
  font-size: 60px;
  color: #fff;
}

.ix-venue-feature .single-venue-content .ix-venue-title {
  color: #fff;
  margin-top: 25px;
}

.ix-venue-feature .single-venue-content p {
  color: #fff;
  padding: 0px 50px;
  margin-bottom: 35px;
}

.venue-img img {
  width: 100%;
}


.btn-link-box {
  border: 1px solid #fff;
  padding: 0px 25px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.btn-link-box:hover {
  background-color: var(--color4);
  border-color: var(--color4);
  color: #fff;
}


.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

.ix-exprience {
  position: relative;
  padding: 150px 0 500px 0;
}

.ix-exprience .ix-exprience-content {
  z-index: 99;
}

.ix-exprience .ix-exprience-content .sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #161362;
  margin-bottom: 20px;
}

.ix-exprience .ix-exprience-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #161362;
}

.ix-exprience .ix-scroll-image {
  position: absolute;
  left: 35%;
  z-index: -1;
}

.ix-exprience .ix-scroll-image.image-a {
  top: 5%;
  left: 10%;
}

.ix-exprience .ix-scroll-image.image-a img {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.ix-exprience .ix-scroll-image.image-c {
  left: 5%;
}

.ix-exprience .ix-scroll-image.image-c img {
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.ix-exprience .ix-scroll-image.image-b {
  left: auto;
  right: 5%;
}

.ix-exprience .ix-scroll-image.image-b img {
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.ix-exprience .ix-scroll-image.image-e {
  top: -5%;
  left: auto;
  right: 15%;
}

.ix-exprience .ix-scroll-image.image-e img {
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

@media (max-width: 767px) {
  .ix-exprience {
    padding-bottom: 180px;
  }

  .ix-exprience .ix-scroll-image {
    width: 50%;
  }

  .ix-exprience .ix-scroll-image img {
    width: 100%;
  }
}


.BackTo {
  background: var(--color4) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 35px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}

.BackTo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 3px;
}

.navbar-toggler span {
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: flex;
  margin-block: 3px
}

.navbar-toggler {
  display: flex;
  flex-direction: column
}

.main-slider.banner {
  position: relative;
  height: 45vh;
  min-height: 280px
}

.main-slider.banner img {
  object-fit: cover;
  object-position: 50%;
  width: 100%;
  height: 100%;
}

.main-slider.banner:before,
.main-slider .banner-item:before {
  top: auto;
  content: "";
  height: 54vh;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #e45eff6e, transparent);
  z-index: 1;
  bottom: 0;
}

.tt .column-title::after {
  display: none;
}

.tt .column-title img {
  max-width: 120px
}

.tt .column-title {
  margin-bottom: -15px;
}


/****************************/
/****************************/
/****************************/

.pricing {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.pricing-deco h2 {
  color: white;
  font-size: 35px !important;
}

.pricing-item {
  position: relative;
  /* display: -webkit-flex; */
  /* display: flex; */
  /* -webkit-flex-direction: column; */
  /* flex-direction: column; */
  /* -webkit-align-items: stretch; */
  /* align-items: stretch; */
  /* text-align: center; */
  /* -webkit-flex: 0 1 330px; */
  /* flex: 0 1 380px; */
}

.pricing-action {
  color: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  font-family: 'Open Sans', sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}

.pricing-palden .pricing-item>*:last-child {
  margin-block: auto 0;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing-item {
    /* margin: 1em -0.5em; */
    width: calc(100% / 3);
  }

  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}

.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(135deg, #4331a1, #aa5bf9);
  padding: 4em 0 9em;
  position: relative;
}

.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.pricing-palden .pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}

.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
  font-size: 2.5em;
}

.pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}

.pricing-palden .pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}

.pricing-palden .pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}

.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 1.3em 2.5em 2.8em;
  list-style: none;
  /* text-align: center; */
  margin-top: -3.5rem;
  position: relative;
  z-index: 1;
}

.pricing-palden .pricing-feature {
  padding: 0.5em 0;
  list-style-type: disc;
}

.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, #a93bfe, #584efd);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
  background: linear-gradient(135deg, #fd7d57, #f55d59);
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}

@import url(//fonts.googleapis.com/css?family=Lato:300:400);

.header {
  position: relative;
  text-align: center;
  background-image: radial-gradient(circle at 39% 47%, rgba(107, 107, 107, 0.08) 0%, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 53% 74%, rgba(182, 182, 182, 0.08) 0%, rgba(182, 182, 182, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 99.999%), radial-gradient(circle at 14% 98%, rgba(184, 184, 184, 0.08) 0%, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, rgb(97, 14, 117), rgb(20, 32, 127));
  color: white;
}

.inner-header {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  /*Flexbox for containers*/
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 150vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 250px;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.pbtn {
  height: unset;
  border-radius: 10px;
}

.before-contact {
  color: #fff;
  font-size: 140%;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .ix-submit-btn {
  position: absolute;
  inset-inline: auto 0;
  top: 0;
}

.pricing-deco h4 {
  font-size: 120%;
  width: 80%;
  margin-inline: auto;
  margin-bottom: 15px;
}

.pricing-deco p {
  font-size: 120%;
  width: 80%;
  margin-inline: auto;
  margin-top: 15px;
}

.pricing-deco h4,
.pricing-deco p {
  color: #fff
}

img {
  max-width: 100%;
}

.ltr {
  display: inline-flex;
  direction: ltr;
}


/* Details */
.page-profile {
  margin-top: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 1;
  bottom: 45px;
}

.profile-image {
  width: 130px;
  height: 130px;
  border-radius: 1000px;
  display: inline-flex;
  overflow: hidden;
  border: 7px solid #fff;
  box-shadow: 0 0 5px #00000040;
}

.profile-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50%;
}

.page-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-top: 26px; */
  /* margin-inline-start: 15px; */
}

.page-name>span {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 7px;
}

.page-name>a {
  letter-spacing: 1px;
  font-weight: 600;
  font-family: system-ui;
  font-size: 110%;
  color: #fff;
  margin-top: 12px;
  margin-inline-start: 4px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 18px;
}

.div1 {
  grid-row: span 4 / span 4;
}

.div2 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 1;
}

.div3 {
  grid-row: span 3 / span 3;
  grid-column-start: 4;
  grid-row-start: 4;
}

.div4 {
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 4;
}

.div5 {
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}

.div6 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 5;
}

.div7 {
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}

.parent>* {
  background: #ececec;
  min-height: 160px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.parent>*:hover img {
  opacity: 0.7
}

.parent>* img {
  transition: all 0.4s;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

.gallery .section-title,
.gallery .column-title {
  color: #fff
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dc {
  padding: 20px 25px;
  padding: 40px 45px 40px 40px;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fcfcfc;
}

.dc-title {
  font-weight: bold;
  font-size: 146%;
  color: #111
}

.bg6 {
  background: #f9fafc
}

.list-unstyled {
  padding: 0;
  margin: 0;
  gap: 10px
}

.list-unstyled li {
  list-style-type: none;

}

.list-unstyled li a {
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  background: #211148;
  color: #fff;
  border-radius: 500px;
}

.list-unstyled li a:hover {
  background: var(--color3)
}

.social {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.social>span {
  font-weight: bold;
  color: #444;
  font-size: 122%;
  margin-inline-end: 14px;
}

.social>ul {
  display: flex;
}

.w-100 {
  width: 100%
}

iframe {
  max-width: 100%;
}

.dc iframe {
  height: 130px;
  width: 100%
}

.location {
  margin-bottom: 10px
}

.location i {
  font-size: 20px;
  color: #222;
  margin-inline-end: 8px;
}

.speakers {
  display: flex;
  flex-direction: column;

}

.speaker {
  display: flex;
  align-items: center;
  margin-block: 8px;
  text-decoration: none;
  color: #333;
}

.speaker .img {
  display: inline-flex;
  width: 90px;
  height: 90px;
  margin-inline-end: 10px;
}

.speaker .info {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
}

.ix-intro-sponsors.details {
  background-color: #1a1731;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  inset-inline: 0;
  background-color: #161130c9 ! IMPORTANT;
  z-index: 999 !IMPORTANT;
}

.offcanvas-header .btn-close {
  margin-inline: auto 0;
}

.badge {
  padding: 5px 7px !important;
  font-size: small;
}

.page-profile {
  width: 100%;
  inset-inline: 0;
  bottom: 20px;
}

.main-slider .row {
  width: 100%;
}

.main-slider .row>div {
  position: relative;
  width: 100%;
}

.page-name {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-name img {
  display: inline-flex;
  width: 100px !important;
  height: 100px !important;
  border-radius: 200px;
  margin-inline-end: 10px;
  border: 5px solid #fff;
  box-shadow: 0 0 7px #000000a3;
  transform: translate(0px, -4px);
}

.page-name span {
  width: calc(100% - 100px);
  font-size: 210%;
}

#map {
  width: 100% !important;
}

.modal .row {
  justify-content: center !important;
}

.mobile-download-content .title {
  font-weight: 700;
  color: rgb(68, 68, 68);
  font-size: 190%;
  margin-bottom: 20px;
}

.mobile-download-content .content {
  font-size: 130%;
  color: rgb(102, 102, 102);
}

.appdownload .flex {
  display: flex;
  align-items: center;
}

.appdownload .flex a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 10px;
  color: #fff;
  border: 1px solid #ffffff66;
  border-radius: 10px;
  direction: ltr !important;
}

.app-btn {
  width: 45%;
  max-width: 160px;
  color: rgb(255, 255, 255);
  margin: 0px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Lucida Grande", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  padding-block: 6px;
  margin-block: 12px;
}

.section-0-1 .app-btn {
  margin-block: 12px 15px;
}

.app-btn:not(:last-child) {
  margin-inline-end: 20px;
}

.app-btn.blu {
  background-color: rgb(6 6 6);
  transition: 0.15s linear;
}

.app-btn.blu:hover {
  background-color: rgb(33 33 33);
  transform: translate(0px, -4px);
}

.app-btn i {
  width: 20%;
  font-size: 38px;
  margin-right: 7px;
  width: 50px;
  display: flex;
  justify-content: flex-start;
}

.app-btn p {
  margin-bottom: 0px;
  font-size: 120%;
  color: #f0f0f0;
}

.app-btn .big-txt {
  font-size: 20px;
  text-transform: capitalize;
}

.ix-footer-style-1 {
  position: relative;
  z-index: 2;
  background: #000;
  background: url(https://hdour.com/storage/71/%D8%A7%D9%84%D9%85%D9%84%D8%AA%D9%82%D9%89-%D8%A7%D9%84%D8%B3%D9%86%D9%88%D9%8A.jpg);
  background-size: cover;
}

.ix-footer-style-1:before {
  background: linear-gradient(0deg, #000000, #000000b8);
  position: absolute;
  inset: 0;
  content: "";
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

.logo-footer {
    width: 273px;
    display: flex;
    margin-inline: auto;
    border-radius: 15px;
    margin-bottom: 14px;
}

.lang>* {
  margin-inline: 10px;
  display: inline-flex;
}

@media only screen and (max-width: 991px) {
  .page-name span {
    font-size: 160%
  }

}

@media only screen and (max-width: 767px) {
  .page-name img {
    width: 70px !important;
    height: 70px !important;
  }

  .page-name span {
    font-size: 120%
  }

  .page-profile {
    inset-inline-start: 25px
  }

  .dc {
    padding: 20px 20px;
  }

  .social ul {
    flex-wrap: wrap
  }

  .parent {
    display: flex;
    flex-wrap: wrap;
  }

  .parent>* {
    display: flex;
    width: 100%;
  }
}

@media only screen and (max-width: 574px) {
  .page-name span {
    font-size: 120%
  }

  .page-profile {
    inset-inline-start: 15px
  }

  .appdownload>* {
    flex-direction: column;
  }

  .app-btn:not(:last-child) {
    margin-inline-end: 0px;
  }

}

@font-face {
  font-family: customFont1;
  src: url(https://hdour.com/public/assets/fonts/SAIB25/CoText_Rg.ttf);
}

.bb-logo-info {
  position: absolute;
  inset: 0;
  color: #fff;
  font-family: customFont1;
  display: flex;
  align-items: center;
  justify-content: center;
}

*:not(i):not(.fa) .bb-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: customFont1 !important;
  font-size: 130%;
}

.bb-logo>div {
  display: flex;
  flex-direction: column;
}

.bb-logo>div>*:first-child {
  font-size: 116%;
  margin-bottom: 3px
}

.main-slider.banner .bb-logo img {
  width: 120px;
  height: auto;
}

.bb-info {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 160%;
  margin-top: 25px;
  transform: translate(5px, 0px);
}

@media only screen and (max-width: 767px) {
  .main-slider.banner .bb-logo img {
    width: 80px;
  }

  .bb-logo>div {
    font-size: 80%
  }

  .bb-info {
    font-size: 116%;
  }
}

.speaker .img img {    
    border-radius: 5px;
}