﻿/* 宽高 */
.w_100{width: 100%;}
.w_90{width: 90%;}
.w_85{width: 85%;}
.w_80{width: 80%;}
.w_70{width: 70%;}
.w_60{width: 60%;}
.w_50{width: 50%;}
.w_40{width: 40%;}
.w_30{width: 30%;}
.w_25{width: 25%;}
.w_22{width: 22%;}
.w_20{width: 20%;}
.w_15{width: 15%;}
.w_10{width: 10%;}
.w_5{width: 5%;}
.wh_100{width: 100%;height: 100%;}
/* 定位 */
.po_re{position: relative;}
.po_ab{position: absolute;}
.po_center{left: 50%;top: 50%;transform:translate(-50%,-50%)};
.po_x_center{left: 50%;transform: translateX(-50%)};
.po_y_center{top: 50%;transform:translateY(-50%)};
.t_5{top: 5%;}
.t_10{top: 10%;}
/* flex */
.flex{display: flex;}
.flex_column{flex-direction: column;}
.justify_center{justify-content: center;}
.align_center{align-items: center;}
.justify_around{justify-content: space-around;}
.justify_between{justify-content: space-between;}
.text_center{text-align: center;}


/*------- social color -----*/
/**
 * Theme Name: Exhibz
 * Theme URI: https://themeforest.net/user/tripples/portfolio
 * Description: This is a skull theme which we use to develope new themes. textdomain: exhibz, class: Exhibz, var: $exhibz_, constants: EXHIBZ_, function: exhibz_
 *
 */
/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Blog
# Widget
# Footer
# Resonsive
*/
/*------- social color -----*/
/* Global
================================================== */
body {
    color: #5a5a5a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #1c1c24;
    margin-bottom: 20px;
    
  }
  
  h1,
  h2 {
    font-family: 'Raleway', sans-serif;
  }
  
  
  a:hover {
    text-decoration: none;
  }
  
  .form-control {
    border: 1px solid #f1f1f1;
    padding: 6px 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 0;
  }
  
  .xs-page-header {
    margin: 0 0 60px;
  }
  
  .xs-page-header h2 {
    font-size: 28px;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
  }
  
  /* Gradient*/
  .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;
  }
  
  /* Title */
  .title-section-area .section-title .sub-title {
    display: block;
    margin-bottom: 10px;
  }
  
  /* Button */
  .btn,
  .btn-primary,
  .wp-block-button .wp-block-button__link:not(.has-background) {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #e7015e;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 3px;
    border: 0;
  }
  
  
  .btn-link {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-decoration: none !important;
  }
  
  .btn-link i {
    margin-left: 6px;
    position: relative;
    top: 2px;
  }
  
  .btn-link:hover {
    color: #e7015e;
  }
  
  /* Common navbar mobile */
  .navbar-toggler {
    padding: 8px 12px;
    background: #e7015e;
    color: #fff;
    border-color: #e7015e;
    position: absolute;
    top: -40px;
    right: 0;
  }
  
  .navbar-toggler .navbar-toggler-icon {
    background: none;
    width: auto;
    height: auto;
  }
  
  .navbar-toggler .navbar-toggler-icon i {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
  }
  
  /* Default font color */
  .elementor-widget-tabs .elementor-tab-content {
    color: #5a5a5a;
  }
  
  /* Header
  ================================================== */
  .xs-header {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    z-index: 999999;
  }
  
  .xs-header .site-title {
    font-size: 26px;
    margin-top: 25px;
  }
  
  .header-standard .navbar-brand.logo {
    padding: 15px 0 0;
  }
  
  .header-transparent {
    position: absolute;
    width: 100%;
    left: 0;
   
    z-index: 2;
    height: auto;
    padding: 0;
  }
  
  .header-transparent .logo {
    padding: 20px 0 0;
    width: 320px;
    margin-left:-30px;
    margin-top:20px;
  }
  
  .header-transparent .navbar.navbar-light ul.navbar-nav > li > a {
    color: #fff;
  }
  
  .admin-bar .header-transparent {
    top: 30px;
  }
  
  /* Main menu 
  ================================================== */
  .navbar.navbar-light {
    padding: 5px 0 0 0;
  }
  
  .navbar.navbar-light .dropdown-menu {
    margin: 0;
  }
  
  .navbar.navbar-light ul.navbar-nav > li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 15px;
    
    background: none;
  }
  
  .navbar.navbar-light ul.navbar-nav > li > a {
    color: #1c1c24;
    line-height: 80px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px;
    position: relative;
    display: inline-block;
    -o-transition: color 500ms !important;
    transition: color 500ms !important;
    -webkit-transition: color 500ms !important;
  }
  
  .navbar.navbar-light ul.navbar-nav > li > a.opened:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .navbar.navbar-light ul.navbar-nav > li.dropdown > a {
    position: relative;
  }
  
  .navbar.navbar-light ul.navbar-nav > li.dropdown > a:after {
    font-family: FontAwesome;
    position: absolute;
    clear: both;
    content: "\f107";
    display: block;
    font-size: 14px;
    right: 0;
    top: 50%;
    margin-top: -40px;
    border: 0;
  }
  
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
    width: 200px;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
  }
  
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    z-index: 999;
    padding: 15px;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    word-wrap: break-word;
    border-top: 1px solid #eaeaea;
    background: none;
  }
  
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item.active {
    color: #e7015e;
  }
  
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li:first-child > a {
    border-top: 0;
  }
  
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.active a, .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li:hover a {
    color: #e7015e;
  }
  
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu {
    top: 0;
    border: 0;
  }
  
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li a {
    color: #1c1c24;
  }
  
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li.active a, .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li ul.dropdown-menu li:hover a {
    color: #e7015e;
  }
  
  .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.dropdown > a:after {
    font-family: FontAwesome;
    position: absolute;
    clear: both;
    content: "\f105";
    display: block;
    font-size: 14px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    border: 0;
  }
  .main-menu > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu {
    right: 100%;
    top: 0;
    left: auto;
  }
  
  @media (min-width: 1200px) {
    .navbar-fixed.sticky {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 99;
      margin: 0;
      -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
      box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
      background: #fff;
    }
    .navbar-fixed.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;
    }
    .sticky.header-transparent {
      background: rgba(26, 24, 49, 0.95);
    }
  }
  
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  /* Ticket Button 
  =================================================*/
  .ticket-btn.btn {
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    float: right;
    -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;
  }
  
  /* Intro Feature
  ================================================== */
  .single-intro-text {
    padding: 40px 45px 40px 40px;
    -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 2;
  }
  
  .single-intro-text i {
    position: absolute;
    right: -10px;
    top: 20px;
    font-size: 55px;
    color: #bababa;
  }
  
  .single-intro-text p {
    margin-bottom: 0;
  }
  
  .single-intro-text .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #e7015e;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
  }
  
  .single-intro-text.single-contact-feature {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
    border-radius: 0;
  }
  
  .single-intro-text.single-contact-feature span {
    font-size: 20px;
  }
  
  /* Main container
  ================================================== */
  .main-container {
    padding: 80px 0;
  }
  
  /*hero content 
  ================================================== */
  .hero-form-content {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border-top: 4px solid #e7015e;
  }
  
  .hero-form-content h2 {
    font-size: 36px;
    font-weight: 800;
    position: relative;
    margin-bottom: 30px;
  }
  
  .hero-form-content p {
    margin-bottom: 35px;
  }
  
  .hero-form .form-control {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    margin-bottom: 10px;
    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: 1px solid #e1e1e1;
    font-size: 16px;
    padding: 12px 17px;
    color: #888888;
    line-height: 27px;
    margin-bottom: 40px;
  }
  
  .hero-form select option {
    border: none;
    line-height: 28px;
    padding: 10px 0;
  }
  
  /* Newsletter
  ================================================== */
  .newsletter-form {
    position: relative;
    z-index: 1;
  }
  
  .newsletter-form .form-group .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #6f55b0;
    border-radius: 0;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    color: #fff;
  }
  
  .newsletter-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  
  .newsletter-form .form-group .form-control::-webkit-input-placeholder {
    color: #fff;
  }
  
  .newsletter-form .form-group .form-control:-ms-input-placeholder {
    color: #fff;
  }
  
  .newsletter-form .form-group .form-control::-ms-input-placeholder {
    color: #fff;
  }
  
  .newsletter-form .form-group .form-control::placeholder {
    color: #fff;
  }
  
  .newsletter-form .form-group .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /*============================
   ts schedule 
   ===========================*/
  /* Schedule tab title
  ================================================== */
  img.schedule-slot-speakers.tab-speaker-img-2 {
    top: 130px !important;
  }
  
  .ts-schedule .ts-schedule-content .column-title {
    font-size: 36px;
    font-weight: 800;
    color: #3b1d82;
    position: relative;
    padding-bottom: 30px;
  }
  
  .ts-schedule .ts-schedule-content .column-title span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: #5a5a5a;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    margin-top: -5px;
  }
  
  .ts-schedule .ts-schedule-content .column-title:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url(https://www.baijing.cn/static/img/images/shape/title.png);
    background-repeat: no-repeat;
    background-position: contain;
    width: 70px;
    height: 10px;
    margin: auto auto 0;
    top: auto;
    bottom: 0;
  }
  
  .ts-schedule-info {
    position: relative;
  }
  
  .ts-schedule-info ul {
    position: relative;
    text-align: center;
    border: none;
    min-height: 445px;
  }
  
  .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 {
    color: #fff;
    background: #e7015e;
    padding: 60px 20px;
    font-size: 15px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  
  .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:nth-of-type(even) .schedule-slot-time {
    position: relative;
    z-index: 1;
  }
  
  .schedule-listing:nth-of-type(even) .schedule-slot-time:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    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.multi-schedule-list .multi-speaker {
    float: left;
    margin-right: 20px;
    height: 100%;
  }
  
  .schedule-listing.multi-schedule-list .schedule-slot-info .schedule-slot-speakers {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
  
  .schedule-listing.multi-schedule-list .schedule-slot-info {
    padding-left: 30px;
  }
  
  .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-map-tab
   ===========================*/
  .ts-map-tabs {
    position: relative;
  }
  
  .ts-map-tabs .elementor-tabs-wrapper {
    height: 70px;
  }
  
  .ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding: 20px 0px;
  }
  
  .ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title a {
    font-size: 16px;
    color: #888888;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    position: relative;
    padding: 16px 20px;
  }
  
  .ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title a:before {
    position: absolute;
    left: 0;
    top: 47px;
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-color: #e7015e;
    border-width: 2px;
    border-style: solid;
    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 .elementor-tabs-wrapper .elementor-tab-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    content: '';
    background: #f5f5f5;
    width: 100%;
    height: 2px;
  }
  
  .ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
    color: #e7015e;
    border-color: #e7015e;
  }
  
  .ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a:before {
    opacity: 1;
    visibility: visible;
  }
  
  .ts-map-tabs .elementor-tab-content {
    padding-left: 0px;
  }
  
  .ts-map-tabs .elementor-tab-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .ts-map-tabs .elementor-tab-content p {
    margin-bottom: 30px;
  }
  
  .ts-map-tabs .elementor-tab-content .contact-info-box {
    position: relative;
    margin-top: 20px;
  }
  
  .ts-map-tabs .elementor-tab-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .ts-map-tabs .elementor-tab-content p {
    margin-bottom: 5px;
  }
  
  .ts-map-tabs .elementor-tab-content p strong {
    font-weight: 700;
    color: #222;
  }
  
  .ts-map-tabs .elementor-tab-content p.derecttion-vanue {
    margin-bottom: 20px;
  }
  
  .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: 14px;
    font-weight: 500;
    color: #1c1c24;
    text-transform: uppercase;
    background: #f1f0f6;
    display: block;
    padding: 20px 50px;
    position: relative;
  }
  
  .ts-schedule-nav ul li a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #e7015e transparent transparent;
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
    opacity: 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
  }
  
  .ts-schedule-nav ul li a h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c24;
    margin-bottom: 0;
    text-transform: capitalize;
  }
  
  .ts-schedule-nav ul li a.active {
    background: #4fc1f2;
    color: #fff;
  }
  
  .ts-schedule-nav ul li a.active h3 {
    color: #fff;
  }
  
  .ts-schedule-nav ul li a.active:before {
    opacity: 1;
      border-color: transparent #00b8e9 transparent transparent;
  }
  
  /*============================
   intro video
   ===========================*/
  .about-video {
    position: relative;
  }
  
  .about-video:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#e6005d), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
  }
  
  .schedule-tabs-item .schedule-listing-item {
    position: relative;
  }
  
  .schedule-tabs-item .schedule-listing-item .schedule-slot-time {
    font-size: 14px;
    color: #e7015e;
    margin-bottom: 10px;
    display: block;
  }
  
  .schedule-tabs-item .schedule-listing-item .schedule-slot-title {
    margin-bottom: 10px;
  }
  
  .schedule-tabs-item .schedule-listing-item .schedule-slot-name {
    font-size: 14px;
    line-height: 36px;
    color: #888888;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
    position: absolute;
    top: 60px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
    background-image: -o-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
    background-image: linear-gradient(135deg, #82e182 0%, #0acbf5 100%);
  }
  
  .schedule-tabs-item .schedule-listing-item:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    border: 2px solid #e7015e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 80px;
    background: #fff;
  }
  
  .schedule-tabs-item .schedule-listing-item.schedule-left {
    padding: 60px 125px 20px 0;
    text-align: right;
  }
  
  .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: -6px;
  }
  
  .schedule-tabs-item .schedule-listing-item.schedule-right {
    padding: 60px 20px 0px 125px;
    text-align: left;
  }
  
  .schedule-tabs-item .schedule-listing-item.schedule-right .schedule-slot-speakers {
    left: 30px;
  }
  
  .schedule-tabs-item .schedule-listing-item.schedule-right:before {
    left: -15px;
  }
  
  .schedule-tabs-item .schedule-listing-item.schedule-right:after {
    left: -19px;
  }
  
  .schedule-tabs-item .schedule-listing-item:hover:before {
    background: #e7015e;
  }
  
  .schedule-tabs-item ul {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  
  .schedule-tabs-item ul:before {
    position: absolute;
    top: -30px;
    width: 2px;
    left: 50%;
    height: 100%;
    content: '';
    background: #f1f0f6;
  }
  
  .schedule-tabs-item ul li {
    list-style: none;
    clear: both;
    width: 50%;
    display: block;
    position: relative;
  }
  
  .schedule-tabs-item ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    content: '';
    background: #e7015e;
    width: 2px;
    opacity: 0;
  }
  
  .schedule-tabs-item ul li:nth-child(odd) {
    float: left;
  }
  
  .schedule-tabs-item ul li:nth-child(odd):before {
    right: -2px;
  }
  
  .schedule-tabs-item ul li:nth-child(odd):hover:before {
    opacity: 1;
  }
  
  .schedule-tabs-item ul li:nth-child(even) {
    float: right;
    padding-left: 15px;
  }
  
  .schedule-tabs-item ul li:nth-child(even):before {
    left: 0;
  }
  
  .schedule-tabs-item ul li:nth-child(even):hover:before {
    opacity: 1;
  }
  
  /*============================
   Blog
   ===========================*/
  .elementor-widget-exhibz-latestnews .post {
    padding-right: 0px;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-media.post-image {
    position: relative;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-body {
    padding: 20px 20px 25px 30px;
    margin: 0;
    -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;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title a {
    color: #1c1c24;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title a:hover {
    color: #e7015e;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-body .entry-content p {
    line-height: 26px;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-body .post-meta {
    padding: 5px 0px 0px 0px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-body .post-author {
    margin-right: 25px;
    text-transform: uppercase;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-body .post-author a:hover {
    color: #e7015e;
  }
  
  .elementor-widget-exhibz-latestnews .post .post-body .post-meta-date {
    display: inline-block;
    text-transform: uppercase;
  }
  
  .elementor-widget-exhibz-latestnews .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);
  }
  
  .elementor-widget-exhibz-latestnews .post:hover .post-body .entry-header .entry-title a {
    color: #e7015e;
  }
  
  /* Address Map 
  ================================================== 
  
  .ts-tab-map{
     .elementor-column-wrap{
        width: 800px;
        border-radius: 100%;
        overflow: hidden;
        
     }
  }
  .ts-tab-map{
    .elementor-widget{
      border-radius: 50% !important;
      overflow: hidden;
    }
  }*/
  /* Footer
  ================================================== */
  .ts-newsletter.elementor-section.elementor-section-boxed > .elementor-container {
    position: relative;
    z-index: 9;
  }
  
  .ts-footer {
    background: #1a1831;
    padding: 250px 0 50px;
    position: relative;
    overflow: hidden;
  }
  
  .blog .ts-footer,
  .category .ts-footer,
  .single-post .ts-footer,
  .tag .ts-footer,
  .author .ts-footer {
    padding: 50px 0;
  }
  
  .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 10px;
  }
  
  .ts-footer-social ul li a span {
    display: none;
  }
  
  .ts-footer-social ul li a:hover {
    background: #e7015e;
    border-color: #e7015e;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  
  .footer-menu {
    margin: 25px 0;
  }
  
  .footer-menu ul {
    margin: 0;
    padding: 0;
  }
  
  .footer-menu ul li {
    display: inline-block;
  }
  
  .footer-menu ul li a {
    color: #a8a8ad;
    margin: 0 20px;
    position: relative;
  }
  
  .footer-menu ul li a:before {
    position: absolute;
    left: -24px;
    top: 1px;
    bottom: 0;
    margin: auto;
    content: '';
    background: #5f5e6f;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
  }
  
  .footer-menu ul li a:hover {
    color: #e7015e;
  }
  
  .footer-menu ul li:first-child a:before {
    display: none;
  }
  
  .copyright-text p {
    margin-bottom: 0;
    color: #a8a8ad;
  }
  
  /*=================================
        ts-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;
  }
  
  /*=================================
        Sub Pages
  =================================*/
  .banner-title {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
  }
  
  /*      Faq Page
  =================================*/
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
  }
  
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    display: block;
    background: transparent;
    width: 100%;
    text-align: left;
    border: 1px solid #e5e5e5;
    color: #101010;
    text-transform: capitalize;
    position: relative;
    height: 60px;
    line-height: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-active {
    background-color: #e7015e;
    border: transparent;
  }
  
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    background-color: #e7015e;
  }
  
  .elementor-element .elementor-accordion .elementor-accordion-icon.elementor-accordion-icon-right i {
    line-height: 26px;
  }
  
  .widget {
    margin-bottom: 50px;
  }
  
  .wpcf7-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
  }
  
  .wpcf7-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #e7015e;
  }
  
  .wpcf7-form .form-control.message-box {
    height: 150px;
    resize: none;
    padding-top: 10px;
  }
  
  .sidebar-widgets .form-group {
    margin-bottom: 30px;
  }
  
  .sidebar-widgets .form-group textarea {
    height: 150px;
    padding-top: 10px;
    resize: none;
  }
  
  /*==========================
       ts speaker
  ===========================*/
  .ts-speaker {
    position: relative;
    text-align: center;
    margin-bottom: 55px;
    overflow: hidden;
  }
  
  .ts-speaker .speaker-img {
    width: 255px;
    height: 255px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    margin: auto auto 20px;
  }
  
  .ts-speaker .speaker-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
  }
  
  .ts-speaker .speaker-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(59, 29, 130, 0.5);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
  }
  
  .ts-speaker .view-speaker {
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 12px 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 2;
  }
  
  .ts-speaker .ts-title {
    margin-bottom: 5px;
    font-size: 24px;
  }
  
  .ts-speaker .ts-title a {
    color: #1c1c24;
  }
  
  .ts-speaker:hover .speaker-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .ts-speaker:hover .speaker-img:before {
    opacity: 1;
  }
  
  .ts-speaker:hover .view-speaker {
    top: 50%;
    opacity: 1;
  }
  
  .ts-speaker:hover .ts-title a {
    color: #e7015e;
  }
  
  .ts-speaker.white-text .ts-title a,
  .ts-speaker.white-text p {
    color: #fff;
  }
  
  .speaker-classic {
    padding-top: 0px;
  }
  
  .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 25px;
  }
  
  .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: #e7015e;
    margin-bottom: 30px;
  }
  
  .ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
    color: #ababab;
    margin-right: 18px;
  }
  
  .ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover {
    color: #e7015e;
  }
  
  .ts-speaker-popup button.mfp-close {
    font-size: 30px;
  }
  

  
  .ts-count-down {
    padding: 0;
    z-index: 1;
  }

  
  .gradient-counter {
    z-index: 1;
  }
  
  .gradient-overlay .elementor-custom-embed-image-overlay:before {
    background: -webkit-linear-gradient(305deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
    background: -o-linear-gradient(305deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
    background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
  }
  
  /* highlight count down*/
  .highlight-count-down .counter-item:nth-child(1) {
    color: #ff007a;
  }
  
  .highlight-count-down .counter-item:nth-child(2) {
    color: #FFC107;
  }
  
  .highlight-count-down .counter-item:nth-child(3) {
    color: #00c1c1;
  }
  
  .highlight-count-down .counter-item:nth-child(4) {
    color: #8BC34A;
  }
  
  /*====================================
        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;
  }
  
  .pricing-item {
    position: relative;
    max-width: 320px;
    margin: auto;
  }
  
  .pricing-item .pricing-dot {
    width: 100%;
    display: block;
  }
  
  .pricing-item .pricing-dot1 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    width: 100%;
    margin-top: -2px;
  }
  
  .pricing-item.disebled {
    opacity: 0.7;
    cursor: no-drop;
  }
  
  .pricing-item.disebled .btn {
    background: #a077a6;
    cursor: no-drop;
  }
  
  .ts-pricing-box .ts-pricing-progress .ts-pricing-value {
    font-weight: 700;
    color: #e7015e;
    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: -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: #e7015e;
  }
  
  .ts-pricing-box .pricing-btn {
    margin-bottom: 25px;
    position: relative;
  }
  
  .ts-pricing-box .pricing-btn:after, .ts-pricing-box .pricing-btn:before {
    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: #e7015e;
  }
  
  .ts-pricing-item.active .ts-pricing-name,
  .ts-pricing-item.active .ts-pricing-price span {
    color: #e7015e;
  }
  
  /* extract css */
  @media (min-width: 991px) {
    .header ul.navbar-nav li:hover > .dropdown-menu {
      display: block;
      border: none;
    }
  }
  
  /*====================================
        ts-pricing
  =====================================*/
  .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: 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.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;
  }
  
  /* Page banner area */
  .page-banner-area {
    position: relative;
    min-height: 400px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
  }
  
  .page-banner-title {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
  }
  
  .page-banner-title h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
  }
  
  .page-banner-title .breadcrumb {
    background: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .page-banner-title .breadcrumb li a {
    color: #fff;
    margin-right: 5px;
  }
  
  .page-banner-title .breadcrumb a:hover {
    color: #ccc;
  }
  
  .breadcrumb {
    padding: 0;
    background: none;
  }
  
  .breadcrumb a:hover {
    color: #fff;
  }
  
  .breadcrumb > li {
    font-weight: 500;
    margin: 0 10px;
  }
  
  /*------------back to top-------------*/
  .BackTo {
    background: #e7015e none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 75px;
    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;
  }
  
  /*================================
        ts-footer
   ==================================*/
  .ts-footer {
    background: #1a1831;
    padding: 250px 0 50px;
  }
  
  .ts-footer-social ul {
    padding: 0;
  }
  
  .ts-footer-social ul li {
    display: inline-block;
    list-style: none;
  }
  
  .ts-footer-social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #525164;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
    margin: 0 5px;
  }
  
  .ts-footer-social ul li a:hover {
    background: #e7015e;
    border-color: #e7015e;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  
  .footer-menu ul li {
    display: inline-block;
  }
  
  .footer-menu ul li a {
    color: #a8a8ad;
    margin: 0 20px;
    position: relative;
  }
  
  .footer-menu ul li a:before {
    position: absolute;
    left: -24px;
    top: 1px;
    bottom: 0;
    margin: auto;
    content: '';
    background: #5f5e6f;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
  }
  
  .footer-menu ul li a:hover {
    color: #e7015e;
  }
  
  .footer-menu ul li:first-child a:before {
    display: none;
  }
  
  .copyright-text p {
    margin-bottom: 0;
    color: #a8a8ad;
  }
  
  .ts-footer.ts-footer-item {
    background: #2e2b72;
    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: -25px;
  }
  
  .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;
  }
  
  .text-right-bottom {
    text-align: right !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  
  /* 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;
  }
  
  .ts-funfacts .elementor-counter-number-wrapper .elementor-counter-number-prefix {
    display: none;
  }
  
  .ts-funfacts .elementor-counter-title {
    text-align: left;
  }
  
  .main-slider {
    padding: 0;
    z-index: 0;
  }
  
  .main-slider .banner-item {
    min-height: 850px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    position: relative;
  }
  
  .main-slider .banner-item:before {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
  }
  
  .main-slider .banner-item .banner-content-wrap {
    padding: 250px 0 182px;
    z-index: 1;
    position: relative;
  }
  
  .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;
    color: #fff;
  }
  
  .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 {
    height: 55px;
    line-height: 55px;
    padding: 0 55px;
  }
  
  .main-slider .banner-item .banner-content-wrap .banner-btn .btn.fill {
    background: #4381fd;
    border-color: #4381fd;
    padding: 0 55px;
    margin-left: 20px;
  }
  
  .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;
  }
  
  .custom-list-style ul li {
    border-left: 3px solid #ff007a;
    padding: 0 20px;
    display: inline-block;
    line-height: 20px;
  }
  
  /* //.woocommerce */
  .page-banner-title .woocommerce-breadcrumb, .page-banner-title .woocommerce-breadcrumb a {
    color: #fff;
  }
  
  p.form-submit .submit {
    background: #ff007a !important;
    color: #fff !important;
  }
  
  .woocommerce #reviews #comments h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 25px;
  }
  
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
  }
  
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 70px;
  }
  
  .woocommerce-Reviews .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
  }
  
  .woocommerce .star-rating {
    color: #ff007a;
  }
  
  /* Blog
  ================================================== */
  /* Global */
  select {
    max-width: 100%;
  }
  
  .post-password-form input[type="password"] {
    padding: 5px 15px;
    margin-left: 10px;
  }
  
  .post-password-form input[type='submit'] {
    background-color: #e7015e;
    border-color: #e7015e;
    padding: 6px 55px;
    color: #fff;
  }
  
  /* Image */
  img, figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
  
  img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .wp-caption img[class*="wp-image-"] {
    display: block;
  }
  
  .wp-caption {
    margin-bottom: 8px;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    clear: both;
  }
  
  .wp-caption.aligncenter {
    margin-bottom: 10px;
  }
  
  .wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 4px;
    font-style: italic;
    color: #777777;
    margin-bottom: 30px;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
  }
  
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  
  
  
  /*-- HTML Formate --*/
  blockquote,
  .wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
    padding: 0px;
    padding-left: 40px;
    border-left: 3px solid #e7015e;
    margin: 15px 0;
    background: transparent;
    position: relative;
  }
  
  blockquote p,
  .wp-block-quote:not(.is-large) p, .wp-block-quote:not(.is-style-large) p {
    margin-bottom: 0px;
  }
  
  /* table */
  table {
    border: 1px solid #d8d8d824;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-right: 0;
    border-top: 0;
  }
  
  .wp-block-table th,
  .wp-block-table td {
    border-color: #f1f1f1;
    padding: 10px;
  }
  
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    padding: 10px 10px;
    border: 1px solid #d8d8d824;
    border-bottom: 0;
    border-left: 0;
  }
  
  
  div#calendar_wrap caption {
    margin: 10px 10px 0;
    padding-bottom: 0;
  }
  
  div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
  div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
    padding: 0;
  }
  
  dt {
    font-weight: bold;
    margin: 6px;
  }
  
  /* Sticky */
  .meta-featured-post {
    display: none;
  }
  
  .sticky.post {
    background: #fff;
  }
  
  .sticky.post .post-body {
    overflow: hidden;
    position: relative;
  }
  
  .sticky.post .meta-featured-post {
    display: block;
    position: absolute;
    right: -35px;
    top: 18px;
    background: #e7015e;
    width: auto;
    height: auto;
    padding: 12px 45px;
    color: #fff;
    display: inline-block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    -webkit-transform: rotate(45deg);
  }
  
  /* Gallery item */
  .gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
  }
  
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }
  
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  
  .gallery-item a,
  .gallery-item a:hover,
  .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
  }
  
  .gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    -o-transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .gallery-item a:hover img,
  .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
  }
  
  .gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
  }
  
  .wp-caption,
  .gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }
  
  .alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  @media screen and (min-width: 30em) {
    /* Gallery Columns */
    .gallery-item {
      max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
      max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
      max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
      max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
      max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
      max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
      max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
      max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
      max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
      max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
      max-width: 11.11%;
    }
  }
  
  /*-- Category listing --*/
  .post {
    margin: 0 0 60px;
    padding-right: 20px;
  }
  
  .entry-header .entry-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 20px;
    ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  
  .entry-header .entry-title a {
    color: #1c1c24;
  }
  
  .entry-header .entry-title a:hover {
    color: #e7015e;
  }
  
  .post-meta {
    font-size: 13px;
    padding: 20px 0 15px;
    text-transform: uppercase;
    color: #5a5a5a;
  }
  
  .post-meta span {
    padding-right: 5px;
    margin-right: 5px;
  }
  
  .post-meta span i {
    margin-right: 5px;
    color: #e7015e;
    font-weight: bold;
  }
  
  .post-meta a {
    color: #5a5a5a;
  }
  
  .post-footer {
    margin-top: 20px;
  }
  
  .post-footer .btn-readmore {
    color: #222;
    font-weight: 700;
  }
  
  .post-footer .btn-readmore i {
    position: relative;
    top: 2px;
    margin-left: 5px;
  }
  
  .post-footer .btn-readmore:hover {
    color: #e7015e;
  }
  
  /* Post body */
  .blog .post-media {
    width: calc(100% - 40px);
    margin: 0 auto 5px auto;
    position: relative;
  }
  
  .blog .post-media 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;
  }
  
  .blog .post-body {
    padding: 15px 30px 35px 30px;
    margin: 0 0px 60px;
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  
  .blog .has-post-thumbnail .post-body {
    padding: 150px 30px 35px 30px;
    margin: -130px 0px 60px;
  }
  
  /* Pagination */
  .pagination {
    margin: 0;
  }
  
  .pagination li a, .pagination li span {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: normal;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: inline-block;
    color: #5a5a5a;
    border-radius: 3px;
  }
  
  .pagination li a i, .pagination li span i {
    line-height: 40px;
  }
  
  .pagination li.active a, .pagination li:hover a {
    color: #fff;
    background: #e7015e;
    border: 1px solid transparent;
  }
  
  .pagination li.active a:hover, .pagination li:hover a:hover {
    background: #e7015e;
  }
  
  .pagination li.pagination-dots {
    margin: 0 15px 0 10px;
  }
  
  /*-- Blog single --*/
  .post-details .entry-header {
    padding: 0px 80px;
  }
  
  .post-details .entry-header .entry-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
  }
  
  .post-details table td, .post-details table th {
    border: 1px solid #f1f1f1;
  }
  
  .post-details .entry-thumbnail {
    margin: 20px 0 40px;
  }
  
  .post-details .entry-thumbnail 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);
  }
  
  .post-details .post-body {
    padding: 30px 70px 0;
  }
  
  .blog-single .entry-footer,
  .blog-single .blog-post-comment {
    padding-left: 70px;
    padding-right: 70px;
  }
  
  .blog-single .post-navigation {
    margin: 0 70px 40px;
  }
  
  .blog-single .post-navigation .post-next a,
  .blog-single .post-navigation .post-previous a {
    color: #000;
  }
  
  .blog-single .post-navigation .post-next a:hover,
  .blog-single .post-navigation .post-previous a:hover {
    color: #e7015e;
  }
  
  .blog-single .post-navigation h3 {
    color: #000;
  }
  
  .entry-content h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
  }
  
  .entry-content h4 {
    font-size: 22px;
  }
  
  .entry-content table {
    margin: 20px 0;
  }
  
  .entry-content .page-links {
    color: #5a5a5a;
    margin-left: 5px;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
  }
  
  .entry-content .page-links span {
    display: inline-block;
  }
  
  .entry-content .page-links span.page-link {
    color: #5a5a5a;
    margin-right: 5px;
  }
  
  .entry-content .page-links a span {
    color: #ffffff !important;
    background-color: #e7015e;
    border-color: #e7015e;
  }
  
  .entry-content .page-links .page-link-text {
    margin-right: 10px;
  }
  
  .entry-content p img.alignleft {
    clear: both;
    margin-bottom: 30px;
  }
  
  .blog-post-comment h3 {
    font-size: 24px;
  }
  
  .blog-post-comment table {
    margin: 20px 0;
  }
  
  .blog-post-comment ul, .blog-post-comment ol {
    margin-bottom: 20px;
  }
  
  .blog-post-comment .comment-respond {
    margin-bottom: 40px;
  }
  
  .blog-post-comment #comment.form-control {
    height: 100%;
  }
  
  #cancel-comment-reply-link {
    float: right;
    color: #000;
  }
  
  #cancel-comment-reply-link:hover {
    color: #e7015e;
  }
  
  /* Post social */
  .post-social-icons > li {
    display: inline-block;
  }
  
  .post-social-icons a {
    margin-left: 10px;
    font-size: 16px;
    color: #5a5a5a;
    text-align: center;
  }
  
  .post-social-icons a:hover {
    color: #e7015e;
  }
  
  /* Post navigation */
  .post-navigation {
    padding: 25px;
    border: 1px solid #f1f1f1;
  }
  
  .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 span:hover, .post-navigation h3:hover {
    color: #e7015e;
  }
  
  .post-navigation h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0;
    font-weight: bold;
    ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  
  .post-navigation span {
    color: #777777;
  }
  
  .post-navigation i {
    margin: 0 5px;
    color: #777777;
  }
  
  .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: right;
    border-right: 0 none;
    padding: 0 0 0 40px;
  }
  
  /*-- Post footer --*/
  .entry-footer {
    margin: 40px 0;
  }
  
  /* tags list */
  .post-tag-container {
    display: inline-block;
  }
  
  .post-tag-container span {
    color: #000;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
  }
  
  .tag-lists a,
  .tagcloud a {
    border: 1px solid #f1f1f1;
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px !important;
    padding: 4px 13px;
    margin-left: 3px;
    border-radius: 25px;
    margin-bottom: 20px;
  }
  
  .tag-lists a:hover,
  .tagcloud a:hover {
    background: #e7015e;
    color: #fff;
    border: 1px solid transparent;
  }
  
  /* Post social */
  .post-social-share-container {
    float: right;
  }
  
  .post-social-share-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .post-social-share-container ul li {
    display: inline-block;
  }
  
  .post-social-share-container ul li.title {
    font-weight: bold;
    color: #000;
  }
  
  .post-social-share-container ul li a {
    color: #5a5a5a;
    margin-left: 10px;
  }
  
  .post-social-share-container ul li a:hover {
    color: #e7015e;
  }
  
  /* Post comment */
  .blog-post-comment .comment-title {
    font-size: 24px;
  }
  
  .blog-post-comment .comment-info [class*=col-md-] {
    margin-bottom: 15px;
    position: inherit;
  }
  
  .blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
  }
  
  .blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: italic;
  }
  
  .blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 40px;
  }
  
  .loginformuser .form-control {
    height: 100%;
  }
  
  /* Common */
  .pingback p, .pingback .says {
    display: none;
  }
  
  .comments-list .pingback .comment-body {
    margin-left: 0;
  }
  
  .comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
  }
  
  .comments-list .comment {
    list-style: none;
  }
  
  .comments-list .comment .last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 16px;
    color: #1c1c24;
    font-style: normal;
  }
  
  .comments-list .comment-author a {
    color: #1c1c24;
  }
  
  .comments-list .comment-author a:hover {
    color: #e7015e;
  }
  
  .comments-list .comment-author cite {
    font-style: normal;
  }
  
  .comments-list .comment-date {
    font-size: 14px;
    display: block;
    margin-top: -5px;
  }
  
  .comments-list .comment-content {
    margin: 15px 0;
  }
  
  .comments-list .comment-body {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-left: 110px;
  }
  
  .comments-list img.comment-avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 30px;
  }
  
  .comments-list .comment-reply-link {
    color: #252a37;
    font-weight: 400;
    font-size: 14px;
  }
  
  .comments-list .comment-reply-link i {
    margin-right: 5px;
  }
  
  .comments-list .comment-reply-link:hover {
    color: #e7015e;
  }
  
  .comments-counter {
    font-size: 18px;
  }
  
  .comments-counter a {
    color: #5a5a5a;
  }
  
  .comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
  }
  
  /*-- Archive --*/
  /* Widgets
  ================================================== */
  .sidebar .widget {
    margin-bottom: 40px;
    border: 1px solid #f1f1f1;
    padding: 40px;
  }
  
  .sidebar .widget .widget-title {
    font-size: 20px;
    font-weight: 900;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 15px;
  }
  
  .sidebar .widget .widget-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    left: 0;
    z-index: 1;
    background: #e7015e;
  }
  
  .sidebar .widget.widget_search {
    padding: 0;
    border: 0;
  }
  
  .sidebar .widget.widget_search .input-group-btn {
    background: #e7015e;
    color: #fff;
    padding: 0 20px;
  }
  
  .sidebar .widget.widget_search .input-group-btn i {
    line-height: 48px;
  }
  
  .sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebar ul li {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .sidebar ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .sidebar ul li a {
    color: #5a5a5a;
  }
  
  .sidebar ul li a:hover {
    color: #e7015e;
  }
  
  .sidebar ul li a.url, .sidebar ul li a.rsswidget {
    color: #1c1c24;
  }
  
  .sidebar ul li a.rsswidget {
    font-weight: 600;
  }
  
  .sidebar ul li cite {
    font-style: normal;
  }
  
  .sidebar ul.sub-menu, .sidebar ul.children {
    padding: 10px 0px 0 20px;
  }
  
  .sidebar ul.children {
    padding-bottom: 0;
  }
  
  .textwidget img {
    margin: 10px 0;
  }
  
  .not-found .input-group-btn {
    background: #e7015e;
    color: #fff;
    padding: 0 20px;
  }
  
  .not-found .input-group-btn i {
    line-height: 48px;
  }
  
  /* Theme check */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
  
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  
  .gallery-caption,
  .bypostauthor {
    display: block;
  }
  
  code {
    overflow: auto;
    max-width: 100%;
    padding: 0 1em;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
  }
  
  /* Gutenberg CSS
  ==================================================*/
  .sidebar-inactive .wp-block-image.alignfull img {
    width: 100%;
  }
  
  .wp-block-image img {
    margin: 0 !important;
  }
  
  .wp-block-separator, hr {
    background-color: #eeeeee;
    height: 1px;
    max-width: calc(6 * (100vw / 12) - 28px);
    text-align: left;
    margin: 3.5em 0;
  }
  
  .wp-block-separator.is-style-wide,
  hr.is-style-wide {
    max-width: 100%;
  }
  
  .wp-block-separator.is-style-dots {
    text-align: left;
    max-width: 50%;
    height: 14px;
    line-height: 10px;
    overflow: hidden;
  }
  
  .wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7";
    padding-left: 2px;
  }
  
  .sidebar-inactive .wp-block-pullquote.alignfull {
    padding: 1em 3.5em;
  }
  
  figure, .wp-caption, .wp-caption-overlay .wp-caption {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    max-width: 100%;
  }
  
  .wp-block-gallery .blocks-gallery-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    padding: 40px 10px 5px;
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-transition: margin-bottom 0.3s ease;
    -ms-transition: margin-bottom 0.3s ease;
    -o-transition: margin-bottom 0.3s ease;
    transition: margin-bottom 0.3s ease;
  }
  
  .wp-block-gallery figure:hover figcaption, .wp-caption:hover .wp-caption-text,
  .wp-caption:hover .wp-caption-dd, .wp-caption-overlay .wp-caption:hover .wp-caption-text, .wp-caption-overlay .wp-caption:hover .wp-caption-dd {
    margin-bottom: -6em;
  }
  
  .wp-block-image figure figcaption,
  .wp-block-image figcaption {
    background: #e7015e;
    color: #fff;
    font-size: 13px;
  }
  
  /* Blog Header
  ==================================================
  
  .navbar.navbar-light ul.navbar-nav > li,
  .navbar.navbar-light ul li{
      margin: 0 10px;
      >a{
          font-size: 13px;
      }
  }
  
  .page{
      .ts-footer{
          padding:50px 0;
      }
  }*/
  
  @media (max-width: 1200px) {
    .header.header-transparent .navbar.navbar-light ul.navbar-nav > li {
      margin: 0 14px;
    }
  }

  

  @media only screen and (max-width: 767px) {
    .animated {
      /*CSS transitions*/
      -o-transition-property: none !important;
      -moz-transition-property: none !important;
      -ms-transition-property: none !important;
      -webkit-transition-property: none !important;
      transition-property: none !important;
      /*CSS transforms*/
      -o-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important;
      /*CSS animations*/
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
    }
  }
  

  body{background: #FFF;}
a:link{text-decoration:none}
section.GT-template h2{position: relative;font-size: 24px;padding-left: 12px;margin-bottom: 30px;}
section.GT-template h2:before{content: ""; position: absolute; top:12px; left: 0px; width: 4px; height: 20px; background: #1c9fd0;}
/*section.GT-templateG{background: #fafafa;}*/
.footer{margin-top:0;}
span.required{color:red;}
.right-footer{display:none;}
/*header*/
#GT-header{height:80px;background: #fff;}
#GT-headerMenu{width: 1200px;margin:0 auto;}
#GT-headerLogo{float: left;}
#GT-headerLogo a img{height:80px;}
#GT-headerOption{padding-left:430px;}
#GT-headerOption ul li{float: left;}
#GT-headerOption ul li a{color: #666;font-size: 18px; padding: 0 25px; line-height: 80px; height: 80px;display: inline-block;}
#GT-headerOption ul li:hover{background: #35affd;}
#GT-headerOption ul li:hover a{color: #fff;;}
/*banner*/
#GT-banner .carousel-inner div{cursor: pointer; height:500px; }
#myCarousel .carousel-indicators .active{border:2px solid #1d93cb;}
/*参展企业*/
#GT-exhibitors{margin:0 auto;width: 1200px;padding:30px 0;}
#GT-exhibitors ul li{float: left;width:180px;margin-right: 24px; height: 70px;margin-bottom: 24px;}
#GT-exhibitors ul li:nth-child(6n+0){margin-right: 0px;}
/*#GT-exhibitors ul li:hover{border: 1px solid #35affd;}*/
#GT-exhibitors ul li a img{width: 180px;height: 70px;border: 1px solid #eee;}

/*聚焦-PC*/
#GT-focus{margin:0 auto;width: 1200px;}
#GT-focus ul li{float: left;width: 180px;text-align: center;height: 100px;margin: 0 30px;border-radius:10px;background: -webkit-linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); background: -o-linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); background: -moz-linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); background: linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); }
#GT-focus ul li a{font-size: 24px;color: #fff;line-height: 60px;font-weight: 600; letter-spacing: 2px;    display: block;}
/*聚焦-Mobile*/
#GT-focus-mobile{margin:0 auto;width: 100%;padding:20px 0 30px;}
#GT-focus-mobile ul li{float: left;width: 40%;text-align: center;height: 60px;margin:10px 5%;border-radius:10px;background: -webkit-linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); background: -o-linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); background: -moz-linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); background: linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); }
#GT-focus-mobile ul li a{font-size: 24px;color: #fff;line-height: 60px;font-weight: 600; letter-spacing: 2px;display: block;}

/*演讲嘉宾*/
#GT-guest{margin:0 auto;width: 1200px;padding:30px 0;}
#GT-guest ul li{width: 214px;
  height: 270px;
  float: left;
  margin-right: 32px;
  margin-bottom: 0;}
#GT-guest ul li:nth-child(5n+0){margin-right: 0px;}
#GT-guest ul li .GT-guestImg{margin-bottom: 15px;text-align: center;}
#GT-guest ul li .GT-guestImg a img{width: 143px;height: 143px;border-radius: 50%;vertical-align: middle;}
#GT-guest ul li .GT-guestInfo p{font-size: 14px;text-align: center;margin-bottom:2px;}

/*议程安排*/
#GT-plan{margin:0 auto;width: 1200px;padding:30px 0;}
#GT-plan .GT-planBox{height:360px;}
#GT-plan #slider {Z-INDEX: 1; POSITION: absolute;WIDTH: 1200px; BACKGROUND: #000; HEIGHT: 360px; OVERFLOW: hidden;}
#GT-plan #slider .slide {Z-INDEX: 10; POSITION: absolute; BORDER-LEFT: #000 1px solid; WIDTH: 800px; BACKGROUND: #000; HEIGHT: 360px; OVERFLOW: hidden; TOP: 0px; CURSOR: default; LEFT: 22px;text-align:left;}
#GT-plan #slider .title {COLOR: #f80; FONT-SIZE: 1.2em; FONT-WEIGHT: bold; MARGIN-RIGHT: 1.5em; TEXT-DECORATION: none}
#GT-plan #slider .text {POSITION: absolute; TEXT-ALIGN: justify; WIDTH: 470px; DISPLAY: none; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #fff; FONT-SIZE: 0.9em; TOP: 100%; LEFT: 10px}
#GT-plan #slider .diapo {POSITION: absolute; FILTER: alpha(opacity=100); VISIBILITY: visible; opacity: 1}

/*峰会·议程安排*/
#GT-plan nav ul li{font-size:20px;font-weight:600;cursor: pointer;float: left;width: 50%;border-right: 0;height: 80px;text-align: center;line-height: 80px;background:#fff;}
#GT-plan nav ul li.active{background-color: #3d4246; color:#fff;}
#GT-plan .cut-off-rule{background:#3d4246;margin:10px 0;height:5px;}
#GT-plan .GT-planSingle-left-tab{float: left;width:14%;border-top:1px solid #e7141a;}
#GT-plan .GT-planSingle-left-tab li{text-align:right;height:36px;line-height:36px;padding-right:15px;font-size:16px;cursor:pointer;}
#GT-plan .GT-planSingle-left-tab li.show-tab-active{background:#e7141a;color:white;}
#GT-plan .GT-planSingle-right-content{float: left;width:86%;padding-left:2%;border-left:1px solid #e7141a;}

#GT-plan .GT-planSingle-right-content>div.show-content-active{display:block;}

#GT-plan .GT-planSingle-right-content .activity-list{clear:both;min-height:36px;}
#GT-plan .GT-planSingle-right-content .activity-list li{float:left;font-size:15px;padding:15px 0;}
#GT-plan .GT-planSingle-right-content .activity-list li.speak_agenda{width:15%;border-top:1px solid #eee;}
#GT-plan .GT-planSingle-right-content .activity-list li.speak_agenda1{width:15%;}
#GT-plan .GT-planSingle-right-content .activity-list li.speak_time{width:12%;border-top:1px solid #eee;}
#GT-plan .GT-planSingle-right-content .activity-list li.speak_con{width:43%;border-top:1px solid #eee;
    padding: 15px 20px ;}
#GT-plan .GT-planSingle-right-content .activity-list li.speak_user{width:30%;border-top:1px solid #eee;}

/*赞助商&支持媒体*/
.GT-cooperation{margin:0 auto;width: 1200px;padding:20px 0;}
.GT-cooperation .GT-typelogo{margin:0 auto;width: 1200px;}
.GT-cooperation .GT-typelogo h3{font-size: 20px;}
.GT-cooperation .GT-typelogo ul li{float: left;width:180px;margin-right: 24px; height: 70px;margin-bottom: 24px;}
.GT-cooperation .GT-typelogo ul li:nth-child(6n+0){margin-right: 0px;}
.GT-cooperation .GT-typelogo ul li a img{width: 180px;height: 70px;}
/*峰会·历史回顾*/
#GT-history{margin:0 auto;width: 1200px;padding:30px 0;}
#GT-history .GT-historyBox{height:360px;}
#GT-history .GT-historyBox .GT-historyBig{width: 600px;height: 360px;float: left;}
#GT-history .GT-historyBox .GT-historyBig a img{width: 100%;height: 100%;}
#GT-history .GT-historyBox .GT-historySmall{width: 600px;height: 360px;float: left;padding-left: 20px;}
#GT-history .GT-historyBox .GT-historySmall div{border:1px solid #eee;height: 160px;width: 280px;float: left;margin-right:20px;margin-bottom: 20px;overflow: hidden;}
#GT-history .GT-historyBox .GT-historySmall div:nth-child(even){margin-right:0px;}
#GT-history .GT-historyBox .GT-historySmall div a img{width: 100%;height: 100%;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -ms-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out;}
#GT-history .GT-historyBox .GT-historySmall div a img:hover{ -webkit-transform: matrix(1.10,0,0,1.10,0,0); -moz-transform: matrix(1.10,0,0,1.10,0,0); -ms-transform: matrix(1.10,0,0,1.10,0,0); -o-transform: matrix(1.10,0,0,1.10,0,0); transform: matrix(1.10,0,0,1.10,0,0);}

/*峰会·资讯*/
#GT-information{margin:0 auto;width: 1200px;padding:30px 0;}
#GT-information .GT-informationBox .GT-informationSingle{float: left;width: 285px;height: 360px;margin-right: 20px;margin-bottom: 20px;background: #fff;border: 1px solid #eee;    transition: all 0.2s;}
#GT-information .GT-information-left{width:600px;height:225;float:left;}
#GT-information .GT-information-right{width:600px;height:225;float:left;padding-left:20px;}
#GT-information .GT-information-right ul{border-bottom:1px solid orange;clear: both;height:110px;position:relative;}
#GT-information .GT-information-right ul>li{height:25px;font-size:15px;}

/*展位图*/
#GT-position{margin:0 auto;width: 1200px;padding:30px 0;}
#GT-position .GT-contactBox .GT-contactSingle{float: left;width:100%;margin-right:0;border:1px solid #ccc;padding:20px 30px;height:140px;margin-bottom:4px;}
#GT-position .GT-contactBox .GT-contactSingle:nth-child(2n){margin-right:0px;}
#GT-position .GT-contactBox .GT-contactSingle p:first-child{float:left;}
#GT-position .GT-contactBox .GT-contactSingle p:first-child img{width:130px;height:130px;}
#GT-position .GT-contactBox .GT-contactSingle p:last-child{padding-left:150px;}
#GT-position .GT-contactBox .GT-contactSingle p:last-child span{margin-bottom:15px;display: inline-block;}

/*峰会·联系我们*/
#GT-contact{margin:0 auto;width: 1200px;padding:30px 0;}
#GT-contact .GT-contactBox .GT-contactSingle{float: left;width:100%;margin-right:0;border:1px solid #ccc;padding:20px 30px;height:140px;margin-bottom:4px;}
#GT-contact .GT-contactBox .GT-contactSingle:nth-child(2n){margin-right:0px;}
#GT-contact .GT-contactBox .GT-contactSingle p:first-child{float:left;}
#GT-contact .GT-contactBox .GT-contactSingle p:first-child img{width:130px;height:130px;}
#GT-contact .GT-contactBox .GT-contactSingle p:last-child{padding-left:150px;}
#GT-contact .GT-contactBox .GT-contactSingle p:last-child span{margin-bottom:15px;display: inline-block;}

/**/
.fixedRight{position: fixed;width:70px;height:260px;z-index:50;right:0;bottom:180px;text-align:center;font-size:0;}
.fixedRight p{cursor:pointer;width:100%;height:80px;font-size:14px;padding-top:8px;border:1px solid #eee;}

/*弹出框 演讲申请*/
/*.GT-template .modal-dialog{width: 100%;}*/
/*.GT-template #myModalLabel{font-size: 20px;}*/
/*.GT-template .modal-body{padding:30px 140px;}*/
/*.buttonSubmit{text-align: center;margin-top: 30px;}*/
.buttonSubmit{text-align: center;}

/*颁奖意义-PC*/
#GT-sense{margin:0 auto;width: 1200px;padding:30px 0 50px;}
#GT-sense ul li{float: left;width: 180px;text-align: center;height: 100px;margin: 0 60px;border-radius:10px;background: -webkit-linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); background: -o-linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); background: -moz-linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); background: linear-gradient(75deg,#75aaee,#9b2ce0, #5f1999); }
#GT-sense ul li a{font-size: 24px;color: #fff;line-height: 60px;font-weight: 600; letter-spacing: 2px;    display: block;}

/*颁奖评审标准-PC*/
#GT-evaluation {margin:0 auto;width: 100%;padding:30px 0 50px;text-align: center}
#GT-evaluation ul li{float: left;width: 280px;text-align: center;height: 290px;margin:30px 55px;border-radius:10px;border: 2px solid #F8D98D; }
#GT-evaluation ul li a{font-size: 24px;color: #fff;line-height: 60px;font-weight: 600; letter-spacing: 2px; display: block;}

/*颁奖评审流程-PC*/
#GT-procedure{margin:0 auto;width: 1200px;padding:30px 0 50px;}
#GT-procedure ul li{float: left;width: 300px;text-align: center;height: 100px;margin: 0px 0px;border-radius:10px;}
#GT-procedure ul li a{font-size: 24px;color: #fff;line-height: 60px;font-weight: 600; letter-spacing: 2px;    display: block;}



body{ font-family:"Roboto";font-size:16px;font-weight:regular;color: #5a5a5a; }

h1,h2{
    font-family:"Raleway";font-size:24px;font-weight:800;
}
h3{ 
    font-family:"Raleway";font-weight:700; 
}

h4{ 
    
}

a, .post-meta span i, .entry-header .entry-title a:hover, .sidebar ul li a:hover{
    color: #3ab7f8;
}

a:hover,.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li.active a, 
.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li:hover a,
.navbar.navbar-light ul.navbar-nav > li > a:hover,
.footer-menu ul li a:hover, .ts-footer-social ul li a:hover{
    color: #6dedfe;
}

.entry-header .entry-title a,
.ts-title,
h1, h2, h3, h4,h5,
.elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title a,
.blog-single .post-navigation h3,
.entry-content h3{
    color: #1c1c24;
}

body{
    background-color: #fff;
}

body,
.post-navigation span,
.post-meta,
.post-meta a{
    color:  #5a5a5a;
}
.single-intro-text .count-number, .sticky.post .meta-featured-post,
.sidebar .widget .widget-title:before, .pagination li.active a, .pagination li:hover a,
.pagination li.active a:hover, .pagination li:hover a:hover,
.sidebar .widget.widget_search .input-group-btn, .tag-lists a:hover, .tagcloud a:hover,
.BackTo, .ticket-btn.btn:hover, .schedule-listing .schedule-slot-time,
.btn-primary, .navbar-toggler{
    background: #3ab7f8;
}

.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a{
    color: #3ab7f8;
}

.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a,
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title a:before{
    border-color: #3ab7f8;
}



.woocommerce ul.products li.product .added_to_cart:hover,
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color: #3ab7f8;}
    .woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart,
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.sponsor-web-link a:hover i
{
  background-color: #3ab7f8;
  color: #fff;
}


  

.ts-footer{
    background-color: #1a1831;
    padding-top:50px;
}
      
blockquote{
padding: 0 0 0 30px;

}

.custom-list-style ul li{
border-left: 3px solid #ff007a;
padding: 0 20px;
display: inline-block;
line-height: 20px;
}

@media(max-width: 1200px){
.ts-single-outcome{
margin: auto;
}
}
.ts-schedule-nav ul li a h3{
font-size:20px;
}
.schedule-listing .schedule-slot-time{
padding:15px 20px;
background-color: #4fc1f2;
}
.schedule-listing .schedule-slot-info{
padding:15px 40px 15px 170px;
}
.schedule-listing .schedule-slot-info .schedule-slot-title{
font-size:18px;
}
.schedule-listing .schedule-slot-info p{
font-size:14px;
}

.navbar-expand-lg{
margin-top:20px;
}
.ticket-btn.btn{
margin-top:44px;
}
/* highlight count down*/
.highlight-count-down .counter-item:nth-child(1) {
color: #3AB7F8;
}

.highlight-count-down .counter-item:nth-child(2) {
color: #3AB7F8;
}

.highlight-count-down .counter-item:nth-child(3) {
color: #3AB7F8;
}
.highlight-count-down .counter-item:nth-child(4){
color: #EF4092;
} 
.ts-count-down{
height:150px;
background:rgba(0,0,0,0.4);
border-radius:12px;
}