@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: #e7015e;
  -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: #e7015e;
}

a.read-more {
  color: #e7015e;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.body-color {
  /*background: #161362;*/
  color: #222;
}

/*section,
.section-padding {
  padding: 100px 0;
  position: relative;
}*/
section,
.section-padding {
  padding: 50px 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 */
.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: #7f008b;
  height: 50px;
  padding: 0 35px;
  line-height: 50px;
  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: #e7015e;
  border-color: #e7015e;
}

.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: #e7015e;
}
/*
.section-title,
.column-title {
  font-size: 36px;
  font-weight: 800;
  color: #3b1d82;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 85px;
  text-align: center;
}
*/

.section-title, .column-title {
    font-size: 36px;
    font-weight: 800;
    color: #3b1d82;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
    text-align: center;
}


.section-title:after,
.column-title:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  right: 0;
  background-image: url(../img/title.png);
  background-repeat: no-repeat;
  background-size: center center;
  background-position: contain;
  width: 70px;
  height: 10px;
  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: #ca027b;
  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(../img/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;
}

.ts-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.5);
}

.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 .navbar {
  padding: 10px 0;
}

.header .navbar-toggler {
  padding: 8px 12px;
}

.header .navbar-toggler .navbar-toggler-icon i {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.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: #e7015e;
}

.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: #e7015e;
}

.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: #e7015e;
}

.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: #161362;
}

.header.header-transparent .navbar-brand {
  padding: 0;
}

.header.header-transparent .navbar-brand img {
  vertical-align: top;
}

.header.header-transparent ul.navbar-nav {
  position: relative;
  top: 5px;
}

.header.header-transparent ul.navbar-nav > li > a {
  color: #fff;
  line-height: 72px;
}

.header.header-transparent.nav-border {
  border-bottom: 1px solid #363d8a;
  padding: 10px 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: #3b1d82;
}

.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: #3b1d82;
  font-size: 14px;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}

.header.h-transparent2 .ticket-btn.btn:hover {
  background: #d8007b;
  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: #e7015e;
}

.header.header-classic ul.navbar-nav > li.active > a {
  color: #e7015e;
}

.header.header-classic ul.navbar-nav > li.header-ticket .ticket-btn {
  background: #e7015e;
  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: 15px 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;
  background:#191576;
}

.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: #3b1d82;
  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: #3b1d82;
  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 .ts-count-down {
  margin: 0 0 0 -30px;
}

.banner-6 .banner-item .banner-content-wrap .ts-count-down .counter-item span {
  font-size: 48px;
  font-weight: 900;
  line-height: 74px;
  color: #3b1d82;
}

.banner-6 .banner-item .banner-content-wrap .ts-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 #e7015e;
  border-radius: 10px;
  padding: 18px 20px 14px;
  color: #3b1d82;
  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 .ts-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 .ts-extra-feature .ts-count-down .counter-item span {
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}

.banner-item {
  min-height: 850px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.banner-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.banner-item .banner-content-wrap {
  padding: 250px 0 182px;
  z-index: 1;
  position: relative;
}

.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: 55px;
  line-height: 55px;
  padding: 0 55px;
}

.banner-item .banner-content-wrap .banner-btn .btn.fill {
  padding: 0 25px;
}

.banner-img img {
  max-width: 100%;
}

.countdown {
  margin-bottom: 50px;
}

.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;
  border: 4px solid #00a3ee;
    border-radius: 90px;
}

.countdown .counter-item:nth-of-type(2) i {
  color: #ffcf4a;
  border: 4px solid #ffcf4a;
    border-radius: 90px;
  top: 2px;
  -webkit-transform: rotate(-148deg);
  -ms-transform: rotate(-148deg);
  transform: rotate(-148deg);
}

.countdown .counter-item:nth-of-type(3) i {
  color: #00c1c1;
   border-radius: 90px;
  border: 4px solid #00c1c1;
}

.countdown .counter-item:nth-of-type(4) i {
  color: #ff6386;
  border-radius: 90px;
  border: 4px solid #ff6386;
}

.ts-count-down {
  padding: 0;
  margin: -80px 0;
  z-index: 1;
}

.ts-count-down .countdown {
  margin-bottom: 0;
}

.ts-count-down .countdown:before {
  z-index: -1;
  opacity: 1;
}

.ts-count-down .countdown .counter-item {
  width: 25%;
  float: left;
  margin-right: 0;
  border: none;
  position: relative;
  height: auto;
}

.ts-count-down .countdown .counter-item span {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.ts-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(../images/hero_area/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: 70px;
}

.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: 30px;
}

.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: 130px;
  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 #e7015e;
}

.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(../images/shap/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;
}



.ts-intro {
  padding: 80px 0 60px;
}

.intro-line {
  background-repeat: no-repeat;
  background-position: center;
}

.single-intro-text {
  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: 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: -10px;
  top: 20px;
  font-size: 55px;
  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: #e7015e;
  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: #e7015e;
}

.ts-intro-item {
  padding: 100px 0 70px;
}

.ts-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;
}

.ts-intro.event-intro {
  padding-top: 120px;
  padding-bottom: 0;
}

.ts-intro.event-intro .single-intro-text {
  padding: 35px 50px 40px;
  background: #120f4e;
  -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;
}

.ts-intro.event-intro .single-intro-text i {
  position: relative;
  left: 0;
  font-size: 64px;
  display: block;
  margin-bottom: 45px;
  color: #fff;
}

.ts-intro.event-intro .single-intro-text .ts-title,
.ts-intro.event-intro .single-intro-text p {
  color: #fff;
}

.ts-intro.event-intro .single-intro-text:hover {
  background: #d8007b;

}


.ts-speakers {
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.ts-speaker {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}

.ts-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;
}

.ts-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;
}

.ts-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;
}

.ts-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;
}

.ts-speaker .ts-title {
  margin-bottom: 5px;
}

.ts-speaker .ts-title a {
  color: #222222;
}

.ts-speaker:hover .speaker-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ts-speaker:hover .speaker-img:before {
  opacity: 1;
}

.ts-speaker:hover .view-speaker {
  top: 50%;
  opacity: 1;
}

.ts-speaker:hover .ts-title a {
  color: #e7015e;
}

.ts-speaker.white-text .ts-title a,
.ts-speaker.white-text p {
  color: #fff;
}

.speaker-classic {
  padding-top: 100px;
}

.speaker-classic .ts-speaker {
  margin-bottom: 60px;
}

.speaker-classic .ts-speaker .speaker-img {
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.speaker-classic .ts-speaker .ts-speaker-info {
  position: absolute;
  right: 0;
  bottom: -13px;
  background: #fff;
  z-index: 1;
  width: 90%;
  padding: 20px 0 10px;
}

.speaker-classic .ts-speaker .ts-speaker-info .ts-title {
  margin-bottom: 0;
}

.speaker-classic .ts-speaker .ts-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%;
}

.ts-speaker-popup {
  background: #fff;
  padding: 0;
  position: relative;
}

.ts-speaker-popup .ts-speaker-popup-img img {
  width: 100%;
}

.ts-speaker-popup .ts-speaker-popup-content {
  padding: 60px 40px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-title {
  margin-bottom: 10px;
}

.ts-speaker-popup .ts-speaker-popup-content .speakder-designation {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.ts-speaker-popup .ts-speaker-popup-content .company-logo {
  margin-bottom: 15px;
}

.ts-speaker-popup .ts-speaker-popup-content p {
  margin-bottom: 25px;
}

.ts-speaker-popup .ts-speaker-popup-content h4 {
  font-size: 20px;
  font-weight: 700;
}

.ts-speaker-popup .ts-speaker-popup-content .session-name {
  margin-bottom: 15px;
}

.ts-speaker-popup .ts-speaker-popup-content .speaker-session-info span {
  color: #888888;
}

.ts-speaker-popup .ts-speaker-popup-content .speaker-session-info p {
  color: #e7015e;
  margin-bottom: 30px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
  color: #ababab;
  margin-right: 18px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover {
  color: #e7015e;
}

.ts-speaker-popup button.mfp-close {
  font-size: 30px;
}


.ts-experiences {
  padding: 0;
  overflow: hidden;
  background: #3b1d82;
}

.ts-experiences .exp-img {
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ts-exp-wrap {
  background: #1c1a4f;
  min-height: 480px;
  position: relative;
}

.ts-exp-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/shap/cta_bg.png) no-repeat 100%/cover;
}

.ts-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;
}

.ts-exp-wrap .ts-exp-content {
  max-width: 560px;
  padding: 100px 80px;
  position: relative;
  z-index: 1;
}

.ts-exp-wrap .ts-exp-content .column-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.ts-exp-wrap .ts-exp-content .column-title span {
  color: #fff;
}

.ts-exp-wrap .ts-exp-content .column-title:after {
  display: none;
}

.ts-exp-wrap .ts-exp-content p {
  margin-bottom: 30px;
  color: #fff;
}

.ts-exp-wrap .ts-exp-content p strong {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.ts-exp-wrap .ts-exp-content p span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin-left: 10px;
  top: -20px;
  position: relative;
}

/*============================
 ts schedule 
 ===========================*/
.ts-schedule-info {
  position: relative;
}

.ts-schedule-info ul {
  position: relative;
  text-align: center;
  border: none;
  min-height: 380px;
}

.ts-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;
}

.ts-schedule-info ul li a h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  opacity: .5;
}

.ts-schedule-info ul li a span {
  text-transform: uppercase;
  opacity: .5;
}

.ts-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%);
}

.ts-schedule-info ul li:nth-child(2) a {
  left: 130px;
  top: -15px;
}

.ts-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%);
}

.ts-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;
}

.ts-schedule-info ul li a.active h3,
.ts-schedule-info ul li a.active span {
  opacity: 1;
}

/* ts-schedule-white */
.ts-schedule-white * {
  color: #fff;
}

.ts-schedule-white * .schedule-listing:hover .schedule-slot-title {
  color: #e7015e;
}

.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: #120f4e;
  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 #171298;
  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: #120f4e;
  margin-left: 12px;
}

.schedule-listing .schedule-slot-info p {
  margin-bottom: 0;
}

.schedule-listing:hover .schedule-slot-title {
  color: #3b1d82;
}

.schedule-listing:nth-of-type(even) .schedule-slot-time {
  background: rgba(18, 15, 78, 0.6);
  position: relative;
  z-index: 1;
}

.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);
  }
}

.ts-schedule-nav {
  text-align: center;
  margin-bottom: 90px;
}

.ts-schedule-nav ul {
  border: none;
}

.ts-schedule-nav ul li {
  margin: 0 3px;
}

.ts-schedule-nav ul li a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #120f4e;
  display: block;
  padding: 20px 50px;
  position: relative;
}

.ts-schedule-nav ul li a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #e7015e 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;
}

.ts-schedule-nav ul li a h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.ts-schedule-nav ul li a.active {
  background: #e7015e;
  color: #fff;
}

.ts-schedule-nav ul li a.active h3 {
  color: #fff;
}

.ts-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: #e7015e;
  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 #e7015e;
  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: #e7015e;
}




.ts-blog {
  padding-bottom: 70px;
}

.ts-blog .speaker-shap .shap2 {
  top: 200px;
  bottom: auto;
}

.ts-blog .speaker-shap .shap1 {
  top: auto;
  bottom: 25%;
}


.ts-gallery {
  padding-bottom: 70px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.ts-grid-item {
  margin: 0 -15px;
  background: transparent;
}

.ts-grid-item .grid-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.ts-grid-item .grid-item a.ts-popup {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.ts-grid-item .grid-item a.ts-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;
}

.ts-grid-item .grid-item a.ts-popup:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ts-gallery .gallery-wrap {
  margin-top: 40px;
}

.ts-gallery .gallery-2 {
  margin: -40px 0 -60px -100px;
  position: relative;
}

.ts-gallery .speaker-shap .shap1 {
  top: 50%;
  opacity: .4;
}



.form-group {
    margin-bottom: 1rem;
}

.ts-footer p{
      font-size: 14px;
}

.ts-footer {
  background: #1a1831;
  padding: 250px 0 50px;
}

.ts-footer-social ul {
  padding: 0;
}

.ts-footer-social ul li {
  display: inline-block;
  list-style: none;
}

.ts-footer-social ul li a {
  display: block;
  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;
}

.ts-footer-social ul li a:hover {
  background: #e7015e;
  border-color: #e7015e;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  color: #a8a8ad;
  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: #e7015e;
}

.footer-menu ul li:first-child a:before {
  display: none;
}

.copyright-text p {
  margin-bottom: 0;
  color: #a8a8ad;
}

.ts-footer.ts-footer-item {
  /*background: transparent;*/
  padding: 0px 0;
}

.ts-footer.ts-footer-item .footer-border {
  border-top: 1px solid #2e2b72;
  padding: 30px 0;
}

.ts-footer.ts-footer-item .footer-menu ul li a {
  color: #fff;
}

.ts-footer.ts-footer-item .footer-menu ul li a:before {
  display: none;
}

.ts-footer.ts-footer-item .footer-menu ul li:first-child a {
  margin-left: 0;
}

.ts-footer.ts-footer-item .ts-footer-social ul li a {
  border-color: #464482;
}

.ts-footer.ts-footer-item .newsletter-form {
  margin-bottom: 35px;
  margin-top: -15px;
}

.ts-footer.ts-footer-item .newsletter-form .email-form-group .form-control {
  border-bottom-color: #464482;
}

.ts-footer.ts-footer-item .copyright-text p {
  color: #fff;
}


.BackTo {
  background: #e7015e 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: 2px;
}

.errorMsg {
    color: #ff8585;
}


/*======================Responsive==========================*/


@media (min-width: 992px) and (max-width: 1200px) {
  .header ul.navbar-nav > li > a {
    padding: 0 10px;
    font-size: 13px; }
  .banner-item .banner-content-wrap .banner-title {
    font-size: 60px; }
  .hero-area.centerd-item .banner-item {
    min-height: 650px; }
    .hero-area.centerd-item .banner-item:after {
      width: 500px;
      height: 500px; }
    .hero-area.centerd-item .banner-item .banner-content-wrap {
      padding: 50px 0; }
  .hero-area.content-left .banner-item {
    margin: 100px 20px 0; }
  .ts-speaker .speaker-img {
    width: 205px;
    height: 205px; }
  .speaker-classic .ts-title {
    font-size: 20px; }
  .speaker-shap {
    display: none; }
  h2 {
    line-height: 28px; }
  .ts-map .mapouter .gmap_canvas {
    width: 400px;
    height: 400px; }
  .ts-single-outcome {
    width: 210px;
    height: 210px; }
    .ts-single-outcome i {
      font-size: 60px;
      margin-bottom: 15px; }
  .social-box ul li a {
    margin-right: 0; }
  .post .post-body .entry-header .entry-title {
    font-size: 24px;
    line-height: 28px; }
  .ts-blog .post .post-body .entry-header .entry-title {
    font-size: 20px; }
  .ts-exp-wrap .ts-exp-content .column-title {
    font-size: 32px; } }

/*==========================
tab device 
===========================*/
@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-menu.show {
    display: block; }
  .section-title {
    margin-bottom: 50px; }
  .pl-0 {
    padding-left: 15px !important; }
  .ts-speakers,
  section {
    padding: 60px 0; }
  .navbar-light .navbar-toggler-icon {
    background-image: none; }
  .navbar-toggler {
    padding: 8px;
    cursor: pointer; }
  .navbar-toggler-icon {
    width: auto;
    height: auto; }
  .header .navbar-light .navbar-toggler {
    background: #e7015e;
    color: #fff;
    border-color: #e7015e; }
  .header ul.navbar-nav > li > a {
    line-height: 40px !important; }
    .header ul.navbar-nav > li > a i {
      float: right;
      padding-top: 12px; }
  .header ul.navbar-nav > li .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .header-classic {
    padding: 10px 0; }
  .header-transparent .navbar-toggler {
    background: #e7015e;
    color: #fff; }
  .header-transparent .navbar-nav {
    background: #222;
    padding: 20px 0; }
    .header-transparent .navbar-nav li .dropdown-menu li a {
      color: #fff !important; }
  .header.header-transparent.nav-border .navbar {
    padding: 10px 0; }
  .header ul.navbar-nav > li.header-ticket {
    padding: 0 15px; }
    .header ul.navbar-nav > li.header-ticket .ticket-btn {
      margin-left: 0; }
  .banner-img {
    display: none; }
  .banner-item {
    min-height: 700px; }
    .banner-item .banner-content-wrap .banner-title {
      font-size: 48px;
      line-height: 56px; }
  .hero-area.centerd-item .banner-item .banner-content-wrap .banner-title {
    font-size: 55px; }
  .hero-area.centerd-item .countdown .counter-item {
    width: 90px;
    height: 90px; }
    .hero-area.centerd-item .countdown .counter-item i {
      font-size: 90px;
      top: 6px;
      right: 0;
      margin: auto; }
  /*---- main slider-----*/
  .main-slider .banner-item .banner-content-wrap p.banner-title {
    margin-bottom: 25px; }
  .main-slider .owl-dots {
    bottom: 170px; }
  .hero-area.content-left .banner-item {
    margin: 0;
    min-height: inherit; }
    .hero-area.content-left .banner-item .banner-content-wrap {
      padding: 170px 0; }
  .hero-speakers .banner-item .banner-content-wrap {
    padding: 160px 0 0; }
  .hero-form-content {
    margin-top: 50px;
    margin-bottom: 60px; }
    .hero-form-content h2 {
      font-size: 30px; }
  .ts-count-down {
    margin: -115px 0; }
  .intro-video {
    margin: 50px auto;
    width: 500px;
    height: 500px; }
  .ts-intro-item {
    padding: 60px 0 40px; }
  .mb-70,
  .intro-left-content {
    margin-bottom: 50px; }
  .ts-intro.event-intro {
    padding-top: 80px; }
  .outcome-item {
    margin-bottom: 40px; }
  .ts-event-outcome {
    padding-bottom: 40px; }
    .ts-event-outcome .outcome-content {
      margin-bottom: 40px; }
  .ts-speakers {
    padding-bottom: 40px; }
  .speaker-classic .ts-speaker {
    margin-bottom: 40px; }
  .ts-schedule-info ul {
    margin-top: 50px;
    min-height: 215px; }
    .ts-schedule-info ul li a {
      position: relative;
      padding: 70px 0;
      width: 200px;
      height: 200px;
      margin: 0 8px; }
    .ts-schedule-info ul li:nth-child(1) a {
      left: 0;
      top: 0; }
    .ts-schedule-info ul li:nth-child(2) a {
      left: 0;
      top: 0; }
    .ts-schedule-info ul li:nth-child(3) a {
      left: 0;
      top: 0; }
  .ts-pricing-item {
    margin-top: 85px; }
  .ts-pricing {
    padding-bottom: 20px; }
  .pricing-item,
  .location-form {
    margin-bottom: 50px; }
  .speaker-shap {
    display: none; }
  .ts-funfact {
    padding: 60px 0 40px; }
  .ts-single-funfact {
    margin-bottom: 30px; }
  .ts-blog {
    padding-bottom: 40px; }
  .ts-map .mapouter .gmap_canvas {
    margin: auto; }
  .direction-tabs-content .contact-info-box {
    margin-bottom: 30px; }
  .ts-newsletter {
    padding: 40px 20px; }
  .schedule-tabs-item .schedule-listing-item.schedule-left {
    margin-top: 0; }
  /* Contact Page*/
  .single-contact-feature {
    margin-bottom: 30px; }
  .ts-sponsors .sponsors-logo {
    margin: 0px; }
  .page-banner-title {
    padding: 0 20px; }
    .page-banner-title h2 {
      font-size: 36px; }
  .post .post-body .entry-header .entry-title {
    font-size: 24px;
    line-height: 28px; }
  .about-intro-text {
    text-align: center !important;
    max-width: 500px;
    margin: auto auto 30px; }
  .about-video {
    margin: 0 0 30px; }
  .intro-content-text {
    margin-bottom: 40px; }
  .venue-img {
    margin-bottom: 30px; }
    .venue-img img {
      width: 100%; }
  .single-venue-content {
    margin-bottom: 40px; }
  .map-left .ts-map {
    margin-bottom: 40px; }
  .post-tags,
  .share-items {
    width: 100%;
    float: none !important;
    margin: 5px 0; }
  .ts-book-seat .book-seat-content .section-title {
    font-size: 36px; }
  .ts-sponsors.sponsors-border .sponsors-logo {
    padding: 0 15px; }
  .gallery-wrap .gallery-2 {
    margin: 0; }
  .gallery-wrap img {
    width: 100%; }
  .ts-footer.ts-footer-item .footer-menu,
  .ts-footer.ts-footer-item .ts-footer-social,
  .ts-footer.ts-footer-item .copyright-text.text-right {
    text-align: center !important; }
  .ts-footer.ts-footer-item .newsletter-form {
    margin-top: 40px; }
  .header .navbar-collapse {
    max-height: 320px;
    max-width: none;
    overflow: auto;
    float: none !important;
    width: 100% !important;
    padding: 0px;
    border: 0; }
  .header .navbar-nav {
    position: static;
    margin: 0px; } }

/*==========================
small device /mobile sm and large
===========================*/
@media (max-width: 767px) {
  .dropdown-menu.show {
    display: block; }
  .mb-100 {
    margin-bottom: 50px; }
  .btn {
    font-size: 14px; }
  h2 {
    line-height: 28px; }
  .pl-0 {
    padding-left: 15px !important; }
  .navbar-light .navbar-toggler-icon {
    background-image: none; }
  .header.header-transparent.nav-border .navbar {
    padding: 10px 0; }
  .header .navbar-light .navbar-toggler {
    background: #e7015e;
    color: #fff;
    border-color: #e7015e; }
  .header ul.navbar-nav > li > a {
    line-height: 40px !important; }
    .header ul.navbar-nav > li > a i {
      float: right;
      padding-top: 12px; }
  .header ul.navbar-nav > li .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .header.h-transparent2 .navbar.navbar-light ul.navbar-nav > li > a {
    color: #fff;
    text-align: left; }
    .header.h-transparent2 .navbar.navbar-light ul.navbar-nav > li > a i {
      float: right;
      padding-top: 12px; }
  .header-classic {
    padding: 10px 0; }
  .navbar-nav {
    padding: 20px 0; }
  .navbar-toggler {
    padding: 8px;
    cursor: pointer; }
  .navbar-toggler-icon {
    width: auto;
    height: auto; }
  .navbar-brand img {
    max-width: 130px; }
  .header-transparent .navbar-toggler {
    background: #e7015e;
    color: #fff; }
  .header-transparent .navbar-nav {
    background: #222;
    padding: 20px 0; }
  .header-transparent .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 10px 25px; }
    .header-transparent .dropdown-menu li a {
      color: #fff !important; }
  .header ul.navbar-nav > li.header-ticket {
    padding: 0 15px; }
    .header ul.navbar-nav > li.header-ticket .ticket-btn {
      margin-left: 0; }
  .banner-img {
    display: none; }
  .banner-item {
    min-height: 550px; }
    .banner-item .banner-content-wrap {
      padding: 180px 0 100px; }
      .banner-item .banner-content-wrap p.banner-info {
        font-size: 18px; }
      .banner-item .banner-content-wrap h1.banner-title {
        font-size: 28px;
        font-size: 30px;
        margin-bottom: 35px;
        line-height: 40px; }
      .banner-item .banner-content-wrap .countdown {
        margin-bottom: 40px; }
        .banner-item .banner-content-wrap .countdown .counter-item {
          margin-bottom: 20px; }
      .banner-item .banner-content-wrap .banner-btn .btn {
        margin-bottom: 15px;
        margin-right: 15px; }
        .banner-item .banner-content-wrap .banner-btn .btn.fill {
          margin-left: 0; }
  .banner-6 .banner-item .banner-content-wrap .banner-title {
    font-size: 36px;
    line-height: 1.2; }
  .banner-6-alt .banner-item .banner-content-wrap .banner-title {
    margin-bottom: 50px; }
  .banner-6-alt .banner-item .banner-image img {
    width: 100%;
    display: none; }
  .ts-exprience .ts-exprience-content h2 {
    font-size: 24px;
    line-height: 1.2; }
  .hero-area.centerd-item .banner-item {
    min-height: 650px; }
    .hero-area.centerd-item .banner-item:after {
      width: 300px;
      height: 300px; }
    .hero-area.centerd-item .banner-item .banner-content-wrap {
      padding: 50px 0; }
      .hero-area.centerd-item .banner-item .banner-content-wrap .banner-title {
        font-size: 38px;
        line-height: 48px; }
    .hero-area.centerd-item .banner-item .countdown {
      margin-bottom: 30px; }
  .main-slider .banner-item {
    min-height: 800px; }
    .main-slider .banner-item .banner-content-wrap p.banner-desc {
      padding: 0; }
    .main-slider .banner-item .banner-content-wrap h1.banner-title {
      margin-bottom: 15px; }
  .main-slider .owl-dots {
    bottom: 110px; }
  .ts-count-down .countdown {
    padding-bottom: 30px; }
    .ts-count-down .countdown .counter-item {
      width: 50%;
      padding-bottom: 0; }
      .ts-count-down .countdown .counter-item span {
        font-size: 50px; }
      .ts-count-down .countdown .counter-item b {
        right: -10px; }
      .ts-count-down .countdown .counter-item:nth-of-type(2) b {
        display: none; }
  .hero-area.content-left .banner-item {
    margin: 0;
    min-height: inherit; }
    .hero-area.content-left .banner-item .banner-content-wrap {
      padding-bottom: 75px; }
  .hero-speakers .banner-item .banner-content-wrap {
    padding: 160px 0 0; }
  .hero-form-content {
    margin-top: 50px;
    margin-bottom: 60px; }
    .hero-form-content h2 {
      font-size: 30px; }
  .ts-intro {
    padding: 60px 0; }
    .ts-intro .single-intro-text.mb-70 {
      margin-bottom: 40px; }
    .ts-intro .intro-video {
      width: 100%;
      height: auto;
      margin: 30px 0;
      border-radius: 0; }
  .intro-left-content {
    margin-bottom: 40px; }
  .ts-intro-item .col-lg-6:last-of-type .single-intro-text {
    margin-bottom: 0; }
  section.p-60 {
    padding: 30px 0; }
  .ts-intro.event-intro {
    padding-top: 20px; }
  .ts-intro-outcome {
    padding-top: 140px;
    padding-bottom: 40px; }
    .ts-intro-outcome .ts-single-outcome {
      margin: auto auto 30px; }
  .ts-event-outcome {
    padding-bottom: 40px; }
  .outcome-content {
    margin-bottom: 40px; }
    .outcome-content .outcome-img img {
      width: 100%; }
  .ts-funfact {
    padding: 60px 0 40px; }
  .ts-single-funfact {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px; }
    .ts-single-funfact:before {
      margin: auto;
      right: 0; }
  .ts-pricing-item {
    margin-top: 80px; }
  .ts-pricing {
    padding-bottom: 30px; }
    .ts-pricing.classic .ts-pricing-item {
      -webkit-box-shadow: 0.799px 0 40px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0.799px 0 40px 0px rgba(0, 0, 0, 0.1); }
  .ts-sponsors .sponsors-logo {
    margin: 0;
    min-height: 100px; }
  .ts-sponsors.sponsors-border {
    padding: 40px 0; }
  .ts-speakers,
  section,
  .ts-intro-item {
    padding: 60px 0; }
  .ts-speakers {
    padding-bottom: 30px; }
  .section-title,
  .column-title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 35px; }
  .column-title,
  .pricing-item {
    margin-bottom: 35px; }
  .speaker-shap {
    display: none; }
  .ts-exp-wrap {
    min-height: 440px; }
    .ts-exp-wrap .ts-exp-content {
      padding: 60px 45px; }
  .ts-schedule-info {
    margin-top: 40px;
    margin-bottom: 40px; }
    .ts-schedule-info ul {
      min-height: 150px; }
      .ts-schedule-info ul li a {
        width: 100px;
        height: 100px;
        padding: 35px 0; }
        .ts-schedule-info ul li a h3 {
          font-size: 15px;
          margin-bottom: 0; }
        .ts-schedule-info ul li a span {
          text-transform: capitalize;
          font-size: 12px; }
      .ts-schedule-info ul li:nth-child(1) a {
        top: 30px; }
      .ts-schedule-info ul li:nth-child(2) a {
        left: 76px; }
      .ts-schedule-info ul li:nth-child(3) a {
        top: 30px;
        left: 160px;
        right: auto; }
  .schedule-listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .schedule-listing .schedule-slot-time {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 20px 35px; }
    .schedule-listing .schedule-slot-info {
      padding: 35px 40px 35px 35px;
      border-left: 1px dashed #171298; }
      .schedule-listing .schedule-slot-info .schedule-slot-speakers {
        display: none; }
  .schedule-listing-btn {
    margin-top: 40px; }
  .ts-schedule-nav {
    margin-bottom: 40px; }
    .ts-schedule-nav ul li a {
      display: inline-block;
      padding: 20px 20px;
      margin: 5px 0; }
  .schedule-tabs-item .schedule-listing-item:before, .schedule-tabs-item .schedule-listing-item:after {
    display: none; }
  .schedule-tabs-item .schedule-listing-item.schedule-left {
    margin-top: 0;
    padding: 0px 110px 20px 0; }
  .schedule-tabs-item .schedule-listing-item.schedule-right {
    padding: 0px 20px 0px 110px;
    margin-bottom: 30px; }
  .schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
    top: 5px; }
  .ts-blog {
    padding-bottom: 40px; }
    .ts-blog .post .post-body .entry-header .entry-title {
      font-size: 20px;
      margin-bottom: 10px; }
  .ts-map .mapouter {
    margin: 40px 0 0; }
    .ts-map .mapouter .gmap_canvas {
      width: 100%;
      height: 300px;
      border-radius: 0; }
  .ts-newsletter {
    padding: 40px 20px; }
  .newsletter-form {
    padding: 0 20px; }
  .ts-footer {
    padding: 290px 0 60px; }
  .ts-footer.ts-footer-item .newsletter-form {
    margin-top: 40px; }
  .ts-footer.ts-footer-item .footer-menu,
  .ts-footer.ts-footer-item .ts-footer-social {
    text-align: center; }
  .ts-footer.ts-footer-item .copyright-text.text-right {
    text-align: center !important; }
  .ts-submit-btn .btn {
    padding: 0 15px;
    font-size: 14px; }
  .footer-menu ul li a {
    display: inline-block;
    margin: 5px 20px; }
  .post .post-meta {
    margin-bottom: 10px; }
  .post .entry-title {
    line-height: 28px;
    margin-bottom: 10px; }
  .post .post-body .entry-header .entry-title {
    font-size: 22px; }
  /*-- about ---*/
  .ts-about-intro {
    padding-bottom: 40px; }
  .about-intro-text {
    text-align: left !important;
    margin: 30px 0; }
  .about-video {
    margin: 10px 0; }
  /* Contact Page*/
  .single-contact-feature {
    margin-bottom: 30px; }
  /* 404 page */
  .error-page .error-code h2 {
    font-size: 100px;
    margin-bottom: 0px; }
  /* Speaker 2 */
  .speaker-II .ts-speaker .speaker-img {
    width: 265px;
    height: 265px; }
  .page-banner-area {
    min-height: 300px; }
  .page-banner-title {
    padding: 0 20px; }
    .page-banner-title h2 {
      font-size: 36px; }
  .ts-grid-item .grid-item:last-of-type {
    margin-bottom: 0; }
  .ts-gallery .gallery-wrap img {
    width: 100%; }
  .ts-gallery .gallery-2 {
    margin: 0; }
  .faq-item .faq-list h4 a {
    height: auto;
    line-height: 26px;
    padding: 15px 30px 15px 20px; }
    .faq-item .faq-list h4 a:before {
      top: 12px; }
  .asq-form {
    margin: 30px 0; }
  .social-box {
    padding: 20px; }
    .social-box ul li a {
      margin-right: 0; }
  .widget:last-of-type {
    margin-bottom: 0; }
  .intro-content-text {
    margin-bottom: 30px; }
  .venue-img {
    margin-bottom: 30px; }
    .venue-img img {
      width: 100%; }
  .single-venue-content {
    margin-bottom: 40px; }
  .ts-venue-feature {
    padding-bottom: 40px; }
  .map-left .ts-map .mapouter {
    margin: 0 0 40px; }
  .ts-book-seat .book-seat-content .section-title {
    font-size: 28px; }
  .blog-details .entry-header {
    padding: 0; }
    .blog-details .entry-header .entry-title {
      font-size: 24px; }
  .blog-details .post-content {
    margin: 30px 0; }
  .blog-details .post-single .post-body {
    padding: 0; }
  .blog-details .post-tags {
    width: 100%; }
    .blog-details .post-tags a {
      margin-bottom: 10px; }
  .blog-details .share-items {
    float: none !important;
    width: 100%;
    display: block; }
  .author-box {
    padding: 20px; }
    .author-box img {
      width: 50px;
      height: 50px;
      margin-right: 15px; }
    .author-box .author-info p {
      padding-left: 65px; }
  .comments-reply {
    margin-left: 0; }
  .ts-map-tabs ul li a {
    font-size: 14px;
    margin-right: 0; }
  .direction-tabs-content .contact-info-box {
    margin-bottom: 30px; }
  .header .navbar-collapse {
    max-height: 320px;
    max-width: none;
    overflow: auto;
    float: none !important;
    width: 100% !important;
    padding: 0px;
    border: 0; }
  .header .navbar-nav {
    position: static;
    margin: 0px; } }


.grecaptcha-badge {
  opacity: 0;
}

.cookieConsentContainer{z-index:999;width:350px;min-height:20px;box-sizing:border-box;padding:30px 30px 30px 30px;background:#232323;overflow:hidden;position:fixed;bottom:30px;right:30px;display:none}.cookieConsentContainer .cookieTitle a{font-family:OpenSans,arial,sans-serif;color:#fff;font-size:22px;line-height:20px;display:block}.cookieConsentContainer .cookieDesc p{margin:0;padding:0;font-family:OpenSans,arial,sans-serif;color:#fff;font-size:13px;line-height:20px;display:block;margin-top:10px}.cookieConsentContainer .cookieDesc a{font-family:OpenSans,arial,sans-serif;color:#fff;text-decoration:underline}.cookieConsentContainer .cookieButton a{display:inline-block;font-family:OpenSans,arial,sans-serif;color:#fff;font-size:14px;font-weight:700;margin-top:14px;background:#000;box-sizing:border-box;padding:15px 24px;text-align:center;transition:background .3s}.cookieConsentContainer .cookieButton a:hover{cursor:pointer;background:#3e9b67}@media (max-width:980px){.cookieConsentContainer{bottom:0!important;left:0!important;width:100%!important}}