/*
  Template Name: exhibz
  Author: Themewinter
  Author URI: https://themeforest.net/user/tripples
  Description: Exhibz conference html template. 
  Version: 1.1

=====================
   table of content 
====================

1.   Typography
2.   Global Styles
3.   header nav
4.   hero area
5    intro area
6.   ts speakers area
7.   experiyence area
8.   schedule area 
9.   pricing area 
10.  blog area 
11.  sponsros area 
12.  map direction area 
13.  newsletter area 
14.  footer area 
15.  funfact area 
16.  contact area 
17.  blog details area 
18.  about area 
19.  faq area 
20.  404  
*/
/*
  Template Name: Exhibit -  Conference & Event HTML Template
  Author: Themewinter
  Author URI: https://themeforest.net/user/tripples
  Description: Eventor -  Conference & Event HTML Template
  Version: 1.0
*/
/* Table of Content
==================================================
1.  Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.  Banner area

  
*/
@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");
/* ============================== */
@font-face {
  font-family: 'Quincy-black';
  src: url("../fonts/Quincy/QuincyCF-Black.otf");
  src: url("../fonts/Quincy/QuincyCF-Black.otf") format("truetype");
}

@font-face {
  font-family: 'Quincy-bold';
  src: url("../fonts/Quincy/QuincyCF-Bold.otf");
  src: url("../fonts/Quincy/QuincyCF-Bold.otf") format("truetype");
}

@font-face {
  font-family: 'Myriad';
  src: url("../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF");
  src: url("../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF") format("truetype");
}

/* Typography
================================================== */
body,
p {
  font-family: 'Quincy-bold';
  line-height: 27px;
  font-size: 20px;
}

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

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

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

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

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

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

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

/* 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: #E4A137;
  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 {
  color: #E4A137;
}

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

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

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

.section-bg {
  background: #f9fafc;
}

.no-padding {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

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

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

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

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

.btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #E4A137;
  height: 50px;
  width: 100%;
  padding: 0 35px;
  line-height: 50px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  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.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}

.btn.fill:hover {
  background: #E4A137;
  border-color: #E4A137;
}

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

.section-title,
.column-title {
  font-family: 'Quincy-bold';
  font-size: 36px;
  font-weight: 500;
  color: #E4A137;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
  margin-left: 20px;
  line-height: 45px;
  max-width: 536px;
  width: 100%;
}

.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: auto;
  height: 10px;
  top: auto;
  bottom: 0;
  left: -20px;
}

.section-title span,
.column-title span {
  font-size: 50px !important;
}

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

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

.gradient {
  position: relative;
}

.gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  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
===========================*/
.modal p {
  color: #222222;
}

.modal .btn {
  line-height: 15px;
}

.header {
  background-color: #000000;
}

.header .navbar {
  padding: 30px 0;
}

.header .navbar-toggler {
  padding: 8px 0px;
}

.header .navbar-toggler .navbar-toggler-icon i {
  color: #E4A137;
  font-weight: bolder;
  font-size: 49px;
}

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

.header ul.navbar-nav > li {
  border-right: 2px solid #E4A137;
  max-width: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Quincy-bold';
}

.header ul.navbar-nav > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  padding: 0px;
  display: block;
}

.header ul.navbar-nav > li > a:hover {
  color: #E4A137;
}

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

.header ul.navbar-nav > li.active .ts-scroll {
  color: #E4A137 !important;
  font-weight: bold;
  font-size: 20px;
}

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

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

.header ul.navbar-nav li .dropdown-menu li a:hover {
  color: #E4A137;
}

.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 .container {
  max-width: 1420px;
}

.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: 15px;
  text-align: center;
  font-size: 13.4px;
}

.header.header-transparent.nav-border {
  border-bottom: 1px solid #363d8a;
  padding: 10px 0;
}

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

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

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

.header.h-transparent2 .navbar.navbar-light ul.navbar-nav > li > a {
  color: #3b1d82;
}

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

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

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

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

.header.header-classic ul.navbar-nav > li.header-ticket .ticket-btn {
  background: #E4A137;
  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(0, 0, 0, 0.9);
  padding: 15px 0;
}

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

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

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

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

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

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

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

.main-slider {
  padding: 0;
}

.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 {
  padding: 100px 0px 0px;
  margin: 92px 50px 0;
  min-height: 650px;
  height: auto;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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;
  color: #FFFFFF;
  font-size: 45px;
  font-family: 'Quincy-bold';
}

.hero-area.content-left .banner-item .banner-content-wrap .banner-info {
  margin-bottom: 35px;
  font-size: 44px;
  font-family: 'Quincy-bold';
  line-height: 39px;
}




.hero-area.content-left .banner-item .form-1 {
  background-color: #000000;
  padding: 45px 30px;
  max-width: 475px;
  width: 100%;
  margin: auto;
}

.hero-area.content-left .banner-item .form-1 input, .hero-area.content-left .banner-item .form-1 select {
  background-color: #232222;
  border: 1.6px solid #E4A137;
  color: #ced4da;
  border-radius: 3px;
}

.hero-area.content-left .banner-item .form-1 .form-check {
  font-size: 14px;
}

.hero-area.content-left .banner-item .form-1 select {
  color: #6C757C;
  padding-left: 9px;
  font-size: 15.9px;
  height: 45px;
  width: 100%;
}

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





.form-1-title{
 text-align: center;
 font-size: 25px;
 margin-bottom: 30px;
 color: #E4A137;
 font-family: 'Quincy-bold';
}
.hero-area.content-left .banner-item .form-1 .form-check {
  font-size: 14px;
}

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

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

.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;
  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 {
  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: #E4A137;
  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: 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;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.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;
  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-top: 120px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/hero_area/kv-direct.jpg");
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ts-speakers .col-one {
  position: relative;
}

.ts-speakers .col-one img {
  position: relative;
  z-index: 2;
}

/*.ts-speakers .col-text h1 {
  font-size: 170px;
  line-height: 131px;
  left: -64px;
  bottom: -17px;
  position: absolute;
  color: rgba(228, 161, 56, 0.17);
  font-family: 'Quincy-bold';
}*/

.ts-speakers .col-text h1 {
  font-size: 100px;
  line-height: 90px;
  left: -64px;
  bottom: -17px;
  position: absolute;
  color: rgba(228, 161, 56, 0.17);
  font-family: 'Quincy-bold';
}

@media (max-width: 767px){
  .ts-speakers .col-text h1 {
    font-size: 70px !important;
    line-height: 60px !important;
    left: -64px;
    bottom: -17px;
    position: absolute;
    color: rgba(228, 161, 56, 0.17);
    font-family: 'Quincy-bold';
  }
}

.ts-speakers .col-text .text-direct {
  margin-bottom: 220px;
}

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

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

.ts-speaker .speaker-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  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);
  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%);
  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;
  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);
  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: #E4A137;
}

.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-experiences
===========================*/
.ts-experiences {
  padding: 0;
  overflow: hidden;
  background: #3b1d82;
}

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

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

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

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

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

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

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

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

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

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

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

/*============================
 ts schedule 
 ===========================*/
.ts-schedule {
  position: relative;
  background-color: #000000;
  height: auto;
  padding: 0px;
}

.ts-schedule .col-one {
  max-width: 510px;
  width: 100%;
  padding: 120px 0px;
}

.ts-schedule .col-one .div-title span {
  font-size: 34px;
  font-family: 'Quincy-bold';
  line-height: 37px;
}

.ts-schedule .col-one .div-title small {
  font-size: 20px;
  font-weight: bold;
}

.ts-schedule .col-two {
  background-image: url("../images/hero_area/kv-modalidad.jpg");
  background-position: 30%;
  background-size: cover;
}

.ts-schedule .col-two .box-content {
  padding: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ts-schedule .col-two .box-content .box-mod {
  background-color: rgba(228, 161, 56, 0.57);
  height: 300px;
  width: 450px;
  padding: 50px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #F0C891;
}

.ts-schedule .col-two .box-content .box-mod .b-two h1 {
  font-size: 115px;
  line-height: 85px;
  color: #F0C891;
  font-family: 'Quincy-bold';
  margin-bottom: 10px;
}

.ts-schedule .col-two .box-content .box-mod .b-two h2 {
  font-size: 49px;
  color: #F0C891;
  font-family: 'Quincy-bold';
}

/* ts-schedule-white */
.ts-schedule-white * {
  color: #fff;
}

.ts-schedule-white * .schedule-listing:hover .schedule-slot-title {
  color: #E4A137;
}

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

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

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

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

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

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

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

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

.schedule-listing:hover .schedule-slot-title {
  color: #3b1d82;
}

.schedule-listing:nth-of-type(even) .schedule-slot-time {
  background: rgba(18, 15, 78, 0.6);
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ts-schedule-nav ul li a.active {
  background: #E4A137;
  color: #fff;
}

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

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

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

.schedule-tabs-item .schedule-listing-item .schedule-slot-time {
  font-size: 14px;
  color: #E4A137;
  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: 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;
  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 #E4A137;
  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: #E4A137;
}

@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);
    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: linear-gradient(144deg, rgba(68, 63, 198, 0.85) 0%, #ff007a 60%);
  opacity: .95;
  -webkit-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);
  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;
  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: 20px;
  font-weight: 800;
  color: #3b1d82;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-price {
  font-size: 58px;
  font-weight: 900;
  color: #3b1d82;
  margin-bottom: 20px;
}

.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: #E4A137;
  margin-bottom: 25px;
}

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

.ts-pricing-box .ts-progress .ts-progress-inner {
  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: #E4A137;
}

.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: #3b1d82;
  color: #fff;
  padding: 45px 0;
  margin-top: -100px;
  margin-bottom: 40px;
}

.ts-pricing-item .ts-pricing-name {
  font-size: 24px;
  font-weight: 700;
  color: #3b1d82;
  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: #3b1d82;
}

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

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

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

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

.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: 24px;
  font-weight: 700;
}

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

.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: #e7015e;
  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;
  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: #3b1d82;
}

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

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

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

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

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

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

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

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

.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 img {
  margin: 0 38px 50px;
}

/*==========================
      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: #E4A137;
  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 #E4A137;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  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: #E4A137;
  border-color: #E4A137;
}

.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: #3b1d82;
  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: #000000;
  padding: 250px 0 50px;
}

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

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

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

.ts-footer-social ul li a:hover {
  background: #E4A137;
  border-color: #E4A137;
  -webkit-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: #E4A137;
}

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

.copyright-text p {
  margin-bottom: 0;
  color: #a8a8ad;
}

.ts-footer.ts-footer-item {
  padding: 0px 0;
}

.ts-footer.ts-footer-item .footer-border {
  padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

.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: #fff;
  margin-bottom: 15px;
}

.ts-single-funfact .funfact-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  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: 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;
  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: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
}

.outcome-item:nth-of-type(2) .ts-single-outcome {
  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: linear-gradient(-45deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
}

.outcome-item:nth-of-type(4) .ts-single-outcome {
  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%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

/* ---- .grid-item ---- */
.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);
  transform: scale(1);
  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);
  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 {
/*   background-image: url("../images/hero_area/kv-rk.jpg");
 */  height: auto;
  background-size: cover;
  background-color: #FFFFFF;
}

.ts-sponsors .col-one {
  max-width: 510px;
  width: 100%;
  padding: 120px 0px;
}

.ts-sponsors .section-title {
  padding: 30px 0px 40px;
  color: #4C4C4C;
}

.ts-sponsors .rk-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.ts-sponsors .rk-box .white-rk {
  background-color: #FFFFFF;
  margin: 0px;
  max-width: 448px;
  width: 100%;
  color: #58595B;
  border-bottom: 6px solid transparent;
  -o-border-image: url("../images/footer/footer-bor.png") 30 30 round;
     border-image: url("../images/footer/footer-bor.png") 30 30 round;
  text-align: center;
}

.ts-sponsors .rk-box .white-rk img {
  margin: 30px auto 30px;
}

.ts-sponsors .rk-box .white-rk p {
  max-width: 342px;
  width: 100%;
  font-weight: 500;
  color: #58595B;
  line-height: 32px;
  margin-bottom: 32px;
}

.ts-sponsors .rk-box .space {
  max-width: 50px;
  width: 100%;
}

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

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

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

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

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

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

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

.social-box .widget-title {
  font-size: 24px;
  color: #3b1d82;
  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: #E4A137;
  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: #E4A137;
  border-color: #E4A137;
  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);
          transform: rotate(-15deg);
}

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

.ts-exprience .ts-scroll-image.image-c img {
  -webkit-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);
          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);
          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: #E4A137 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;
}

/*------------footer-------------*/
.icon-menu {
  margin: 0px !important;
}

.icon {
  margin: 0 15px;
}

.bv-footer-row {
  padding-right: 130px;
  padding-left: 130px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}

.correo {
  font-size: 19px;
}

.web, .text-uni, .direccion, .distrito {
  font-size: 12px;
}

.web, .text-uni, .correo, .direccion, .distrito {
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  color: white !important;
}

.footer-area {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  color: white !important;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 20px solid transparent;
  -o-border-image: url("../images/footer/footer-bor.png") 30 30 round;
     border-image: url("../images/footer/footer-bor.png") 30 30 round;
}

.data {
  text-align: right;
}

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

.banner-content-wrap-mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bv-footer-row {
    padding-right: 25px;
    padding-left: 25px;
    margin: 0px auto;
  }
}

@media (max-width: 767px) {
  .section-title:after, .column-title:after {
    width: 80%;
    left: 0px;
  }
  .ts-speakers-text {
    padding: 20px;
  }
  .ts-speakers .col-text h1 {
    left: 20px;
    font-size: 110px;
  }
  .rk-box {
    display: block !important;
    padding: 0px 25px;
  }
  .rk-box img {
    max-width: 220px;
    width: 100%;
  }
  .rk-box p {
    line-height: 26px !important;
    font-size: 19px;
  }
  .ts-sponsors .rk-box .white-rk {
    margin: auto;
  }
  .ts-sponsors-content {
    padding-right: 15px !important;
  }
  .ts-sponsors {
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #FFFFFF;
  }
  .hero-area.content-left {
    background-position: top right!important;
  } 
  .schedules-1-text{
    font-size: 22px;
  }
  .hero-area.content-left .banner-item .banner-content-wrap {
    margin-top: -100px;
  }
  .banner-content-wrap-desktop {
    display: none;
  }
  .banner-content-wrap-mobile {
    display: block;
  }
  .ts-schedule .col-two .box-content .box-mod {
    width: auto;
  }
  .ts-schedule .col-two .box-content .box-mod .b-two h2 {
    font-size: 30px;
  }
  .bv-footer-row {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px auto;
  }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .data {
    text-align: center;
    padding-top: 10px;
  }
}

/*------------porque esan-------------*/
.porque_esan_mobile_mba_de_esan {
  display: none;
}

.porque_esan_title-section {
  font-size: 45px;
  font-family: 'Quincy-bold';
  line-height: 42px;
  margin-bottom: 20px;
}

.porque_esan_section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.porque_esan_section-1 {
  position: absolute;
  z-index: 1;
  width: 40%;
  height: 70%;
  font-size: 20px;
  margin-right: 400px;
  margin-top: -55px;
  font-weight: bold;
  line-height: 182px;
}

.porque_esan_section-2 {
  position: relative;
  z-index: 2;
  margin-top: -45px;
  font-weight: bold;
  margin-left: 500px;
  padding: 65px 55px;
  color: white;
  background-color: #000000;
  border: 2px solid transparent;
  -o-border-image: url("../images/porque_esan/line-borde.png") 30 round;
     border-image: url("../images/porque_esan/line-borde.png") 30 round;
}

.porque_esan_section-3 {
  margin-top: 45px;
  padding: 15px;
  background-color: #000000;
  border: 2px solid transparent;
  -o-border-image: url("../images/porque_esan/line-borde.png") 30 round;
     border-image: url("../images/porque_esan/line-borde.png") 30 round;
}

.porque_esan_container_mba_de_esan {
  padding: 100px;
}

#porque_esan {
  background-color: #D8D8D8;
}

.pq_esan_carrousel {
  margin-left: 40px;
}

/*------------beneficios-------------*/
#beneficios {
  background-color: #282022;
  color: white;
  padding: 55px 0px;
}

.beneficios_div {
  background-image: url("../images/beneficios/beneficios-bor.png");
  height: 2px;
  width: 500px;
  opacity: 1;
  margin-left: -250px;
}



.inter-logo {
  content: url("../images/beneficios/internet-icon.png");
  background-repeat: no-repeat;
}

.box-icon {
  content: url("../images/beneficios/box-icon.png");
  background-repeat: no-repeat;
}

.house-icon {
  content: url("../images/beneficios/house-icon.png");
  background-repeat: no-repeat;
}

.world-icon {
  content: url("../images/beneficios/world-icon.png");
  background-repeat: no-repeat;
}

.box-conteiner {
  background-color: #58595B;
  padding: 10px 12px;
  border: 2px solid transparent;
  min-height: 187px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -o-border-image: url("../images/beneficios/box-border.png") 30 round;
     border-image: url("../images/beneficios/box-border.png") 30 round;
}

.box-conteiner .logo {
  padding-top: 30px;
  width: 49px;
}

.box-conteiner .text {
  padding-bottom: 20px;
  font-family: 'Quincy-bold';
  font-size: 21px;
  line-height: 23px;
  padding-bottom: 15px;
}

.row-beneficios {
  padding: 60px;
}

.beneficios-title {
  font-size: 45px;
  line-height: 1;
  font-family: 'Quincy-bold';
}

.title-responsive {
  display: none;
}

.se_parte_image {
  content: url("../images/se_parte/img-6.jpg");
  background-repeat: no-repeat;
  width: 100%;
}

#se_parte {
  background-color: white;
}

.row-se_parte {
  padding: 80px;
}

.se_parte_title {
  color: #E4A137;
  font-size: 25px;
  padding-left: 20px;
  font-family: 'Quincy-bold';
}

.se_parte_title_second {
  font-size: 45px;
  line-height: 45px;
}

.se_parte__div {
  background-image: url("../images/se_parte/se_parte_div.png");
  height: 2px;
  width: 470px;
  opacity: 1;
}

.se_parte_text {
  color: black;
}

.row-porque_mba {
  padding: 60px;
  color: white;
  padding-bottom: 100px;
  padding-top: 100px;
}
.row-porque_mba .porque_mba_text p {
font-size: 32px;
line-height: 33.5px;
}
.row-porque_mba .porque_mba_text span {
font-size: 69px;
}

#porque_mba {
  background-image: url("../images/porque_mba/pq_esan_background-1.jpg");
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -80px;
}

.porque_mba_title {
  font-size: 40px;
  line-height: 0.9;
  font-family: 'Quincy-bold';
}

.porque_mba_subtitle {
  font-size: 37px;
}

.carrusel-text {
  padding-top: 40px;
}

.carrusel-content {
  background-color: #D8D8D8;
  color: #58595B;
  padding-top: 2px;
  position: initial;
}

.border-content {
  border-width: 0;
  border-right: 2px solid;
  -o-border-image: url("../images/porque_mba/pq_esan_div.png") 0 100%;
     border-image: url("../images/porque_mba/pq_esan_div.png") 0 100%;
}



.pq_esan_icon_1 {
  content: url("../images/porque_mba/pq_esan_icon_1.png");
  width: 120px;
}

.pq_esan_icon_2 {
  content: url("../images/logos/iw-n.png");
  max-width: 180px;
  width: 100%;
}

.pq_esan_icon_3 {
  content: url("../images/porque_mba/pq_esan_icon_3.png");
  width: 160px;
}

.pq_esan_icon_4 {
  content: url("../images/porque_mba/pq_esan_icon_44.png");
  width: 160px;
}

.pq_esan_title {
  font-size: 45px;
  line-height: 32px;
  font-family: 'Quincy-bold';
}

.pq_esan_p {
  font-size: 21px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #58595B !important;
  width: 12px;
  height: 12px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #58595B !important;
}

.slick-dots li {
  background: black !important;
  border-radius: 20px;
  width: 15px !important;
  height: 15px !important;
}

.slick-dots .slick-active {
  background: #58595B  !important;
  border-radius: 20px;
  width: 20px !important;
  height: 20px !important;
}

.slick-dots {
  bottom: 0px !important;
  padding-top: 60px !important;
  position: relative !important;
}

.schedules-1-image {
  margin-top: -40px !important;
  margin-left: 15px;
}

.section-title-text {
  margin-left: 20px;
}

.schedules-1-image img {
  max-width: 80%;
}

.schedules-1-text {
  margin-right: 44px;
  font-size: 28px;
}

.schedules-1-text p {
  color: #E2C38F;
  font-family: 'Quincy-bold';
  font-size: 36px;
}

.schedules-1-text p span {
  color: #FFFFFF;
  font-family: 'Quincy-bold';
  font-weight: bold;
  font-size: 20px;
}

.schedules-text-1 {
  margin-right: 0px;
}

.schedules-text-1 p {
  color: #E2C38F;
  font-family: 'Quincy-bold';
  font-size: 42px;
  padding-right: 5px;
  margin-left: 19px;
}

.schedules-text-1 p span {
  color: #FFFFFF;
  font-family: 'Quincy-black';
  font-weight: bold;
  font-size: 34px;
  line-height: 47px;
}

.schedules-text-1 p a {
  font-size: 18px;
}

.schedules-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ts-sponsors .rk-box .white-rk h2 {
  font-family: 'Quincy-bold';
  font-size: 42px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .schedules-1 {
    display: block;
  }
  .schedules-text-1 {
    padding-left: 40px;
  }
  .schedules-text-2 {
    text-align: center;
  }
  .pq_esan_icon_1, .pq_esan_icon_2, .pq_esan_icon_3, .pq_esan_icon_4 {
    width: 150px;
  }
  #porque_mba {
    margin-bottom: 0px !important;
  }
  .carrusel-text {
    padding-top: 10px;
  }
  .pq_esan_carrousel {
    margin-left: 0px;
  }
  .porque_esan_container_mba_de_esan {
    padding: 40px;
  }
  .porque_esan_image img {
    max-width: 100%;
    max-height: 100%;
  }
  .porque_esan_desktop_mba_de_esan {
    display: none;
  }
  .porque_esan_mobile_mba_de_esan {
    display: block;
  }
  .border-content {
    border-right: 0px solid;
  }
  .carrusel-content {
    padding-bottom: 10px;
    padding-top: 30px;
  }
  .text-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-porque_mba {
    padding: 30px 0;
  }
  .porque_mba_text {
    padding-top: 30px;
  }
  .porque_mba_text span {
    font-size: 38px;
  }
  .porque_mba_text p {
    font-size: 20px;
  }
  .porque_esan_section-3 {
    margin-top: 0px;
  }
  .box-conteiner .logo {
    width: 45%;
    max-width: 71px;
  }
  .box-conteiner {
    padding-left: 10px;
    max-width: 250px;
  }
  .row-se_parte {
    padding: 30px 0px;
  }
  .title-desktop {
    display: none;
  }
  .title-responsive {
    display: block;
  }
  .se_parte__div {
    width: 200px;
    margin-left: 4px;
  }
  .se_parte_content {
    padding-top: 20px;
  }
  .beneficios_div {
    display: none;
  }
  .row-beneficios {
    padding: 30px;
  }
}
/*# sourceMappingURL=style.css.map */