@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");

/* ============================== */
/* Typography
================================================== */
body,
p {
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  font-size: 16px;
  color: #000;
}

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

h1,
h2 {
  font-family: 'Roboto', 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;
}

/* Global styles
================================================== */
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: #a82632;
  -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: #a82632;
}

a.read-more {
  color: #a82632;
  font-weight: 700;
}

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

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

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

.section-bg {
  background: #fbfbfb;
}

.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: 400;
  color: #fff;
  text-transform: uppercase;
  background: #a82632;
  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: #a82632;
  border-color: #a82632;
}

.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: #a82632;
}

.section-title,
.column-title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 800;
  color: #a82632;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 85px;
  text-align: center;
  text-transform: uppercase;
}

.section-title:after,
.column-title:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  right: 0;
  background-image: url(../images/shap/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: #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(../images/shap/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: 18px;
  color: #b52431;
}

.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);
}

/* 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: #a82632;
}

.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: #a82632;
}

.header ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 310px;
  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: #a82632;
}

.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;
}

.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: #a82632;
}

.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: #a82632;
  font-size: 14px;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}

.header.h-transparent2 .ticket-btn.btn:hover {
  background: #ff007a;
  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: #a82632;
}

.header.header-classic ul.navbar-nav>li.active>a {
  color: #a82632;
}

.header.header-classic ul.navbar-nav>li.header-ticket .ticket-btn {
  background: #a82632;
  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;
}

.header.sticky img {
  width: 126px;
}

.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: #a82632;
  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: #a82632;
  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: #a82632;
}

.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 #a82632;
  border-radius: 10px;
  padding: 18px 20px 14px;
  color: #a82632;
  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 {
  height: 100vh;
  color: #fff;
    display: flex;
    align-items: center;
  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: 150px 0 0px;*/
  z-index: 1;
  position: relative;
  text-align: center;
  width: 89%;
  margin: auto;
}

.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: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* .banner-item .banner-content-wrap .banner-btn .btn {
  height: 55px;
  line-height: 55px;
  padding: 0 55px;
  background: #fff;
  color: #000;
  margin-top:10px;
} */

.banner-item .banner-content-wrap .banner-btn .btn {
  height: 55px;
  line-height: 55px;
  padding: 0 25px 0;
  margin-top: 10px;
}

.banner-item .banner-content-wrap .banner-btn .btn:hover {
  background: #a82632;
  color: #fff;
}

.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;
}

.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: #530f0e;
  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 #a82632;
}

.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;
}

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

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

.single-intro-text {
  height: 300px;
  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: #b88d1e;
  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;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-btn:hover {
  color: #a82632;
}

.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: 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;
}

.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: #120f4e;
}

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

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

.ts-speaker .speaker-img {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  overflow: hidden;
  margin: auto auto 20px;
  z-index: 2;
}

.ts-speaker .ts-speaker-info {
  background-color: #d7dff1;
  margin-top: -70px;
  padding: 70px 0 15px;
  border-radius: 0 0 30px 30px;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.ts-speaker:hover .ts-speaker-info {
  background-color: #e5ac3961;
}

.ts-speaker-info h3 {
  color: #000;
  font-weight: 600;
  font-size: 17px;
}

.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: #000;
}

.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 p {
  color: #a82632;
  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: #a82632;
}

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

/*==========================
     ts-experiences
===========================*/
.ts-experiences {
  padding: 0;
  overflow: hidden;
  background: #dee1e3;
}

.ts-experiences .exp-img {
  min-height: 572px;
  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: 750px;
  padding: 86px 30px;
  position: relative;
  z-index: 1;
}

.ts-exp-wrap .ts-exp-content .column-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.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: 23px;
  color: #fff;
  font-size: 16px;
}

.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;
}

.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: #a82632;
}

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

.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: 50px;
}

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

.ts-schedule-nav ul li {
  margin: 0 3px;
  position: relative;
}
.es-nav ul li a {
    border-radius: 0px !important;
}
.ts-schedule-nav ul li a {
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  background: #e5ac3961;
  display: inline-block;
  padding: 11px 25px 8px;
  position: relative;
}

.ts-schedule-nav ul li a:hover {
  background: #e5ac39;
}

.ts-schedule-nav ul li a h3 {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 0;
  text-transform: uppercase;
}

.ts-schedule-nav ul li a.active {
  background: #a82632;
  color: #fff;
}
/*.ts-schedule-nav ul li:nth-child(4) a {*/
/*    background: #fddae8;*/
/*}*/
.ts-schedule-nav ul li:nth-child(4) a.active {
    background: #a82632;
}
.live-tab ul li:nth-child(4) a{
    background: #e5ac3961;
}
.live-tab ul li:nth-child(4) a:hover{
    background: #e5ac39;
}
.live-tab ul li:nth-child(4) a.active {
    background: #a82632;
}
.session-warea img{
    width:100%;
}
.ts-schedule-nav ul li a.active+span.voting-title {
  color: #a82632;
}

.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: #a82632;
  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 #a82632;
  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: #a82632;
}

@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%;
  }
}

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

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

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

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

.ts-pricing-bg::before {
  position: absolute;
  content: '';
  background-color: transparent;
  background-image: -webkit-linear-gradient(306deg, rgba(68, 63, 198, 0.85) 0%, #ff007a 60%);
  background-image: -o-linear-gradient(306deg, rgba(68, 63, 198, 0.85) 0%, #ff007a 60%);
  background-image: linear-gradient(144deg, rgba(68, 63, 198, 0.85) 0%, #ff007a 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: 320px;
  margin: auto;
}

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

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

.ts-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;
}

.ts-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);
}

.ts-pricing-box .ts-pricing-header .ts-pricing-name {
  font-size: 35px;
  font-weight: 600;
  color: #812596;
  text-transform: uppercase;
  margin-bottom: 40px;
}


.ts-pricing-box .ts-pricing-header .ts-pricing-price {
  font-size: 25px;
  font-weight: 500;
  color: #e71b7e;
  margin-bottom: 0;
}


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

.ts-pricing-box .ts-pricing-progress .ts-pricing-value {
  font-weight: 700;
  color: #a82632;
  margin-bottom: 25px;
}

.ts-pricing-box .ts-progress {
  width: 100%;
  height: 10px;
  background: #ebedf4;
  margin: 15px 0px;
}

.ts-pricing-box .ts-progress .ts-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%;
}

.ts-pricing-box .promotional-code .promo-code-text {
  font-weight: 400;
  color: #a82632;
}

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

.ts-pricing-box .pricing-btn:before,
.ts-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;
}

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

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

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

.ts-pricing-item .ts-pricing-header i {
  font-size: 70px;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  margin: auto;
  background: #a82632;
  color: #fff;
  padding: 45px 0;
  margin-top: -100px;
  margin-bottom: 40px;
}

.ts-pricing-item .ts-pricing-name {
  font-size: 24px;
  font-weight: 700;
  color: #a82632;
  margin-bottom: 35px;
}

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

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

.ts-pricing-item .ts-pricing-price span {
  position: relative;
  z-index: 1;
  color: #a82632;
}

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

.ts-pricing-item .btn {
  background: #a82632;
}

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

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

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

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

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

.ts-pricing-item.active .ts-pricing-header i,
.ts-pricing-item.active .btn {
  background: #a82632;
}

.ts-pricing-item.active .ts-pricing-name,
.ts-pricing-item.active .ts-pricing-price span {
  color: #a82632;
}

.ts-pricing.classic .ts-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 .ts-pricing-box {
  background: #120f4e;
}

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

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

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

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

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

.ts-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);

}

.ts-blog .post .post-body .entry-header .entry-title {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0;
  line-height: 22px;
  color: #000;
}

.sml-txt {
  font-size: 12px;
  color: #e73443;
}

.ts-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);
}

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

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

.ts-blog .post .post-body .post-footer {
  text-align: center;
}

.ts-blog .post .post-body .post-footer a {
  font-weight: 500;
  font-size: 14px;
}

.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: #a82632;
  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: #a82632;
}

.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: #a82632;
}

.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: #a82632;
  text-transform: uppercase;
}

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

.post .post-media.post-image img {
  transform: scale(1);
  transition: all 0.9s;
}

.post .post-media.post-image img:hover {
  transform: scale(1.1);
}

.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: 0px;
  padding: 10px;
}

.schedule-tabs .col-lg-3 {
    display: flex;
    margin-bottom:30px;
}
.schedule-tabs .col-lg-3 .post-body {
    height: 100%;
    margin: 0 0 50px;
}
.post .post-body {
  padding: 0px 20px 30px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #ddd;
  
}

.ts-blog .post .post-body .entry-content p {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}

.post .post-body .entry-header .entry-title {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

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

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

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

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

.ts-intro-sponsors .sponsors-logo {
  text-align: center;
  margin-bottom:15px;
}

.ts-intro-sponsors .sponsors-logo ul {
  margin: 0px;
  padding: 0px;
}

.ts-intro-sponsors .sponsors-logo ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.ts-intro-sponsors .sponsors-logo ul li span {
  color: #ffbb0a;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 15px 0 0;
  display: block;
}

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

.ts-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: #a82632;
  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;
}

.ts-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;
}

.ts-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;
}

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

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

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

.ts-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;
}

.ts-map-tabs ul li a:before {
  position: absolute;
  left: 0;
  top: 39px;
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid #a82632;
  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;
}

.ts-map-tabs ul li a.active {
  color: #a82632;
  border-color: #a82632;
}

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

.ts-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;
}

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

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

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

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

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

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

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

.ts-newsletter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #a82632;
  padding: 55px 0 60px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

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

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

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

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

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

.ts-newsletter .ts-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;
}

/*================================
      ts-footer
 ==================================*/
.ts-footer {
  background: rgba(26, 24, 49, 0.95);
  padding: 20px;
}

.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: #a82632;
  border-color: #a82632;
  -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: #a82632;
}

.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: 60px 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;
}

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

.ts-single-funfact {
  padding-right: 60px;
  position: relative;
  display: inline-block;
  text-align: center;
}

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

.ts-single-funfact .funfact-num {
  font-size: 64px;
  font-weight: 900;
  color: #c69923;
  margin-bottom: 15px;
  line-height: 80px;
}

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

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

.ts-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;
}

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

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

.ts-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) .ts-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) .ts-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) .ts-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) .ts-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: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
}

.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 ---- */
.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;
}

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

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

.ts-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;
}

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

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

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

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

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

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

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

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

.ts-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: #a82632;
}

.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: #a82632;
}

.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: #a82632;
}

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

/* Post navigation */
.post-navigation span:hover,
.post-navigation h3:hover {
  color: #a82632;
}

.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;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* about
===================================================*/
.about-intro-text i {
  font-size: 64px;
  margin-bottom: 20px;
  display: block;
  background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
  background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e72c83), to(#a742c6));
  background: -o-linear-gradient(top, #e72c83 0%, #a742c6 100%);
  background: linear-gradient(to bottom, #e72c83 0%, #a742c6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-video {
  position: relative;
}

.about-video i {
  color: #e73443;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 700;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.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%); */
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
}

/* Outcome */
.ts-event-outcome {
  background: #1c1a4f;
  min-height: 480px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.ts-event-outcome .outcome-content .column-title {
  color: #e5ac39;
  margin-bottom: 8px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 38px;
}

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

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

.ts-event-outcome .outcome-content p {
  margin-bottom: 35px;
  font-weight: 300;
}

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

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

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

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

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

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

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

/*================================
faq-item
====================================*/
.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: #a82632;
  color: #fff;
  border-color: #a82632;
}

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

.faq-item .faq-list .panel-collapse.show {
  background: #a82632;
}

.widget {
  margin-bottom: 50px;
}

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

.ts-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #a82632;
}

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

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

.social-box .widget-title {
  font-size: 24px;
  color: #a82632;
  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: #a82632;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

/* Btn link box */
.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: #a82632;
  border-color: #a82632;
  color: #fff;
}

/* Error page
================================================== */
.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;
}

/* =================
// Exprience
=====================*/
.ts-exprience {
  position: relative;
  padding: 150px 0 500px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------back to top-------------*/
.BackTo {
  background: #a82632 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;
}

/*# sourceMappingURL=style.css.map */

.bg1 {
  background: #f9fafc;
  background: url(https://demo.themewinter.com/html/exhibz/images/bg/outcomes_bg.jpg);
  background-size: cover;
}

.bg2 {
  background: #f9fafc;
  background: url(../images/sponsor-bg.jpg);
  background-size: cover;
}

.overlay-white {
  background: rgba(255, 255, 255, .88);
  padding: 8rem 0;
}

.p0 {
  padding: 0px;
}


.banner-content-wrap p {
  color: #fff;
  font-size: 25px;
  ;
}


/*
.owl-controls .owl-buttons{
  text-align:center;
  margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
  background: #fff;
  position: absolute;
  top:-13%;
  left:15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
  background: #fff;
  position: absolute;
  top:-13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
  content:"\f104";
  font-family: FontAwesome;
  color: #333;
  font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
  content:"\f105";
}
@media only screen and (max-width:1280px) {
  .post-slide .post-content{
      padding: 0px 15px 25px 15px;
  }
}*/

/* .owl-item{    background: #f3f3f3;padding: 20px;} */

.btn-bg {
  background: #b88d1e;
}

.btn-bg:hover {
  background: #75590f;
}

.wht-btn {
  background: #fff;
  color: #000;
}

.wht-btn:hover {
  background: #f3f3f3;
  color: #000;
}

.mb20 {
  margin-bottom: 20px;
}

.mt50 {
  margin-top: 50px;
}


.box1 {
  background: #ffffff;
  padding: 20px 50px;
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

.pb0 {
  padding-bottom: 0px;
  padding-bottom: 0px !important;
}

.mb30 {
  margin-bottom: 30px;
}

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


.ts-exp-wrap1:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/shap/cta_bg1.png) no-repeat 100%/cover;
}

.ts-exp-wrap1:after {
  background-color: #fff;
  background-image: inherit;
}

.txt-color-red {
  color: #d3285f !important;
}

.txt-color-blk {
  color: #000 !important;
}

.txt-color-yellow {
  color: #c69923 !important;
}



.counter {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
  width: 88%;
  margin: auto;
}

.counter:before {
  content: '';
  border: 3px solid #7f1440;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
}

.counter .counter-icon {
  color: #fff;
  background-color: #7f1440;
  font-size: 33px;
  line-height: 63px;
  width: 65px;
  height: 65px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.counter .counter-value {
  color: #7f1440;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 4px;
  display: inline-block;
}

.value-snp {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 4px;
  display: inline-block;
}

.counter h3 {
  color: #555;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0;
}

.counter.green:before {
  border-color: #c69923;
}

.counter.green .counter-icon {
  background-color: #c69923;
}

.counter.green .counter-value {
  color: #c69923;
}

.counter.green .value-snp {
  color: #c69923;
}

.counter.blue:before {
  border-color: #161362;
}

.counter.blue .counter-icon {
  background-color: #161362;
}

.counter.blue .counter-value {
  color: #161362;
}

.counter.red:before {
  border-color: #313131;
}

.counter.red .counter-icon {
  background-color: #313131;
}

.counter.red .counter-value {
  color: #313131;
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}





/* Float three columns side by side */
.column {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 700px) {

  .container {
    width: 100%;
  }

  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.card .profile {
  border-radius: 10px;
  transition: 0.2s;
}

.card:hover .profile {
  transform: scale(1.4);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

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

.card .content .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1e6;
  transition: 1s;

  z-index: 1;
  padding: 10px;
}

.from-left {
  top: 0;
  left: -100%;
}

.card:hover .content .from-left {
  left: 0%;
}

.from-bottom {
  top: 100%;
  left: 0;
}

.card:hover .content .from-bottom {
  top: 0%;
}

.from-right {
  top: 0%;
  right: -100%;
}

.card:hover .content .from-right {
  right: 0;
}

.card .content .back h3 {
  font-size: 15px;
  letter-spacing: 2px;
}

.card .content .back .tem-img {
  border-radius: 100%;
}

.card .content .back .des {
  font-size: 13px;
  padding: 0px 0px;
}

.card .content .back .social-icon {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.card .content .back .social-icon li {
  display: inline-block;
}

.card .content .back .social-icon li a {
  display: block;
  background: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}

.front h2 {
  font-size: 21px;
  margin: 10px 0px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  line-height: 25px;
  height:50px;
}

.yellow-bg {
  background: #f5ebd1;
}

.red-bg {
  background: #ffc4c8;
}

.ptb100 {
  padding: 100px;
}


section.ts-about-intro {
  padding: 100px 0 0;
}

.aobut_right h5 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 20px 25px 0px;
}

.aobut_right h3 {
  font-size: 2.5rem;
  color: #a82632;
  font-weight: 800;
  line-height: 1.2;
  margin: 20px 25px 20px;
}

.aobut_right .block-text {
  margin: 0 0 0 20px;
}

.aobut_right .block-text h4 {
  color: #a82632;
  font-size: 17px;
  font-weight: 500;
}

/* .aobut_right .block-text p { font-size: 15px; font-weight: 500; text-align: justify; }   */
section.pvlf-awards {
  /* background-image: url(../images/awards_bg.jpg); */
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0 50px;
  background-attachment: fixed;
  display: inline-table;
}

.aobut_right .awards-sec {
  margin: 0 25px 0;
}

.aobut_right .awards-sec .read-more {
  margin: 0 0 55px;
}

.aobut_right .awards-sec .read-more a {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
}

.aobut_right .awards-sec .read-more a {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 9px 25px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.aobut_right .awards-sec .read-more a:hover {
  background-color: #a82632;
}

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

.pvlf-button a {
  font-weight: 500;
  font-size: 14px;
  color: #a82632;
  text-transform: uppercase;
}

.pvlf-button a:hover {
  color: #000;
}

section.pvlf-awards h2 {
  color: #fff;
}

section.pvlf-awards .post-media {
  text-align: center;
  margin: auto;
}

section.our-sponrs {
  background: #363454;
}

section.ts-about-intro.awards-top-section {
  padding: 80px 0;
}

section.author-excellence .banner-item {
  height: 100vh;
  min-height: auto;
}

section.author-excellence .banner-item .banner-content-wrap {
  width: auto;
  text-align: unset;
  padding: 150px 0 182px;
}

section.author-excellence .banner-item .banner-content-wrap h1.banner-title {
  font-size: 50px;
  line-height: 55px;
  text-transform: capitalize;
  margin: 0 0 25px;
}

section.author-excellence .banner-item .banner-content-wrap p {
  font-size: 22px;
  line-height: 36px;
  margin: 0 0 35px;
  font-weight: 300;
}

section.author-excellence .banner-item img {
  max-width: 85%;
}

section.author-excellence .banner-item .pt-50 {
  padding-top: 150px;
}

section.shortage-remarkable h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #a82632;
  line-height: 46px;
  padding: 0px 0 15px;
}

section.shortage-remarkable .author-excellence-services {
  margin: 5px 0 0;
}

section.shortage-remarkable .author-excellence-services ul {
  margin: 0px;
  padding: 0;
}

section.shortage-remarkable .author-excellence-services ul li {
  list-style: none;
}

section.shortage-remarkable .author-excellence-services ul li .service_icon {
  width: 55px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  left: -20px;
}

section.shortage-remarkable .author-excellence-services ul li .service_icon img {
  max-width: 100%;
}

section.shortage-remarkable .author-excellence-services ul li h5 {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 15px;
}

section.shortage-remarkable .author-excellence-services ul li p {
  font-size: 15px;
  line-height: 24px;
  color: #555555;
  font-weight: 400;
  text-align: justify;
}

section.shortage-remarkable img.left-img {
  max-width: 90%;
}

section.ts-contact-form .title_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

section.ts-contact-form .title_section .first-half {
  width: 100%;
  max-width: 46%;
  flex: 0 0 46%;
  padding-right: 50px;
  border-right: 2px solid #e73443;
}

section.ts-contact-form .title_section .first-half span {
  color: #a82632;
  font-size: 16px;
  font-weight: 500;
}

section.ts-contact-form .title_section .first-half h2 {
  margin: 15px 0 0px;
  font-weight: 800;
  color: #000;
}

section.ts-contact-form .title_section .last-half {
  width: 100%;
  max-width: 54%;
  flex: 0 0 54%;
  padding-left: 50px;
}

section.ts-contact-form .title_section .last-half p {
  font-size: 16px;
}

section.registration_form {
  padding: 0;
  background: #333;
}

section.registration_form form.contact-form {
  margin: 35px 70px;
}

section.registration_form form.contact-form .form-group label {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.registration_form form.contact-form .form-group input {
  border-radius: 0;
  font-size: 13px;
  padding: 11px 15px;
  background: #333333;
  border: #626262 solid 2px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

section.registration_form form.contact-form .form-group input:focus {
  border: #fff solid 2px;
  color: #000;
  background: #fff;
  box-shadow: none;
  outline: none;
}

section.registration_form form.contact-form .form-group select {
  border-radius: 0;
  font-size: 13px;
  padding: 8px;
  display: block;
  background: #333;
  width: 100%;
  color: #fff;
  border: #626262 solid 2px;
  transition: all 0.3s ease-in-out;
}

section.registration_form form.contact-form .form-group textarea {
  color: #fff;
  border-radius: 0;
  outline: none;
  font-size: 13px;
  padding: 10px 15px;
  background: #333;
  border: #626262 solid 2px;
  transition: all 0.3s ease-in-out;
  height: 80px;
}

section.registration_form form.contact-form .form-group textarea:focus {
  border: #fff solid 2px;
  background: #fff;
  box-shadow: none;
  outline: none;
  color: #000;
}

section.registration_form form.contact-form .form-group input::-webkit-input-placeholder,
section.registration_form form.contact-form .form-group textarea::-webkit-input-placeholder,
section.registration_form form.contact-form .form-group span.select-option {
  color: white;
  opacity: 0.5;
}

section.registration_form form.contact-form .form-group input::-moz-placeholder,
section.registration_form form.contact-form .form-group textarea::-moz-placeholder,
section.registration_form form.contact-form .form-group span.select-option {
  color: white;
  opacity: 0.5;
}

section.registration_form form.contact-form .form-group input:-ms-input-placeholder,
section.registration_form form.contact-form .form-group textarea:-ms-input-placeholder,
section.registration_form form.contact-form .form-group span.select-option {
  color: white;
  opacity: 0.5;
}

section.registration_form form.contact-form .form-group input:-moz-placeholder,
section.registration_form form.contact-form .form-group textarea:-moz-placeholder,
section.registration_form form.contact-form .form-group span.select-option {
  color: white;
  opacity: 0.5;
}

section.registration_form form.contact-form .form-group span.select-option select {
  appearance: none;
  cursor: pointer;
}

section.registration_form form.contact-form .form-group span.select-option {
  position: relative;
}

section.registration_form form.contact-form .form-group span.select-option:after {
  content: "";
  position: absolute;
  right: 16px;
  margin-top: 17px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  pointer-events: none;
}

section.registration_form form.contact-form button.btn-bg {
  background: #fff;
  border-radius: 0;
  color: #000;
  width: 100%;
  letter-spacing: 2px;
  margin: 15px 0 0;
  transition: all 0.3s ease-in-out;
}

section.registration_form form.contact-form button.btn-bg:hover {
  background: #000;
}

section.registration_form form.contact-form button.btn-bg:hover {
  background: #e5ac39;
  color: #fff;
}

section.registration_form img.reg_img {
  max-width: 100%;
}

section.registration_form .container-fluid {
  padding: 0;
}

section.registration_form .col-lg-6:last-child {
  padding: 0px;
  background-color: #333;
  text-align: left;
}

section.aw h2 {
  color: #fff;
}

section.registration_form .reg_left_cont {
  background: #fff;
  background-size: cover;
  background-position: center center;
  height: 700px;
  padding: 50px;
}

section.registration_form .reg_left_cont .aobut_right {
  margin-top: 75px;
}

section.registration_form .reg_left_cont .aobut_right h5 {
  margin: 0px 0 15px;
  text-transform: uppercase;
  font-size: 15px;
}

section.registration_form .reg_left_cont .aobut_right h3 {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
}

section.registration_form .reg_left_cont .aobut_right .block-text {
  margin: 25px 0 0;
}

section.award-cate h2.section-title {
  color: #fff;
}

section.award-cate .post .post-body {
  background-color: #fff;
  text-align: center;
  min-height: 258px;
  margin: 0 0 25px;
}

section.award-cate .post .post-body h2.entry-title a {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 5px;
  line-height: 20px;
  display: block;
}

section.award-cate .post .post-body h2.entry-title a:hover {
  color: #dbaa1b;
}

section.award-cate .post .post-body .post-media.post-image {
  width: calc(100% - 70px);
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-dots {
  text-align: center;
  bottom: 5px;
  width: 100%;
  margin-top: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background: rgba(127, 127, 127, 1);
}

section.about-sec .aobut_right_cont h2 {
  font-size: 2.5rem;
  color: #a82632;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 22px;
  text-transform: uppercase;
}

section.about-sec .aobut_right_cont .readmore {
  margin-top: 20px;
}

section.about-sec .aobut_right_cont .readmore a {
  background: #a82632;
  padding: 10px 35px;
  font-size: 15px;
  border-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

/*
section.about-sec img.img-fluid {
  width: 80%;
}*/

.pvlf-winner {
  margin: 30px 0 10px;
}

.pvlf-winner a {
  background: #000;
  padding: 16px 30px;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.pvlf-winner a:hover {
  background: #a82632;
}

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

.aobut_right .block-text ul {
  margin: 25px 0 0;
  padding: 0;
}

#news-slider.owl-carousel .owl-dots.disabled,
#news-slider.owl-carousel .owl-nav.disabled {
  display: block;
}

#news-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 42%;
}

#news-slider.owl-carousel .owl-nav .owl-prev i {
  font-size: 38px;
  color: #242238;
  font-weight: 100;
}

#news-slider.owl-carousel .owl-nav .owl-prev i:hover {
  color: #e63443;
}

#news-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 42%;
}

#news-slider.owl-carousel .owl-nav .owl-next i {
  font-size: 38px;
  color: #242238;
  font-weight: 100;
}

#news-slider.owl-carousel .owl-nav .owl-next i:hover {
  color: #e63443;
}

.aobut_right .block-text ul {
    margin: 25px 0 0 20px;
    padding: 0;
}
.aobut_right .block-text ul li {
  line-height: 1.6;
  list-style: disc;
  margin-bottom: 10px;
}

.aobut_right .block-text ul li i {
  background: #eee;
  padding: 8px 0 0;
  width: 35px;
  margin-right: 4px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
}

.aobut_right .block-text ul li a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
}


.wp-content {
  background: #c0143ceb;
  height: 96%;
  padding: 5% 10%;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-content h2 {
  text-align: center;
  color: #fff;
}

.white-color {
  color: #fff;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.lst-sty-none {
  list-style: none !important;
}

section.registration_form form.contact-form .form-group label span {
  font-size: 10px;
  text-transform: initial;
  display: inherit;
}

.auto-hgh {
  height: 100vh;
  background-size: cover;
  text-align: center;
  padding-top: 21%;
}

.auto-hgh h2 {
  color: #fff;
  font-size: 60px;
}

.auto-hgh p {
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
}

.btn-white {
  background: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
}

.hgh-tit {
  background: #f91c47;
  padding: 16px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 34px !important;
}

.applyingfor {
  color: #fff;
  font-size: 15px;
}

.applyingfor input[type="checkbox"] {
  margin: 0 10px 0 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(255 255 255);
}

.yellow-color {
  color: #ffbb0a;
  font-size: 18px;
  text-transform: uppercase;
  min-height: 42px;
  padding: 10px 0 0;
}

.ts-intro-sponsors .sponsors-logo ul li img {
  background-color: rgb(0 0 0 / 25%);
  padding: 2px 6px;
}

section.ts-intro-sponsors hr {
  border-color: rgb(255 255 255 / 25%);
}

.banner-item .banner-content-wrap .banner-btn a.call-nominate {
  background: #e5ac39;
  color: #fff;
  margin-left: 7px;
  display: inline-block;
}

.banner-item .banner-content-wrap .banner-btn a.call-nominate span {
  position: relative;
}

.banner-item .banner-content-wrap .banner-btn a.call-nominate span i {
  font-size: 22px;
  position: absolute;
  left: -25px;
  top: 0;
}

.nominate-btn {
  margin-top: 25px;
}

.nominate-btn a {
  background: #e5ac39;
  text-decoration: none;
  color: #fff;
  padding: 14px 25px 10px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.nominate-btn a:hover {
  background: #a82632;
  color: #fff;
}

.nominate-btn a span {
  margin-right: 6px;
  font-size: 18px;
}

.icon-ui {
  font-size: 100px;
  padding-bottom: 30px;
  display: inline-block;
  color: #473172;
}

.color1 {
  color: #f9ddea;
}

section.video_iframe .video-player {
  background: #fff;
  padding: 20px 10px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

section.video_iframe h3 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 800;
  color: #a82632;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}


/*  VIDEO PLAYER CONTAINER
############################### */

.vid-container {
  position: relative;
  padding-top: 30px;
  height: 0;
  width: 70%;
  float: left;
}

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

/*  VIDEOS PLAYLIST
 ############################### */

.vid-list-container {
  width: 30%;
  height: 450px;
  overflow: hidden;
  float: right;
  background: #333;
}

.vid-list-container:hover,
.vid-list-container:focus {
  overflow-y: auto;
}

ol#vid-list {
  margin: 10px 0 0;
  padding: 0;
  background: #333;
}

ol#vid-list li {
  list-style: none;
  border-bottom: #414141 solid 1px;
}

ol#vid-list li a {
  text-decoration: none;
  background-color: #222;
  height: 55px;
  display: block;
  padding: 10px;
}

ol#vid-list li a:hover {
  background-color: #666666
}

.vid-thumb {
  float: left;
  margin-right: 8px;
}

.active-vid {
  background: #3A3A3A;
}

ol#vid-list li a {
  text-decoration: none;
  background-color: #333;
  height: 55px;
  line-height: 16px;
  display: inline-flex;
  font-weight: 600;
  align-items: center;
  width: 100%;
}

#vid-list .desc {
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.txt-wp {
    margin-top: -15%;
}

.txt-wp h2 {
  font-size: 16px;
  font-weight: 500;
  color: #a82632;
  margin-bottom: 0px;
  line-height: 22px;
}

.txt-wp hr {
  border-top: 1px solid rgb(218 218 218);
  margin: 8px 0px;
}

.txt-wp p {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 18px;
  /* min-height: 34px; */
  color: #333;
  font-weight: 900;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 1;*/
  /*-webkit-box-orient: vertical;*/
}

figure {
  --size: 1.5rem;
  transform: skewY(360deg) scale(0.75);
  font-size: 0;
  width: 242px;
  box-sizing: border-box;
  margin-left: -1rem;
  align-self: flex-start;
}

figure.small {
  --size: 1rem;
}

figure.large {
  --size: 1.5rem;
}

figure img {
  /* cover */
  /* override previous cascade */
  width: 100%;
  background: #222;
  border-radius: 0 5px 5px 0;
  border: 2px solid #222;
  border-left: none;
  transition: transform 0.5s, filter 0.5s;
}

figure::after {
  /* spine */
  content: "";
  position: absolute;
  width: calc(var(--size) + 2px);
  height: 100%;
  left: calc(-1 * var(--size));
  background: #222;
  transform-origin: right;
  transform: skewY(45deg);
  z-index: -1;
  transition: transform 0.5s;
  top: 2px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

figure picture::before {
  /* pages */
  content: "";
  position: absolute;
  width: var(--size);
  height: 235px;
  background: #fff;
  background-size: 0.5rem;
  /* needed to prevent visual glitch in FF */
  top: calc(-1 * (234px + (var(--size) / 2)) + 5px);
  left: calc(-1 * var(--size));
  transform: rotate(90deg) skewy(-45deg);
  transform-origin: bottom;
  border-left: 1px solid #222;
  transition: transform 0.5s;
  z-index: -1;
}

figure picture::after {
  /* back board */
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  top: 0;
  left: calc(-1 * var(--size));
  transform: translateY(calc(-1 * var(--size)));
  z-index: -2;
  border-top-right-radius: 5px;
  transition: transform 0.5s;
}

figure::before {
  /* shadow */
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: calc(353px - var(--size));
  left: calc(-1 * var(--size));
  height: calc(1.25rem + var(--size));
  width: calc(100% + var(--size) + .25rem);
  transform: skewX(45deg);
  filter: blur(10px);
  z-index: -1;
  border-radius: 2rem;
  transition: transform 0.5s;
}

.categories-item {
  text-align: center;
  display: inherit !important;
  color: #fff;
  text-transform: uppercase;
}

/* .tab-pane .post-body{height: 590px;}
.tab-pane .post-body { min-height: 620px; }*/
 
.pt85 {
  padding-top: 85px;
}

.tab-pane .post-body button.vote-btn {
  background: #a82632;
  border-radius: 4px;
  border-color: #a82632;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  /*margin-right: 10px;*/
  margin-right: -25px;
  line-height: 30px;
  padding: 3px 13px;
  width: auto;
  height: 35px;
  display: inline-block;
}

.tab-pane .post-body button.yellow-btn:focus,
.tab-pane .post-body button.yellow-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.tab-pane .post-body button.readonly.green-btn {
  color: #FFFFFF;
  background: #e73544;
  border-color: #02010100;
  border-radius: 4px;
  font-size: 13px;
  padding: 2px 10px;
  text-transform: uppercase;
}

.tab-pane .post-body button.readonly.green-btn:focus,
.tab-pane .post-body button.readonly.green-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.tab-pane .post-body button.green-btn {
  background-color: #5cb85c;
  border-color: #5cb85c;
  line-height: 30px;
  padding: 3px 13px;
  width: auto;
  /*float: left;*/
  height: 35px;
}

.tab-pane .post-body button.vote-count {
  background: #fff;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  line-height: 28px;
  padding: 3px 13px;
  width: auto;
  height: 35px;
  border: #000 solid 1px;
}

/*.ts-schedule-nav ul li a.voted-tab {*/
/*  background: #a22a6a;*/
/*}*/

/*.ts-schedule-nav ul li a.voted-tab h3 {*/
/*  color: #fff;*/
/*}*/

.ts-schedule-nav ul li a.voted-tab+span.voting-title {
  color: #a22a6a;
}

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

.voting-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.ts-schedule-nav ul li span.voting-title {
  text-transform: uppercase;
  font-size: 11px;
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  margin-top: -8px;
}

button.author-vote-btn {
  height: 30px;
  line-height: 30px;
}

button.author-vote-count {
  background: #fff;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  line-height: 20px;
  padding: 3px 13px;
  width: auto;
  /* float: left; */
  height: 30px;
  border: #000 solid 1px;
}

.winner_pvlf {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 36px;
  margin: 0 0 35px;
  font-weight: 600;
}

.pba {
  min-height: 400px;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yellow-btn a {
  background: #e5ac39;
}



table {
  --accent-color: #d20055;
  --text-color: slategray;
  --bgColorDarker: #ececec;
  --bgColorLighter: #fcfcfc;
  --insideBorderColor: lightgray;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid var(--accent-color);
  border-collapse: collapse;
  color: var(--text-color);
  table-layout: fixed;
}

table caption {
  margin: 1rem 0;
  color: slategray;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.055rem;
  text-align: center;
}

table thead tr {
  color: whitesmoke;
  background-color: var(--accent-color);
  font-size: 1rem;
}

table tbody tr {
  border: 1px solid var(--insideBorderColor);
  background-color: var(--bgColorDarker);
}

table tbody tr:nth-child(odd) {
  background-color: var(--bgColorLighter);
}

table th {
  letter-spacing: 0.075rem;
}

table th,
table td {
  padding: 0.75rem 1rem;
  font-weight: normal;
  text-align: left;
}


@media screen and (max-width: 768px) {
  table {
    border: none;
  }

  table caption {
    padding: 0.75rem 1rem;
    border-radius: 6px 6px 0 0;
    color: whitesmoke;
    font-size: 1.35rem;
    background-color: var(--accent-color);
  }

  table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

  table tbody tr {
    margin-bottom: 2rem;
    display: block;
  }

  table td {
    font-size: 0.875rem;
    text-align: right;
    display: block;
  }

  table td:before {
    content: attr(data-label);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    float: left;
    opacity: 0.5;
  }

  table td:not(:last-child) {
    border-bottom: 1px solid var(--insideBorderColor);
  }
}


.live-video iframe {
  margin: 0;
  padding: 0;
  min-height: 500px;
}

.live-video {
  /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
  padding: 13px 13px 6px;
  border: #e7015e solid 1px;
}

#upcoming img {
  max-width: 100%;
}

#past img {
  max-width: 100%;
}

.video_frame img {
  height: auto !important;
}

.upcoming_frame {
  padding: 15px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  background: #f1f0f6;
  border-bottom: 2px solid #a82632;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.upcoming_frame:hover {
  transform: translateY(-4px);
}

.video_frame {
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  background: #f1f0f6;
  border-bottom: 2px solid #a82632;
}

.video_frame:hover {
  transform: translateY(-4px);
}

.video_frame video {
  width: 100%;
  height: 185px;
}

.video_frame .upcoming-title {
  margin-top: 8px;
}

.upcoming-title {
  margin: 15px 0 0;
}

.upcoming-title h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 500;
}

.upcoming-title date {
  font-size: 14px;
  color: #6e6e6e;
  font-style: italic;
}

.upcoming-title date i {
  color: #6e6e6e;
  font-size: 15px;
}

.sub-schedle-nav ul li a {
  padding: 9px 17px 7px;
  margin: 0 10px 0;
  background: #fff;
  border: #f1f0f6 solid 1px;
  line-height: 22px;
}

.sub-schedle-nav ul li a h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.sub-schedle-nav ul li a.active {
  background: #fff;
  border: #a82632 solid 1px;
}

.sub-schedle-nav ul li a.active h3 {
  color: #a82632;
}





:root {
  --glow-color: hsl(186 100% 69%);
}


.glowing-btn {
  position: relative;
  color: hsl(168deg 100% 99%);
  cursor: pointer;
  padding: 0.5em 1em;
  border: 0.15em solid #fff;
  border-radius: 0.45em;
  background: none;
  perspective: 2em;
  font-size: 1.5em;
  /*margin-top: 20px;*/
  display: inline-block;
  font-weight: 900;
  letter-spacing: .5em;
  -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color);
  -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color);
  box-shadow: inset 0px 0px 0.5em 0px hsl(0deg 0% 0%), 0px 0px 0.5em 0px hsl(0deg 0% 33%);
  animation: border-flicker 2s linear infinite;
}

.glowing-txt {


  -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  -moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
  animation: text-flicker 3s linear infinite;
}

.faulty-letter {
  opacity: 0.5;
  animation: faulty-flicker 2s linear infinite;
}



.glowing-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: #e6ca54;
  box-shadow: 0 0 2em 0.2em #e6ca54;
  transition: opacity 100ms linear;


}

.glowing-btn:hover {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  animation: none;
}

.glowing-btn:hover .glowing-txt {
  animation: none;
}

.glowing-btn:hover .faulty-letter {
  animation: none;
  text-shadow: none;
  opacity: 1;
}

.glowing-btn:hover:before {
  filter: blur(1.5em);
  opacity: 1;
}

.glowing-btn:hover:after {
  opacity: 1;
}

@keyframes faulty-flicker {
  0% {
    opacity: 0.1;
  }

  2% {
    opacity: 0.1;
  }

  4% {
    opacity: 0.5;
  }

  19% {
    opacity: 0.5;
  }

  21% {
    opacity: 0.1;
  }

  23% {
    opacity: 1;
  }

  80% {
    opacity: 0.5;
  }

  83% {
    opacity: 0.4;
  }

  87% {
    opacity: 1;
  }
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
  }

  2% {
    opacity: 1;
  }

  8% {
    opacity: 0.1;
  }

  9% {
    opacity: 1;
  }

  12% {
    opacity: 0.1;
  }

  20% {
    opacity: 1;
  }

  25% {
    opacity: 0.3;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }

  72% {
    opacity: 0.2;
  }

  77% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.9;
  }
}

@keyframes border-flicker {
  0% {
    opacity: 0.1;
  }

  2% {
    opacity: 1;
  }

  4% {
    opacity: 0.1;
  }

  8% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  .glowing-btn {
    font-size: 1em;
  }
}




/*winner*/

.team-bg {
  background-color: #f8f9fa;
  overflow: hidden;
}

.team .section-title {
  padding-bottom: 40px;
}

.team .section-title .main-team-subheading {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}

.team .section-title .main-team-subheading::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #556270;
  margin: 4px 10px;
}

.team .main-team-heading {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #556270;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 12%);
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 25px;
  min-height: 230px;
}

.team .member .pic {
  overflow: hidden;
  width: 170px;
  border-radius: 4px;
}

.team .member .member-info {
  padding-left: 20px;
}

.team .member .member-heading {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.2;
  padding-top: 10px;
}

.team .member span {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
  color: #202020;
}

.team .member .member-para {
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #a82632;
  font-weight: 500;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #8795a4;
}

.team .member .social a+a {
  margin-left: 8px;
}

.team .member .social a:hover {
  background: #41A1FD;
}

.team .member .social a .team-icon {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.author-details {
  margin: 0px;
  padding: 0px;
}

.author-details img {
  width: 15%;
  border-radius: 50%;
  float: left;
}

.author-details p {
  float: left;
  padding-left: 0;
  padding-top: 0%;
}

.author-details i {
  font-size: 20px;
  color: #a82632;
}

.tab-content h2 {
  color: #a82632;
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0px;
}

.author-details .wdt100 {
  width: 100%;
  padding-left: 0px;
  margin-bottom: 0px;
}

.author-details .dsp-ink {
  display: inline-block !important;
  font-size: 16px !important;
  color: #a82632 !important;
  font-weight: 500 !important;
}
.post {
    text-align: center;
}
.post .btn-link {
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  background-color: #F2AB26;
    padding: 13px 25px;
    border-radius: 30px;
    line-height: 16px;
}

.post .btn-link:hover i {
  margin-left: 15px;
}

.btn-link i {
  transition: all 0.3s ease-in-out;
}

section.pvlf-awards {
  height: auto !important;
  padding-bottom: 100px;
}

.readmore1 a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #a82632;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 45px;
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 35px 0px;
  overflow: hidden;
  border-radius: 30px;
}

.readmore1 a:before {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #F2AB26;
}

.readmore1 a:hover:before {
  top: -40%;
}

.readmore1 a:hover {
  color: #000;
}

.pvl-about-logo {
  text-align: center;
  margin-top: -240px;
  margin-bottom: 40px;
}

.aobut_right_cont {
    margin: 20px 20px 0;
}

.aobut_right_cont>div {
  text-align: center !important;
}

.aobut_right_cont h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px !important;
}

.aobut_right_cont h2:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  right: 0;
  background-image: url(../images/shap/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;
}

.column-title {
  text-align: center !important;
}

.intro-left-content p {
  text-align: center;
  margin: 0 5% 40px;
}

.single-promo-item {
  padding: 30px;
  position: relative;
  z-index: 1;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0 3px 9px -2px #d0cece;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.single-promo-item h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 10px;
  position: relative;
  padding-left: 0px;
}

.single-promo-item p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
}

.single-promo-item i {
  position: relative;
}

.single-promo-item i:before {
  font-size: 50px;
  font-weight: 400;
  color: #a82632;
}

.single-promo-item:hover h5 {
  color: #fff;
}

.single-promo-item:hover p {
  color: #fff;
}

.single-promo-item:hover .promo-icon {
  color: #fff;
}

.single-promo-item:hover .promo-icon i:before {
  color: #fff;
}

.single-promo-item:hover h5:before {
  background: #fff;
}

.single-promo-item::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  height: 16px;
  width: 16px;
  background: #F2AB26;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-promo-item:hover:after {
  width: 100%;
  height: 100%;
  z-index: -2;
}

.ts-experiences {
  background: transparent !important;
}

.ts-exp-wrap1:before,
.ts-exp-wrap1:after {
  content: none;
  background: transparent !important;
}

.ts-exp-wrap1 {
  background: transparent !important;
}

.ylw-bg {
  position: relative;
  z-index: 1;
}

.ylw-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 200px);
  top: 80px;
  background: #F2AB26;
  z-index: -1;
  margin-left: 0px;
  margin-right: 0px;
  left: 0;
  right: 0;
  border-radius: 40px;
}

.ts-exp-content .column-title {
  text-align: left !important;
  color: #000 !important;
}

.counter {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 0 30px;
  width: 100%;
  padding: 50px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #f5f5f5;
  transition: all 0.5s;
}

.counter:hover {
  transform: translateY(-10px);
}

.counter:before {
  content: none;
}

.counter-icon {
  position: relative;
  z-index: 1;
  font-size: 50px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 40px !important;
}

.counter-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6a1a1f;
  position: absolute;
  left: 0;
  z-index: -1;
  border-radius: 10px 10px 10px 10px;
  transform: scale(1.3) rotate(15deg);
  opacity: 0.05;
}

.counter-icon i {
  color: #a82632;
}

.counter:hover img {
  webkit-animation: toTopFromBottom 0.8s forwards;
  -moz-animation: toTopFromBottom 0.8s forwards;
  animation: toTopFromBottom 0.8s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.counter .counter-value {
  color: #161362 !important;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 15px;
}

.counter h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.value-snp {
  color: #161362 !important;
  font-size: 45px !important;
  font-weight: 600 !important;
}

.ts-exp-wrap .ts-exp-content {
  padding: 80px 30px !important;
}

.marathon-bg {
  margin-top: 40px;
  background: url(../images/marathon-bg.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.marathon-bg::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.marathon-bg .section-title {
  color: #fff !important;
  margin-bottom: 50px;
}

.marathon-bg .section-title::after {
  background-image: url(../images/shap/title-white.png);
}

.funfact-num span {
  color: #ffb901;
}

.book-category .tab-content h2 {
  margin-bottom: 0 !important;
}

/*Speaker tabs*/
.ts-speakers .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: center;
}

.ts-speakers .nav-tabs .nav-link {
  border-radius: 30px;
  border: 1px solid #a82632;
  margin:5px;
  padding: 6px 30px 5px;
}

.ts-speakers .nav-tabs .nav-item.show .nav-link,
.ts-speakers .nav-tabs .nav-link.active {
  border-color: #a82632;
  color: #fff;
  background-color: #a82632;
}

.ts-speakers .nav-tabs .nav-link:hover {
  border-color: #a82632;
  background-color: #a82632;
  color: #fff;
}

.ts-speakers .tab-content {
  padding: 50px 0px;
}
/*  */
.sub-hd {
  font-size: 30px !important;
  font-weight: 600;
}



#myModal h3 {
  font-size: 20px;
  color: #a82632;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
#myModal p{
     font-size: 25px;
     margin:0 0 10px;
     color: #a82632;
  font-weight: bold;
  text-align: center;
}
#stopwatch{
    margin:0 !important;
    font-size:30px !important;
}
#myModal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

#myModal .modal-text {
  flex-direction: column;
  height: 100%;
}

#myModal h4 {
  font-size: 55px;
  font-weight: 800;
  padding: 0px;
  line-height:60px;
  color: #F2AB26;
}
button.close {
    position: absolute;
    right: -3px;
    top: -3px;
    background-color: #b92423;
    opacity: 1;
        width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 20px;
    color:#fff;
    text-shadow:none;
}
@media (max-width: 575px) {

  #myModal h4 {
      font-size: 35px;
  }

  #myModal h3 {
      font-size: 20px;
  }
}

@media (min-width: 992px) {
  #myModal .modal-lg {
      max-width: 700px !important;
  }
}
.main-tabs{
  background-color:#f5f5f5;
}
.main-tabs li a{
  background-color:transparent !important;
  padding:20px !important;
  -o-transition: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
}
.main-tabs li a h3{
  font-size: 18px !important;
}
.main-tabs li a.active h3{
  color:#a82632 !important;
}
.main-tabs li a.active{
  position: relative;
  border-bottom:3px solid #a82632;
}

.main-tabs li a.active::before {
  position:absolute;
  content:"";
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #a82632;
  bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media (max-width: 575px) {
  .main-tabs li a h3 {
    font-size: 14px !important;
    text-transform: none !important;
}
.main-tabs li, .main-tabs li a {
  margin:0 !important;
}
}
.team .member .pic {
  display: flex;
  flex: none;
}
.team .member .member-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
#myModal1 .modal-body {
   background: url(../images/modal-bg.jpg) no-repeat center center; 
  width: 500px;
  height: 500px;
  padding:50px;
}
#myModal1 h3 {
         font-size: 26px;
    margin-top: 50px;
  }
  #myModal1 h4 {
      font-size: 50px;
    font-weight: 800;
    color: #a50001;
    padding: 20px 0;
  }
@media (max-width: 575px) {
  #myModal1 .modal-body {
       background: url(../images/modal-bg.jpg) no-repeat center center; 
      background-size: 100% 100%;
      width: 100%;
      height: 100%;
  }
  #myModal1 iframe{
    width: 100%;
    height:300px;
  }
  #myModal1 .modal-text {
      padding: 20px;
  }

  #myModal1 h4 {
      font-size: 35px;
  }

  #myModal1 h3 {
      font-size: 20px;
  }
}

@media (min-width: 991px) {
  #myModal1 .modal-lg {
      max-width: 500px !important;
  }
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
     min-height: calc(100% - 3.5rem);
}
  
}

#yt_iframe_modal .modal-body {
  width: 830px;
  height: auto;
}
@media (max-width: 991px) {
#yt_iframe_modal .modal-body {
  width: 100%;
  height: auto;
}
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
  font-size:50px !important;
}
.dropdown-menu {
  left: -50% !important;
}

#myModal .modal-text img {
    width: 100%;
}
/*CSS for login popup*/

#account_login .modal-dialog {
    max-width: 500px;
}

#account_login .modal-content .row {
    display: flex;
    align-items: center
}

#account_login .modal-content {
    border: 0;
    background:transparent;
    height: 100%;
    width:100%;
}

#account_login .modal-content img {
    max-width:100%
}

#account_login .modal-content .modal-body h3 {
    color: #000;
    font-size: 19px;
    margin: 10px 0 0
}

#account_login .modal-content .modal-body .modal_form {
    background: #fff8ea;
    padding: 35px;
    position: relative;
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
}
#account_login .modal-content .modal-body .modal_form .form_heading {
    font-weight: 500;
    margin-bottom:20px;
    font-size: 25px;
    color:#a72632;
}
#account_login .modal-content .modal-body .modal_form .form_group {
    margin-bottom: 15px;
    text-align:left;
}


#account_login .modal-content .modal-body .modal_form .form_group span.error-message {
    font-size: 10px;
    color: #a82632;
    font-weight: 200;
}


#account_login .modal-content .modal-body .modal_form .mob_number {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 25px;
    color: #a72632;
}

#account_login .modal-content .modal-body .modal_form input[type="tel"] {
    height: inherit;
    width:100%;
    border-radius: 6px;
    padding: 12px 0;
    margin: 0 0 12px 0;
    font-size: 15px;
    background: #fff0;
    border: #adadad solid 1px;
    outline: none;
    color: #000;
    padding-left: 50px
}
#account_login button.close{
        width: 40px;
    height: 40px;
    background-color: #a82632;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    z-index: 99;
    color: #fff;
    text-shadow: none;
    right: 0;
}


.mob_input {
    position: relative
}

.mob_input span {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    font-size: 16px;
    color: #000;
    padding: 8px 5px;
    margin: 5px 0 7px 5px
}

#account_login .modal-content .modal-body .modal_form input[type="tel"]:focus {
    background: #fff;
    border: #e97938 solid 1px
}

#account_login .modal-content .modal-body .modal_form input[type="tel"]::placeholder {
    color: #000
}

#account_login .modal-content .modal-body .modal_form label {
    font-size: 14px;
    align-items: center;
    display: block;
    color: #3c3c3c;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

#account_login #md2 input {
    border-color: #a82632;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #a82632;
    font-size: 18px;
}

#account_login .modal-content .modal-body .modal_form input {
    padding: 4px 10px;
    width: 100%;
    font-size: 13px;
    background: #fff8ea;
    border: #b1b1b1 solid 1px;
    outline: none;
    color: #5a5a5a;
    border-radius: 5px;
    height: auto;
}
#account_login .modal-content .modal-body .modal_form input::placeholder {
    color: #000;
}

#account_login .modal-content .modal-body .modal_form button {
    margin: 5px 0 0;
    border-radius:30px;
}

#account_login .modal-content .modal-body .modal_form .terms_condition {
    text-align: center;
    margin: 25px 0 0
}

#account_login .modal-content .modal-body .modal_form .terms_condition p {
    font-size: 13px;
    display: block;
    line-height: 1.5;
    color: #000
}

#account_login .modal-content .modal-body .modal_form .terms_condition p a {
    text-decoration: underline;
    color: #000
}

.popup_form {
    width: 100%;
    perspective: 1000px
}

.popup_form-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d
}

.popup_form-front,
.popup_form-back {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#account_login .modal-content .modal-body .modal_form button.btn.continue {
    text-align: center;
    margin: 5px auto;
    background: #fff;
    color: #048a3c;
    border: #048a3c solid 1px;
    border-radius: 5px;
    padding: 10px 18px
}

#md2 {
    display: none
}

#login-otp-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}
.btn.login-btnw {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: #a82632;
    padding: 2px 20px;
    line-height: 30px;
    height: auto;
}
.vrfy {
    max-width: 80%;
    margin: auto
}

.vrfy input {
    height: 60px;
    width: 60px;
    padding: 10px;
    margin: 0 7px;
    border-radius:50%;
    text-align: center;
    border:2px solid #ddd;
}
.heading-login{
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #383838;
    margin-bottom: 10px;
}
.social-icon a{
    margin:0 10px;
}
.hd{
    display: block;
    margin-top: 30px;
    position: relative;
}
.hd::before{
    content: "";
    position: absolute;
    border: 1px solid #a82632;
    width: 30%;
    top: 11px;
        left: 12%;
}
.hd::after{
    content: "";
    position: absolute;
    border: 1px solid #a82632;
    width: 30%;
    top: 11px;
    right:12%;
}

/*CSS for login popup*/
.tab-pane h6{
    margin-bottom:20px;
}