/*!
  Theme Name: eventos - Professional events conferences wordpress theme
  Theme URI: http://themebuz.com/wp/eventos/
  Author: Themebuz
  Author URI: https://www.templatemonster.com/authors/themebuz/
  Version: 1.0.0
  Tested up to: 5.8
  Requires PHP:7.1
  Tags:  concert, conference, corporate, event, exhibition, expo, meeting, Meetup, seminar, speakers, startup, summit, ticket, webinar, workshop
  */
/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Base
    ## Normalize
    ## Typography
    ## Elements
    ## Forms
    ## Container
    ## Transition
    ## animation key frame
  # header
  # Banner
  # Blog Grid
  # Blog Grid Detail
  # Event Goal
  # Event Member
  # Remarkable Moment
  # Program Schedule
  # Discussion
  # Volunteer
  # Product
  # Cart
  # Error banner
  # Coming soon
  # Terms
  # Contact page section
  # The topic
  # Speaker one
  # Schedule one
  # Footer
  # Backtotop
  # Footer style two
  # Footer style three
  # Map area one
  # Previliege area one
  # Partner logo  one
  # Main Slider
  # Slider video section
  # Number one section
  # Twitter one section css
  # Call to action one section
  # Speaker page
  # About one section  css
  # About boxed section  css
  # Staff  section  css
  # Testimonial  css
  # Schedule details page css
  # Sponsers list section
  # Pricing Table
  # FAQ Section
  # Seat Register section
  # Sign in & sign up  section
  # Venue   section
  # Event section
  # Gallery filter section
  # Search page
  # Responsive page
  # color


  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  >>> Google font
  ----------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900";
/* Front */
@-webkit-keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

@keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  -webkit-animation: slide-down 5s 3;
  animation: slide-down 5s 3;
}

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*--------------------------------------------------------------
  ##  Normalize
  --------------------------------------------------------------*/
h1 {
  margin: 0;
}

a {
  background-color: transparent;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:hover {
  border: 0 solid;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

a:focus,
input:focus,
button:focus,
-moz-button:focus {
  outline: none;
}

/*--------------------------------------------------------------
  ##  Typography
  --------------------------------------------------------------*/
html {
  font-size: 20px;
  font-family: "sf_pro";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "sf_pro";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #4c455a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2,
h3,
h4,
h5,
h6,
span,
a,
button,
input {
  font-family: "sf_pro";
}

h1 {
  font-family: "Rubik", sans-serif;
}

button:focus,
input:focus,
select:focus,
optgroup:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  line-height: 1.1;
}

.site-content h1{
  font-size:70px;
}

.site-content h2{
  font-size:60px;
}

.site-content h3 {
  font-size: 40px;
}
.site-content h4 {
  font-size: 30px;
}

.site-content h5 {
  font-size: 20px;
}

.site-content h6 {
  font-size: 16px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0;
}

address {
  margin: 0;
}

code,
kbd,
tt,
var {
  font-size: 16px;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

/*--------------------------------------------------------------
  ##  Elements
  --------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  border: 0;
  height: 1px;
}

ul, ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}
aside.sidebar.widget-area ul li{
  list-style: none;
}
section.blog-grid.blog-detail .entry-content a,
.eventos-main-blog .entry-content a {
  text-decoration: underline;
}

section.blog-grid.blog-detail .entry-content a:hover{
  text-decoration: none;
}
.post-like-count .sl-wrapper i {
  font-size: 20px;
}
.site-content li {
  list-style: none;
}

.site-content li > ul {
  list-style: none;
}
.blog-post-grid-inner .entry-content .wp-caption {
  border: none;
}
dt {
  font-weight: normal;
}

dd {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

table {
  margin: 0;
  width: 100%;
}

a {
  padding: 0;
  margin: 0;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.half-grid {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/*--------------------------------------------------------------
  ##  Forms
  --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0px solid;
  border-radius: 0px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 0px;
  padding: 0px;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  ##  Container
  --------------------------------------------------------------*/
.container-fluid {
  width: 95%;
}

.event-container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}

.blog .event-container, 
.archive .event-container  {
    padding-top: 125px;
}

.search .event-container  {
    padding-top: 70px;
}

.search-results .event-container  {
    padding-top: 120px;
}


.single-post .event-container {
    padding-top: 70px;
}

.margin-0 {
  margin: 0;
}

.same-height {
  min-height: 460px;
}

.column-four .same-height {
  min-height: auto;
}

.padding-2-1 {
  padding-top: 20px;
}


.padding-180 {
  padding: 180px 0;
}

.padding-1-0 {
  padding: 180px 0 0;
}

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

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

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

/*--------------------------------------------------------------
  ##  Section Title
  --------------------------------------------------------------*/
.page-title {
  font-family: "sf_pro";
}

.section-title h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: .9;
  font-family: "Rubik", sans-serif;
}

.section-title h2 span {
  display: block;
  font-family: "Rubik", sans-serif;
}

.section-title p {
  font-weight: 300;
  padding-left: 60px;
  line-height: 1.5;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-right: 40px;
}

.section-link {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 32px;
  margin-top: 77px;
  display: block;
  margin-left: 75px;
}

.section-link i {
  font-size: 21px;
  margin-left: 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.section-link:after {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  left: -15px;
  top: 2px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.section-link:after:hover {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.section-link:hover i {
  margin-left: 15px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.section-title-boxed {
  position: absolute;
  background: #fff;
  left: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  padding: 10px 27px;
}

.section-title-boxed h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: .9;
  line-height: 50px;
  display: inline;
  font-family: "Rubik", sans-serif;
}

.section-title-boxed-left {
  position: absolute;
  background: #fff;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  padding: 10px 27px;
}

.section-title-boxed-left h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: .9;
  line-height: 50px;
  display: inline;
  font-family: "Rubik", sans-serif;
}

/*--------------------------------------------------------------
  ##  Transition
  --------------------------------------------------------------*/
.widget.widget_category .cat-item i,
.widget.widget_category .cat-item a,
.post-btn-wish a,
.post-btn-wish a.post-btn:after,
.post-tag ul li a,
.post-share a,
.comment-reply-link::before,
.widget.widget_recent_comments .comment-author-detail a span,
.widget.widget_recent_comments .comment-author-detail a span b,
.widget.widget_category .cat-item,
.widget.widget_speaker_list ul li,
.widget.widget_speaker_list ul li::after,
.widget.widget_speaker_list ul li .speaker-detail a,
.widget.widget_recent_entries ul li a span,
.widget.widget_tag ul li a,
.post-btn-wish a.post_wish i,
.post-category-name a,
.load-more a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*--------------------------------------------------------------
  ##  Responsive
  --------------------------------------------------------------*/
/*@media (min-width: 320px) and (max-width: 991px) {
  .padding-2-1 {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .previlege-one.padding-1-1 {
    padding-bottom: 160px;
  }
  .seatbook-one.padding-1-1 {
    padding-top: 100px
  }
  .section-title.mt-50 {
    margin-top: 0;
  }
  .previlege-one.padding-1-1 {
    padding: 100px 0 160px;
  }
}*/

@media (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    padding-left: 0;
  }
  .section-link {
    margin-top: 63px;
    margin-left: 13px;
    margin-bottom: 10px;
  }
  .header_default .logo h1 a {
    line-height: 61px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-title-boxed-left h2 {
    font-size: 35px;
    line-height: 30px;
  }
  .padding-2-1 {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .container-fluid {
    width: 100%;
  }
  .section-link {
    margin-top: 50px;
    margin-left: 15px;
  }
  .header_default .logo h1 {
    line-height: 0px;
  }
  .header_default .logo{
    margin-top: 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .page-header .page-title {
    font-size: 36px;
  }
  .page-header .page-title::after {
    height: 47px;
  }
  .page-header .page-title::before {
    top: 5px;
  }
  .section-link::after {
    width: 26px;
    height: 26px;
    left: 0;
    top: 2px;
  }
  .section-link {
    margin-top: 23px;
    margin-left: 0;
    padding-left: 35px;
  }
  .section-link i {
    font-size: 15px;
    margin-left: 4px;
  }
  .section-link:hover i {
    margin-left: 9px;
  }
  .section-title p {
    font-weight: 400;
    padding-top: 4px;
    font-size: 15px;
    padding-right: 0;
  }
  .section-title-boxed-left h2 {
    font-size: 30px;
  }
  .section-title h2 {
    font-size: 30px;
  }
}

@-webkit-keyframes tree {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  75% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes tree {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  75% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: -10px;
  }
  50% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -10px;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: -10px;
  }
  50% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -10px;
  }
}

@-webkit-keyframes animateBubbleTwo {
  0% {
    margin-top: 1000px;
  }
  50% {
    margin-top: -10px;
  }
  100% {
    margin-top: 1000px;
  }
}

@keyframes animateBubbleTwo {
  0% {
    margin-top: 1000px;
  }
  50% {
    margin-top: -10px;
  }
  100% {
    margin-top: 1000px;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-webkit-keyframes sidetop {
  0% {
    margin-top: 0px;
  }
  33% {
    margin-top: 50px;
  }
  66% {
    margin-top: -50px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes sidetop {
  0% {
    margin-top: 0px;
  }
  33% {
    margin-top: 50px;
  }
  66% {
    margin-top: -50px;
  }
  100% {
    margin-top: 0px;
  }
}

@-webkit-keyframes opacityanim {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacityanim {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes dash-fade {
  0% {
    stroke-opacity: 1;
  }
  97.1830985915493% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}

@keyframes dash-fade {
  0% {
    stroke-opacity: 1;
  }
  97.1830985915493% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}

@-webkit-keyframes dash {
  5.633802816901409% {
    stroke-dashoffset: 3182;
  }
  52.58215962441314% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  5.633802816901409% {
    stroke-dashoffset: 3182;
  }
  52.58215962441314% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fill {
  0% {
    fill: rgba(102, 51, 204, 0);
  }
  100% {
    fill: #6633cc;
  }
}

@keyframes fill {
  0% {
    fill: rgba(102, 51, 204, 0);
  }
  100% {
    fill: #6633cc;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes remarkFadeInOut {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes remarkFadeInOut {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bubble.x1, .bubble.x3, .bubble.x5, .bubble.x7, .bubble.x9, .bubble.x11, .bubble.x13, .bubble.x15, .bubble.x17, .bubble.x19, .bubble.x21, .bubble.x23, .bubble.x25, .bubble.x27, .bubble.x29, .bubble.x31, .bubble.x33, .bubble.x35, .bubble.x37, .bubble.x39 {
  -webkit-animation: animateBubble 40s cubic-bezier(.45,.05,.55,.95) infinite, sideWays 6s ease-in-out infinite alternate;
  animation: animateBubble 40s cubic-bezier(.45,.05,.55,.95) infinite, sideWays 6s ease-in-out infinite alternate;
}

.bubble.x2, .bubble.x4, .bubble.x6, .bubble.x8, .bubble.x10, .bubble.x12, .bubble.x14, .bubble.x16, .bubble.x18, .bubble.x20, .bubble.x22, .bubble.x24, .bubble.x26, .bubble.x28, .bubble.x30, .bubble.x32, .bubble.x34, .bubble.x36, .bubble.x38, .bubble.x40 {
  -webkit-animation: animateBubbleTwo 40s cubic-bezier(.45,.05,.55,.95) infinite, sideWays 6s ease-in-out infinite alternate;
  animation: animateBubbleTwo 40s cubic-bezier(.45,.05,.55,.95) infinite, sideWays 6s ease-in-out infinite alternate;
}

.event-goal-bg-pattern .bubble.x1 {
  -webkit-animation: opacityanim 2s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 9s ease-in-out infinite alternate;
  animation: opacityanim 2s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 9s ease-in-out infinite alternate;
}

.event-goal-bg-pattern .bubble.x3 {
  -webkit-animation: opacityanim 6s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 5s ease-in-out infinite alternate;
  animation: opacityanim 6s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 5s ease-in-out infinite alternate;
}

.event-goal-bg-pattern .bubble.x4 {
  -webkit-animation: opacityanim 8s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 8s ease-in-out infinite alternate;
  animation: opacityanim 8s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 8s ease-in-out infinite alternate;
}

.event-goal-bg-pattern .bubble.x5 {
  -webkit-animation: opacityanim 10s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 11s ease-in-out infinite alternate;
  animation: opacityanim 10s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 11s ease-in-out infinite alternate;
}

.event-goal-bg-pattern .bubble.x6 {
  -webkit-animation: opacityanim 12s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 13s ease-in-out infinite alternate;
  animation: opacityanim 12s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 13s ease-in-out infinite alternate;
}

.event-goal-bg-pattern .bubble.x7 {
  -webkit-animation: opacityanim 14s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 16s ease-in-out infinite alternate;
  animation: opacityanim 14s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 16s ease-in-out infinite alternate;
}

.event-goal-bg-pattern .bubble.x8 {
  -webkit-animation: opacityanim 16s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 19s ease-in-out infinite alternate;
  animation: opacityanim 16s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 19s ease-in-out infinite alternate;
}

.event-member-bg-pattern .bubble.x1 {
  -webkit-animation: opacityanim 2s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 9s ease-in-out infinite alternate;
  animation: opacityanim 2s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 9s ease-in-out infinite alternate;
}

.event-member-bg-pattern .bubble.x3 {
  -webkit-animation: opacityanim 6s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 5s ease-in-out infinite alternate;
  animation: opacityanim 6s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 5s ease-in-out infinite alternate;
}

.event-member-bg-pattern .bubble.x4 {
  -webkit-animation: opacityanim 8s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 8s ease-in-out infinite alternate;
  animation: opacityanim 8s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 8s ease-in-out infinite alternate;
}

.event-member-bg-pattern .bubble.x5 {
  -webkit-animation: opacityanim 10s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 11s ease-in-out infinite alternate;
  animation: opacityanim 10s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 11s ease-in-out infinite alternate;
}

.event-member-bg-pattern .bubble.x6 {
  -webkit-animation: opacityanim 12s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 13s ease-in-out infinite alternate;
  animation: opacityanim 12s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 13s ease-in-out infinite alternate;
}

.event-member-bg-pattern .bubble.x7 {
  -webkit-animation: opacityanim 14s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 16s ease-in-out infinite alternate;
  animation: opacityanim 14s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 16s ease-in-out infinite alternate;
}

.event-member-bg-pattern .bubble.x8 {
  -webkit-animation: opacityanim 16s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 19s ease-in-out infinite alternate;
  animation: opacityanim 16s infinite,sideWays 3s ease-in-out infinite alternate,sidetop 19s ease-in-out infinite alternate;
}

.volunteer-hand-top li {
  position: absolute;
  left: 0;
  bottom: 0;
}

.volunteer-hand-top li:nth-child(2) {
  -webkit-animation: sideWays 5s ease-in-out infinite alternate;
  animation: sideWays 5s ease-in-out infinite alternate;
}

.volunteer-hand-top li:nth-child(3) {
  -webkit-animation: tree 20s ease-in-out 5s infinite;
  animation: tree 20s ease-in-out 5s infinite;
}

.volunteer-hand-top li:nth-child(4) {
  -webkit-animation: tree 30s ease-in-out 7s infinite;
  animation: tree 30s ease-in-out 7s infinite;
}

.volunteer-hand-top li:nth-child(5) {
  -webkit-animation: sidetop 11s ease-in-out 20s infinite alternate;
  animation: sidetop 11s ease-in-out 20s infinite alternate;
}

.volunteer-hand-top li:nth-child(6) {
  -webkit-animation: tree 13s ease-in-out 11s infinite;
  animation: tree 13s ease-in-out 11s infinite;
}

.discussion-slider-hexagon svg {
  -webkit-animation: round 20s linear infinite;
  animation: round 20s linear infinite;
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ##  Header Top css
  --------------------------------------------------------------*/
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 175px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.logo a {
  line-height: 0;
}

.fixed .logo {
  width: 130px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header_default {
  position: fixed;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}

.header_default.fixed {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fixed .main-menu > ul > li > a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-bottom: 20px;
}

.fixed .main-menu > ul > li {
  padding-top: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-menu > ul {
  padding: 0;
  margin: 0;
}

.main-menu > ul > li {
  display: inline-block;
  margin: 0 20px;
  padding-top: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.main-menu > ul > li > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 30px 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-top: 15px;
}

.main-menu > ul > li > a:after {
  content: '';
  position: absolute;
  top: 40px;
  right: 0px;
  width: 5px;
  height: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-menu > ul > li.current_page_item > a {
  color: rgba(255, 255, 255, 0.6);
}

.header_two .main-menu > ul > li > a:hover, .header_two .main-menu > ul > li.current_page_item > a {
  color: #f6ff00;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-menu > ul > li > a:hover::after {
  width: 35px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-menu > ul > li.current_page_item > a::after {
  width: 35px;
}
.header_two .main-menu > ul > li > ul.nav-dropdown.sub-menu.nav-submenu li.current-menu-item > a {
  color: #f6ff00;
}
header.header_two ul li.current_page_ancestor > a{
  color: #f6ff00;
}
header.header_two ul li.current_page_ancestor > a:after {
  width: 35px;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu > ul > li > ul {
  position: absolute;
  top: 102%;
  left: -46px;
  background: #000000;
  padding: 40px 0 40px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid transparent;
}
.normal_menu.fixed .main-menu > ul > li:hover > ul {
  top: 100%;
  border-top: 1px solid;
}
.sub-menu li {
  position: relative;
  padding-left: 40px;
}

.sub-menu li a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  line-height: 32px;
  letter-spacing: .4px;
}

.sub-menu li a:after {
  position: absolute;
  left: -5px;
  width: 0;
  height: 1px;
  content: '';
  top: 16px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sub-menu li a:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-left: 5px;
}

.sub-menu li a:hover:after {
  width: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  left: -18px;
}
.megamenu-list {
  margin-left: 0;
}
.sub-menu ul.sub-menu{
  padding: 40px 0 40px 0;
  right: 281px;
  position: absolute;
  z-index: 99999;
  width: 280px;
  top: -40px;
  background: black;
  visibility: hidden;
  opacity: 0;
}

.sub-menu li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.menu-item-has-children::after {
  content: '\f105';
  width: 11px;
  height: 21px;
  top: 0;
  right: 30px;
  z-index: 5555555555;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
}

.sub-menu .menu-item-has-children:hover:after {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.icon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  padding-left: 7px;
  z-index: 9999999;
}

.icon-menu ul {
  padding: 0;
  margin: 0;
  height: 27px;
  border-left: 2px solid #fff;
  line-height: 21px;
  padding-left: 13px;
}

.icon-menu ul li {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.icon-menu ul li a {
  font-size: 13px;
}

.buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.15);
  box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.15);
  width: 147px;
}

.buy a {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 3px;
}

.buy a span {
  font-size: 16px;
  display: block;
  letter-spacing: 3px;
  line-height: 29px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-left: 0px;
}

.fixed .buy a {
  font-size: 24px;
  margin-top: 0;
}

.fixed .buy a span {
  font-size: 12px;
  letter-spacing: 3px;
}

.fixed .buy a span {
  line-height: 15px;
  margin-bottom: 4px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  z-index: 999;
  height: 100%;
  align-items: center;
}

.menu-set-btn {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #fff;
}

.menu-set-btn:hover {
  color: #fff;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
}

.hamburger i {
  font-size: 14px;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 6px;
}

.hamburger-inner {
  top: 8px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  position: absolute;
  width: 18px;
  height: 1px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
}

.hamburger-inner::after, .hamburger-inner::before {
  display: block;
  content: "";
}

.hamburger-inner::after {
  bottom: -5px;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-box:hover .hamburger-inner::before {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger-box:hover .hamburger-inner::after {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-4px, 0, 0) rotate(45deg) scaleX(0.7);
}

.search-fullwidth {
  position: absolute;
  z-index: 9999999;
  width: 100%;
  height: 90px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.search-fullwidth.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.search-wrapper-inner {
  width: 100%;
  min-height: 90px;
  z-index: 99;
  padding: 0 90px;
  padding-top: 21px;
  text-align: center;
}

.search-wrapper-inner input {
  width: 90%;
  border: none;
  text-transform: uppercase;
}

.search-wrapper-inner i {
  font-size: 19px;
  margin-right: 50px;
}

.search-wrapper-inner .svg {
  width: 25px;
  height: 25px;
}

.search-wrapper-inner .svg path {
  fill: #6633cc;
}

.close-search {
  padding: 6px;
  display: inline-block;
  line-height: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.buy a:hover {
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fixed .buy a span {
  line-height: 15px;
  margin-bottom: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.dl-menuwrapper .fas.fa-times {
  display: none;
}

.dl-menuwrapper .dl-active .fas.fa-times {
  display: block;
}

.dl-menuwrapper .fa-align-left {
  display: block;
}

.dl-menuwrapper .dl-active .fa-align-left {
  display: none;
}

/*--------------------------------------------------------------
  ##  Megamenu css
  --------------------------------------------------------------*/
.megamenu {
  padding: 75px;
  padding-top: 32px;
  padding-bottom:32px;
}

.megamenu .column {
  width: 17.10%;
  float: left;
}

.megamenu .column ul {
  margin: 0;
}

.megamenu .column ul li a {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #9f9f9f;
  font-weight: 600;
  letter-spacing: .4px;
}

.megamenu .column span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 19px;
  display: inline-block;
  color: #dedede;
}

.megamenu .column span i {
  margin-right: 10px;
  font-size: 11px;
}

.megamenu .image-column {
  width: 13%;
  float: left;
  position: relative;
  z-index: 1;
}
.main-menu > ul > li.eventos-megameu {
  position: inherit !important;
}
.main-menu > ul > .has-megamenu {
  position: inherit;
}
.main-menu > ul > li.eventos-megameu > ul {
  width: 100%;
  left: -30px;
  z-index: -1;
}
.main-menu > ul > li.eventos-megameu:hover > ul {
  z-index: 2;
}
.normal_menu.fixed .main-menu > ul > li.eventos-megameu > ul {
  top: 100%;
}
.position-inherit {
  position: inherit;
}

.megamenu li a:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-left: 5px;
}

.megamenu li a::after {
  position: absolute;
  left: -5px;
  width: 0;
  height: 1px;
  content: '';
  top: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.megamenu li a:hover::after {
  width: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  left: -18px;
}

.main-menu .megamenu-image {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}

.main-menu .megamenu-image:after {
  content: '';
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: .4;
  height: 100%;
  z-index: 0;
  left: 0;
  position: absolute;
}

.main-menu .megamenu-image img {
  width: 100%;
}

.main-menu .megamenu-image h6 {
  margin-top: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.main-menu .megamenu-image h6 a {
  font-weight: 600;
  text-transform: uppercase;
}

.main-menu .megamenu-image p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 6px;
  margin-left: 20px;
  color: #9f9f9f;
}

.main-menu .megamenu-image .img-wrapper {
  position: relative;
}

.main-menu .megamenu-image .img-wrapper:after {
  content: '';
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: .4;
  height: 100%;
  z-index: 4;
  left: 0;
  position: absolute;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-menu .megamenu-image .img-wrapper:hover:after {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


/*--------------------------------------------------------------
  ##  Page header css
  --------------------------------------------------------------*/
.page-header {
  min-height: 300px;
  background-image: url(../../media/images/background/bc1.jpg);
  z-index: 1;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.page-header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #4e1eae;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4e1eae), color-stop(0%, #4e1eae), color-stop(100%, #0a001f));
  background: -o-linear-gradient(top, #4e1eae 0%, #4e1eae 0%, #0a001f 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4e1eae), color-stop(0%, #4e1eae), to(#0a001f));
  background: linear-gradient(to bottom, #4e1eae 0%, #4e1eae 0%, #0a001f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e1eae', endColorstr='#0a001f', GradientType=0 );
  opacity: .75;
  z-index: -2;
}

.page-header:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: url(../../media/images/base/bc1.png);
  z-index: -1;
  background-repeat: no-repeat;
}

.page-title {
  font-size: 50px;
  margin-top: 165px;
  position: relative;
  padding-left: 18px;
  z-index: 99;
}

.page-title:after {
  content: '';
  position: absolute;
  left: 6px;
  top: -3px;
  height: 68px;
  width: 55px;
  z-index: -1;
}

.page-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 36px;
  width: 6px;
}

.page-bradcrumb {
  float: right;
  position: absolute;
  right: 15px;
  bottom: 0;
  padding: 2px 18px;
}

.page-bradcrumb ul {
  margin: 0;
}

.page-bradcrumb ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

.page-bradcrumb ul li a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.page-title-inner {
  min-height: 300px;
}

.line-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../media/images/base/line_half.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

/* -----------------------offcanvas menu css--------------------- */
.off-canvus-menu {
  position: fixed;
  z-index: 9999999;
  right: -960px;
  padding: 50px;
  width: 960px;
  padding: 40px 40px 20px 40px;
  height: auto;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.54, 0.32, 1.03);
  -o-transition: all 0.5s cubic-bezier(0, 0.54, 0.32, 1.03);
  transition: all 0.5s cubic-bezier(0, 0.54, 0.32, 1.03);
  height: 100vh;
  overflow: hidden;
}

.off-canvus-menu.open {
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.54, 0.32, 1.03);
  -o-transition: all 0.5s cubic-bezier(0, 0.54, 0.32, 1.03);
  transition: all 0.5s cubic-bezier(0, 0.54, 0.32, 1.03);
}

.off-canvus-menu .youtube-wrapper {
  height: 500px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.off-canvus-menu .youtube-poster {
  height: 500px;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.off-canvus-menu .youtube-wrapper iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  visibility: hidden;
}

.off-canvus-menu .youtube-wrapper.reveal iframe {
  visibility: visible;
}

.off-canvus-menu .youtube-wrapper i {
  position: absolute;
  bottom: 50%;
  width: 100px;
  height: 100px;
  right: 50%;
  font-size: 80px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  cursor: pointer;
}

.off-canvus-menu .youtube-wrapper.reveal i.fa-play {
  display: none;
}

.offcanvus-video p {
  font-weight: 300;
  line-height: 27px;
}

.offcanvas-box p {
  font-weight: 500;
  line-height: 28px;
}

.buy-ticket {
  padding: 14px 25px;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-top: 9px;
  letter-spacing: 2.4px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.buy-ticket i {
  margin-right: 10px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.buy-ticket:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.buy-ticket:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.offcanvas-facilities-box p {
  font-weight: 300;
  margin-bottom: 15px;
}

.offcanvas-facilities-box p i {
  border: 2px solid rgba(0, 0, 0, 0.2);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  line-height: 43px;
  margin-right: 17px;
  font-size: 14px;
}

.offcanvas-social ul li a:hover {
  color: #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.offcanvas-social ul li a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.offcanvus-video {
  margin-bottom: 10px;
}

.offcanvas-box .half-grid:first-child {
  padding-top: 30px;
  padding-right: 78px;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 25px;
}

.offcanvas-box .half-grid:last-child {
  padding-left: 30px;
  padding-top: 22px;
  padding-bottom: 25px;
}

.offcanvas-footer {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: 13px;
}

.offcanvas-footer span {
  float: left;
  font-size: 16px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.offcanvas-footer span i {
  margin-right: 10px;
  font-size: 12px;
}

.offcanvas-footer .offcanvas-social {
  float: right;
}

.offcanvas-footer .offcanvas-social ul {
  margin: 0;
}

.offcanvas-footer .offcanvas-social ul li {
  display: inline-block;
  margin-left: 14px;
}

.offcanvas-footer .offcanvas-social ul li a {
  font-size: 13px;
}

.close-offcanvus {
  position: absolute;
  top: 0;
  right: 45px;
  top: 1px;
  width: 15px;
}

.mask-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.youtube-wrapper.reveal i {
  display: none;
}

.mobile_menu {
  height: 100vh;
}

.dl-submenu {
  margin: 0;
}

.dl-menuwrapper {
  position: absolute;
  top: 11px;
  z-index: 0;
  left: 0;
}

.mobile-wrapper {
  position: inherit;
  display: none;
}

.dl-menuwrapper ul {
  background: #c52b64;
}

.dl-menuwrapper button {
  left: 12px;
  top: -1px;
}

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
  background: transparent;
}

.dl-trigger i {
  -webkit-transform: translate(-10px, -2px);
  -ms-transform: translate(-10px, -2px);
  transform: translate(-10px, -2px);
}

button {
  border: none;
  color: white;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.dl-menuwrapper li > a::after {
  right: 10px;
  color: #fff;
  opacity: .7;
}

.dl-menuwrapper li.dl-back::after {
  color: #fff;
  opacity: .7;
}

/*--------------------------------------------------------------
  ##  Responsive css Header top area
  --------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu > ul > li > a {
    font-size: 14px;
  }
  .megamenu .column ul li a {
    font-size: 11px;
    line-height: 23px;
  }
  .megamenu .column span {
    font-size: 15px;
  }
  .buy {
    padding-left: 50px;
  }
  .search-wrapper-inner input {
    width: 86%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-wrapper-inner input {
    width: 85%;
  }
  .buy {
    padding-left: 40px;
  }
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .main-menu > ul > li > a {
    font-size: 14px;
  }
  .main-menu > ul > li > a::after {
    top: 42px;
    height: 3px;
  }
  .megamenu {
    padding: 27px;
  }
  .megamenu .column span {
    font-size: 12px;
  }
  .search-wrapper-inner {
    padding-top: 29px;
  }
  .search-wrapper-inner .svg {
    width: 20px;
    height: 20px;
  }
  .icon-menu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .logo {
    width: 120px;
  }
  .icon-menu ul li {
    width: 20px;
  }
  .main-menu .megamenu-image h6 {
    margin-left: 0;
  }
  .main-menu .megamenu-image p {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-wrapper {
    display: block;
  }
  .main-menu {
    display: none;
  }
  .icon-menu ul li.hamburger {
    display: none;
  }
  .buy {
    padding-left: 37px;
    display: none;
  }
  .icon-menu {
    padding-right: 0;
  }
  .off-canvus-menu {
    width: 650px;
  }
  .off-canvus-menu .youtube-wrapper {
    height: 275px;
  }
  .offcanvus-video p {
    font-size: 16px;
  }
  .offcanvas-box .half-grid:first-child {
    padding-right: 10px;
  }
  .offcanvas-box .half-grid:last-child {
    padding-left: 20px;
  }
  .offcanvas-box p {
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
  }
  .offcanvas-facilities-box p i {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    font-size: 11px;
  }
  .buy-ticket {
    padding: 8px 14px;
    margin-top: 9px;
    font-size: 14px;
  }
  .search-wrapper-inner input {
    width: 80%;
  }
  .search-fullwidth {
    height: 60px;
  }
  .search-wrapper-inner {
    padding-top: 10px;
  }
  .search-wrapper-inner .svg {
    width: 16px;
    height: 16px;
    margin-top: 5px;
  }
  .buy {
    padding-bottom: 3px;
  }
  .buy a {
    font-size: 24px;
    margin-top: 0;
  }
  .buy a span {
    font-size: 12px;
    letter-spacing: 4.5px;
    line-height: 13px;
  }
  .header_default {
    height: 61px;
    background-color: #17151b;
  }
  .logo a {
    text-align: center;
    width: 100%;
  }
  .logo {
    width: 100%;
  }
  .fixed .logo {
    width: 100%;
  }
  .icon-menu ul {
    border-left: none;
  }
  .icon-menu ul li {
    margin-top: 5px;
  }
  .dl-menuwrapper button {
    left: 36px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .icon-menu ul li.hamburger {
    display: none;
  }
  .main-menu {
    display: none;
  }
  .off-canvus-menu {
    width: 548px;
    padding: 20px;
    padding-top: 37px;
  }
  .off-canvus-menu .youtube-wrapper {
    height: 275px;
  }
  .offcanvus-video p {
    font-size: 16px;
  }
  .offcanvas-box .half-grid:first-child {
    padding-right: 10px;
  }
  .offcanvas-box .half-grid:last-child {
    padding-left: 20px;
  }
  .offcanvas-box p {
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
  }
  .offcanvas-facilities-box p i {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    font-size: 11px;
  }
  .buy-ticket {
    padding: 8px 14px;
    margin-top: 9px;
    font-size: 14px;
  }
  .mobile-wrapper {
    display: block;
  }
  .search-wrapper-inner {
    padding-top: 10px;
  }
  .close-search {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .icon-menu ul li.hamburger {
    display: none;
  }
  .off-canvus-menu {
    display: none;
  }
  .mobile-wrapper {
    display: block;
  }
  .search-wrapper-inner input {
    width: 80%;
  }
  .search-wrapper-inner {
    padding: 0 29px;
    padding-top: 28px;
  }
  .header_default {
    height: 61px;
  }
  .search-fullwidth {
    height: 60px;
  }
  .search-wrapper-inner {
    padding: 0 20px;
    padding-top: 10px;
  }
  .search-wrapper-inner .svg {
    width: 16px;
    height: 16px;
    margin-top: 5px;
  }
  .icon-menu {
    padding-right: 0;
  }
  .logo, .fixed .logo {
    margin: 0 auto;
    width: 110px;
  }
  .logo a, .fixed .logo a {
    line-height: 56px
  }
  .logo h1 a {
    line-height: 63px;
    font-size: 20px;
  }
  .menu-set-btn {
    font-size: 17px;
  }
  .icon-menu ul li a {
    line-height: 56px;
  }
  .main-menu {
    display: none;
  }
  .buy {
    display: none;
  }
  .search-wrapper-inner i {
    margin-right: 15px;
  }
  .line-bg {
    background-size: 100%;
  }
  .page-header::before {
    width: 100%;
  }
  .icon-menu ul {
    border-left: none;
  }
  .icon-menu ul li {
    width: 19px;
  }
  .faq-accordion {
    padding: 20px 0 30px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .close-search {
    padding: 4px;
    width: 22px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .search-wrapper-inner input {
    width: 73%;
  }
  .dl-menuwrapper {
    max-width: 275px;
  }
  .aos-item {
    display: none;
  }
  .search-wrapper-inner {
    padding-top: 13px;
  }
}

/*--------------------------------------------------------------
  ##  Banner
  --------------------------------------------------------------*/
.banner-two {
  overflow: hidden;
  position: relative;
  background: url(../../media/images/banner/banner-two-bg.jpg);
  height: 850px;
  z-index: 1;
}

.banner-two:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #541cc3;
  opacity: .9;
  z-index: 0;
}

.banner-two .container {
  height: 100%;
}

.banner-two::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
}

.banner-two::after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.banner-two-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-text-description {
  width: 50%;
  z-index: 2;
  margin-top: -30px;
}

.banner-text-description > span {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
  display: inline-block;
}

.banner-text-description h2 {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  line-height: 60px;
  letter-spacing: 2.2px;
  margin-bottom: 20px;
  font-family: "Rubik", sans-serif;
}

.banner-text-description h2 span {
  font-size: 70px;
  color: #00cc33;
  font-family: "Rubik", sans-serif;
}

.banner-text-description h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fefa43;
  border-bottom: 2px solid #fefa43;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
  letter-spacing: 2.5px;
  position: relative;
}

.banner-text-description h3:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 43%;
  height: 2px;
  background: #fefa43;
  content: "";
}

.banner-text-description h3:before {
  position: absolute;
  content: "";
  left: 37%;
  bottom: -2px;
  width: 18px;
  height: 2px;
  background: #00cc33;
}

.banner-text-countdown {
  background: #eeeaf8;
  text-align: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  min-width: 500px;
  z-index: 5;
}

.banner-text-countdown .countdown-wrapper {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #34098c;
}

.banner-text-countdown .countdown-wrapper .countdown {
  border-radius: 0;
  height: auto;
  padding: 0;
  border-bottom: 0px solid #6234be;
}

.banner-text-countdown .countdown-wrapper .countdown .CountdownContent {
  width: 25%;
  height: 126px;
  margin-right: 0;
  background: #34098c;
  border-radius: 0;
  float: left;
  margin-left: -1px;
  border-right: 2px solid #4817aa;
  font-size: 40px;
  font-weight: 800;
  padding-top: 30px;
}

.banner-text-countdown .countdown-wrapper .countdown .CountdownContent:last-child {
  border-right: 0px;
}

.banner-text-countdown .countdown-wrapper .countdown .CountdownContent .CountdownLabel {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.banner-text-countdown .countdown-wrapper .countdown .CountdownContent:nth-child(3) {
  color: #3399cc;
}

.banner-text-countdown .countdown-wrapper .countdown .CountdownContent:last-child {
  color: #f6ff00;
}

.banner-text-countdown .button-default {
  float: none;
  margin-top: 0;
  display: inline-block;
  margin-top: 140px;
  position: relative;
  z-index: 5;
}

.banner-text-countdown .button-default i {
  font-size: 16px;
}

.member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 95px;
}

.member-list ul {
  margin: 0;
}

.member-list li {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 4px;
  background: #cacaca;
  border-radius: 50%;
  margin-right: 3px;
  -webkit-box-shadow: 0px 6px 16.6px 1.4px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 6px 16.6px 1.4px rgba(0, 0, 0, 0.23);
}

.member-list li img {
  border-radius: 50%;
}

.member-list span {
  font-size: 13px;
  color: #ffffff;
  padding-left: 8px;
}

.countdown-pattern {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.countdown-pattern ul {
  margin: 0;
  width: 85px;
}

.countdown-pattern ul li {
  display: inline-block;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.countdown-pattern ul li:nth-child(1) {
  left: 0;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
  bottom: -64px;
  -webkit-animation: tree 7s linear infinite;
  animation: tree 7s linear infinite;
}

.countdown-pattern ul li:nth-child(2) {
  left: -24px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  bottom: -10px;
  -webkit-animation: tree 10s linear infinite;
  animation: tree 10s linear infinite;
}

.countdown-pattern ul li:nth-child(3) {
  left: 10px;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
  bottom: -20px;
  -webkit-animation: tree 15s linear infinite;
  animation: tree 15s linear infinite;
}

.countdown-pattern ul li:nth-child(4) {
  left: 20px;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
  -webkit-animation: tree 20s linear infinite;
  animation: tree 20s linear infinite;
}

.countdown-pattern ul li:nth-child(5) {
  left: 35px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  bottom: -50px;
  -webkit-animation: tree 25s linear infinite;
  animation: tree 25s linear infinite;
}

.countdown-pattern ul li:nth-child(6) {
  left: auto;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
  bottom: -40px;
  right: -15px;
  -webkit-animation: tree 30s linear infinite;
  animation: tree 30s linear infinite;
}

.banner-text-count-content {
  padding: 80px 0 90px;
}

.banner-text-count-content h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 5px;
}

.banner-text-count-content address {
  font-size: 20px;
  color: #000000;
  letter-spacing: 1.25px;
  font-weight: 600;
  line-height: 28px;
}

/*--------------------------------------------------------------
  ## Background Animation
  --------------------------------------------------------------*/
.banner-two-pattern {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner-two-pattern .bubble {
  opacity: .75;
}

/* BUBBLE */
.bubble {
  height: 100px;
  width: 100px;
  position: absolute;
  opacity: 0.3;
}

.bubble svg {
  width: 27px;
  height: 23px;
  stroke-width: 15px;
  vector-effect: non-scaling-stroke;
  -webkit-animation: clockWise 6s linear infinite;
  animation: clockWise 6s linear infinite;
}

.bubble.x1 {
  left: 0;
  top: 5%;
}

.bubble.x1 svg {
  stroke: red;
}

.bubble.x2 {
  left: 10%;
  top: 25%;
}

.bubble.x2 svg {
  stroke: orange;
}

.bubble.x3 {
  left: 15%;
  top: 40%;
}

.bubble.x3 svg {
  stroke: orange;
}

.bubble.x4 {
  left: 20%;
  top: 15%;
}

.bubble.x4 svg {
  stroke: red;
}

.bubble.x5 {
  left: 18%;
  top: 60%;
}

.bubble.x5 svg {
  stroke: orange;
}

.bubble.x6 {
  left: 80%;
  top: 90%;
}

.bubble.x6 svg {
  stroke: red;
}

.bubble.x7 {
  left: 93%;
  top: 70%;
}

.bubble.x7 svg {
  stroke: orange;
}

.bubble.x8 {
  left: 85%;
  top: 90%;
}

.bubble.x8 svg {
  stroke: red;
}

.bubble.x9 {
  left: 86%;
  top: 72%;
}

.bubble.x9 svg {
  stroke: orange;
}

.bubble.x10 {
  left: 86%;
  top: 53%;
}

.bubble.x10 svg {
  stroke: red;
}

.bubble.x11 {
  left: 5%;
  top: 80%;
}

.bubble.x11 svg {
  stroke: orange;
}

.bubble.x12 {
  left: 14%;
  top: 90%;
}

.bubble.x12 svg {
  stroke: red;
}

.bubble.x13 {
  left: 10%;
  top: 66%;
}

.bubble.x13 svg {
  stroke: red;
}

.bubble.x14 {
  left: 26%;
  top: 75%;
}

.bubble.x14 svg {
  stroke: orange;
}

.bubble.x15 {
  left: 22%;
  top: 87%;
}

.bubble.x15 svg {
  stroke: red;
}

.bubble.x16 {
  left: 35%;
  top: 78%;
}

.bubble.x16 svg {
  stroke: orange;
}

.bubble.x17 {
  left: 40%;
  top: 58%;
}

.bubble.x17 svg {
  stroke: red;
}

.bubble.x18 {
  left: 90%;
  top: 50%;
}

.bubble.x18 svg {
  stroke: orange;
}

.bubble.x19 {
  left: 80%;
  top: 60%;
}

.bubble.x19 svg {
  stroke: red;
}

.bubble.x20 {
  left: 90%;
  top: 36%;
}

.bubble.x20 svg {
  stroke: orange;
}

.bubble.x21 {
  left: 10%;
  top: 0;
}

.bubble.x21 svg {
  stroke: orange;
}

.bubble.x22 {
  left: 15%;
  top: 10%;
}

.bubble.x22 svg {
  stroke: orange;
}

.bubble.x23 {
  left: 50%;
  top: 6%;
}

.bubble.x23 svg {
  stroke: red;
}

.bubble.x24 {
  left: 60%;
  top: 30%;
}

.bubble.x24 svg {
  stroke: green;
}

.bubble.x25 {
  left: 65%;
  top: 30%;
}

.bubble.x25 svg {
  stroke: orange;
}

.bubble.x26 {
  left: 70%;
  top: 8%;
}

.bubble.x26 svg {
  stroke: orange;
}

.bubble.x27 {
  left: 85%;
  top: 30%;
}

.bubble.x27 svg {
  stroke: red;
}

.bubble.x28 {
  left: 95%;
  top: 6%;
}

.bubble.x28 svg {
  stroke: red;
}

.bubble.x29 {
  left: 70%;
  top: 0%;
}

.bubble.x29 svg {
  stroke: orange;
}

.bubble.x30 {
  left: 90%;
  top: 10%;
}

.bubble.x30 svg {
  stroke: orange;
}

.bubble.x31 {
  left: 5%;
  top: 43%;
}

.bubble.x31 svg {
  stroke: red;
}

.bubble.x32 {
  left: 27%;
  top: 5%;
}

.bubble.x32 svg {
  stroke: red;
}

.bubble.x33 {
  left: 30%;
  top: 27%;
}

.bubble.x33 svg {
  stroke: orange;
}

.bubble.x34 {
  left: 43%;
  top: 26%;
}

.bubble.x34 svg {
  stroke: orange;
}

.bubble.x35 {
  left: 50%;
  top: 55%;
}

.bubble.x35 svg {
  stroke: red;
}

.bubble.x36 {
  left: 69%;
  top: 65%;
}

.bubble.x36 svg {
  stroke: red;
}

.bubble.x37 {
  left: 79%;
  top: 17%;
}

.bubble.x37 svg {
  stroke: orange;
}

.bubble.x38 {
  left: 97%;
  top: 23%;
}

.bubble.x38 svg {
  stroke: orange;
}

.bubble.x39 {
  left: 55%;
  top: 88%;
}

.bubble.x39 svg {
  stroke: red;
}

.bubble.x40 {
  left: 71%;
  top: 92%;
}

.bubble.x40 svg {
  stroke: red;
}

/*--------------------------------------------------------------
  ##  Blog Grid
  --------------------------------------------------------------*/
.blog-grid {
  padding-top: 80px;
  position: relative;
}

/*--------------------------------------------------------------
  ## post format sticky
  --------------------------------------------------------------*/
.blog-post-grid {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  letter-spacing: 0.4px;
}

.blog-post-grid:hover {
  -webkit-box-shadow: 0px 22px 41.3px 9.7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 22px 41.3px 9.7px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.Rectangle_30 {
  border-width: 10px;
  border-color: #258293;
  border-style: solid;
  background-color: white;
  opacity: 0.102;
  -webkit-box-shadow: 0px 22px 41.31px 9.69px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 22px 41.31px 9.69px rgba(0, 0, 0, 0.41);
  position: absolute;
  left: 390px;
  top: 380px;
  width: 340px;
  height: 436px;
  z-index: 112;
}

.blog-post-average-color {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(19, 31, 55, 0.1);
  z-index: 2;
  -webkit-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.blog-post-grid-inner {
  position: relative;
}

.entry-title {
  margin-bottom: 32px;
  font-size: 30px;
  word-break: break-word;
}
.entry-title a {
  word-wrap: break-word;
}
.entry-title a {
  text-transform: initial;
  font-weight: 400;
  letter-spacing: normal;
  font-family: "Rubik", sans-serif;
}

.entry-title a span {
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

.entry-title a:hover {
  text-decoration: underline;
}

.blog-post-content {
  padding: 20px 40px 42px;
  border-top: 0;
  position: relative;
  z-index: 3;
}

.blog-post-meta {
  padding-bottom: 30px;
  margin-bottom: 0;
}

.post-btn-wish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.post-btn-wish a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: rgba(0, 0, 0, 0.3);
}

.post-btn-wish a:hover {
  opacity: 1;
  color: black;
}

.post-btn-wish a.post_btn {
  padding-left: 14px;
  letter-spacing: 2px;
  height: 20px;
  border-left: 4px solid rgba(184, 187, 195, 0.9);
  line-height: 20px;
  font-size: 12px;
  color: #646464;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.post-btn-wish a.post_btn:hover {
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.post-btn-wish a.post_wish {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  line-height: 18px;
}

.post-btn-wish a.post_wish:hover i {
  opacity: 0.3;
}

.post-btn-wish a.post_wish i {
  font-size: 20px;
  opacity: 0.15;
  vertical-align: middle;
  margin-left: 8px;
}

.blog-post-meta-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.blog-post-meta-list li:last-child {
  margin-left: -5px;
}

.blog-post-meta-list li a {
  padding: 0px 10px;
  color: #c36;
  letter-spacing: 0.4px;
}

.blog-post-meta-list li a span {
  font-size: 20px;
}

.blog-post-meta-list li:last-child a {
  padding-right: 0;
  border-right: 0px;
}

.blog-post-date {
  position: absolute;
  top: -73px;
  width: 138px;
  left: 28px;
  height: 114px;
}

.blog-post-date svg {
  fill: #fff;
}

.blog-post-date svg .st1 {
  -webkit-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  fill: #f3f3f4;
}

.post-date {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 33px;
  font-size: 30px;
  font-weight: 300;
  color: #5D5B5B;
}

.post-date span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #5D5B5B;
}

.blog-post-meta-list {
  float: right;
}

.feature-image {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.feature-image img {
  position: relative;
  z-index: -1;
}
.blog-grid.column-three .blog-post-meta-list {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.blog-grid.column-three .blog-post-meta {
  border-bottom: none;
  margin-bottom: 0;
}

.blog-grid.column-four .blog-post-meta {
  border-bottom: none;
  margin-bottom: 0;
  line-height: normal;
  padding-bottom: 0;
}

.column-two-sidebar .blog-post-meta {
  border-bottom: none;
  margin-bottom: 0;
}

.blog-section.column-three .blog-post-meta {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-section.column-three .blog-post-meta-list {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.blog-grid.column-masonry .blog-post-meta {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-grid.column-masonry .blog-post-meta-list {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.column-two .blog-post-grid {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
  ## post format video
  --------------------------------------------------------------*/
.format-video .youtube-wrapper {
  position: relative;
}

.format-video .youtube-poster {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.format-video .youtube-poster img {
  position: relative;
  z-index: -1;
}

.format-video .youtube-wrapper iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  visibility: hidden;
  z-index: 2;
  border: 10px solid rgba(19, 31, 55, 0.1);
}

.format-video .youtube-wrapper.reveal iframe {
  visibility: visible;
}

.format-video .youtube-wrapper i {
  position: absolute;
  bottom: 50%;
  width: 95px;
  height: 95px;
  text-align: center;
  line-height: 95px;
  right: 50%;
  font-size: 45px;
  border-radius: 50%;
  text-align: center;
  margin-right: -47.5px;
  margin-bottom: -47.5px;
  z-index: 4;
  background: #fff;
  opacity: .9;
  cursor: pointer;
}

.format-video .youtube-wrapper i.fa-play::before {
  padding-left: 8px;
}

.format-video .youtube-wrapper.reveal i.fa-play {
  display: none;
}

.column-three .format-video .youtube-wrapper i,
.column-four .format-video .youtube-wrapper i,
.column-two-sidebar .format-video .youtube-wrapper i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
  margin-right: -35px;
  margin-bottom: -35px;
}

/*--------------------------------------------------------------
  ## post format video
  --------------------------------------------------------------*/
.format-audio .player {
  position: relative;
  width: calc(100% - 20px);
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  padding: 5 16px;
  z-index: 99;
  margin-left: 10px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.format-audio .player .btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 100px 0 16px;
}

.format-audio .player .btns div.icon-play {
  font-size: 20px;
}

.format-audio .player .btns div.icon-play:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}

.format-audio .player .btns div.icon-stop {
  font-size: 20px;
}

.format-audio .player .btns div.icon-stop:after {
  content: "\f04c";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}

.format-audio .player .btns div.icon-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.format-audio .player .btns div.icon-next input {
  width: 150px;
}

.format-audio .player .btns div.icon-next i {
  color: #fff;
  font-size: 20px;
}

.format-audio .player .progress-outer {
  position: absolute;
  height: 2px;
  left: 60px;
  top: 50%;
  background-color: #6b6b6b;
  height: 17px;
  border-radius: 0;
  width: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.format-audio .player .progress-outer .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #ffffff;
  content: "";
  border-radius: 0px;
}

.format-audio .player .progress-outer .progress-time {
  position: absolute;
  left: 105%;
  bottom: -6px;
}

/*--------------------------------------------------------------
  ## post format audio
  --------------------------------------------------------------*/
.blog-post-grid audio {
  width: calc(100% - 20px);
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  z-index: 9;
}

.audio-bottom-bg {
  height: 90px;
  background-position: calc(100% - 10px);
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.audio-bottom-bg:before {
  position: absolute;
  left: -29px;
  top: 0;
  width: 89%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(34deg);
  -ms-transform: skewX(34deg);
  transform: skewX(34deg);
}

/*--------------------------------------------------------------
  ## post format gallery
  --------------------------------------------------------------*/
.blog-post-grid.format-gallery .slick-arrow {
  position: absolute;
  border: none;
  z-index: 1;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  cursor: pointer;
  opacity: 1;
  font-family: 'Font Awesome\ 5 Free';
  right: 30px;
  bottom: 1px;
  z-index: 4;
}

.blog-post-grid.format-gallery .PrevArrow {
  right: 70px;
}

/*--------------------------------------------------------------
  ## post format aside
  --------------------------------------------------------------*/
.blog-post-grid.format-aside .blog-post-grid-inner {
  padding: 74px 116px 86px;
}

.blog-post-grid.format-aside .entry-summary {
  position: relative;
}

.blog-post-grid.format-aside .entry-summary p {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.66px;
}

.blog-post-grid.format-aside .entry-summary p span {
  text-transform: uppercase;
  font-weight: 600;
}

.blog-post-grid.format-aside .entry-summary:before {
  position: absolute;
  content: "";
  height: calc(100% + 62px);
  width: 5px;
  top: -26px;
  left: -26px;
}

/*--------------------------------------------------------------
  ## post format aside
  --------------------------------------------------------------*/
.blog-post-grid.format-link .blog-post-grid-inner {
  padding: 44px 40px;
}

.blog-post-grid.format-link .entry-title {
  margin-bottom: 16px;
}

.blog-post-grid.format-link .entry-summary {
  word-break: break-all;
}

/*--------------------------------------------------------------
  ## post pagination
  --------------------------------------------------------------*/
.nav-links {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav-links:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}

.page-numbers {
  width: 29px;
  height: 47px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 56px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  margin-right: -3px;
}

.page-numbers:after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.page-numbers:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.page-numbers.current:after, .page-numbers.current:before {
  width: 100%;
}

.page-numbers:hover:after {
  width: 100%;
}

.page-numbers:hover:before {
  width: 100%;
}

.page-numbers.next, .page-numbers.prev {
  width: auto;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding: 0 22px;
}

.page-numbers.next:before, .page-numbers.prev:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  width: 1px;
  height: 13px;
  background: #ddd;
  margin-top: -2px;
  z-index: -1;
}

.page-numbers.next:before {
  display: none;
}

.dots span {
  margin-right: 16px;
}

.dots span:last-child {
  margin-right: 0;
  margin-right: 10px;
}

.dots span:first-child {
  margin-left: 10px;
}

/*--------------------------------------------------------------
  ## sticky feature image
  --------------------------------------------------------------*/
.feature-image-inner {
  display: none;
}

.sticky .feature-image:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 105px solid rgba(204, 51, 102, 0.8);
  border-right: 105px solid transparent;
  z-index: 2;
  opacity: .8;
}

.sticky .feature-image .feature-image-inner {
  position: absolute;
  width: 105px;
  height: 105px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9;
  left: -5px;
  top: -5px;
  text-align: center;
  line-height: normal;
  display: block;
}

.sticky .feature-image .feature-image-inner p {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  letter-spacing: 0.7px;
}

.sticky .feature-image .feature-image-inner i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 10px;
  font-size: 14px;
}

/*--------------------------------------------------------------
  ## sidebar widget
  --------------------------------------------------------------*/
.sidebar.widget-area {
  padding-left: 68px;
}

.widget {
  margin-bottom: 55px;
  /*--------------------------------------------------------------
  ## widget search
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## widget category
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## widget recent comments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## widget instagram
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## widget tag
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## widget tag
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## widget tag
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## widget tag
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## speaker list
  --------------------------------------------------------------*/
}

.widget ul {
  margin: 0;
}

.widget .widget-title {
  font-weight: 400;
  font-size: 20px;
  position: relative;
  padding-left: 0px;
  padding-bottom: 16px;
  margin-bottom: 25px;
  border-bottom: 4px solid #000000;
  letter-spacing: .5px;
  font-family: "Rubik", sans-serif;
}

.widget .widget-title i {
  font-size: 14px;
  vertical-align: middle;
  padding-right: 6px;
  margin-top: -3px;
}

.widget.widget_search .search-form {
  position: relative;
}

.widget.widget_search .search-form .search-field {
  width: 100%;
  height: 56px;
  border: 4px solid #000000;
  padding-left: 58px;
  font-size: 14px;
  padding-right: 30px;
}

.widget.widget_search .search-form .search-field::-webkit-input-placeholder {
  color: #7a7a7a;
  text-transform: capitalize;
}

.widget.widget_search .search-form .search-field:-ms-input-placeholder {
  color: #7a7a7a;
  text-transform: capitalize;
}

.widget.widget_search .search-form .search-field::-ms-input-placeholder {
  color: #7a7a7a;
  text-transform: capitalize;
}

.widget.widget_search .search-form .search-field::placeholder {
  color: #7a7a7a;
  text-transform: capitalize;
}

.widget.widget_search .search-form label {
  width: 100%;
}

.widget.widget_search .search-form label i {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 14px;
  font-size: 18px;
}

.widget.widget_search .search-form label i:after {
  position: absolute;
  right: 0;
  content: "";
  height: 24px;
  width: 2px;
  top: -2px;
}

.widget.widget_search .search-form .search-submit {
  position: absolute;
  right: 20px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  font-size: 14px;
  color: #7a7a7a;
  cursor: pointer;
}

.widget.widget_category .cat-item {
  font-size: 14px;
  line-height: normal;
  border-bottom: 1px solid #f1eaff;
  padding-left: 27px;
  padding-top: 8px;
  padding-bottom: 12px;
}

.widget.widget_category .cat-item:hover {
  padding-left: 32px;
}

.widget.widget_category .cat-item:first-child {
  padding-top: 0;
}

.widget.widget_category .cat-item i {
  color: #c6c6c6;
  font-size: 14px;
  margin-right: 10px;
}

.widget.widget_category .cat-item a {
  letter-spacing: 0.4px;
  font-weight: 500;
}

.widget.widget_recent_comments #recentcomments {
  margin: 0;
}

.widget.widget_recent_comments .recentcomments {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  padding-top: 12px;
  padding-left: 27px;
}

.widget.widget_recent_comments .recentcomments:first-child {
  padding-top: 0;
}

.widget.widget_recent_comments .comment-author-detail {
  display: inline-block;
  width: calc(100% - 58px);
  padding-left: 11px;
  font-size: 14px;
  margin-top: -5px;
}

.widget.widget_recent_comments .comment-author-detail a {
  line-height: normal;
}

.widget.widget_recent_comments .comment-author-detail a span.comment-p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #6d6d6d;
  line-height: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.widget.widget_recent_comments .comment-author-detail a span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.widget.widget_recent_comments .comment-author-detail a span b {
  font-weight: normal;
  font-weight: 300;
}

.widget.widget_instagram ul {
  text-align: center;
}

.widget.widget_instagram ul li {
  display: inline-block;
  margin-bottom: 3px;
  width: 80px;
  height: 80px;
  margin-left: -1px;
}

.widget.widget_instagram ul li a {
  display: inline-block;
}

.widget.widget_tag .widget_title {
  margin-bottom: 26px;
}

.widget.widget_tag ul {
  padding-left: 26px;
}

.widget.widget_tag ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.widget.widget_tag ul li a {
  color: #373737;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  height: 38px;
  padding: 0 11px;
  background: #f2f2f2;
  display: inline-block;
  line-height: 38px;
  letter-spacing: 0.9px;
}

.widget.widget_tag ul li a:hover {
  background: #6633cc;
  color: #fff;
}

.widget.widget_subscribe {
  border: 4px solid #000000;
}

.widget.widget_subscribe .widget-title {
  padding: 12px 0;
  padding-left: 18px;
  margin-bottom: 0;
}

.widget.widget_subscribe .widget-title:after {
  left: 20px;
  top: 16px;
}

.widget.widget_subscribe .widget_subscribe_detail {
  padding: 29px 25px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.widget.widget_subscribe .widget_subscribe_detail:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  content: "";
  z-index: -1;
}

.widget.widget_subscribe .widget_subscribe_detail_top {
  margin-bottom: 22px;
}

.widget.widget_subscribe .widget_subscribe_detail_middle span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 9px;
  line-height: 0;
  display: inline-block;
  -webkit-transform: translate(5px, -10px);
  -ms-transform: translate(5px, -10px);
  transform: translate(5px, -10px);
}

.widget.widget_subscribe .widget_subscribe_detail_bottom p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 27px;
}

.widget.widget_subscribe .widget_subscribe_detail_bottom input {
  height: 45px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0px 15px;
  width: 100%;
}

.widget.widget_subscribe .widget_subscribe_detail_bottom form {
  position: relative;
}

.widget .sidebar_subscribe_submit {
  position: absolute;
  right: 10px;
  background: none;
  color: #c9c8c8;
  font-size: 14px;
  top: 5px;
}

.widget.widget_text_only {
  margin-bottom: 50px;
}

.widget.widget_text_only p {
  font-size: 16px;
  color: #858585;
  padding-left: 27px;
  line-height: 30px;
  margin-top: -7px;
  letter-spacing: .8px;
}

.widget.widget_recent_entries img {
  margin-bottom: 25px;
}

.widget.widget_recent_entries ul li {
  padding-bottom: 25px;
  padding: 15px 24px 15px;
  border-bottom: 1px solid #f1eaff;
}

.widget.widget_recent_entries ul li:first-child {
  padding-top: 0;
}

.widget.widget_recent_entries ul li:hover a span b {
  color: #c0bfbf;
  transition: all .3s;
}

.widget.widget_recent_entries ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.widget.widget_recent_entries ul li a span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #808081;
  margin-top: 20px;
  letter-spacing: 0.4px;
}

.widget.widget_recent_entries ul li a span b {
  font-weight: 300;
}

.widget.widget_speaker_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0px 8px 46px;
  border-bottom: 1px solid #f1eaff;
  position: relative;
}

.widget.widget_speaker_list ul li:hover:after {
  left: 30px;
}

.widget.widget_speaker_list ul li:first-child {
  padding-top: 0;
}

.widget.widget_speaker_list ul li:after {
  position: absolute;
  left: 27px;
  content: "\f105";
  bottom: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 14px;
  color: #c6c6c6;
}

.widget.widget_speaker_list ul li .speaker-image {
  width: 40px;
  height: 40px;
}

.widget.widget_speaker_list ul li .speaker-detail {
  width: calc(100% - 45px);
  margin-top: -10px;
  padding-left: 15px;
}

.widget.widget_speaker_list ul li .speaker-detail a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 0.25px;
}

.widget.widget_speaker_list ul li .speaker-detail span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}

/*--------------------------------------------------------------
  ## load more button
  --------------------------------------------------------------*/
.load-more {
  text-align: center;
  margin-top: 115px;
}

.load-more a {
  width: 120px;
  height: 80px;
  border: 10px solid #000000;
  display: inline-block;
  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-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  line-height: normal;
}

.load-more a:hover {
  border: 10px solid #6633cc;
}

/*--------------------------------------------------------------
  ## Column Default
  --------------------------------------------------------------*/
.column-default .blog-post-grid.format-aside .blog-post-grid-inner {
  padding: 135px 100px;
}

.column-two .blog-post-grid.format-gallery .slick-arrow,
.column-three .blog-post-grid.format-gallery .slick-arrow,
.column-masonry .blog-post-grid.format-gallery .slick-arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

.column-two .blog-post-grid.format-gallery .PrevArrow,
.column-three .blog-post-grid.format-gallery .PrevArrow,
.column-masonry .blog-post-grid.format-gallery .PrevArrow {
  right: 69px;
}

.column-two .blog-post-grid.format-aside .blog-post-grid-inner {
  padding: 136px 106px 143px;
}

.blog-grid.column-one .blog-post-grid.format-gallery .PrevArrow {
  right: 106px;
}

.blog-grid.column-two .blog-post-grid.format-gallery .slick-arrow {
  right: 38px;
}

.blog-grid.column-two .blog-post-grid.format-gallery .PrevArrow {
  right: 76px;
}

.blog-grid.column-two-sidebar .blog-post-grid.format-gallery .slick-arrow {
  right: 39px;
}

.blog-grid.column-two-sidebar .blog-post-grid.format-gallery .PrevArrow {
  right: 77px;
}

.blog-grid.column-one-sidebar .blog-post-grid.format-gallery .slick-arrow {
  right: 39px;
}

.blog-grid.column-one-sidebar .blog-post-grid.format-gallery .PrevArrow {
  right: 110px;
}

.blog-grid.column-two .navigation.pagination {
  margin-top: 30px;
}

/*--------------------------------------------------------------
  ## Column Three
  --------------------------------------------------------------*/
.column-two-sidebar .blog-post-grid.format-aside .blog-post-grid-inner {
  padding: 73px 60px 66px;
}

.column-two-sidebar .entry-title {
  font-size: 20px;
  line-height: 24px;
}

.column-two-sidebar .entry-title a {
  font-weight: 400;
}

.column-two-sidebar .blog-post-date {
  top: -54px;
  width: 119px;
  left: 12px;
  height: 100px;
}

.column-two-sidebar .post-date {
  padding-top: 33px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.column-two-sidebar .post-date {
  padding-top: 30px;
}

.column-two-sidebar .blog-post-meta-list li a span {
  font-size: 14px;
  font-weight: 700;
}

.column-two-sidebar .post-btn-wish {
  position: relative;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 4;
}

.column-two-sidebar .entry-summary {
  font-size: 16px;
}

.column-two-sidebar .blog-post-grid.format-aside .entry-summary::before {
  position: absolute;
  content: "";
  height: calc(100% + 0px);
  width: 5px;
  top: 0;
  left: 0;
}

.column-two-sidebar .blog-post-grid.format-aside .entry-summary {
  padding-left: 25px;
}

.column-two-sidebar .youtube-poster {
  min-height: 202px;
}

.column-two-sidebar .blog-post-grid {
  margin-bottom: 30px;
}

.column-two-sidebar .navigation.pagination {
  padding-top: 50px;
}

.column-masonry .blog-post-grid.format-aside .blog-post-grid-inner {
  padding: 73px 60px 66px;
}

.column-masonry .entry-title {
  font-size: 20px;
  line-height: 24px;
}

.column-masonry .entry-title a {
  font-weight: 400;
}

.column-masonry .blog-post-date {
  top: -54px;
  width: 119px;
  left: 12px;
  height: 100px;
}

.column-masonry .post-date {
  padding-top: 33px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.column-masonry .post-date {
  padding-top: 30px;
}

.column-masonry .blog-post-meta-list li a span {
  font-size: 14px;
  font-weight: 700;
}

.column-masonry .entry-summary {
  font-size: 16px;
}

.column-masonry .blog-post-grid.format-aside .entry-summary::before {
  position: absolute;
  content: "";
  height: calc(100% + 0px);
  width: 5px;
  top: 0;
  left: 0;
}

.column-masonry .blog-post-grid.format-aside .entry-summary {
  padding-left: 25px;
}

.column-masonry .youtube-poster {
  min-height: 202px;
}

.column-masonry .blog-post-grid {
  margin-bottom: 30px;
}

.column-three .blog-post-grid.format-aside .blog-post-grid-inner {
  padding: 73px 60px 66px;
}

.column-three .entry-title {
  font-size: 20px;
  line-height: 24px;
}

.column-three .entry-title a {
  font-weight: 400;
}

.column-three .blog-post-date {
  top: -54px;
  width: 119px;
  left: 12px;
  height: 100px;
}

.column-three .post-date {
  padding-top: 33px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.column-three .post-date {
  padding-top: 30px;
}

.column-three .blog-post-meta-list li a span {
  font-size: 14px;
  font-weight: 700;
}

.column-three.blog-section .post-btn-wish {
  position: relative;
  z-index: 999;
  padding: 0 30px;
  bottom: 21px;
  left: 0;
}
.blog-section.column-three .blog-post-grid .post-btn-wish .sl-icon {
  font-size: 20px;
}

.column-three .entry-summary {
  font-size: 16px;
}

.column-three .blog-post-grid.format-aside .entry-summary::before {
  position: absolute;
  content: "";
  height: calc(100% + 0px);
  width: 5px;
  top: 0;
  left: 0;
}

.column-three .blog-post-grid.format-aside .entry-summary {
  padding-left: 25px;
}

.column-three .youtube-poster {
  min-height: 202px;
}

.column-three .blog-post-grid {
  margin-bottom: 30px;
}

.column-three .navigation.pagination {
  padding-top: 50px;
}

.column-three.blog-section .blog-post-grid {
  margin-bottom: 90px;
}

.column-two-sidebar .same-height {
  min-height: 506px;
}

.column-two-sidebar .post-btn-wish a.post_wish {
  font-size: 12px;
}

.column-one .blog-post-content {
  padding: 20px 40px 52px;
}

.column-three .format-audio .player .btns,
.column-four .format-audio .player .btns,
.column-two-sidebar .format-audio .player .btns {
  padding: 0 16px 0 16px;
}

.column-three .format-audio .player .progress-outer,
.column-four .format-audio .player .progress-outer,
.column-two-sidebar .format-audio .player .progress-outer {
  left: 40px;
  width: 50%;
}

.column-masonry .load-more {
  margin-top: 50px;
}

.column-two-sidebar .post-btn-wish {
  width: 100%;
}

/*--------------------------------------------------------------
  ## Column Four
  --------------------------------------------------------------*/
.column-four .blog-post-meta-list {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.column-four .blog-post-grid.format-link .blog-post-grid-inner {
  padding: 45px 40px;
}

.column-four .blog-post-grid.format-audio {
  margin-top: -10px;
}

.column-four .audio-bottom-bg {
  background-position: calc(100% - 9px);
}

.column-four .audio-bottom-bg::before {
  width: 80%;
}

.column-four .same-height {
  min-height: auto;
}

.column-four .youtube-poster {
  min-height: 147px;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.column-four .blog-post-date {
  position: absolute;
  top: -45px;
  width: 100px;
  left: 17px;
  height: 85px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.column-four .post-date {
  padding-top: 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.column-four .post-date span {
  font-size: 12px;
  font-weight: 300;
}

.column-four .sticky .feature-image::after {
  border-top: 72px solid #cc3366;
  border-right: 72px solid transparent;
}

.column-four .sticky .feature-image .feature-image-inner p {
  display: none;
}

.column-four .blog-post-meta-list li a span {
  font-size: 14px;
  font-weight: 600;
}

.column-four .blog-post-meta-list li a.admin {
  display: none;
}

.column-four .blog-post-content {
  padding: 40px 30px;
}

.column-four .blog-post-meta {
  padding-bottom: 11px;
  margin-bottom: 16px;
}

.column-four .blog-post-meta-list {
  width: 100%;
  text-align: right;
}

.column-four .entry-title {
  font-size: 20px;
}

.column-four .entry-title a {
  font-weight: 600;
}

.column-four .post-btn-wish a {
  font-size: 14px;
}

.column-four .post-btn-wish a span {
  display: none;
}

.column-four .post-btn-wish {
  position: relative;
  width: calc(100% - 60px);
  bottom: 45px;
  left: 30px;
  z-index: 4;
}

.column-four .blog-post-grid.format-aside .blog-post-grid-inner {
  padding: 68px 40px;
}

.column-four .blog-post-grid.format-aside .entry-summary {
  padding-left: 20px;
}

.column-four .blog-post-grid.format-aside .entry-summary p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.column-four .blog-post-grid.format-aside .entry-summary:before {
  height: calc(100% + 40px);
  top: -20px;
  left: 0;
}

.column-four .blog-post-grid {
  margin-bottom: 40px;
}

.column-four .entry-summary {
  font-size: 12px;
  line-height: normal;
}

.column-four .blog-post-grid.format-gallery .slick-arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  right: 0;
  bottom: 38%;
}

.column-four .blog-post-grid.format-gallery .PrevArrow {
  right: auto;
  left: 0;
}

.column-four .format-video .youtube-wrapper i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  margin-right: -22px;
  margin-bottom: -22px;
}

.column-four .format-video .youtube-wrapper i.fa-play::before {
  padding-left: 4px;
}

.column-two-sidebar .post-btn-wish a.post_btn {
  font-size: 14px;
  letter-spacing: 1.20px;
}

.column-two-sidebar .post-btn-wish a.post_btn::after {
  top: 50%;
  height: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.column-two-sidebar .blog-post-date {
  top: -50px;
  width: 109px;
  left: 12px;
  height: 100px;
}

.column-two-sidebar .post-date {
  padding-top: 26px;
}

.column-two-sidebar .blog-post-grid.format-gallery .slick-arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

.column-two-sidebar .blog-post-grid.format-gallery .PrevArrow {
  right: 77px;
}

.column-three .blog-post-content, .column-masonry .blog-post-content {
  padding: 20px 30px 42px;
}

.column-four .post-btn-wish a.post_btn {
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
}

.column-default .blog-post-grid.format-gallery .PrevArrow {
  right: 86px;
}

.column-default .blog-post-grid.format-gallery .slick-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  bottom: -1px;
  font-size: 16px;
}

/*--------------------------------------------------------------
  ## Column two
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Background Shape
  --------------------------------------------------------------*/
.shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.shape svg {
  height: 70px;
  width: 70px;
  -webkit-animation: round 20s linear infinite;
  animation: round 20s linear infinite;
  fill: transparent;
}

.shape svg .bg-shape {
  stroke: #6633cc;
  stroke-width: 8px;
  fill: transparent;
  vector-effect: non-scaling-stroke;
  opacity: 0.1;
}

.shape-single {
  width: 150px;
}

.shape-single svg {
  width: 98px;
  height: 98px;
  -webkit-animation: round 20s linear infinite;
  animation: round 20s linear infinite;
}

.shape-double {
  height: 200px;
  width: 226px;
}

.shape-double li {
  position: relative;
}

.shape-double li:first-child svg {
  width: 155px;
  height: 155px;
}

.shape-double li:last-child {
  right: 38px;
  bottom: 62px;
}

.shape-double li:last-child svg {
  -webkit-animation: round 20s linear infinite;
  animation: round 20s linear infinite;
}

.shape-tripple {
  width: 300px;
}

.shape-tripple ul li {
  position: absolute;
}

.shape-tripple ul li:nth-child(1) svg {
  width: 150px;
  height: 150px;
}

.shape-tripple ul li:nth-child(2) {
  position: absolute;
  top: 130px;
  left: 43px;
}

.shape-tripple ul li:nth-child(2) svg {
  height: 122px;
  width: 122px;
}

.shape-tripple ul li:nth-child(3) {
  left: 140px;
  top: 107px;
}

.shape-tripple ul li:nth-child(3) svg {
  -webkit-animation: round 20s linear infinite;
  animation: round 20s linear infinite;
}

.shape-single-big ul li svg {
  height: 175px;
  width: 175px;
}

.column-two-sidebar .shape.shape-double {
  right: 0;
  left: calc(100% - 100px);
  top: 0;
}

.column-two-sidebar .shape.shape-single {
  top: 20%;
  left: -50px;
}

.column-two-sidebar .shape.shape-single svg {
  width: 88px;
  height: 88px;
}

.column-two-sidebar .shape.shape-tripple {
  top: 40%;
  left: -86px;
}

.column-three .shape.shape-single {
  top: 30%;
  left: 80px;
}

.column-three .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.column-three .shape.shape-tripple {
  top: 60%;
  left: -80px;
}

.column-three .shape.shape-single-small {
  top: 40%;
  left: calc(100% - 250px);
}

.column-three .shape.shape-single-big {
  top: 80%;
  left: calc(100% - 250px);
}

.column-four .shape.shape-single {
  top: 93%;
  left: 80px;
}

.column-four .shape.shape-double {
  left: calc(100% - 110px);
  top: 50%;
}

.column-four .shape.shape-tripple {
  top: 40%;
  left: -80px;
}

.column-four .shape.shape-single-small {
  top: 10%;
  left: calc(100% - 150px);
}

.column-masonry .shape.shape-single {
  top: 30%;
  left: -70px;
}

.column-masonry .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.column-masonry .shape.shape-tripple {
  top: 85%;
  left: calc(100% - 250px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.column-masonry .shape.shape-single-small {
  top: 40%;
  left: calc(100% - 74px);
}

.column-masonry .shape.shape-single-big {
  top: 80%;
  left: -110px;
}

.blog-detail-sidebar .shape.shape-single, .blog-detail .shape.shape-single {
  top: 30%;
  left: -70px;
}

.blog-detail-sidebar .shape.shape-double, .blog-detail .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.blog-detail-sidebar .shape.shape-double.two, .blog-detail .shape.shape-double.two {
  left: calc(100% - 110px);
  top: 70%;
}

.blog-detail-sidebar .shape.shape-double.three, .blog-detail .shape.shape-double.three {
  left: -90px;
  top: 40%;
  -webkit-transform: rotate(-100deg);
  -ms-transform: rotate(-100deg);
  transform: rotate(-100deg);
}

.blog-post-meta .admin {
  display: none;
}

.blog-detail .blog-post-meta-list {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.column-one.blog-grid .blog-post-meta-list {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------------------------
  ##  Blog Grid Detail
  --------------------------------------------------------------*/
.blog-detail .blog-post-grid:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-detail .blog-post-grid::after,
.blog-detail .blog-post-grid::before {
  display: none;
}

.blog-detail .blog-post-grid-inner::after,
.blog-detail .blog-post-grid-inner::before {
  display: none;
}

.blog-detail .blog-post-content {
  padding: 20px 0;
  padding-top:0px;
}

.blog-detail .entry-title {
  font-size: 40px;
  padding-top: 50px;
  margin-bottom: 45px;
  color: #000;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -1.2px;
  font-family: "Rubik", sans-serif;
  word-wrap: break-word;
}

.blog-detail .blog-post-meta {
  border-bottom: 1px solid #e7e8eb;
  padding-bottom: 25px;
  margin-bottom: 12px;
  margin-top: -63px;
}

.blog-detail .entry-content p {
  font-weight: 300;
  color: #000;
}

.post-category {
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e8eb;
  padding-top: 2px;
}

.post-category .post-category-list a {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000;
  opacity: 1;
  padding: 0 30px;
}

.post-category .post-category-list a:first-child {
  padding-left: 0;
}

.post-category .post-category-list a i {
  font-size: 18px;
  margin-right: 5px;
  margin-left: 8px;
}

.post-category .post-share a {
  opacity: 1;
  font-weight: normal;
  color: #d5d4d4;
}
.post-category-name {
  border-bottom: 1px solid #ddd;
  padding: 3px 0 10px;
  line-height: normal;
}

.post-category-name a {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

.post-category-name i {
  font-size: 12px;
  color: #000000;
  margin-right: 8px;
}

.post-category-list i {
  font-size: 12px;
  margin-right: 8px;
  vertical-align: middle;
  color: #000000;
}

.post-wish-n-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.post-wish-n-share .post-share {
  width: auto;
  padding-right: 30px;
  position: relative;
}

.post-wish-n-share .post-share:after {
  position: absolute;
  right: 0;
  height: 18px;
  content: "";
  background: #6b6b6b;
  width: 1px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-wish-n-share .post_wish {
  padding-left: 30px;
}

.entry-content {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  color: #797979;
}

.blog-detail .entry-content p {
  margin-bottom: 55px;
  letter-spacing: 0.5px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 0;
  padding-left: 70px;
}
.entry-content blockquote {
  color: #000000;
  padding: 0px 33px 0 60px;
  line-height: 44px;
  letter-spacing: 0.8px;
  position: relative;
  margin-bottom: 50px;
  font-family: "Rubik", sans-serif;
  font-style:italic;
}

.entry-content blockquote img {
  position: absolute;
  left: 25px;
  top: -34px;
}

.entry-content blockquote:after {
  position: absolute;
  left: 35px;
  top: 50%;
  width: 5px;
  height: 100%;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.1;
}

.entry-content blockquote span {
  font-weight: 700;
  color: #563f84;
  font-family: "Rubik", sans-serif;
}

.entry-content-list ul {
  margin-left: 30px;
  margin-bottom: 40px;
}

.entry-content-list h4 {
  font-weight: 500;
  text-transform: inherit;
  color: #000;
  line-height: 44px;
  letter-spacing: -0.9px;
  margin-bottom: 42px;
  font-family: "Rubik", sans-serif;
}

.entry-content-list li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px;
  letter-spacing: 0.35px;
  color: #929292;
}

.entry-content-list li:last-child {
  margin-bottom: 0;
}

.entry-content-list li span {
  font-weight: 300;
  color: #cc3366;
  font-size: 30px;
  margin-right: 5px;
}

.entry-content-list h5 {
  font-size: 24px;
  font-weight: 500;
  text-transform: inherit;
  line-height: 36px;
  color: #010101;
  margin-bottom: 57px;
  letter-spacing: -0.7px;
  font-family: "Rubik", sans-serif;
}

.entry-content-list p {
  margin-bottom: 45px;
}

.blog-detail .entry-content p:first-child {
  margin-bottom: 25px;
}

.entry-content-list-two p {
  margin-bottom: 32px;
}

.entry-content-list-two ul {
  margin-left: 84px;
  margin-bottom: 48px;
}

.entry-content-list-two ul li {
  position: relative;
  color: #000;
}

.entry-content-list-two ul li span {
  width: 6px;
  height: 6px;
  background: #b5b5b5;
  position: absolute;
  left: -16px;
  top: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: .8;
}

.blog-post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 24px 0;
}

.post-share {
  text-align: right;
}

.post-share span {
  font-size: 14px;
  color: #000000;
  margin-right: 12px;
  letter-spacing: 0.3px;
}

.post-share a {
  font-size: 14px;
  color: #d5d4d4;
  padding: 0 4px;
}

.post-tag ul {
  margin: 0;
}

.post-tag ul li {
  display: inline-block;
}

.post-tag ul li a {
  height: 37px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 37px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.post-tag ul li a:hover {
  background: #00cc33;
}

.blogger-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 0 66px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 55px;
}

.blogger-img {
  min-width: 160px;
  height: 160px;
}

.blogger-detail {
  padding-left: 30px;
}

.blogger-detail h4 {
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: 0.6px;
  font-family: "Rubik", sans-serif;
}

.blogger-detail p {
  font-size: 20px;
  color: #797979;
  font-weight: 200;
  line-height: 36px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.blogger-detail p span {
  color: #cc3366;
  font-weight: 400;
}

.comments-title, .comment-reply-title {
  font-weight: 400;
  color: #393737;
  letter-spacing: 0.8px;
}

.comment-author span {
  display: none;
}

.comment-author .url {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  letter-spacing: .8px;
}
.comment-author .fn {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  letter-spacing: .8px;
}
.comment-author.vcard {
  line-height: normal;
}
.comments-area .reply {
  position: absolute;
  right: 0;
  top: 45px;
}


.avatar {
  width: 50px;
  height: 50px;
  border-radius: 5px;

}
.comments-area .avatar {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: block;
  margin-bottom: 8px;
  float: left;
  margin-right: 15px;
}
.comments-area .comment-meta {
  display: block;
  width: 100%;
  /* background: red; */
}
/*
.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
 display: flex;
}
*/
.comment-content {
  padding-left: 62px;
  margin-top: -10px;
  width: 100%;
}

.comment-content p {
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
  position: relative;
  margin-bottom: 0;
  margin-top: 5px;
  letter-spacing: 0.8px;
}

.comment-content p:after {
  position: absolute;
  content: "";
  top: 0px;
  height: 6px;
  width: 26px;
  background: #e1e1e1;
  left: 0;
}

.comment-author.vcard,
.comment-metadata {
  display: inline-block;
  line-height: normal;
}

.comment-metadata span {
  font-size: 12px;
  color: #bdbdbd;
}

.comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 61px 0 52px;
  position: relative;
}
.comment-body {

  display: block;

}

.comment-body::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: calc(100% - 70px);
  height: 1px;
  background: #ddd;
  left: 62px;
}
.comment-body .comment-author.vcard{
  position: relative;
}

.comment-body .comment-author.vcard::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 26px;
  background: #e1e1e1;
  top: 31px;
}

.children {
  margin-left: 70px;
}

.children .children {
  margin-left: 29px;
}

.children .comment-body {
  padding: 60px 0 20px;
}

.comment-list {
  margin-left: 0;
  margin-bottom: 0;
}

.comment-reply-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #000000;
  position: relative;
  display: inline-block;
  margin-top: 18px;
  vertical-align: top;
}

.comment-reply-link:after {
  position: absolute;
  left: 27px;
  height: 22px;
  width: 1px;
  content: "";
  background: #ddd;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comment-reply-link:before {
  content: "\f122";
  font-family: "Font Awesome 5 Free";
  padding-right: 22px;
  font-size: 13px;
}

.comment-reply-link:hover {
  color: #000000;
}

.comment-reply-link:hover:before {
  color: #00cc33;
}

.comment-respond {
  padding-top: 55px;
}

.comment-reply-title {
  margin-bottom: 27px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.8px;
}

.comment-form input, .comment-form textarea {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.comment-form label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #cc3366;
  margin-bottom: 3px;
  letter-spacing: 0.8px;
}

.comment-form .button-default {
  float: none;
  margin-top: 6px;
}

.comment-form input:focus, .comment-form textarea:focus {
  border-color: #cc3366;
}

.comment-form-comment textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  resize: none;
  padding: 15px;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
  border: 1px solid #ddd;
  height: 50px;
  padding: 0px 15px;
}

.comment-form p {
  margin-bottom: 36px;
}

.post-category-name {
  display: none;
}

.comments-title {
  font-family: "Rubik", sans-serif;
}
.comment-metadata a {
  font-size: 13px;
  line-height: 20px;
  color: #bdbdbd;
}

@media (min-width:768px) and (max-width: 1499px) {
  .sidebar.widget-area {
    overflow: hidden;
  }
}

@media (max-width: 479px) {
  .comment-content {
    padding-left: 0;
    margin-top: 0;
  }

  .sidebar.widget-area {
    overflow: hidden;
  }
}
/*--------------------------------------------------------------
  ##  Event Goal
  --------------------------------------------------------------*/
.event-goals-area {
  position: relative;
  overflow: hidden;
}

.event-goals-area .section-title p {
  padding-right: 0;
  margin-bottom: 0;
}

.event-goals-area .event-goal-right img {
  -webkit-box-shadow: 0px 17px 34.8px 8.2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 17px 34.8px 8.2px rgba(0, 0, 0, 0.24);
}

.event-goal-slider-wrapper {
  margin: 0 71px;
  -webkit-box-shadow: 0px 26px 43px -38px #000;
  box-shadow: 0px 26px 43px -38px #000;
}

.event-goal-slider {
  text-align: center;
  border: 10px solid #cc3366;
  z-index: 2;
}

.event-goal-slider.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.event-goal-slider.slick-vertical .slick-slide {
  border: 0px solid transparent;
}

.event-goal-slider .slick-dots {
  bottom: 65%;
  width: auto;
  left: calc(100% + 20px);
  z-index: 3;
}

.event-goal-slider .slick-dots li {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-bottom: 5px;
}

.event-goal-slider .slick-dots li.slick-active {
  background: white;
}

.event-goal-slider .slick-dots li button {
  padding: 0;
  opacity: 0;
}

.event-goal-slider .slick-arrow {
  display: none !important;
}

.event-goal-right {
  position: relative;
  text-align: left;
  padding-left: 97px;
  margin-top: 7px;
}

.event-goal-right:after {
  position: absolute;
  content: "";
  left: 0;
  top: 52%;
  width: 100%;
  height: 78%;
  background: rgba(74, 25, 173, 0.9);
}

.event-goal-hexagon {
  position: absolute;
  left: 90px;
  z-index: 1;
}

.event-goal-hexagon svg {
  stroke: rgba(0, 0, 0, 0.3);
  stroke-width: 8px;
  vector-effect: non-scaling-stroke;
  width: 371px;
  margin-top: -122px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -52px;
  height: 388px;
  -webkit-animation: round 20s linear infinite;
  animation: round 20s linear infinite;
}

.event-goal-bg-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 300px;
  right: 0;
  z-index: -1;
}

.event-goal-bg-pattern .bubble.x1 {
  left: 95%;
  top: 5%;
}

.event-goal-bg-pattern .bubble.x3 {
  top: 41%;
  left: 94%;
}

.event-goal-bg-pattern .bubble.x4 {
  top: 24%;
  left: 93%;
}

.event-goal-bg-pattern .bubble.x5 {
  top: 14%;
  left: 89%;
}

.event-goal-bg-pattern .bubble.x6 {
  top: 3%;
  left: 88%;
}

.event-goal-bg-pattern .bubble.x7 {
  top: 18%;
  left: 83%;
}

.event-goal-bg-pattern .bubble.x8 {
  top: 27%;
  left: 87%;
}

/*--------------------------------------------------------------
  ##  Event Member
  --------------------------------------------------------------*/
.event-members-area {
  position: relative;
  overflow: hidden;
}

.event-members-bg-shape {
  width: 77%;
  margin-left: auto;
}

.event-members-bg-shape svg .arrow-line {
  stroke-dasharray: 3181 3183;
  stroke-dashoffset: 3182;
}

.event-member-bg-pattern {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.event-member-bg-pattern .bubble.x1 {
  left: 0;
  top: 5%;
}

.event-member-bg-pattern .bubble.x3 {
  top: 41%;
  left: 4%;
}

.event-member-bg-pattern .bubble.x4 {
  top: 24%;
  left: 10%;
}

.event-member-bg-pattern .bubble.x5 {
  top: 14%;
  left: 16%;
}

.event-member-bg-pattern .bubble.x6 {
  top: 12%;
  left: 8%;
}

.event-member-bg-pattern .bubble.x7 {
  top: 32%;
  left: 13%;
}

.event-member-bg-pattern .bubble.x8 {
  top: 27%;
  left: 7%;
}

.event-members-list-area {
  position: relative;
}

.event-members-list {
  margin-top: 65px;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.event-members-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-betwwen;
  -ms-flex-pack: space-betwwen;
  justify-content: space-between;
  margin: 0;
}

.event-members-list li {
  opacity: 0;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

.event-members-list li:nth-child(even) {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.event-members-list li:nth-child(odd) {
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
}

.event-members-list li:first-child {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.event-members-list li:nth-child(2) {
  -webkit-transition-delay: 2.33s;
  -o-transition-delay: 2.33s;
  transition-delay: 2.33s;
}

.event-members-list li:nth-child(3) {
  -webkit-transition-delay: 2.66s;
  -o-transition-delay: 2.66s;
  transition-delay: 2.66s;
}

.event-members-list li:nth-child(4) {
  -webkit-transition-delay: 2.99s;
  -o-transition-delay: 2.99s;
  transition-delay: 2.99s;
}

.event-members-list li:nth-child(4) {
  -webkit-transition-delay: 3.33s;
  -o-transition-delay: 3.33s;
  transition-delay: 3.33s;
}

.event-members-list li:nth-child(5) {
  -webkit-transition-delay: 3.66s;
  -o-transition-delay: 3.66s;
  transition-delay: 3.66s;
}

.event-all-members {
  position: absolute;
  right: -5px;
  top: 48%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}

.event-member-desc {
  padding-left: 15px;
  margin-top: -19px;
  position: relative;
}

.event-member-desc h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.event-member-desc h4 a {
  line-height: 26px;
  letter-spacing: .5px;
  font-weight: 700;
}

.event-member-desc h4 span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #3c65ff;
  letter-spacing: 0.6px;
}

.event-member-img {
  position: relative;
  -webkit-box-shadow: 0px 13px 35px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 13px 35px rgba(0, 0, 0, 0.11);
}

.event-member-img:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(47%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.8) 47%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.8) 47%, rgba(255, 255, 255, 0) 100%);
}

.event-member-img img {
  width: 165px;
}

/*--------------------------------------------------------------
  ##  Remarkable Moment
  --------------------------------------------------------------*/
.remarkable-moment-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.remarkable-moment-area .section-title {
  margin-bottom: 58px;
}

.remarkable-moment-area .section-title h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.remarkable-moment-gallery ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.remarkable-moment-gallery ul li {
  position: relative;
  min-height: 394px;
  width: 24%;
  -webkit-box-shadow: 7px 25px 62px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 25px 62px rgba(0, 0, 0, 0.5);
}

.remarkable-moment-gallery ul li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.remarkable-moment-gallery ul li span {
  -webkit-animation-name: remarkFadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: remarkFadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: remarkFadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  animation-name: remarkFadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.remarkable-moment-gallery ul li:nth-child(4) {
  width: 26%;
}

.remarkable-moment-gallery ul li:first-child {
  width: 17%;
}

.remarkable-moment-gallery ul li:first-child span {
  animation-duration: 15s;
  -o-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -webkit-animation-duration: 15s;
}

.remarkable-moment-gallery ul li:first-child span:nth-child(1) {
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}

.remarkable-moment-gallery ul li:first-child span:nth-child(2) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.remarkable-moment-gallery ul li:first-child span:nth-child(3) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.remarkable-moment-gallery ul li:first-child span:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.remarkable-moment-gallery ul li:nth-child(2) span {
  animation-duration: 18s;
  -o-animation-duration: 18s;
  -moz-animation-duration: 18s;
  -webkit-animation-duration: 18s;
}

.remarkable-moment-gallery ul li:nth-child(2) span:nth-child(1) {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

.remarkable-moment-gallery ul li:nth-child(2) span:nth-child(2) {
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

.remarkable-moment-gallery ul li:nth-child(2) span:nth-child(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.remarkable-moment-gallery ul li:nth-child(2) span:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.remarkable-moment-gallery ul li:nth-child(3) span {
  animation-duration: 20s;
  -o-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -webkit-animation-duration: 20s;
}

.remarkable-moment-gallery ul li:nth-child(3) span:nth-child(1) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.remarkable-moment-gallery ul li:nth-child(3) span:nth-child(2) {
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}

.remarkable-moment-gallery ul li:nth-child(3) span:nth-child(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.remarkable-moment-gallery ul li:nth-child(3) span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.remarkable-moment-gallery ul li:nth-child(4) span {
  animation-duration: 22s;
  -o-animation-duration: 22s;
  -moz-animation-duration: 22s;
  -webkit-animation-duration: 22s;
}

.remarkable-moment-gallery ul li:nth-child(4) span:nth-child(1) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.remarkable-moment-gallery ul li:nth-child(4) span:nth-child(2) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

.remarkable-moment-gallery ul li:nth-child(4) span:nth-child(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.remarkable-moment-gallery ul li:nth-child(4) span:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.remarkable-moment-gallery ul li:nth-child(odd) {
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

/*--------------------------------------------------------------
  ##  Remarkable moment light css
  --------------------------------------------------------------*/
.remarkable-moment-area.bg-light {
  padding: 170px 0 180px;
}

.remarkable-moment-area.bg-light .section-title h2 {
  color: #6633cc;
}

.remarkable-moment-area.bg-light .remarkable-moment-gallery ul li {
  -webkit-box-shadow: -0.9px 25px 57.7px 4.3px rgba(0, 0, 0, 0.2);
  box-shadow: -0.9px 25px 57.7px 4.3px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
  ##  Program Schedule
  --------------------------------------------------------------*/
.program-schedule-area {
  position: relative;
  overflow: hidden;
}

.program-schedule-area .section-title {
  margin-bottom: 68px;
}

.program-schedule-area .container {
  position: relative;
}

.program-schedule-area .event-goal-bg-pattern {
  top: 0;
}

.program-schedule-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 29px;
  border-bottom: 1px solid #ddd;
  width: 73%;
}

.program-schedule-single h4 {
  font-weight: 600;
  padding-left: 77px;
  margin-bottom: 0;
  letter-spacing: 0.8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 20px;
}

.program-schedule-single span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-right: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.program-schedule-single span small {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.program-schedule-single:hover h4 {
  color: #00cc33;
}

.program-schedule-single:hover span {
  color: #cc3366;
}

.program-schedule-single:hover span small {
  color: #cc3366;
}

.program-schedule-all {
  position: relative;
  padding-right: 7px;
}

.program-schedule-all:after {
  position: absolute;
  content: "";
  right: 13px;
  bottom: 0;
  width: 16px;
  height: 3px;
}

.program-schedule-all::-webkit-scrollbar {
  width: 0px;
}

.program-schedule-all::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 6px;
}

.program-schedule-content {
  position: relative;
}

.program-schedule-single-position {
  height: 36px;
  padding: 0 8px;
  line-height: 30px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  right: 40px;
  top: 0;
}

.program-schedule-single-position:before {
  position: absolute;
  right: -3px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  border-radius: 1px;
}

.program-schedule-single-position span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}

.program-schedule-single-position span:first-child {
  padding-right: 10px;
}

.program-schedule-single-position span:last-child {
  padding-left: 5px;
}

.program-schedule-single-position span:last-child:before {
  display: none;
}

.program-schedule-single-position span:before {
  content: "/";
  position: absolute;
  right: 0;
  top: -7px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
  background-color: #6633cc;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 2px;
}

.mCSB_buttonUp, .mCSB_buttonDown {
  position: absolute;
  left: 0;
  top: 0;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  opacity: 1;
  font-size: 14px;
  left: 3px;
}

.mCSB_scrollTools .mCSB_buttonUp {
  top: 8px;
  line-height: 10px;
  height: 10px;
  width: 14px;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 14px;
  line-height: 10px;
  height: 10px;
  width: 14px;
}

.mCSB_scrollTools .mCSB_buttonDown::after {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 800;
}

.mCSB_scrollTools .mCSB_buttonUp::after {
  position: absolute;
  content: "\f0d8";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 800;
  color: #000000;
}

.mCSB_scrollTools .mCSB_dragger {
  opacity: 1;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 27px 0 0;
}

.program-schedule-hexagon {
  position: absolute;
  right: 12px;
}

.program-schedule-hexagon svg {
  width: 36px;
  fill: #ffffff !important;
  stroke: #6633cc;
}

.program-schedule-hexagon svg .bg-shape {
  vector-effect: non-scaling-stroke;
  stroke-width: 3px;
}

.program-schedule-all {
  height: 500px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 25px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 30px;
  margin: 0 1px;
  height: 25px;
  background: #fff;
  background-image: url(../../media/images/icon/scroll_bg.png);
  border-radius: 0;
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: 0px;
}

.mCSB_scrollTools {
  position: absolute;
  width: 29px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  filter: "alpha(opacity=1)";
  -ms-filter: "alpha(opacity=1)";
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: #63c;
}

/*--------------------------------------------------------------
  ##  Discussion
  --------------------------------------------------------------*/
.discussion-thread-area {
  position: relative;
  overflow: hidden;
}

.discussion-thread-area .section-title {
  margin-bottom: 53px;
  display: -webkit-box;
  line-height:0px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.discussion-thread-area .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.discussion-thread-area .chat_option h4 {
  font-size: 20px;
  border-bottom: 2px solid #cc3366;
  font-weight: 700;
  display: inline-block;
}

.discussion-thread-area .chat_option h4 a {
  position: relative;
  letter-spacing: 2.2px;
}

.discussion-thread-area .chat_option h4 a i {
  position: absolute;
  left: calc(100% + 5px);
  font-size: 72px;
  bottom: calc(100% + 10px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.discussion-thread-area .chat_option h4 a:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.discussion-thread-area .slick-dots {
  display: none;
}

.discussion-thread-area .container {
  position: relative;
}

.discussion-single-slide-right,
.discussion-single-slide-left {
  display: inline-block;
  vertical-align: middle;
}

.discussion-single-slide-left {
  width: 120px;
  height: 120px;
}

.discussion-single-slide-right {
  width: calc(100% - 170px);
  padding-left: 26px;
}

.discussion-single-slide-right h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .5px;
}

.discussion-single-slide-right p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #563f84;
}

.discussion-single-slide-meta {
  line-height: normal;
}

.discussion-single-slide-meta a {
  font-size: 13px;
  letter-spacing: 1.4px;
  font-weight: 400;
  color: #3c65ff;
}

.discussion-single-slide {
  padding: 41px 50px 40px;
  border: 4px solid #f6f2ff !important;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.discussion-single-slide-left {
  position: relative;
}

.discussion-single-slide-left span {
  font-size: 12px;
  height: 27px;
  background: #00cc33;
  border-radius: 5px;
  letter-spacing: 0.3px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 93px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: 500;
}

.discussion-single-slide-left img {
  border: 10px solid #6633cc;
  width: 100%;
}

.discussion-slider-hexagon svg {
  stroke: red;
  stroke-width: 56px;
  width: 443px;
  height: 390px;
}

.discussion-slider-hexagon svg .bg-shape {
  vector-effect: non-scaling-stroke;
}

.discussion-member-slider {
  position: relative;
}

.discussion-slider-hexagon {
  position: absolute;
  left: -7%;
  top: 59%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.discussion-slider-hexagon svg {
  stroke: rgba(102, 51, 204, 0.1);
  stroke-width: 48px;
  width: 500px;
  height: 500px;
}

.discussion-slider-hexagon svg .bg-shape {
  vector-effect: non-scaling-stroke;
}

/*--------------------------------------------------------------
  ##  Volunteer
  --------------------------------------------------------------*/
.volunteer-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed;
}

@media only screen and (max-width:  768px) {
  .volunteer-area {
    padding: 80px 0;
  }
}

.volunteer-area .button-default {
  float: none;
  display: inline-block;
}

.volunteer-area .section-title h2 {
  color: #ffffff;
  margin-bottom: 21px;
  font-family: "sf_pro";
}

.volunteer-area .section-title h2 span {
  color: #f6ff00;
}

.volunteer-content {
  font-size: 30px;
  color: #ffffff;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.8px;
}

.volunteer-content p {
  margin-bottom: 0;
}

.volunteer-content .button-default {
  margin-top: 30px;
}

.volunteer-hand-top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.volunteer-hand-top li {
  position: absolute;
  left: 0;
  bottom: 0;
}

.volunteer-hand-top li:nth-child(1) {
  left: -50px;
  bottom: 0;
  display: none;
}

.volunteer-hand-top li:nth-child(2) {
  left: 33%;
  bottom: 0;
}

.volunteer-hand-top li:nth-child(3) {
  left: 56%;
  bottom: -50px;
}

.volunteer-hand-top li:nth-child(4) {
  left: auto;
  right: -56px;
  top: -44px;
  bottom: auto;
}

.volunteer-hand-top li:nth-child(5) {
  left: auto;
  right: 33%;
  bottom: auto;
  top: -50px;
}

.volunteer-hand-top li:nth-child(6) {
  left: auto;
  right: 85%;
  bottom: auto;
  top: -50px;
}

/*--------------------------------------------------------------
  ##  Product
  --------------------------------------------------------------*/
.site-main {
  padding-top: 80px;
}

.products {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.product {
  width: calc(50% - 15px);
  margin-right: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 55px;
}

.product.last {
  margin-right: 0;
}

.product:hover .product-thumb:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
  opacity: 1;
  -webkit-transition: all 1.05s;
  -o-transition: all 1.05s;
  transition: all 1.05s;
}

.product:hover .button.buy-now {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.products li.product:nth-last-child(2),
.products li.product:nth-last-child(2) {
  margin-bottom: 0;
}

.product-thumb {
  background: #f4f4f4;
  text-align: center;
  padding: 55px 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.product-thumb:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 51, 204, 0.96);
  content: "";
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom left;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 0%;
  opacity: 0;
  -webkit-transition: opacity 1s linear, border-radius 0.2s ease 0.9s, -webkit-transform 0.8s linear;
  transition: opacity 1s linear, border-radius 0.2s ease 0.9s, -webkit-transform 0.8s linear;
  -o-transition: transform 0.8s linear, opacity 1s linear, border-radius 0.2s ease 0.9s;
  transition: transform 0.8s linear, opacity 1s linear, border-radius 0.2s ease 0.9s;
  transition: transform 0.8s linear, opacity 1s linear, border-radius 0.2s ease 0.9s, -webkit-transform 0.8s linear;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}

.woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 51px;
  margin-bottom: 0;
  letter-spacing: .4px;
}

.add_to_cart_button {
  position: absolute;
  left: 0;
  top: 0;
}

.price {
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}

.button.buy-now {
  position: absolute;
  left: calc(50% - 174px);
  top: calc(50% - 60px);
  width: 348px;
  height: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #ffffff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 7.8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 80px;
  opacity: 0;
  -webkit-transition: opacity 1s linear 1s;
  -o-transition: opacity 1s linear 1s;
  transition: opacity 1s linear 1s;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  margin-top: -50px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  z-index: 2;
}

.flash_messag {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 0;
  color: #ff0055;
  text-transform: uppercase;
  font-size: 12px;
  background: #fff;
  padding: 9px 16px;
  line-height: 11px;
  border: 1px solid #e1e1e1;
  z-index: 1;
}

.flash_messag.color-two {
  color: #183eff;
}

/*--------------------------------------------------------------
  ##   responsive
  --------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button.buy-now {
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 47px);
    width: 300px;
    height: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .button.buy-now {
    position: absolute;
    left: calc(50% - 112px);
    top: calc(50% - 47px);
    width: 225px;
    height: 95px;
  }
  .woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .product {
    width: 100%;
    margin-right: 0;
  }
  .products li.product:nth-last-child(2) {
    margin-bottom: 55px;
  }
}

/*--------------------------------------------------------------
  ##  Product Detail
  --------------------------------------------------------------*/
.product_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 0;
}

.single-product-details {
  text-align: center;
}

.single_add_to_cart_button {
  width: 455px;
  height: 116px;
  font-size: 20px;
  letter-spacing: 5.6px;
  font-weight: 800;
  display: inline-block;
  line-height: 116px;
  text-align: center;
}

.quantity {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.looking, .quantity-selector {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #ebebeb;
  margin-left: -1px;
}

.looking i {
  font-size: 12px;
  color: #979797;
  line-height: 50px;
  display: block;
  cursor: pointer;
}

.quantity-selector {
  font-size: 20px;
  font-weight: 500;
}

.cart.product-cart {
  margin-bottom: 100px;
}

.woocommerce-product-details__short-description {
  border: 1px solid #e4e4e4;
  padding: 60px;
  padding-top: 0;
  color: #747474;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 1px;
}

.woocommerce-product-details__short-description h4 {
  font-size: 16px;
  padding: 20px 0;
  margin-bottom: 54px;
  position: relative;
  font-weight: 500;
}

.woocommerce-product-details__short-description h4:after {
  position: absolute;
  content: "";
  left: -60px;
  width: calc(100% + 120px);
  height: 1px;
  background: #e4e4e4;
  bottom: 0;
}

.woocommerce-product-details__short-description h4:before {
  position: absolute;
  content: "";
  left: calc(50% - 15px);
  top: -2px;
  width: 30px;
  height: 4px;
  background: #e4e4e4;
}

.woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.single-product {
  padding-top: 80px;
}

.single-product .product-thumb {
  padding: 110px 0;
  margin-bottom: 32px;
}

.single-product .product_title {
  line-height: 53px;
}

.single-product .quantity {
  margin-bottom: 30px;
}

.single-product .looking, .single-product .quantity-selector {
  width: 45px;
  height: 45px;
}

.single-product .looking i {
  line-height: 40px;
}

.single_add_to_cart_button {
  width: 455px;
  height: 116px;
  font-size: 20px;
  letter-spacing: 5.6px;
  font-weight: 800;
}

.product-details-pagination .nav-links::before {
  display: none;
}

.product-details-pagination .next.page-numbers {
  float: right;
}

.product-details-pagination .prev.page-numbers {
  float: left;
}

.navigation.pagination.product-details-pagination {
  margin-top: 50px;
}

.product-details-pagination .page-numbers.prev::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  width: 1px;
  height: 13px;
  background: #ddd;
  /* margin-top: -2px; */
  z-index: -1;
  display: none;
}

.woocommerce.columns-4 .navigation.pagination {
  padding-top: 50px;
}

/*--------------------------------------------------------------
  ##   responsive
  --------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .single_add_to_cart_button {
    width: 260px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
  }
  .woocommerce-product-details__short-description {
    padding: 0 15px 50px;
    letter-spacing: 0.25px;
    font-size: 15px;
    line-height: 1.5;
  }
  .single-product .entry-title {
    font-size: 16px;
  }
  .single-product .product_title {
    line-height: 40px;
  }
  .woocommerce-product-details__short-description h4::after {
    left: -16px;
    width: calc(100% + 32px);
  }
  .woocommerce-product-details__short-description h4 {
    margin-bottom: 20px;
  }
  .single-product-details .cart.product-cart {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
  ##  Cart
  --------------------------------------------------------------*/
.woocommerce-cart.cart-content-area {
  position: relative;
  overflow: hidden;
}

.woocommerce-cart.cart-content-area .shape.shape-triple {
  top: 75%;
  left: 0;
  width: 11%;
}

.woocommerce-cart.cart-content-area .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.woocommerce-cart.cart-content-area .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.woocommerce-cart.cart-content-area .shape.shape-double {
  left: calc(100% - 110px);
  top: 47%;
}

.woocommerce-cart.cart-content-area .shape-double li:last-child {
  right: 122px;
  bottom: 109px;
}

.woocommerce-cart.cart-content-area .shape-double li:last-child svg {
  width: 150px;
  height: 150px;
}

.woocommerce-cart-form__contents thead tr {
  border-bottom: 1px solid #e8e8e8;
}

.woocommerce-cart-form__contents thead tr th {
  padding: 0px 0 27px;
  line-height: normal;
}

.woocommerce-cart-form__contents tr {
  border-bottom: 1px solid #e8e8e8;
}

.woocommerce-cart-form__contents th {
  font-size: 14px;
  font-weight: 500;
  color: #343a40;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .4px;
}

.woocommerce-cart-form__contents td {
  text-align: center;
  width: 14%;
  vertical-align: top;
  padding-top: 50px;
}

.woocommerce-cart-form__contents td:nth-child(2) {
  width: 35%;
}

.woocommerce-cart-form__contents td:last-child {
  width: 5%;
}

.woocommerce-cart-form__contents td .woocommerce-Price-amount {
  font-size: 20px;
  color: #343a40;
  font-weight: 700;
}

.woocommerce-cart-form__contents td.product-thumbnail a {
  text-align: center;
  display: inline-block;
  background: #f4f4f4;
  padding: 10px;
  margin: 36px 0;
  width: 168px;
}

.woocommerce-cart-form__contents td.product-remove {
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-cart-form__contents .quantity {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.woocommerce-cart-form__contents .quantity .looking.minus {
  position: absolute;
  right: 0;
  top: calc(97% + 0px);
}

.looking {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.looking:hover {
  background: #ededed;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.wc-proceed-to-checkout a:last-child {
  margin-right: 0;
}

.woocommerce-cart-form__contents td:first-child {
  padding-top: 0;
}

.product-name a {
  color: #343a40;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.coupon label {
  font-size: 14px;
  color: #808080;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}

.coupon input {
  width: 260px;
  height: 60px;
  border: 1px solid #ddd;
  padding: 0 20px;
  font-size: 14px;
}

.coupon .button-default {
  display: block;
  margin-top: 20px;
  height: 60px;
  font-size: 14px;
  line-height: normal;
}

.cart-collaterals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 47px;
  letter-spacing: .4px;
}

.cart-collaterals .shop_table {
  margin-bottom: 50px;
}

.cart_totals {
  width: 38.6%;
}

.cart_totals th, .cart_totals td {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
}

.cart_totals td {
  text-align: right;
  width: 63%;
  font-size: 20px;
}

.cart_totals tbody tr:nth-child(2) {
  border-bottom: 3px solid #000000;
  padding-bottom: 20px;
}

.cart_totals tbody tr:nth-child(2) th, .cart_totals tbody tr:nth-child(2) td {
  padding-bottom: 15px;
}

.cart_totals tbody tr:last-child th, .cart_totals tbody tr:last-child td {
  padding-top: 15px;
}

.wc-proceed-to-checkout .button-default {
  margin-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 20px;
}

.woocommerce-cart.cart-content-area {
  padding-top: 80px;
}

.woocommerce-billing-info {
  min-width: 640px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  visibility: hidden;
  background: #fff;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 1;
  max-width: 640px;
  margin: 0 auto;
  z-index: 999;
  letter-spacing: .4px;
}

.woocommerce-billing-info.open {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  z-index: 999;
  opacity: 1;
}

.woocommerce-billing-info.shown {
  visibility: visible;
  position: static;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  padding-top: 80px;
  min-width: 100%;
}

.woocommerce-cart-page-inner .woocommerce-billing-info {
  z-index: 1;
}

.woocommerce-billing-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.woocommerce-billing-footer {
  border-bottom: 5px solid #6633cc;
}

.woocommerce-billing-footer p {
  margin-bottom: 0;
  padding: 16px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

.woocommerce-billing-header {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.woocommerce-billing-header p {
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-billing-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.woocommerce-billing-list li {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  background: #e8e8e8;
  text-align: left;
  height: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 25%;
}

.woocommerce-billing-list li a {
  display: block;
  padding: 9px 35px;
}

.woocommerce-billing-list li:before {
  position: absolute;
  content: "";
  right: -6px;
  top: -10px;
  height: 80%;
  width: 28px;
  background: red;
  -webkit-transform: rotate(-45deg) skewY(45deg);
  -ms-transform: rotate(-45deg) skewY(45deg);
  transform: rotate(-45deg) skewY(45deg);
  border-left: 10px solid #fff;
  background: #e8e8e8;
}

.woocommerce-billing-list li:after {
  position: absolute;
  content: "";
  right: -6px;
  bottom: -8px;
  height: 80%;
  width: 28px;
  background: red;
  -webkit-transform: rotate(45deg) skewY(-45deg);
  -ms-transform: rotate(45deg) skewY(-45deg);
  transform: rotate(45deg) skewY(-45deg);
  border-left: 10px solid #fff;
  background: #e8e8e8;
}

.woocommerce-billing-list li:last-child:before, .woocommerce-billing-list li:last-child:after {
  display: none;
}

.woocommerce-billing-list li:last-child span {
  width: 100%;
}

.woocommerce-billing-list li:last-child a {
  padding: 9px 40px;
}

.woocommerce-billing-list li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
}

#second-step th:first-child:after, #second-step th:nth-child(2):after {
  border-left-color: #6633cc;
}

.woocommerce-billing-step-price td i {
  font-size: 16px;
}

.woocommerce-billing-step-price td:nth-child(2) {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}

.woocommerce-billing-step-price td:last-child {
  font-weight: 500;
  font-size: 20px;
  color: #4d4d4d;
}

.woocommerce-billing-step-one {
  background: #faf8ff;
  padding: 30px 30px 50px;
  text-align: center;
}

.woocommerce-billing-step-one h4 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}

.woocommerce-billing-step-one input {
  height: 40px;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 12px;
  text-transform: capitalize;
  color: #838383;
}

.woocommerce-billing-step-two h4 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce-billing-step-two input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  font-size: 12px;
  padding: 0 15px;
}

.woocommerce-billing-step-two select {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  height: 40px;
  font-size: 12px;
  padding: 0 15px;
  opacity: 0.5;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=date] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.woocommerce-billing-step-payment-bottom h4,
.woocommerce-billing-step-payment-top h4 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce-billing-step-paypal-logo {
  height: 90px;
  text-align: center;
  border: 1px solid #ddd;
  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;
}

.payment-icon {
  display: inline-block;
  float: right;
}

.woocommerce-billing-step-payment-bottom h4 {
  display: inline-block;
}

.woocommerce-billing-step-payment-bottom input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 12px;
  padding-left: 40px;
  border: 1px solid #ddd;
}

.woocommerce-billing-step-payment-bottom input[type="date"] {
  border: 1px solid #ddd;
}

.woocommerce-billing-step-payment-bottom input[type="number"] {
  border: 1px solid #ddd;
}

.woocommerce-billing-step-payment-bottom p {
  font-size: 12px;
  font-weight: 400;
}

.woocommerce-billing-step-done {
  text-align: center;
  padding: 50px 0;
  border: 1px solid #ddd;
  margin: 0px 0 30px;
  font-size: 14px;
  color: #b8b8b8;
  font-weight: 400;
}

.woocommerce-billing-step-four {
  margin: 0 30px;
}

.woocommerce-billing-step-price tbody tr:first-child td:first-child {
  text-align: right;
  padding-right: 30px;
}

.woocommerce-billing-step-price tbody tr:nth-child(2) td {
  padding-bottom: 25px;
}

.woocommerce-billing-step-price tbody tr:nth-child(2) {
  border-bottom: 1px solid #ddd;
}

.woocommerce-billing-step-price tbody tr:last-child td {
  padding: 25px 0 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce-billing-step-price tbody tr td {
  line-height: normal;
}

.im-cart-btn {
  display: inline-block;
}

.woocommerce-billing-step-two {
  padding: 40px 30px;
  text-align: center;
}

.woocommerce-billing-step-two h4 {
  text-align: left;
}

.woocommerce-billing-step-two form {
  margin-bottom: 30px;
}

.woocommerce-billing-step-three {
  padding: 40px 30px;
}

.woocommerce-billing-step-three h4 {
  text-align: left;
}

.woocommerce-billing-step-three form {
  margin-bottom: 30px;
  text-align: center;
}

.woocommerce-billing-step-btn {
  text-align: center;
  margin-top: 30px;
}

.woocommerce-billing-step-btn a {
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-billing-step-btn a.im-cart-btn-signup {
  display: block;
}

.woocommerce-billing-step-btn .button-default {
  width: 180px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.woocommerce-billing-step-btn p a {
  font-size: 12px;
  border-bottom: 1px solid #000;
}

.woocommerce-billing-step-payment-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.billing-half-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.billing-form.half {
  width: 49%;
}

.billing-form {
  position: relative;
}

.billing-form label {
  position: absolute;
  left: 20px;
  font-size: 12px;
  opacity: 0.2;
  top: 5px;
}

.billing-form.town::after, .billing-form.country::after {
  position: absolute;
  content: "\f107";
  right: 17px;
  top: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  line-height: normal;
  font-size: 14px;
}

.woocommerce-billing-step-done h4 {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce-billing-step-done p {
  margin-bottom: 0;
  line-height: normal;
}

/*--------------------------------------------------------------
  ##   responsive
  --------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-cart-form__contents td {
    text-align: right;
    padding-top: 0;
    vertical-align: middle;
  }
  .woocommerce-cart-form__contents td.product-thumbnail a {
    width: 70px;
  }
  .woocommerce-cart-form__contents td:nth-child(2) {
    width: 30%;
  }
  .product-name a {
    font-size: 13px;
  }
  .woocommerce-cart-form__contents td {
    width: 18%;
  }
  .woocommerce-cart-form__contents td:first-child {
    width: 11%;
  }
  .looking, .quantity-selector {
    width: 45px;
    height: 45px;
  }
  .looking i {
    line-height: 45px;
  }
  .woocommerce-cart-form__contents td .woocommerce-Price-amount {
    font-size: 14px;
  }
  .cart_totals {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_totals {
    width: 60%;
  }
  .woocommerce-billing-info {
    overflow-y: scroll;
    height: 400px;
  }
  .woocommerce-cart-form__contents td {
    text-align: right;
    padding-top: 0;
    vertical-align: middle;
  }
  .woocommerce-cart-form__contents td.product-thumbnail a {
    width: 70px;
  }
  .woocommerce-cart-form__contents td:nth-child(2) {
    width: 30%;
  }
  .product-name a {
    font-size: 13px;
  }
  .woocommerce-cart-form__contents td {
    width: 18%;
  }
  .woocommerce-cart-form__contents td:first-child {
    width: 11%;
  }
  .looking, .quantity-selector {
    width: 45px;
    height: 45px;
  }
  .looking i {
    line-height: 45px;
  }
  .woocommerce-cart-form__contents td .woocommerce-Price-amount {
    font-size: 14px;
  }
  .woocommerce-billing-info.shown {
    height: auto;
  }
  .woocommerce-cart .aos-all {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart-form__contents thead {
    display: none;
  }
  .woocommerce-billing-info {
    overflow-y: scroll;
    height: 400px;
    min-width: 400px;
  }
  .woocommerce-billing-list li a {
    padding: 12px 0px;
    font-size: 10px;
    padding-left: 5px;
  }
  .woocommerce-billing-list li:last-child a {
    padding: 9px 15px;
  }
  .woocommerce-cart-form__contents td {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .woocommerce-cart-form__contents td:nth-child(2) {
    width: 100%;
  }
  .woocommerce-cart-form__contents td:last-child {
    width: 100%;
  }
  .woocommerce-cart-form__contents td:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .woocommerce-cart-form__contents td:first-child:after {
    content: "Product Image";
  }
  .woocommerce-cart-form__contents td:nth-child(2):after {
    content: "Name";
  }
  .woocommerce-cart-form__contents td:nth-child(3):after {
    content: "Price";
  }
  .woocommerce-cart-form__contents td:nth-child(4):after {
    content: "Quantity";
  }
  .woocommerce-cart-form__contents td:nth-child(5):after {
    content: "Total";
  }
  .woocommerce-cart-form__contents td:nth-child(6):after {
    content: "Remove";
  }
  .woocommerce-cart-form__contents td.product-thumbnail a {
    padding: 10px;
    margin: 0;
    width: 130px;
  }
  .cart_totals {
    width: 50%;
  }
  .cart_totals td {
    width: 45%;
  }
  .wc-proceed-to-checkout .button-default {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .cart-coupon {
    width: 45%;
  }
  .coupon input {
    width: 100%;
  }
  .coupon .button-default {
    height: 50px;
    width: 100%;
  }
  .woocommerce-billing-info.shown {
    height: auto;
  }
  .woocommerce-billing-info.shown {
    padding-top: 30px;
  }
  .woocommerce-cart-form__contents td {
    background: #f2f2f2;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-right: 12px;
    padding-left: 18px;
  }
}

.woocommerce-cart-page-inner .woocommerce-billing-info.shown {
  padding-top: 50px;
}

@media only screen and (max-width: 480px) {
  .cart_totals {
    width: 100%;
  }
  .cart-coupon {
    width: 100%;
  }
  .cart-collaterals {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart_totals {
    margin-top: 50px;
  }
  .woocommerce-billing-info {
    min-width: 300px;
    height: 300px;
  }
  .woocommerce-billing-list li::before {
    right: -16px;
    border-left: 2px solid #fff;
  }
  .woocommerce-billing-list li::after {
    right: -16px;
    border-left: 2px solid #fff;
  }
  .woocommerce-billing-list li a {
    font-size: 9px;
    padding-left: 7px;
  }
  .woocommerce-billing-info.shown {
    height: auto;
  }
  .woocommerce-billing-step-price tbody tr:first-child td:first-child {
    padding-right: 14px;
    width: 49px;
    font-size: 14px;
  }
  .woocommerce-billing-step-price td i {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
  ##  Error banner
  --------------------------------------------------------------*/
.error-page.padding-1-1 {
  background: #FAF9FE;
}
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 92px;
  color: #333;
  margin-bottom: 40px;
  text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}
.error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}
.error-body a.btn.btn-primary.solid.blank {
  margin-top: 30px;
}

.error-content a {
  display: inline-block;
}
.error-page.padding-1-1.padding-bottom-none {
  padding-bottom: 0px;
}
/*--------------------------------------------------------------
  ##   responsive
  --------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-content {
    padding: 0 50px;
  }
  .error-banner {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .error-content {
    padding: 0;
  }
  .error-content h4 {
    font-size: 25px;
  }
  .error-banner {
    padding-bottom: 20px;
  }
}

/*--------------------------------------------------------------
  ##  coming soon
  --------------------------------------------------------------*/
.coming-soon-banner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}

.coming-soon-content:after {
  position: absolute;
  content: "";
  left: -52px;
  top: 0;
  width: calc( 50% - 1140px/2 + 67.3px);
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}

.coming-soon-content:before {
  top: 0;
  left: -30px;
  width: calc( 50% - 1140px/2 + 45px);
  position: absolute;
  content: "";
  background: #000000;
  height: 60px;
  z-index: -1;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}

.coming-soon-wrapper {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 535px;
}

.coming-soon-wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  z-index: -1;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}

.coming-soon-wrapper:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 93%;
  height: 60px;
  content: "";
  z-index: -1;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}

.coming-soon-wrapper h4 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.5px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 0;
}

.coming-soon-wrapper .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 25px;
}

.coming-soon-wrapper .CountdownContent {
  font-size: 70px;
  font-weight: 600;
  margin-right: 40px;
  line-height: 70px;
}

.coming-soon-wrapper .CountdownLabel {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: normal;
  font-weight: 600;
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  min-width: 90px;
  margin-top: 5px;
}

.coming-soon-home-logo {
  padding-top: 30px;
  padding-left: 30px;
}
.blog-detail .blog-post-grid {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
  ##   responsive
  --------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coming-soon-content::after {
    width: calc( 50% - 960px/2 + 67.3px);
  }
  .coming-soon-content::before {
    width: calc( 50% - 960px/2 + 45px);
  }
  .coming-soon-content {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-content::after {
    width: calc( 50% - 720px/2 + 67.3px);
  }
  .coming-soon-content::before {
    width: calc( 50% - 720px/2 + 45px);
  }
  .coming-soon-content {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon-content::before {
    width: calc( 50% - 540px/2 + 45px);
  }
  .coming-soon-content::after {
    width: calc( 50% - 539px/2 + 67.3px);
  }
  .coming-soon-content {
    margin-bottom: 50px;
  }
  .coming-soon-wrapper .CountdownContent {
    font-size: 50px;
    margin-right: 20px;
  }
  .coming-soon-wrapper {
    min-width: 463px;
  }
  .coming-soon-wrapper::after {
    width: 92%;
  }
}

@media only screen and (max-width: 576px) {
  .coming-soon-content::before,
  .coming-soon-content::after {
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .coming-soon-wrapper::before,
  .coming-soon-wrapper::after {
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .coming-soon-wrapper .CountdownLabel {
    font-size: 10px;
    padding: 0 5px;
    min-width: auto;
  }
  .coming-soon-wrapper .CountdownContent {
    font-size: 30px;
    margin-right: 10px;
  }
  .coming-soon-wrapper {
    min-width: 100%;
  }
  .coming-soon-wrapper::after {
    width: 100%;
  }
  .coming-soon-wrapper {
    padding-left: 20px;
  }
}

/*--------------------------------------------------------------
  ##  Terms
  --------------------------------------------------------------*/
.privacy_area {
  padding: 72px 0 0;
}

.section_title_four {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  margin-bottom: 33px;
}

.section_title_four h4 {
  letter-spacing: 3.5px;
}

.privacy_area_content {
  color: #8e8f8f;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.7px;
}

.privacy_area_content span {
  display: block;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 400;
}

.privacy_area_content p {
  color: #343a40;
}

.privacy_collection h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.privacy_collection p {
  margin-bottom: 0;
  margin-bottom: 90px;
}

.type_of_data h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 35px;
  letter-spacing: normal;
}

.type_of_data h4 {
  font-size: 20px;
  color: #464646;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #464646;
  display: inline-block;
  margin-bottom: 30px;
}

.personal_data ul {
  margin-bottom: 35px;
}

.personal_data ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  color: #454545;
}

.personal_data ul li:before {
  width: 5px;
  height: 5px;
  background: #454545;
  content: "";
  left: -15px;
  top: 13px;
  position: absolute;
  border-radius: 50%;
}

.example_of_cookies ul {
  margin-bottom: 20px;
}

.example_of_cookies ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #343a40;
}

.example_of_cookies p {
  margin-bottom: 0;
}

.example_of_cookies p span {
  color: #343a40;
  font-weight: 300;
  margin-bottom: 31px;
}

.privacy_area .section_title_four h2 {
  padding: 0;
  text-transform: uppercase;
}

.privacy_area_desc > p {
  margin-bottom: 30px;
}

.privacy_collection {
  margin-bottom: 90px;
}

.type_of_data h3 {
  letter-spacing: 0.4px;
}

.personal_data p {
  margin-bottom: 30px;
}

.personal_data ul {
  margin-left: 31px;
}

.usage_data p {
  margin-bottom: 30px;
}

.example_of_cookies ul {
  margin-left: 18px;
  margin-bottom: 30px;
}

.example_of_cookies h4 {
  margin-bottom: 32px;
}

/*--------------------------------------------------------------
  ##  Contact page section
  --------------------------------------------------------------*/
.contact-map-area {
  padding: 80px 0 87px;
  position: relative;
  overflow: hidden;
}

.gmap3-area.another {
  border: 10px solid #6633cc;
  height: 520px;
}

.contact-page-section .video-background-inner {
  padding: 130px 0;
}

.single-address-desc-all {
  position: relative;
  z-index: 3;
}

.single-address-desc {
  padding: 0 50px;
}

.single-address-desc i {
  font-size: 44px;
  margin-bottom: 20px;
}

.single-address-desc h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.single-address-desc h4:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -2px;
  width: 30px;
  height: 6px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .5;
}

.single-address-desc p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-bottom: 0;
  line-height: 25px;
  letter-spacing: 1px;
}

.single-address-desc a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 25px;
}

.contact-map-area .shape.shape-triple {
  top: 75%;
  left: 0;
}

.contact-map-area .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.contact-map-area .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.contact-map-area .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.contact-map-area .shape-double li:last-child {
  right: 85px;
  bottom: 92px;
}

.contact-map-area .shape-double li:last-child svg {
  width: 111px;
  height: 111px;
}

/*--------------------------------------------------------------
  ##   responsive
  --------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-address-desc {
    padding: 0;
  }
  .contact-page-section .video-background-inner {
    padding: 80px 0 88px;
  }
}

@media only screen and (max-width: 767px) {
  .single-address-desc {
    margin-bottom: 50px;
    padding: 0 68px;
  }
  .contact-page-section .video-background-inner {
    padding: 80px 0 35px;
  }
}

@media only screen and (max-width: 480px) {
  .single-address-desc {
    padding: 0 15px;
  }
}

/*--------------------------------------------------------------
  ##  The topic
  --------------------------------------------------------------*/
.tab-section {
  position: relative;
  overflow: hidden;
}

.tab-section .shape.shape-triple {
  top: 75%;
  left: 0;
}

.tab-section .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.tab-section .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.tab-section .shape.shape-double {
  left: calc(100% - 110px);
  top: 47%;
}

.tab-section .shape-double li:last-child {
  right: 42px;
  bottom: 196px;
}

.tab-section .shape-double li:last-child svg {
  width: 80px;
  height: 80px;
}

.tab-section .section-title-boxed {
  left: 59px;
  padding: 10px 17px;
}

.tab-section .shape.shape-double li:last-child svg .bg-shape {
  stroke-width: 8px;
  opacity: 0.2;
}

.topic-tab-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.tab-content-topic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.topic-tab-button .nav-tabs .nav-item {
  display: block;
  width: 100%;
}

.topic-tab-button .nav-tabs .nav-item .nav-link {
  font-size: 30px;
  font-weight: 800;
  padding: 7px 10px;
}

.topic-tab-button .nav-item a {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.topic-tab-button .nav-item a:after {
  content: '';
  position: absolute;
  left: -41px;
  top: 6px;
  width: 1px;
  height: 35px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.topic-tab-button .nav-tabs .nav-item .nav-link:hover {
  color: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin: 0;
}

.topic-tab-button .nav-item a.active::after {
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  left: -41px;
  width: 35px;
}

.tab-section-inner {
  margin: 0;
  padding: 60px 40px 95px;
  position: relative;
}

.tab-content-topic .topic-tab-image {
  position: relative;
  max-width: 500px;
}

.tab-content-topic .topic-tab-image:after {
  content: '';
  position: absolute;
  right: -224px;
  top: 190px;
  height: 6px;
  width: 100%;
  z-index: -1;
  background: #efeafa;
}

.tab-content-topic .topic-tab-image img {
  border-bottom: 6px solid #cc3366;
  float: left;
}

.tab-content-topic .topic-tab-text {
  position: absolute;
  width: 420px;
  height: 210px;
  padding: 28px 35px 30px 36px;
  overflow: hidden;
  bottom: 0;
  right: 0;
}

.tab-content-topic .topic-tab-text p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #563f84;
}

.topic-content-inner {
  overflow: hidden;
  padding-left: 23px;
}

/* Responsive for tab area //  Topic area  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .topic-tab-button .nav-tabs .nav-item .nav-link {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topic-tab-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tab-content-topic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .topic-tab-button .nav-tabs .nav-item .nav-link {
    font-size: 25px;
    font-weight: 600;
    padding: 5px 10px;
  }
  .topic-tab-button .nav-tabs {
    margin-bottom: 35px;
  }
  .topic-content-inner {
    padding-left: 10px;
  }
  .tab-content-topic .topic-tab-text {
    padding: 12px 35px 30px 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .topic-tab-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tab-content-topic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .topic-tab-button .nav-tabs .nav-item .nav-link {
    font-size: 25px;
    font-weight: 600;
    padding: 5px 10px;
  }
  .topic-tab-button .nav-tabs {
    margin-bottom: 35px;
  }
  .topic-content-inner {
    padding-left: 10px;
  }
  .tab-content-topic .topic-tab-text {
    padding: 20px 20px 20px 20px;
    position: relative;
    height: auto;
  }
  .tab-section-inner {
    padding: 35px 30px 0;
  }
  .tab-section-inner, .schedule-one-inner {
    border: 5px solid #6633cc;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .tab-content-topic .topic-tab-text {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    padding-left: 0;
  }
  .topic-content-inner {
    padding-left: 0;
  }
  .tab-section-inner {
    padding: 25px 20px 0px;
  }
  /* Title one  */
  .section-title-boxed h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 28px;
  }
  .section-title-boxed {
    padding: 6px 16px;
    left: 33px;
  }
  .topic-tab-button .nav-item a::after {
    left: -31px;
    top: 3px;
    height: 26px;
  }
  .topic-tab-button .nav-item a.active::after {
    width: 29px;
    left: -31px;
  }
  .tab-content-topic .topic-tab-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
  }
  .topic-tab-button .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    padding: 0px 6px;
  }
}

/*--------------------------------------------------------------
  ##  Speaker one
  --------------------------------------------------------------*/
.speaker-one {
  overflow: hidden;
  position: relative;
}

.speaker-one .section-title {
  margin-top: 100px;
}

.speaker-one .schedule-one-inner {
  margin-top: 40px;
}

.speaker-one .shape.shape-triple {
  top: 53%;
  left: 0;
}

.speaker-one .shape.shape-triple.right-shape {
  top: 71%;
  left: 89%;
}

.speaker-one .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.speaker-one .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.speaker-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.speaker-box .speaker-info {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.speaker-box > .top-svg {
  stroke: #ebebeb;
  stroke-width: 10px;
  fill: rgba(102, 52, 204, 0);
  z-index: 5;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.speaker-box > .top-svg .st0 {
  vector-effect: non-scaling-stroke;
}

.speaker-box .speaker-info h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 0;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.speaker-box .speaker-info span {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.7px;
}

.speaker-box:hover .speaker-info {
  top: 70%;
  opacity: 1;
}

.speaker-box .speaker-img {
  position: absolute;
  left: 7px;
  top: 7px;
  overflow: hidden;
  height: 198px;
  width: 225px;
}

.speaker-box .speaker-img > svg {
  fill: #fff;
  position: absolute;
  left: -3px;
  top: -4px;
  height: 105%;
  stroke: transparent;
}

.speaker-one-inner ul li {
  width: 240px;
  height: 211px;
  position: relative;
}

.speaker-one-inner ul {
  margin: 0;
  position: relative;
  right: -120px;
}

.wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

.speaker-one-inner ul li:first-child {
  width: 352px;
  position: absolute;
  left: 182px;
  top: 56px;
  z-index: 1;
  height: 311px;
}

.speaker-one-inner ul li:last-child {
  width: 197px;
  position: absolute;
  bottom: 127px;
  left: -140px;
  z-index: 0;
  height: 170px;
}

.speaker-img img {
  -webkit-clip-path: polygon(26% 0, 74% 0, 100% 44%, 69% 100%, 28% 94%, 0 46%);
  clip-path: polygon(26% 0, 74% 0, 100% 44%, 69% 100%, 28% 94%, 0 46%);
}

.speaker-one-inner ul li:first-child .speaker-img img {
  -webkit-clip-path: polygon(26% 0, 74% 0, 100% 44%, 69% 100%, 28% 94%, 0 46%);
  clip-path: polygon(26% 0, 74% 0, 100% 44%, 69% 100%, 28% 94%, 0 46%);
}

.speaker-one-inner ul li:first-child .speaker-box .speaker-img {
  height: 287px;
  width: 331px;
  left: 11px;
  top: 10px;
}

.speaker-one-inner ul li:last-child .speaker-box .speaker-img {
  left: 6px;
  top: 6px;
  height: 161px;
  width: 183px;
}

.speaker-box:hover .top-svg {
  fill: rgba(102, 52, 204, 0.85);
  stroke: #6633cc;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.speaker-one-inner li:nth-child(1) .speaker-small {
  z-index: 9;
  position: absolute;
  right: 45px;
  top: -45px;
  stroke-width: 23px;
  width: 60px;
  left: 26px;
  -webkit-animation: color_change3 9s linear infinite;
  animation: color_change3 9s linear infinite;
}

.speaker-one-inner li:nth-child(2) .speaker-small {
  z-index: 9;
  position: absolute;
  bottom: -26px;
  stroke-width: 23px;
  width: 60px;
  left: -6px;
  -webkit-animation: color_change2 9s linear infinite;
  animation: color_change2 9s linear infinite;
}

.speaker-one-inner li:nth-child(3) .speaker-small {
  z-index: 9;
  position: absolute;
  bottom: -26px;
  stroke-width: 23px;
  width: 60px;
  right: -6px;
  -webkit-animation: color_change 9s linear infinite;
  animation: color_change 9s linear infinite;
}

@-webkit-keyframes color_change {
  0% {
    stroke: #00cc33;
  }
  23% {
    stroke: #00cc33;
  }
  62% {
    stroke: #ff9933;
  }
  90% {
    stroke: #3399cc;
  }
  100% {
    stroke: #00cc33;
  }
}

@keyframes color_change {
  0% {
    stroke: #00cc33;
  }
  23% {
    stroke: #00cc33;
  }
  62% {
    stroke: #ff9933;
  }
  90% {
    stroke: #3399cc;
  }
  100% {
    stroke: #00cc33;
  }
}

@-webkit-keyframes color_change2 {
  0% {
    stroke: #ff9933;
  }
  23% {
    stroke: #ff9933;
  }
  62% {
    stroke: #cc3366;
  }
  90% {
    stroke: #3399cc;
  }
  100% {
    stroke: #ff9933;
  }
}

@keyframes color_change2 {
  0% {
    stroke: #ff9933;
  }
  23% {
    stroke: #ff9933;
  }
  62% {
    stroke: #cc3366;
  }
  90% {
    stroke: #3399cc;
  }
  100% {
    stroke: #ff9933;
  }
}

@-webkit-keyframes color_change3 {
  0% {
    stroke: #6633cc;
  }
  23% {
    stroke: #6633cc;
  }
  62% {
    stroke: #cc3366;
  }
  90% {
    stroke: #ff9933;
  }
  100% {
    stroke: #6633cc;
  }
}

@keyframes color_change3 {
  0% {
    stroke: #6633cc;
  }
  23% {
    stroke: #6633cc;
  }
  62% {
    stroke: #cc3366;
  }
  90% {
    stroke: #ff9933;
  }
  100% {
    stroke: #6633cc;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .speaker-one-inner ul li:first-child .speaker-box .speaker-img {
    height: 145px;
    width: 173px;
    left: 6px;
  }
  .speaker-one-inner ul li:first-child {
    top: 118px;
    left: 224px;
    width: 186px;
    height: 128px;
  }
  .speaker-box .speaker-img {
    height: 181px;
    width: 206px;
  }
  .speaker-one-inner ul li {
    width: 221px;
    height: 200px;
    left: 49px;
  }
  .speaker-one-inner ul li:last-child {
    bottom: 121px;
    left: -101px;
  }
  .speaker-one-inner li:nth-child(1) .speaker-small {
    top: -54px;
    left: 38px;
  }
  .speaker-one-inner li:nth-child(2) .speaker-small {
    bottom: -23px;
  }
  .speaker-one-inner li:nth-child(3) .speaker-small {
    bottom: -24px;
  }
  .speaker-box > .top-svg {
    stroke-width: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speaker-one-inner ul li:first-child .speaker-box .speaker-img {
    height: 190px;
    width: 213px;
    left: 10px;
  }
  .speaker-one-inner ul li:first-child {
    top: 95px;
    left: 151px;
    width: 233px;
    height: 205px;
  }
  .speaker-box .speaker-img {
    height: 181px;
    width: 207px;
  }
  .speaker-one-inner ul li {
    width: 221px;
    height: 200px;
    left: -25px;
  }
  .speaker-one-inner ul li:last-child {
    bottom: 399px;
    left: 341px;
  }
  .speaker-one-inner li:nth-child(1) .speaker-small {
    top: -61px;
    left: 38px;
  }
  .speaker-one-inner li:nth-child(2) .speaker-small {
    bottom: -23px;
    left: -10px;
  }
  .speaker-one-inner li:nth-child(3) .speaker-small {
    bottom: 42px;
    right: -50px;
  }
  .speaker-one-inner ul li:nth-child(4) {
    left: 339px;
    top: -199px;
  }
  .speaker-one-inner ul li:last-child {
    width: 221px;
    height: 200px;
  }
  .speaker-one-inner ul li:last-child .speaker-box .speaker-img {
    height: 182px;
    width: 206px;
  }
  .speaker-one .section-title {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .speaker-one {
    padding-top: 0;
    padding-bottom: 140px;
  }
  .speaker-one .section-title {
    margin-top: 0px;
  }
  .speaker-one {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .speaker-one-inner ul li:first-child {
    width: 286px;
    height: 271px;
  }
  .speaker-one-inner ul li:first-child .speaker-box .speaker-img {
    height: 198px;
    width: 228px;
    left: 9px;
  }
  .speaker-one-inner ul li:first-child {
    width: 246px;
    left: 184px;
    top: 102px;
    height: 271px;
  }
  .speaker-one-inner {
    margin-top: 88px;
    margin-left: 30px;
  }
  .speaker-one-inner li:nth-child(1) .speaker-small {
    top: -57px;
    left: 43px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .speaker-one-inner ul li:first-child {
    left: 50%;
    top: 0;
    height: 210px;
    position: relative;
    width: 240px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .speaker-one-inner {
    margin-top: 30px;
    margin-left: 0;
  }
  .speaker-one-inner ul {
    right: 0;
  }
  .speaker-one-inner ul li:first-child .speaker-box .speaker-img {
    height: 196px;
    width: 225px;
    left: 7px;
    top: 7px;
  }
  .speaker-one-inner ul li:last-child {
    position: relative;
    bottom: 0;
    left: 50%;
    height: 210px;
    width: 240px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .speaker-one-inner ul li:last-child .speaker-box .speaker-img {
    left: 6px;
    top: 6px;
    height: 198px;
    width: 223px;
  }
  .speaker-one-inner li:nth-child(1) .speaker-small {
    top: 184px;
    left: 185px;
  }
  .speaker-one-inner ul li {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .speaker-one {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@supports (-ms-ime-align: auto) {
  .speaker-box > .top-svg {
    display: none;
  }
  .speaker-box .speaker-img {
    border-radius: 50%;
  }
}

/*--------------------------------------------------------------
  ##  Schedule one
  --------------------------------------------------------------*/
.schedule-one-inner {
  overflow: hidden;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 180px;
  z-index: 9;
  position: relative;
}

.schedule-date .nav-tabs .nav-link {
  width: 33.33%;
  border-radius: 0;
  border: none;
  border-right: 10px solid #6633cc;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 24px 0;
  position: relative;
  letter-spacing: .5px;
}

.schedule-date .nav-tabs .nav-link:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #6633cc;
  margin-left: -10px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.schedule-date .nav-tabs .nav-item {
  margin-bottom: 0;
  color: #c7c3ce;
}

.schedule-date .nav-tabs .nav-link.active {
  color: #00cc33;
  background: #5322b4;
  text-decoration: underline;
}

.schedule-date .nav-tabs .nav-link.active:after {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  top: -1px;
}

.schedule-one .schedule-date .nav-tabs .nav-link.active, .schedule-two .schedule-date .nav-tabs .nav-link.active {
  color: #fff;
}

.schedule-date .nav-tabs {
  border-bottom: 10px solid #6633cc;
  margin-right: -1px;
}
.schedule-details-page .schedule-date .nav-tabs {
  border: 10px solid #6633cc;
  margin-right: -1px;
}
.schedule-date .nav-tabs .nav-link:last-child {
  border-right: none;
}

.schedule-session .nav-tabs .nav-link {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  width: 25%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #c7c3ce;
  letter-spacing: 2px;
  font-weight: 500;
}

.schedule-session .nav-tabs .nav-link.active {
  color: #00cc33;
  background: rgba(0, 0, 0, 0.9);
}

.schedule-details-page .schedule-session .nav-tabs .nav-link.active {
  color: #000000;
}

.schedule-one .view-more a {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 800;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.schedule-one .view-more a:hover {
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.schedule-image {
  position: relative;
  width: 177px;
  text-align: left;
  float: left;
  margin-right: 2px;
  height: 137px;
  overflow: hidden;
}

.schedule-speaker-title {
  position: absolute;
  left: 0px;
  bottom: -3px;
  background: rgba(206, 45, 101, 0.95);
  width: 100%;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 4px;
  letter-spacing: 0.4px;
}

.schedule-speaker-title h6 {
  margin: 0;
  line-height: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.schedule-speaker-title span {
  font-size: 13px;
  line-height: normal;
}

.schedule-info {
  background: #fff;
  width: calc(100% - 180px);
  float: left;
  padding: 24px 40px;
  font-weight: normal;
  line-height: 24px;
  position: relative;
}

.schedule-info h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Rubik", sans-serif;
}

.schedule-info{
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .7px;
  line-height: 26px;
  color: #4e4e4e;
  min-height:137px;
  padding-right: 100px;
}

.schedule-info .schedule-share {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-left: 30px;
  margin-top: 7px;
  display: inline-block;
  margin-top: 9px;
  position: relative;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  display: none;
  letter-spacing: .8px;
}

.schedule-info .schedule-share:after {
  content: '';
  position: absolute;
  left: 22px;
  top: 2px;
  width: 1px;
  height: 24px;
  opacity: 0.3;
  letter-spacing: 1.5px;
}

.schedule-info .schedule-share i.fa-reply {
  margin-right: 17px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  font-size: 13px;
}

.schedule-info span {
  margin-left: 0px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.time-schedule-box {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .8px;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.time-schedule-box div {
  padding: 10px 20px;
}

.time-schedule-box .start-end-time, .time-schedule-box .level {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.time-schedule-box .level {
  border-left: 0px solid #ebebeb;
}

.start-end-time b {
  color: #000;
}

.time-schedule-box .level b {
  color: #000;
}

.single-schedule-content {
  overflow: hidden;
  margin: 2px 0;
}

.schedule-content {
  background: transparent;
  max-height: 430px;
  margin-bottom: 30px;
}

.schedule-content .simplebar-content {
  padding: 30px;
}

.schedule-one {
  padding-bottom: 90px;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-overlay {
  position: relative;
  z-index: 1;
}

.background-overlay:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #270569;
  opacity: .8;
  z-index: -1;
}

.nicescroll-cursors {
  border-color: #6633cc !important;
  background: #6633cc !important;
  margin-right: 5px;
}

.hexagon-box-schedule {
  position: absolute;
  width: 420px;
  height: 370px;
  left: -28px;
  top: 56px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hexagon-box-schedule ul li {
  display: inline-block;
  position: absolute;
}

.hexagon-box-schedule ul li:nth-child(3) {
  right: -94px;
  top: 405px;
  opacity: 1;
  visibility: visible;
}

.hexagon-box-schedule ul li:nth-child(1) {
  top: 221px;
  right: -95px;
  opacity: .4;
  visibility: visible;
}

.hexagon-box-schedule ul li:nth-child(2) {
  top: 130px;
  right: 63px;
  opacity: .3;
  visibility: visible;
}

.hexagon-box-schedule ul li:nth-child(4) {
  top: 313px;
  right: 63px;
  opacity: 1;
  visibility: visible;
}

.hexagon-box-schedule ul li:nth-child(5) {
  top: 274px;
  right: 222px;
  opacity: .4;
  visibility: visible;
}

.hexagon-box-schedule .hexagon.one {
  width: 206px;
  height: 206px;
}

.hexagon-box-schedule .hexagon.three {
  width: 100px;
  height: 100px;
}

.view-more {
  text-align: center;
}

.view-more .button-default {
  float: none;
  margin-top: 45px;
  display: inline-block;
}

.schedule-one .view-more, .schedule-two .view-more {
  margin-top: 30px;
}

.schedule-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px 9px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.single-schedule-content:hover .schedule-btn {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.schedule-details {
  height: 50px;
  opacity: 1;
  overflow: hidden;
}

.schedule-info.active .schedule-details {
  height: auto;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.schedule-info.active .time-schedule-box {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top:15px;
}

.schedule-info.active .schedule-share {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  padding-top:15px;
}

.schedule-btn i {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.schedule-btn.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.schedule-speaker-title span {
  color: #c1b5da;
  letter-spacing: .5px;
}

.simplebar-track:hover .simplebar-scrollbar::before, .simplebar-track .simplebar-scrollbar.visible::before {
  opacity: 0.8;
}

.schedule-details-page .schedule-date .nav-tabs .nav-link.active {
  color: #6633cc;
  background: #fff;
}
.schedule-details-page .schedule-detail-inner .schedule-session {
  background: #6633cc;
}
.schedule-details-page .schedule-date .nav-tabs .nav-item {
  color: #cc3366;
}
.schedule-details-page .schedule-info {
  background: #f7f7f7;
}
.schedule-details-page .schedule-detail-inner .schedule-session .nav-tabs .nav-link.active {
  background: #261940;
}
.schedule-detail-inner.schedule-one-inner .schedule-session {
  border-top: none;
  background: #3c1688;
}
.schedule-two.schedule-page {
  padding-top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-info {
    padding: 25px 15px;
  }
  .previlege-one .previlege-slider .slick-arrow {
    left: -298px;
  }
  .previlege-one .previlege-slider .PrevArrow {
    left: -338px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .schedule-info {
    padding: 25px 30px;
  }
  .time-schedule-box div {
    padding: 5px 5px;
  }
  .time-schedule-box {
    font-size: 12px;
  }
  .schedule-info a {
    margin-left: 5px;
  }
  .schedule-image {
    width: 150px;
    height: 150px;
  }
  .schedule-info {
    width: calc(100% - 153px);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .schedule-date .nav-tabs .nav-link {
    font-size: 14px;
    padding: 7px 0;
  }
  .schedule-info {
    width: 100%;
    padding: 25px 25px;
    margin-top: 6px;
  }
  .time-schedule-box div {
    padding: 5px 5px;
  }
  .time-schedule-box {
    font-size: 12px;
  }
  .schedule-session .nav-tabs .nav-link {
    padding: 5px 17px;
  }
  .schedule-one-inner {
    margin-top: 100px;
  }
  .schedule-image {
    display: none;
  }
  .schedule-btn {
    background: transparent;
    padding: 0 6px;
  }
  .single-schedule-content:hover .schedule-btn {
    background: transparent !important;
  }
  .schedule-btn {
    color: #00cc33 !important;
    right: 5px;
    top: 5px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .schedule-date .nav-tabs .nav-link:last-child {
    border-bottom: none;
  }
  .schedule-date .nav-tabs .nav-link {
    border-right: none;
    font-size: 15px;
    padding: 17px 2px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: 10px solid #6633cc;
    width: 100%;
    color: #c7c3ce;
  }
  .schedule-info {
    width: 100%;
    padding: 15px;
    margin-top: 5px;
  }
  .time-schedule-box div {
    padding: 5px 5px;
  }
  .time-schedule-box {
    font-size: 12px;
  }
  .schedule-session .nav-tabs .nav-link {
    padding: 9px 1px;
    width: 50%;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    color: #c7c3ce;
  }
  .schedule-content .simplebar-content {
    padding: 15px;
  }
  .schedule-one-inner {
    margin-top: 80px;
  }
  .schedule-image {
    display: none;
  }
  .schedule-info h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
  }
  .schedule-info p {
    font-weight: 400;
    font-size: 15px;
    padding-right: 0;
  }
  .schedule-btn {
    background: transparent;
    padding: 0 6px;
  }
  .single-schedule-content:hover .schedule-btn {
    background: transparent !important;
  }
  .schedule-btn {
    color: #00cc33 !important;
  }
  .schedule-date .nav-tabs .nav-link::after {
    display: none;
  }
  .schedule-info.active .time-schedule-box {
    display: inline-block;
  }
  .time-schedule-box div {
    padding-right: 40px;
    padding-left: 15px;
  }
  .time-schedule-box .level {
    border-left: 1px solid #ebebeb;
    border-top: none;
  }
}

@media (min-width: 320px) and (max-width: 1199px) {
  .net-one {
    display: none;
  }
  .schedule-date .nav-tabs .nav-link::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #6633cc;
  }
}

/*--------------------------------------------------------------
  ##  Schedule two css
  --------------------------------------------------------------*/
.dark-bg {
  background: #29174d;
}

.schedule-one-inner.dark-bg {
  margin-top: 0;
}

.section-title.with-bg {
  padding-top: 185px;
  margin-top: 90px;
  background-size: 94%;
  background-repeat: no-repeat;
  background-position: 48px 0;
}

.schedule-two {
  position: relative;
  overflow: hidden;
}

.schedule-two .section-title h2 {
  margin-bottom: 85px;
}

.schedule-two .shape.shape-double {
  left: calc(100% - 200px);
  top: 5%;
}
.schedule-two.style-2 .section-title.with-bg {
  height: auto;
  margin-top: 0;
}
.schedule-two .shape.shape-triple {
  top: 75%;
  left: 0;
}

.schedule-two .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.schedule-two .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.post-btn-wish a.post_btn {
  color: #6342a7;
}

.blog-section .post-btn-wish {
  left: 33px;
}
.eventos-main-blog .blog-post-grid .post-btn-wish{
  margin-top:25px;
}
.net-one {
  position: absolute;
  width: auto;
  left: -10px;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.net-one .st0 {
  stroke-width: 1;
  stroke: #27226c;
}

.hexagon-bottom-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hexagon-box-schedule.bottom-right {
  position: absolute;
  height: 370px;
  left: 79%;
  top: 55%;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(0deg);
}

.hexagon-bottom-wrapper .hexagon::before {
  background: -o-linear-gradient(bottom, #fff 0%, #fff 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background: linear-gradient(to top, #fff 0%, #fff 100%);
  opacity: .10;
}

.hexagon-bottom-wrapper .hexagon-box-schedule.bottom-right ul li {
  opacity: 1;
}

.schedule-social-icon {
  position: absolute;
  top: 0px;
  width: 240px;
  left: 65px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  opacity: 0;
  visibility: hidden;
  margin-top:15px;
}

.schedule-social-icon ul {
  float: right;
  margin: 0;
  padding: 0;
}

.schedule-social-icon ul li {
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.schedule-social-icon ul li a {
  font-size: 14px;
}

.schedule-social-icon ul li a:hover {
  color: #000;
}

.schedule-share:hover span {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  margin-left: -62px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.schedule-share:hover .schedule-social-icon {
  left: -55px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}

.schedule-share:hover .schedule-social-icon li {
  margin-right: 15px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.schedule-two .view-more a {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 800;
  text-decoration: underline;
  margin-top: 0;
  -webkit-transition: all 0.3s ;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.schedule-two .view-more a :hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#eventos-shedule-btn {
  padding: 25px 35px;
  text-align: left;
}
#eventos-shedule-btn .fa.fa-download {
  font-size: 38px;
  margin-top: 11px;
}


@media (min-width: 768px) and (max-width: 991px) {
  .section-title.with-bg {
    height: auto;
    padding-top: 135px;
    margin-bottom: 60px;
    margin-top: 140px;
  }
  .schedule-two .load-more {
    margin-top: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-title.with-bg {
    height: 170px;
    padding-top: 90px;
    margin-top: 15px;
    background-size: 86%;
  }
  .schedule-two .section-title h2 {
    margin-bottom: 60px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .section-title.with-bg {
    height: auto;
    padding-top: 24px;
    margin-top: -40px;
    background-size: 86%;
    background: none;
    margin-bottom: 40px;
  }
  .schedule-two .load-more {
    text-align: center;
    margin-top: 50px;
  }
  .hexagon-box-schedule {
    display: none;
  }
  .hexagon-bottom-wrapper {
    display: none;
  }
  .schedule-one .view-more, .schedule-two .view-more {
    margin-top: 40px;
  }
  .schedule-btn {
    top: -7px;
    right: 1px;
  }
  .schedule-btn i {
    font-size: 12px;
  }
  .schedule-two .section-title h2 {
    margin-bottom: 60px;
  }
}

/*--------------------------------------------------------------
  ##  Seatbook
  --------------------------------------------------------------*/
.seatbook-one {
  position: relative;
  overflow: hidden;
}

.seatbook-one .shape.shape-triple {
  top: 75%;
  left: 0;
}

.seatbook-one .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.seatbook-one .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.seatbook-one .shape.shape-double {
  left: calc(100% - 110px);
  top: 47%;
}

.seatbook-one .shape-double li:last-child {
  right: 17px;
  bottom: 192px;
}

.seatbook-one .shape-double li:last-child svg {
  width: 60px;
  height: 60px;
}

.seatbook-one .shape.shape-double li:last-child svg .bg-shape {
  stroke-width: 8px;
  opacity: 0.1;
}

.image-disign-one {
  position: relative;
  margin-left: 40px;
}

.image-disign-one:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  height: 465px;
  width: 58px;
  background: #00cc33;
  z-index: -1;
}

.image-disign-one:before {
  content: '';
  position: absolute;
  right: -221px;
  top: 64px;
  height: 330px;
  width: 393px;
  background-image: url(../../media/images/base/hexline-green.gif);
  z-index: -1;
  background-repeat: no-repeat;
}

.hex-image {
  width: 306px;
  fill: transparent;
  stroke-width: 9px;
  stroke: #00cc33;
  opacity: 0.5;
  position: absolute;
  left: -61px;
  top: 37px;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.seatbook-one .hexagon-box-schedule ul li {
  opacity: .4;
}

/*--------------------------------------------------------------
  ##   responsive
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 55px;
  }
  .image-disign-one::before {
    display: none;
  }
  .image-disign-one {
    margin: 0 20px;
  }
  .image-disign-one::after {
    right: -11px;
    top: 0;
    height: 324px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .image-disign-one {
    margin-left: 0;
    margin-top: 82px;
  }
  .image-disign-one::before {
    display: none;
  }
  .image-disign-one::after {
    right: 79px;
    height: 390px;
  }
  .seatbook-one-hex .hexagon-box-schedule {
    display: none;
  }
  .seatbook-one-hex {
    padding: 50px 0 180px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .image-disign-one::before {
    display: none;
  }
  .image-disign-one {
    margin-left: 0;
    margin-top: 0;
  }
  .image-disign-one::after {
    display: none;
  }
  .section-title h2 {
    font-size: 55px;
  }
  .seatbook-two .section-title.mt-50 {
    margin-top: 50px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .image-box .hex-image {
    display: none;
  }
  .section-link {
    font-size: 20px;
  }
  .seatbook-one-hex .image-box .image-disign-one {
    margin-top: 50px;
  }
  .seatbook-two .section-title.mt-50 {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
  ##  Seat book two
  --------------------------------------------------------------*/
.seatbook-two .image-disign-one::before {
  display: none;
}

.seatbook-two .image-disign-one::after {
  right: 0px;
}

.seatbook-two .hex-image {
  stroke: #ff9933;
}

.seatbook-two .image-disign-one {
  margin-left: 5px;
  margin-right: 30px;
}

.seatbook-two {
  padding-top: 100px;
  position: relative;
}

.seatbook-two {
  position: relative;
  overflow: hidden;
}

.seatbook-two .shape.shape-triple {
  top: 75%;
  left: 0;
}

.seatbook-two .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.seatbook-two .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.seatbook-two .shape.shape-double {
  left: calc(100% - 110px);
  top: 47%;
}

.seatbook-two .shape-double li:last-child {
  right: 17px;
  bottom: 192px;
}

.seatbook-two .shape-double li:last-child svg {
  width: 60px;
  height: 60px;
}

.seatbook-two.padding-1-0 {
  padding: 180px 0 0;
}

/*--------------------------------------------------------------
  ##  Seat book with hexagon
  --------------------------------------------------------------*/
.seatbook-one-hex {
  position: relative;
}

.seatbook-one-hex .hexagon-box-schedule ul li {
  opacity: .4;
}

/*--------------------------------------------------------------
  ##   responsive
  --------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .seatbook-two {
    padding-top: 20px;
    position: relative;
  }
  .seatbook-one-hex {
    position: relative;
    padding: 55px 0 120px;
  }
  .seatbook-two.padding-1-0 {
    padding: 20px 0 10px;
  }
  .seatbook-two .image-box {
    margin-bottom: 50px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .image-disign-one {
    margin-top: 100px;
  }
  .seatbook-two {
    padding-top: 0;
  }
  .seatbook-one-hex .hexagon-box-schedule {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .seatbook-one-hex {
    padding: 25px 0 100px;
  }
  .seatbook-two .image-disign-one {
    margin-left: 0px;
    margin-right: 0;
    margin-top: 80px;
  }
  .image-disign-one {
    margin-top: 30px;
  }
  body.admin-bar header.header_default.fixed {
    margin-top: 0px;
  }
  body.admin-bar header.header_default {
    margin-top: 46px;
  }
  html.js.touch.cssanimations.csstransitions {
    margin-top: 0px !important;
  }


}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/

.footer .section-title h2{
  font-size: 60px;
}
.footer-one .section-title {
  margin-top: 8px;
}

.footer.footer-one {
  padding-top: 150px;
}

.contact-form label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin-bottom: 0;
}

.contact-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  padding-left: 15px;
  border-radius: 0;
  margin-bottom: 12px;
}

.contact-form textarea.form-control {
  height: 310px;
}

.contact-form .button-default {
  margin-top: 30px;
  float: right;
}

.contact-form input:focus + label {
  color: black !important;
}

.button-default {
  border-radius: 0;
  border: none;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 30px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  letter-spacing: .5px;
}

.button-default i {
  font-size: 14px;
  margin-left: 11px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.form-control {
  border: 2px solid #e1d2ff;
}

.footer {
  padding-top: 175px;
  position: relative;
  overflow: hidden;
}

.copyright-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 1.7px;
  margin-bottom: 0;
  color: #585858;
}

.copyright-box p a {
  font-weight: 600;
  color: #585858;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copyright-box p a:hover {
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copyright-box p span {
  font-weight: 600;
}

.footer-logo {
  width: 204px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
  margin-bottom: 9px;
}

.footer-social ul {
  margin: 0;
}

.footer-social ul li {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 77px;
  margin-right: -19px;
  float: left;
}

.footer-social ul li a {
  display: block;
}

.footer-social ul li:nth-child(2n) {
  -webkit-transform: translateY(36px);
  -ms-transform: translateY(36px);
  transform: translateY(36px);
}

.footer-social .hexagon {
  position: absolute;
  overflow: hidden;
  background: transparent;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(-60deg) skewX(30deg) scaleY(0.866);
  -ms-transform: rotate(-60deg) skewX(30deg) scaleY(0.866);
  transform: rotate(-60deg) skewX(30deg) scaleY(0.866);
  top: 0;
  z-index: -1;
}

.footer-social .hexagon::before {
  position: absolute;
  right: 6.7%;
  bottom: 0;
  left: 6.7%;
  top: 0;
  -webkit-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
  -ms-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
  transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-social a:hover .hexagon::before {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-bottom {
  padding-bottom: 100px;
  height: 320px;
  padding-top: 145px;
}

.footer-social {
  float: right;
  margin-right: 25px;
}

.hexagon {
  position: relative;
  overflow: hidden;
  background: transparent;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(-60deg) skewX(30deg) scaleY(0.866);
  -ms-transform: rotate(-60deg) skewX(30deg) scaleY(0.866);
  transform: rotate(-60deg) skewX(30deg) scaleY(0.866);
}

.copyright-box {
  position: relative;
  z-index: 55;
}

.hexagon::before {
  position: absolute;
  right: 6.7%;
  bottom: 0;
  left: 6.7%;
  top: 0;
  -webkit-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
  -ms-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
  transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
  background: -webkit-gradient(linear, left bottom, left top, from(#582caf), to(#6633cc));
  background: -o-linear-gradient(bottom, #582caf 0%, #6633cc 100%);
  background: linear-gradient(to top, #582caf 0%, #6633cc 100%);
  content: '';
}

.footer-hexagon .hexagon {
  width: 500px;
  height: 500px;
}

.footer-hexagon {
  position: absolute;
  bottom: 0;
  left: -165px;
  -webkit-transform: translateY(105px);
  -ms-transform: translateY(105px);
  transform: translateY(105px);
}

.footer-line-hexagon {
  position: absolute;
  bottom: 50px;
  left: -400px;
}

.footer-right-hexagon {
  float: right;
}

.hexagon-box-footer {
  position: absolute;
  width: 420px;
  height: 370px;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.hexagon-box-footer ul li {
  display: inline-block;
  position: absolute;
}

.form-messege {
  margin: 0;
}

.hexagon.one {
  width: 250px;
  height: 250px;
}

.hexagon.two {
  width: 235px;
  height: 235px;
}

.hexagon.three {
  width: 135px;
  height: 135px;
}

.hexagon-box-footer ul li:nth-child(3) {
  right: -95px;
  top: -150px;
  opacity: 0;
  visibility: hidden;
}

.hexagon-box-footer ul li:nth-child(1) {
  top: 221px;
  right: 257px;
  opacity: 0;
  visibility: hidden;
}

.hexagon-box-footer ul li:nth-child(2) {
  top: 110px;
  right: 197px;
  opacity: 0;
  visibility: hidden;
}

.hexagon-box-footer ul li:nth-child(4) {
  top: 353px;
  right: 97px;
  opacity: 0;
  visibility: hidden;
}

.hexagon-box-footer ul li:nth-child(5) {
  top: 277px;
  right: 420px;
  opacity: 0;
  visibility: hidden;
}

.hexagon-box-footer.open ul li:nth-child(3) {
  right: -95px;
  top: 0;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.09, 1, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.09, 1, 1);
  transition: all 1.2s cubic-bezier(0, 1.09, 1, 1);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.hexagon-box-footer.open ul li:nth-child(1) {
  top: 221px;
  right: -95px;
  -webkit-transition: all 0.9s cubic-bezier(0, 1.09, 1, 1);
  -o-transition: all 0.9s cubic-bezier(0, 1.09, 1, 1);
  transition: all 0.9s cubic-bezier(0, 1.09, 1, 1);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.hexagon-box-footer.open ul li:nth-child(2) {
  top: 110px;
  right: 97px;
  -webkit-transition: all 1.3s cubic-bezier(0, 1.09, 1, 1);
  -o-transition: all 1.3s cubic-bezier(0, 1.09, 1, 1);
  transition: all 1.3s cubic-bezier(0, 1.09, 1, 1);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.hexagon-box-footer.open ul li:nth-child(4) {
  top: 331px;
  right: 97px;
  -webkit-transition: all 1.4s cubic-bezier(0, 1.09, 1, 1);
  -o-transition: all 1.4s cubic-bezier(0, 1.09, 1, 1);
  transition: all 1.4s cubic-bezier(0, 1.09, 1, 1);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.hexagon-box-footer.open ul li:nth-child(5) {
  top: 277px;
  right: 289px;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.09, 1, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.09, 1, 1);
  transition: all 1.2s cubic-bezier(0, 1.09, 1, 1);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.hexagon.color-one::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#ad2b56), to(#cb3366));
  background: -o-linear-gradient(bottom, #ad2b56 0%, #cb3366 100%);
  background: linear-gradient(to top, #ad2b56 0%, #cb3366 100%);
}

.hexagon.color-two::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#2b82ad), to(#3399cc));
  background: -o-linear-gradient(bottom, #2b82ad 0%, #3399cc 100%);
  background: linear-gradient(to top, #2b82ad 0%, #3399cc 100%);
}

.hexagon.color-three::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#4cc86b), to(#00ae2b));
  background: -o-linear-gradient(bottom, #4cc86b 0%, #00ae2b 100%);
  background: linear-gradient(to top, #4cc86b 0%, #00ae2b 100%);
}

.hexagon.color-four::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#886ac5), to(#9470db));
  background: -o-linear-gradient(bottom, #886ac5 0%, #9470db 100%);
  background: linear-gradient(to top, #886ac5 0%, #9470db 100%);
}

.hexagon.color-five::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#d8822b), to(#fe9833));
  background: -o-linear-gradient(bottom, #d8822b 0%, #fe9833 100%);
  background: linear-gradient(to top, #d8822b 0%, #fe9833 100%);
}

.contact-form .section-link {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 32px;
  margin-top: 0;
  display: block;
  margin-left: 75px;
  background: none;
  position: absolute;
  left: -472px;
  top: 163px;
}
.section-link input {
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: transparent;
  line-height: 35px;
  cursor: pointer;
}
div.section-link .wpcf7 .ajax-loader {
  display: none;
}
/*--------------------------------------------------------------
  ##   Backtotop
  --------------------------------------------------------------*/
.backtotop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 9999;
  -webkit-box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
}

.backtotop.show {
  opacity: 1;
  visibility: visible;
}

.backtotop i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}
div.wpcf7 .section-link .ajax-loader {
  display: none;
}
.footer-social ul li {
  list-style: none;
}
/*--------------------------------------------------------------
  ##  Responsive css Footer
  --------------------------------------------------------------*/
@media (max-width: 1830px) {
  .footer-hexagon .hexagon {
    width: 353px;
    height: 300px;
  }
  .footer-line-hexagon {
    bottom: 117px;
    left: -64px;
    width: 399px;
  }
}

@media (max-width: 1499px) {
  .footer-line-hexagon {
    display: none;
  }
  .footer-hexagon {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .hexagon-box-footer {
    opacity: 0.3;
    bottom: -52px;
  }
  .footer-line-hexagon {
    bottom: 115px;
    left: -64px;
    width: 546px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hexagon-box-footer {
    height: 170px;
    right: 26px;
    bottom: 145px;
    opacity: .2;
  }
  .footer-line-hexagon {
    bottom: 115px;
    left: -64px;
    width: 546px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-line-hexagon {
    display: none;
  }
  .footer-hexagon {
    display: none;
  }
  .footer-right-hexagon {
    display: none;
  }
  .footer-social ul li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: -14px;
  }
  .footer-social .hexagon {
    width: 60px;
    height: 60px;
  }
  .footer-social ul li:nth-child(2n) {
    -webkit-transform: translateY(28px);
    -ms-transform: translateY(28px);
    transform: translateY(28px);
  }
  .copyright-box {
    padding-top: 0;
  }
  .contact-form .form-control {
    height: 45px;
  }
  .footer {
    padding-top: 120px;
  }
  .footer-bottom {
    padding-bottom: 50px;
    height: auto;
    padding-top: 120px;
  }
  .footer {
    padding-top: 115px;
  }
  .footer.footer-one {
    padding-top: 107px;
  }
  .footer-top .section-title {
    margin-bottom: 40px;
  }
  .contact-form .section-link {
    position: relative;
    left: 0;
    top: 25px;
    margin-left: 16px;
  }
  .footer-three .section-title ul li:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-line-hexagon {
    display: none;
  }
  .footer-hexagon {
    display: none;
  }
  .footer-right-hexagon {
    display: none;
  }
  .footer-social ul li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: -16px;
    display: inline-block;
    float: none;
  }
  .footer-social .hexagon {
    width: 60px;
    height: 60px;
  }
  .footer-social ul li:nth-child(2n) {
    -webkit-transform: translateY(28px);
    -ms-transform: translateY(28px);
    transform: translateY(28px);
  }
  .copyright-box {
    padding-top: 0px;
    text-align: center;
  }
  .contact-form .form-control {
    height: 45px;
  }
  .footer {
    padding-top: 100px;
  }
  .footer.footer-one {
    padding-top: 92px;
  }
  .footer-bottom {
    padding-bottom: 50px;
    height: auto;
    padding-top: 100px;
  }
  .footer-social {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 65px;
  }
  .footer-logo {
    margin: 0 auto;
    margin-bottom: 9px;
  }
  .section-title p {
    padding-left: 0px;
  }
  .footer-top .section-title {
    margin-bottom: 40px;
  }
  .contact-form .button-default {
    float: left;
  }
  .contact-form .section-link {
    position: relative;
    left: 0;
    top: 25px;
    margin-left: 16px;
  }
  .footer-social ul {
    margin-left: -16px;
  }
  .footer-three .section-title ul li:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .footer-social ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: -16px;
  }
  .footer-social .hexagon {
    width: 50px;
    height: 50px;
  }
  .footer-social ul li:nth-child(2n) {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  .footer {
    padding-top: 80px;
  }
  .footer.footer-one {
    padding-top: 72px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .footer-bottom {
    padding-top: 80px;
  }
  .footer-social a i {
    font-size: 16px;
  }
  .contact-form .section-link::after {
    width: 26px;
    height: 26px;
    left: 2px;
    top: 4px;
  }
  .contact-form .section-link {
    margin-top: 23px;
    margin-left: 0;
    padding-left: 40px;
  }
  .contact-form .section-link i {
    font-size: 15px;
    margin-left: 4px;
  }
  .contact-form .section-link:hover i {
    margin-left: 9px;
  }
  .contact-form .section-link {
    position: relative;
    left: 0;
    top: 0;
  }
  .contact-form .section-link {
    font-size: 20px;
  }
  .backtotop i {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .contact-form textarea.form-control {
    height: 180px;
  }
  .backtotop {
    bottom: 13px;
    right: 9px;
  }
  .footer-three .section-title ul li:last-child {
    margin-top: 0;
  }
  .map-location-box {
    width: 252px;
  }
  .footer .section-title h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
  ##   Footer style two
  --------------------------------------------------------------*/
.footer-2 {
  padding: 60px 0;
  margin-top: 160px;
}

.footer-2 .copyright-box {
  padding-top: 0;
  color: #b9b9b9;
  font-size: 14px;
  letter-spacing: 1.7px;
}

.footer-2 .footer-social2 ul {
  float: right;
  margin: 0;
  padding: 0;
}

.footer-2 .footer-social2 ul li {
  display: inline-block;
  margin-left: 25px;
}

.footer-2 .footer-social2 ul li a {
  color: #9e9e9e;
  font-size: 14px;
}

.footer-2 .footer-social2 ul li a:hover {
  color: #fff;
}

.footer-2 .copyright-box p {
  color: #b9b9b9;
}

.footer-2 .copyright-box p a {
  color: #b9b9b9;
}

.footer-2 .copyright-box p a:hover {
  color: #fff;
}

.footer-2 .copyright-box a {
    color: #ffffff;
}

/*--------------------------------------------------------------
  ##   responsive footer style two
  --------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 767px) {
  .footer-2 .footer-social2 ul {
    float: none;
    text-align: center;
  }
  .footer-2 .footer-social2 ul li:first-child {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
  ##   Footer style three
  --------------------------------------------------------------*/
.footer-three .section-title ul {
  margin-top: 37px;
  margin-left: 38px;
}

.footer-three .section-title ul li {
  font-size: 30px;
  font-weight: 300;
}

.footer-three .section-title ul li a {
  text-align: center;
}

.footer-three .section-title ul li i {
  background: #ebebeb;
  padding: 5px;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
}

.footer-three .section-title ul li:last-child {
  margin-left: 53px;
}

.footer-three .footer-line-hexagon {
  bottom: 70px;
  left: -23%;
  width: 1000px;
  z-index: -1;
}

.footer-map {
  width: 100%;
  height: 430px;
  -webkit-box-shadow: -0.9px 25px 57.7px 4.3px rgba(0, 0, 0, 0.18);
  box-shadow: -0.9px 25px 57.7px 4.3px rgba(0, 0, 0, 0.18);
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
  ##  Map area one
  --------------------------------------------------------------*/
.map-one {
  position: relative;
}

.map-location {
  background-image: url(../../media/images/background/hexbg3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 400px;
  padding-top: 90px;
  margin-top: 65px;
  padding-left: 151px;
  position: absolute;
  top: 0;
  width: 25%;
  left: 12%;
}

.gmap3-area {
  height: 500px;
  width: 100%;
}

.map-location-box {
  width: 290px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 19px;
}

.map-location-box:before {
  content: '';
  width: 3px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 8px;
}

.map-location-box h4 {
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
}

.map-location-box h4 i {
  margin-right: 8px;
  font-size: 21px;
}

.map-location-box p {
  font-size: 16px;
  letter-spacing: .3px;
  margin: 0;
  line-height: 21px;
}

/*--------------------------------------------------------------
  ##   responsive map area amd footer style three
  --------------------------------------------------------------*/

@media (min-width: 1900px) and (max-width: 2500px) {

  .map-location {
    background-size: auto;
  }

}

@media (min-width: 992px) and (max-width: 1500px) {
  .map-location {
    background-size: 100%;
    padding-top: 37px;
    margin-top: 66px;
    padding-left: 90px;
    width: 31%;
    left: 9%;
  }
  .map-location-box h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .map-location-box p {
    font-size: 15px;
  }
  .map-location-box::before {
    display: none;
  }
  .map-location-box {
    margin: 0 auto;
    margin-top: 20px;
  }
  .footer-three .section-title ul li {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .map-location {
    background-size: 100%;
    padding-top: 37px;
    margin-top: 106px;
    padding-left: 90px;
    width: 37%;
    left: 2%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .map-location-box h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .map-location-box p {
    font-size: 15px;
  }
  .map-location-box::before {
    display: none;
  }
  .map-location-box {
    margin: 0 auto;
    margin-top: 20px;
  }
  .map-one .gmap3-area {
    height: 300px;
    width: 48%;
    float: right;
  }
  .map-location {
    background-size: 95%;
    padding-top: 41px;
    margin-top: 0;
    padding-left: 101px;
    width: 49%;
    left: 0;
    position: relative;
    top: 0;
    display: inline-block;
    overflow: hidden;
    height: 300px;
    background-position: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .map-location-box h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .map-location-box p {
    font-size: 15px;
  }
  .map-location-box::before {
    display: none;
  }
  .map-one .gmap3-area {
    height: 300px;
    width: 100%;
    float: right;
  }
  .map-location {
    background-size: 100%;
    padding-top: 51px;
    margin-top: 0;
    padding-left: 103px;
    width: 405px;
    left: 0;
    position: relative;
    top: 0;
    display: inline-block;
    overflow: hidden;
    height: 337px;
    margin-left: 16%;
  }
  .footer-three .section-title ul {
    margin-left: 0;
    margin-top: 29px;
  }
  .footer-three .section-title ul li {
    font-size: 20px;
  }
  .footer-three .section-title ul li i {
    margin-right: 12px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .map-location {
    padding-top: 39px;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
    left: 0;
    height: 289px;
    margin-left: 0;
    background-image: none;
  }
  .footer-three .section-title ul li:last-child {
    margin-left: 0;
  }
  .footer-three .section-title ul li i {
    background: #fff;
    width: 22px;
    height: 31px;
    line-height: 37px;
  }
  .footer-three .section-title ul li {
    font-size: 17px;
    font-weight: 400;
  }
  .map-location-box {
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 25px;
    width: 239px;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  .map-location {
    background-size: 81%;
  }
}

/*--------------------------------------------------------------
  ##  Previliege area one
  --------------------------------------------------------------*/
.previlege-one {
  position: relative;
  overflow: hidden;
}

.previlege-one .shape.shape-double {
  left: 0;
  top: 47%;
}

.previlege-one .shape-double li:last-child {
  right: 17px;
  bottom: 192px;
}

.previlege-one .shape-double li:last-child svg {
  width: 60px;
  height: 60px;
}

.previlege-one .shape-single svg {
  width: 200px;
  height: 200px;
  -webkit-animation: round 20s linear infinite;
  animation: round 20s linear infinite;
}

.previlege-one .shape.shape-single {
  left: 94%;
  top: 21%;
}

.previlege-one .shape.shape-double li:last-child svg .bg-shape {
  stroke-width: 8px;
  opacity: 0.1;
}

.single-previlege-slider {
  margin: 0 35px;
  background: #faf8ff;
}

.previlege-one .slick-list {
  margin-right: -30px;
  margin-left: -30px;
}

.single-prev-content {
  padding: 40px 20px 20px 60px;
  position: relative;
}

.single-prev-content:after {
  content: '';
  position: absolute;
  left: 34px;
  top: 35px;
  height: 108px;
  width: 3px;
}

.single-prev-content h5 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 700;
}

.single-prev-content p {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.4px;
}

.previlege-slider .slick-arrow {
  position: absolute;
  border: none;
  z-index: 1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  opacity: 1;
  font-family: 'Font Awesome\ 5 Free';
  left: -390px;
  bottom: 116px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.previlege-slider .PrevArrow {
  left: -428px;
}
/*--------------------------------------------------------------
  ##   responsive Previliege area one
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1200px) {
  .single-prev-content {
    padding: 25px 15px 10px 30px;
  }
  .single-prev-content::after {
    left: 16px;
    top: 24px;
  }
  .previlege-slider .slick-arrow {
    bottom: 0;
  }
  .single-previlege-slider {
    margin: 0 20px;
  }
  .previlege-one .slick-list {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .previlege-slider .slick-arrow {
    bottom: -60px;
  }
  .previlege-slider .NextArrow.slick-arrow {
    left: 62px;
  }
  .previlege-slider .PrevArrow.slick-arrow {
    left: 12px;
  }
  .single-previlege-slider {
    margin: 0 20px;
  }
  .previlege-one .slick-list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .previlage-image img {
    width: 100%;
  }
  .previlege-one.padding-1-0 {
    padding: 80px 0 80px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .single-prev-content {
    padding: 25px 15px 10px 30px;
  }
  .previlege-slider .slick-arrow {
    bottom: -60px;
  }
  .previlege-slider .NextArrow.slick-arrow {
    left: 40px;
  }
  .previlege-slider .PrevArrow.slick-arrow {
    left: 0;
  }
  .single-prev-content p {
    font-size: 14px;
  }
  .single-prev-content::after {
    left: 15px;
    top: 22px;
  }
  .previlege-slider {
    margin-top: 25px;
  }
  .single-previlege-slider {
    margin: 0 10px;
  }
  .previlege-one .slick-list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .previlage-image img {
    width: 100%;
  }
  .previlege-one.padding-1-0 {
    padding: 100px 0 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .previlege-one.padding-1-0 {
    padding: 80px 0 0;
  }
  .single-previlege-slider {
    background: #f2edff;
  }
}

@media (min-width: 400px) and (max-width: 449px) {
  .single-prev-content {
    padding: 25px 80px 10px 30px;
  }
}

/*--------------------------------------------------------------
  ##  Partner logo  one
  --------------------------------------------------------------*/
.sponser-logo-one .section-title-boxed {
  left: 15px;
}
.sonsers-logo-slider {
  position: relative;
  z-index: 99;
  margin-right: -15px;
  margin-left: -15px;
}

.video-background-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  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;
  padding: 160px 0;
}

.video-background-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  content: '';
  opacity: .4;
  z-index: -1;
}

.video-background-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #270569;
  content: '';
  opacity: .9;
  z-index: 0;
}

.video-background-inner .hexagon-five-right {
  position: absolute;
  width: 250px;
  height: 370px;
  right: 55px;
  top: -54px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(-1deg);
  opacity: 0.2;
}

.video-background-inner .hexagon-five-right ul li:nth-child(5) {
  top: 221px;
  right: 161px;
}

.video-background-inner .hexagon-five-right ul li:nth-child(4) {
  top: 257px;
  right: 33px;
}

.video-background-inner .hexagon-five-right ul li:nth-child(3) {
  right: -96px;
  top: 184px;
}

.video-background-inner .hexagon-five-right ul li:nth-child(2) {
  top: 109px;
  right: 33px;
}

.video-background-inner .hexagon-five-right ul li:nth-child(1) {
  top: 35px;
  right: -95px;
}

.slick-slide img {
  display: inline-block;
}

.single-sponser-logo {
  background: rgba(0, 0, 0, 0.5);
  height: 160px;
  margin: 0 15px;
  text-align: center;
}

.single-sponser-logo a {
  display: block;
  text-align: center;
  height: 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;
}

.single-sponser-logo-with-border {
  background: rgba(0, 0, 0, 0.3);
  height: 160px;
  margin: 0 15px;
  text-align: center;
  border: 10px solid #6c5796;
}

.single-sponser-logo-with-border a {
  display: block;
  text-align: center;
  height: 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;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  top: -157px;
}

.hexagon-five-right {
  position: absolute;
  width: 250px;
  height: 370px;
  right: 0;
  top: -104px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(-1deg);
  opacity: 0.2;
}

.hexagon-five-right ul li:nth-child(1) {
  top: 40px;
  right: -95px;
  opacity: 1;
  visibility: visible;
}

.hexagon-five-right ul li:nth-child(3) {
  right: -95px;
  top: 184px;
  opacity: 1;
  visibility: visible;
}

.hexagon-five-right ul li:nth-child(2) {
  top: 112px;
  right: 31px;
  opacity: 1;
  visibility: visible;
}

.hexagon-five-right ul li:nth-child(4) {
  top: 257px;
  right: 30px;
  opacity: 1;
  visibility: visible;
}

.hexagon-five-right ul li:nth-child(5) {
  top: 224px;
  right: 156px;
  opacity: 1;
  visibility: visible;
}

.hexagon-five-right .hexagon.one {
  width: 165px;
  height: 165px;
}

.hexagon-five-right .hexagon.three {
  width: 87px;
  height: 87px;
}

.hexagon-five-right ul li {
  display: inline-block;
  position: absolute;
}

/* three hexagon right */
.hexagon-three-left {
  position: absolute;
  width: 250px;
  height: 297px;
  left: 0;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(-1deg);
  opacity: 0.2;
}

.hexagon-three-left ul li:nth-child(1) {
  top: 79px;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.hexagon-three-left ul li:nth-child(3) {
  left: 0;
  top: 187px;
  opacity: 1;
  visibility: visible;
}

.hexagon-three-left ul li:nth-child(2) {
  top: 133px;
  left: 94px;
  opacity: 1;
  visibility: visible;
}

.hexagon-three-left ul li:nth-child(4) {
  bottom: 155px;
  left: 109px;
  opacity: 1;
  visibility: visible;
}

.hexagon-three-left ul li:nth-child(5) {
  top: 224px;
  right: 156px;
  opacity: 1;
  visibility: visible;
}

.hexagon-three-left .hexagon.one {
  width: 121px;
  height: 121px;
}

.hexagon-three-left .hexagon.three {
  width: 59px;
  height: 59px;
}

.hexagon-three-left ul li {
  display: inline-block;
  position: absolute;
}

.background-image-middle {
  position: absolute;
  z-index: 0;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
  ##   responsive   Partner logo  one
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-info .schedule-share {
    margin-left: 5px;
    margin-right: 100px;
  }
  .sponser-logo-one .video-background-inner {
    padding: 80px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .schedule-share:hover .schedule-social-icon {
    left: 2px;
  }
}

@media (min-width: 320px) and (max-width: 1199px) {
  #myVideo {
    top: 0;
  }
  .schedule-info .schedule-share {
    margin-left: 5px;
  }
}

@media (min-width: 320px) and (max-width: 1199px) {
  .single-sponser-logo {
    height: 120px;
  }
  .sonsers-logo-slider {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .hexagon-three-left {
    left: -27px;
    bottom: -83px;
    opacity: 0.1;
  }
  .hexagon-five-right {
    opacity: 0.1;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .video-background-inner {
    padding: 0;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .hexagon-three-left {
    left: -27px;
    bottom: -83px;
    opacity: 0.05;
  }
  .hexagon-five-right {
    opacity: 0.05;
  }
}

/*--------------------------------------------------------------
  ##  Main Slider
  --------------------------------------------------------------*/
.slider-wrapper {
  overflow: hidden;
  position: relative;
}

.slider-wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: .9;
}

.slider-wrapper::after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.slider {
  position: relative;
  height: 780px;
  overflow: hidden;
}

.vegas-overlay {
  opacity: 0.7;
  background: #270569;
}

.slider-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 205px;
  z-index: 5;
}

.slider-text h6 {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 4.3px;
  margin-bottom: 20px;
}

.slider-text h6 span {
  font-size: 20px;
  font-weight: 500;
  color: #00cc33;
  letter-spacing: 2.5px;
}

.slider-text h1 {
  font-size: 70px;
  font-size: 70px;
  line-height: 66px;
  letter-spacing: 3px;
  font-weight: 700;
}

.slider-text h1 span {
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}

.sleider-heading {
  padding-left: 35px;
  overflow: hidden;
  position: relative;
}

.sleider-heading:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
}

.countdown-wrapper .countdown {
  border-radius: 5px;
  height: 75px;
  padding: 15px 0;
}

.countdown-wrapper .countdown .CountdownContent {
  min-width: 104px;
  display: inline-block;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  background: #c92e63;
  margin: 0 1px;
  border-radius: 7px;
  padding: 22px 13px;
  min-height: 103px;
  padding-bottom: 0;
}

.slider-wrapper .countdown-wrapper .countdown .CountdownContent {
  font-family: "Rubik", sans-serif;
}

.countdown-wrapper-two .countdown .CountdownContent {
  font-family: "Rubik", sans-serif;
}

.countdown-wrapper .countdown .CountdownContent .CountdownLabel {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-top: 11px;
  letter-spacing: 2.1px;
}

.countdown-wrapper {
  margin-top: 40px;
}

.countdown-wrapper p {
  margin: 0;
  letter-spacing: .5px;
}

.slider-hexagon-wrapper {
  position: absolute;
  width: 420px;
  height: 370px;
  left: 0;
  top: 221px;
  z-index: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-hexagon-wrapper ul li {
  display: inline-block;
  position: absolute;
}

.slider-hex-right {
  position: absolute;
  width: 190px;
  height: 350px;
  right: -66px;
  bottom: 10px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
}

.slider-hex-right ul li {
  display: inline-block;
  position: absolute;
}

.slider-hex-right ul li:nth-child(3) {
  right: -28px;
  top: 85px;
  visibility: visible;
}

.slider-hex-right ul li:nth-child(1) {
  top: -24px;
  right: -27px;
  visibility: visible;
}

.slider-hex-right ul li:nth-child(2) {
  top: 31px;
  right: 65px;
  visibility: visible;
}

.slider-hex-right ul li:nth-child(4) {
  top: 139px;
  right: 65px;
  visibility: visible;
}

.slider-hex-right ul li:nth-child(5) {
  top: 38px;
  right: -106px;
  visibility: visible;
}

.slider-hex-right .hexagon.one {
  width: 115px;
  height: 115px;
}

.slider-hex-right .hexagon.three {
  width: 100px;
  height: 100px;
}

.slider-hexagon-wrapper .hexagon.one {
  width: 260px;
  height: 260px;
}

.slider-hexagon-wrapper ul li:nth-child(2) .hexagon, .slider-hexagon-wrapper ul li:nth-child(5) .hexagon {
  width: 350px;
  height: 350px;
}

.slider-hexagon-wrapper .hexagon.color-three::before {
  background: -o-linear-gradient(bottom, #00cc33 0%, #00ac2b 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#00cc33), to(#00ac2b));
  background: linear-gradient(to top, #00cc33 0%, #00ac2b 100%);
}

.slider-hexagon-wrapper .hexagon.color-five::before {
  background: -o-linear-gradient(bottom, #fe9833 0%, #d8822b 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#fe9833), to(#d8822b));
  background: linear-gradient(to top, #fe9833 0%, #d8822b 100%);
}

.slider-hexagon-wrapper ul li:nth-child(3) {
  right: -294px;
  top: 351px;
  visibility: visible;
  animation: fadein 7s;
  -moz-animation: fadein 7s;
  /* Firefox */
  -webkit-animation: fadein 7s;
  /* Safari and Chrome */
  -o-animation: fadein 7s;
  /* Opera */
  opacity: .4;
}

.slider-hexagon-wrapper ul li:nth-child(1) {
  top: 117px;
  right: -295px;
  visibility: visible;
  animation: fadein2 14s;
  -moz-animation: fadein2 14s;
  /* Firefox */
  -webkit-animation: fadein2 14s;
  /* Safari and Chrome */
  -o-animation: fadein2 14s;
  /* Opera */
  opacity: .4;
}

.slider-hexagon-wrapper ul li:nth-child(4) {
  top: 232px;
  right: 310px;
  visibility: visible;
  animation: fadein2 17s;
  -moz-animation: fadein2 17s;
  /* Firefox */
  -webkit-animation: fadein2 17s;
  /* Safari and Chrome */
  -o-animation: fadein2 17s;
  /* Opera */
  opacity: .4;
}

.slider-hexagon-wrapper ul li:nth-child(2) {
  top: -47px;
  right: -206px;
  visibility: visible;
  animation: fadein2 18s;
  -moz-animation: fadein2 18s;
  /* Firefox */
  -webkit-animation: fadein2 18s;
  /* Safari and Chrome */
  -o-animation: fadein2 18s;
  /* Opera */
  opacity: .4;
}

.slider-hexagon-wrapper ul li:nth-child(5) {
  top: 106px;
  right: 393px;
  visibility: visible;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  animation: fadein2 20s;
  -moz-animation: fadein2 20s;
  /* Firefox */
  -webkit-animation: fadein2 20s;
  /* Safari and Chrome */
  -o-animation: fadein2 20s;
  /* Opera */
  opacity: .4;
}

.active .slider-hexagon-wrapper ul li:nth-child(3) {
  right: -94px;
  top: 351px;
  visibility: visible;
  animation: fadein 7s;
  -moz-animation: fadein 7s;
  -webkit-animation: fadein 7s;
  -o-animation: fadein 7s;
  opacity: .4;
  -webkit-transition: all 8s;
  -o-transition: all 8s;
  transition: all 8s;
}

.active .slider-hexagon-wrapper ul li:nth-child(1) {
  top: 117px;
  right: -95px;
  visibility: visible;
  animation: fadein2 14s;
  -moz-animation: fadein2 14s;
  -webkit-animation: fadein2 14s;
  -o-animation: fadein2 14s;
  opacity: .4;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}

.active .slider-hexagon-wrapper ul li:nth-child(4) {
  top: 232px;
  right: 110px;
  visibility: visible;
  animation: fadein2 17s;
  -moz-animation: fadein2 17s;
  -webkit-animation: fadein2 17s;
  -o-animation: fadein2 17s;
  opacity: .4;
  -webkit-transition: all 6s;
  -o-transition: all 6s;
  transition: all 6s;
}

.active .slider-hexagon-wrapper ul li:nth-child(2) {
  top: -47px;
  right: 106px;
  visibility: visible;
  animation: fadein2 18s;
  -moz-animation: fadein2 18s;
  -webkit-animation: fadein2 18s;
  -o-animation: fadein2 18s;
  opacity: .4;
  -webkit-transition: all 7s;
  -o-transition: all 7s;
  transition: all 7s;
}

.active .slider-hexagon-wrapper ul li:nth-child(5) {
  top: 106px;
  right: 193px;
  visibility: visible;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  animation: fadein2 20s;
  -moz-animation: fadein2 20s;
  -webkit-animation: fadein2 20s;
  -o-animation: fadein2 20s;
  opacity: .4;
  -webkit-transition: all 8s;
  -o-transition: all 8s;
  transition: all 8s;
}

.vegas-timer {
  display: none;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .4;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  0% {
    opacity: 0;
  }
  100% {
    opacity: .4;
  }
}

@keyframes fadein2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: .4;
  }
}

@-webkit-keyframes fadein2 {
  /* Safari and Chrome */
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: .4;
  }
}

@keyframes fadein3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: .4;
  }
}

@-webkit-keyframes fadein3 {
  /* Safari and Chrome */
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: .4;
  }
}

@keyframes fadein4 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: .4;
  }
}

@-webkit-keyframes fadein4 {
  /* Safari and Chrome */
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: .4;
  }
}

.slider-net-right .st0 {
  stroke-width: 3;
  stroke: #a72461;
  opacity: .2;
}

.slider-net-right .svg {
  width: 860px;
  -webkit-animation: clockWise 40s linear infinite;
  animation: clockWise 40s linear infinite;
}

.slider-net-right {
  position: absolute;
  top: 99px;
  right: -16%;
  z-index: 0;
}

@keyframes clockWise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes clockWise {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.seat-register .button-default input {
  font-size: 20px;
  font-weight: 600;
  background: transparent;
  color: #fff;
}
div.wpcf7 .seat-register .ajax-loader {
  display: none;
}
/*--------------------------------------------------------------
  ##  Slider video section
  --------------------------------------------------------------*/
.slider-wrapper-video {
  position: relative;
  min-height: 780px;
}

.slider-wrapper-video::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(45deg, rgba(204, 51, 102, 0.75) 0%, rgba(27, 3, 73, 0.61) 50%, rgba(27, 3, 73, 0.95) 100%);
  background: linear-gradient(45deg, rgba(204, 51, 102, 0.75) 0%, rgba(27, 3, 73, 0.61) 50%, rgba(27, 3, 73, 0.95) 100%);
  content: "";
}

.slider-wrapper-video::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: .9;
}

.slider-wrapper-video::before {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(16%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(87%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.slider-inside-date {
  z-index: 3;
}

.countdown-wrapper-two {
  z-index: 2;
}

.slider-wrapper-video-inner {
  overflow: hidden;
  position: relative;
  min-height: 780px;
}

.slider-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 190px;
}

.slider-text .slider-heading-video h1 {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
}

.slider-text .slider-heading-video h1 span {
  display: block;
}

.slider-wrapper-video .slider-text {
  margin-top: 205px;
}

.text {
  font-size: 110px;
  line-height: 100px;
  letter-spacing: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

.countdown-wrapper-two .countdown .CountdownContent {
  min-width: 155px;
  display: inline-block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  min-height: 135px;
  padding-bottom: 0;
  background: url(../../media/images/icon/hex_bg.png);
  background-repeat: repeat;
  background-size: auto auto;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.countdown-wrapper-two .countdown .CountdownContent .CountdownLabel {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 1.8px;
}

.countdown-wrapper-two p {
  margin: 0;
}

.countdown-wrapper-two {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  bottom: -67px;
}

.slider-wrapper-video-inner:after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../media/images/base/slider_video_bg.png);
}

.slider-inside-date {
  position: absolute;
  bottom: 56px;
  padding: 21px 27px;
  font-size: 20px;
  color: #000000;
  font-weight: 800;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -63px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.slider-inside-date a {
  line-height: 10px;
  font-size: 20px;
  font-weight: 700;
}

.slider-inside-date i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 16px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 12px;
}

.slider-inside-date:hover i {
  left: 8px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.slider-wrapper .countdown-wrapper .countdown .CountdownContent {
  margin-right: 4px;
}

/*--------------------------------------------------------------
  ##   responsive Main Slider
  --------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .slider-wrapper-video {
    min-height: 520px;
  }
  .slider-wrapper-video-inner {
    min-height: 520px;
  }
  .slider-wrapper-video .slider-text {
    margin-top: 150px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .slider-net-right .svg {
    width: 580px;
  }
  .slider-wrapper-video {
    min-height: 620px;
  }
  .slider-wrapper-video-inner {
    min-height: 620px;
  }
  .slider-wrapper-video .slider-text {
    margin-top: 150px;
  }
  .slider-text .slider-heading-video h1 {
    font-size: 60px;
    line-height: 63px;
  }
  .text {
    font-size: 60px;
    line-height: 63px;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .slider-net-right .svg {
    display: none;
  }
  .slider-hexagon-wrapper {
    left: -102px;
  }
  .slider-text h1 {
    font-size: 48px;
    line-height: 45px;
  }
  .text {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .countdown-wrapper-two .countdown .CountdownContent {
    min-width: 98px;
    font-size: 29px;
    font-weight: 500;
    min-height: 89px;
    padding-top: 26px;
  }
  .countdown-wrapper-two .countdown .CountdownContent .CountdownLabel {
    font-size: 10px;
    font-weight: 500;
    top: -25px;
  }
  .countdown-wrapper-two {
    bottom: -46px;
  }
  .slider-wrapper-video {
    min-height: 500px;
    max-height: 500px;
  }
  .slider-wrapper-video-inner {
    min-height: 500px;
  }
  .slider-text .slider-heading-video h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .text {
    font-size: 30px;
    line-height: 35px;
  }
  .slider-text {
    margin-top: 180px;
  }
  .slider-inside-date {
    bottom: 49px;
    padding: 15px 21px;
    font-size: 16px;
    left: -63px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .slider-text h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .countdown-wrapper .countdown .CountdownContent {
    min-width: 68px;
    font-size: 25px;
    padding: 7px 8px;
    min-height: 66px;
    line-height: 26px;
    font-weight: 700;
    margin-right: 3px;
  }
  .countdown-wrapper .countdown .CountdownContent .CountdownLabel {
    margin-top: 0px;
    font-size: 11px;
    font-weight: 400;
  }
  .sleider-heading {
    padding-left: 15px;
  }
  .sleider-heading::after {
    width: 4px;
  }
  .slider-hex-right {
    display: none;
  }
  .slider-text h6 {
    font-size: 20px;
  }
  .slider {
    height: 490px;
  }
  .slider-text {
    margin-top: 115px;
  }
  .slider-wrapper-video .slider-text {
    margin-top: 140px;
  }
  .slider-hexagon-wrapper {
    display: none;
  }
  .countdown-wrapper-two .countdown .CountdownContent {
    min-width: 75px;
    font-size: 21px;
    font-weight: 500;
    min-height: 78px;
    padding-top: 18px;
  }
  .countdown-wrapper-two .countdown .CountdownContent .CountdownLabel {
    font-size: 10px;
    font-weight: 500;
    top: -25px;
  }
  .countdown-wrapper-two {
    bottom: -46px;
  }
  .slider-wrapper-video {
    min-height: 450px;
    max-height: 450px;
  }
  .slider-wrapper-video-inner {
    min-height: 450px;
  }
  .slider-text .slider-heading-video h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .text {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 4px;
  }
  .slider-inside-date {
    display: none;
  }
  .slider-text h6 span {
    display: block;
  }
  .slider-text h6 span {
    font-size: 16px;
    font-weight: 400;
  }
  .slider-wrapper .countdown-wrapper .countdown .CountdownContent {
    margin-right: 2px;
  }
}

/*--------------------------------------------------------------
  ##   Number one section
  --------------------------------------------------------------*/
.number-one {
  position: relative;
  overflow: hidden;
}
.number-one .section-title {
  padding-top: 50px;
}
.number-one .section-title p {
  padding-right: 0;
  margin-bottom: 0;
}

.single-number > span {
  color: #ece8f8;
  font-size: 150px;
  font-weight: 800;
  float: left;
}

.single-number p {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 2px;
  letter-spacing: 0.8px;
}

.single-number p span {
  font-weight: 600;
}

.single-number .single-number-content {
  overflow: hidden;
  padding-left: 50px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.number-one-inner {
  margin-top: 25px;
  padding-left: 105px;
}

.single-number {
  margin-bottom: 75px;
}

.single-number:nth-child(2) {
  padding-left: 110px;
}

.number-one .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.number-one .shape.shape-triple {
  top: 63%;
  left: 0;
}

.number-one .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.number-one .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.shape.shape-single-big .shape.shape-single {
  top: 30%;
  left: 80px;
}

.single-number:last-child {
  margin-left: 23px;
  padding-top: 23px;
}

/*--------------------------------------------------------------
  ##   responsive  Number one section
  --------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .number-one-inner {
    margin-top: 100px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
 
  .single-number:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .number-one-inner {
    margin-top: 70px;
    padding-left: 60px;
  }
  .single-number:last-child {
    margin-bottom: 20px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
 
  .number-one-inner {
    margin-top: 45px;
    padding-left: 0;
  }
  .single-number:nth-child(2) {
    padding-left: 0;
  }
  .single-number > span {
    font-size: 100px;
  }
  .single-number .single-number-content {
    padding-left: 15px;
  }
  .single-number p {
    font-size: 20px;
    font-weight: 500;
  }
  .single-number:last-child {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }
  .single-number {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
  ##  Twitter one section css
  --------------------------------------------------------------*/
.single-twitter {
  padding: 44px 107px;
  padding-left: 10px;
  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;
}

.single-twitter p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  line-height: 25px;
  letter-spacing: 2.1px;
  overflow: hidden;
  padding-bottom: 0px;
}

.single-twitter p a {
  color: #01fcff;
  text-decoration: underline;
  color: #01fcff;
}

.twitter-content {
  padding-right: 100px;
}

.twitter-brand-image {
  width: 87px;
  float: left;
  height: 100%;
  margin-left: 120px;
}

.twitter-brand-image img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 120px;
}

/*--------------------------------------------------------------
  ##   responsive  Twitter one section
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .single-twitter p {
    font-size: 17px;
  }
  .single-twitter {
    padding: 35px 45px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .twitter-content {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .single-twitter p {
    font-size: 17px;
  }
  .single-twitter {
    padding: 20px 5px;
  }
  .twitter-brand-image, .twitter-brand-image img {
    margin-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .single-twitter p {
    font-size: 15px;
  }
  .single-twitter {
    padding: 20px 5px;
  }
  .twitter-brand-image, .twitter-brand-image img {
    margin-left: 0;
  }
  .twitter-content {
    padding-right: 40px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .single-twitter p {
    font-size: 14px;
  }
  .twitter-brand-image, .twitter-brand-image img {
    margin-left: 0;
  }
  .twitter-content {
    padding-right: 0;
  }
  .twitter-brand-image {
    display: none;
  }
}

/*--------------------------------------------------------------
  ##  Call to action one section
  --------------------------------------------------------------*/
.call-toaction-one {
  background: red;
  text-align: center;
  padding: 70px 0 80px;
  position: relative;
  z-index: 1;
  background-size: cover;
}

.call-toaction-one h3 {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 60px;
}

.call-toaction-one .button-default {
  float: none;
  margin-top: 60px;
}

.call-toaction-one:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #362a4f;
  opacity: .9;
  z-index: -1;
}

/*--------------------------------------------------------------
  ##   responsive Call to action one
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .call-toaction-one h3 {
    font-size: 55px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .call-toaction-one h3 {
    font-size: 28px;
  }
  .call-toaction-one .button-default {
    margin-top: 35px;
  }
}

/*--------------------------------------------------------------
  ##  Partner  one section css
  --------------------------------------------------------------*/
.partner-inner {
  width: 95%;
  margin: 0 auto;
  margin-top: 130px;
}

.partner-inner ul {
  margin: 0;
}

.partner-inner ul li {
  display: inline-block;
  text-align: center;
  width: 20%;
  margin-bottom: 83px;
  margin-left: -4px;
}

.partner-inner ul li:nth-child(6) {
  margin-left: 20%;
}

/*--------------------------------------------------------------
  ##   responsive  Partner  one
  --------------------------------------------------------------*/
@media (min-width: 1200px) {
  .partner-one.padding-2-1 {
    padding-bottom: 100px;
    padding-top: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .partner-inner ul li {
    margin-bottom: 65px;
  }
  .partner-inner {
    margin-top: 90px;
  }
  .partner-one.padding-2-1 {
    padding-top: 50px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .partner-inner ul li {
    margin-bottom: 55px;
  }
  .partner-inner {
    margin-top: 90px;
  }
  .partner-inner ul li {
    width: 49%;
  }
  .partner-inner ul li:nth-child(6) {
    margin-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .partner-one.padding-2-1 {
    padding-top: 50px;
  }
  .partner-inner {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
  ##  Blog section css
  --------------------------------------------------------------*/
.blog-section .section-title h2 {
  margin-bottom: 85px;
}

.blog-section.column-three .entry-title {
  line-height: 26px;
  margin-top:20px;
}

.blog-section {
  position: relative;
  overflow: hidden;
}

.blog-section .shape.shape-double {
  left: calc(100% - 200px);
  top: 5%;
}

.blog-section .shape.shape-triple {
  top: 75%;
  left: 0;
}

.blog-section .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.blog-section .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.post-btn-wish a.post_btn {
  color: #6342a7;
  margin-top: 6px;
}

.blog-section .post-btn-wish {
  left: 33px;
}

/*--------------------------------------------------------------
  ##   responsive  Speaker page
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .column-three.blog-section .blog-post-grid {
    margin-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .blog-section.column-three .blog-post-grid {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
  ##  Speaker page css
  --------------------------------------------------------------*/
.speakers-details-section {
  position: relative;
  overflow: hidden;
}

.speakers-details-section .section-title p {
  padding-right: 100px;
}

.single-speaker-section {
  padding: 80px 0 180px;
}

.single-speaker {
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}

.single-speaker .speaker-image {
  position: relative;
  overflow: hidden;
}

.single-speaker .speaker-image .speakers-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  z-index: 1;
}

.single-speaker .speaker-image .speakers-info .info-left {
  float: left;
}

.single-speaker .speaker-image .speakers-info .info-left h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.single-speaker .speaker-image .speakers-info .info-left span {
  font-size: 14px;
  letter-spacing: 0.7px;
}

.single-speaker .speaker-image .speakers-info .speakers-social {
  float: right;
  margin-top: 10px;
}

.single-speaker .speaker-image .speakers-info .speakers-social ul {
  margin: 0;
}

.single-speaker .speaker-image .speakers-info .speakers-social ul li {
  display: inline-block;
  font-size: 15px;
  margin-left: 11px;
}

.single-speaker .speaker-image .speakers-info .speakers-social ul li a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.single-speaker .speaker-image .speakers-info .speakers-social ul li a:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.single-speaker .speaker-bg {
  fill: rgba(102, 51, 204, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 101%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  bottom: -2px;
}

.single-speaker .speakers-event-info {
  font-size: 20px;
  position: relative;
  margin-top: 21px;
  margin-bottom: 42px;
  letter-spacing: .5px;
  font-weight: 400;
}

.single-speaker .speakers-event-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 34px;
  height: 5px;
}

.single-speaker .speakers-event-info a {
  font-family: "Rubik", sans-serif;
  color: #000;
}

.single-speaker .speakers-event-meta ul {
  margin: 0;
}

.single-speaker .speakers-event-meta ul li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  letter-spacing: .35px;
}

.single-speaker .speakers-event-meta ul li i {
  color: #c7c7c7;
  margin-right: 7px;
}

.single-speaker .speakers-event-meta ul li span {
  font-weight: 700;
}

.single-speaker .speakers-event-meta ul li:last-child {
  font-weight: 700;
  color: rgba(204, 51, 102, 0.8);
}

.single-speaker .speakers-event-meta ul li:last-child span {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.single-speaker .svg {
  fill: #ffffff !important;
  stroke: #ffffff;
  width: 93px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
}

.single-speaker .key-speaker {
  position: absolute;
  right: 12px;
  font-size: 14px;
  width: 87px;
  z-index: 1;
  text-align: center;
  top: 10px;
}

.single-speaker .key-speaker p {
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding-top: 26px;
  text-align: center;
  padding-left: 9px;
}

.single-speaker .flash_tag {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 99;
  right: 3px;
  top: 0;
  text-transform: capitalize;
}

.single-speaker .flash_tag:after {
  position: absolute;
  content: '';
  right: -78%;
  top: -50%;
  width: 163px;
  height: 120px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: .90;
}

.single-speaker .flash_tag span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  right: 5px;
  top: 18px;
}

.single-speaker .key-speaker::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 35px;
  width: 138px;
  height: 62px;
  z-index: -2;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: .3;
}

.single-speaker:hover .speaker-bg {
  fill: rgba(0, 204, 51, 0.9);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.speakers-details-section .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.speakers-details-section .shape.shape-triple {
  top: 63%;
  left: 0;
}

.speakers-details-section .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.speakers-details-section .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

/*--------------------------------------------------------------
  ##   responsive  Speaker page
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .single-speaker .speaker-image .speakers-info {
    padding: 10px 15px;
  }
}

@media (max-width: 1199px) {
  .seatbook-one .hexagon-box-schedule {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .speakers-details-section .section-title {
    margin-bottom: 35px;
  }
  .single-speaker .speaker-image .speakers-info {
    padding: 15px 30px;
  }
  .speakers-details-section {
    margin: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .single-speaker {
    width: 360px;
    margin: 0 auto;
    margin-bottom: 65px;
  }
  .speakers-details-section .section-title {
    margin-bottom: 60px;
    margin-top: 80px;
  }
  .speakers-details-section {
    margin: 0;
  }
  .blog-section.column-three {
    padding-top: 100px;
  }
  .speakers-details-section .section-title p {
    padding-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .single-speaker {
    width: 290px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .speakers-details-section {
    margin: 0;
  }
  .single-speaker .speaker-image .speakers-info {
    padding: 10px 30px;
  }
  .blog-section.column-three {
    padding-top: 80px;
  }
  .blog-section .section-title h2 {
    margin-bottom: 50px;
  }
  .speakers-details-section .section-title p {
    padding-right: 0;
  }
  .speakers-details-section .section-title {
    margin-bottom: 60px;
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
  ##  About one section  css
  --------------------------------------------------------------*/
.three-part-image {
  position: relative;
  margin-right: 50px;
}

.three-part-image:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 180px;
  height: 30px;
  width: 100%;
}

.three-part-image:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 190px;
  width: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-section-one {
  position: relative;
  overflow: hidden;
}

.about-section-one .section-title p {
  padding-right: 0;
}

.about-section-one .shape.shape-triple {
  top: 75%;
  left: 0;
}

.about-section-one .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.about-section-one .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.about-section-one .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.about-section-one .shape-double li:last-child {
  right: 122px;
  bottom: 109px;
}

.about-section-one .shape-double li:last-child svg {
  width: 155px;
  height: 155px;
}

/*--------------------------------------------------------------
  ##   responsive About one
  --------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-speaker-section .mt-100 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .three-part-image {
    margin-right: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .three-part-image {
    margin-right: 0;
    text-align: center;
  }
  .three-part-image::before {
    display: none;
  }
  .three-part-image::after {
    display: none;
  }
  .about-section-one .section-title.mt-100 {
    margin-top: 50px;
  }
  .about-section-one {
    padding: 80px 0 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .about-section-one .section-title.mt-100 {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
  ##  About boxed section  css
  --------------------------------------------------------------*/
.about-boxed-section .boxed-wrapper {
  padding: 85px 52px;
}

.boxed-wrapper {
  border: 10px solid #6633cc;
  padding: 85px 60px;
  margin: 0;
}

.about-boxed-slider .slick-dots li button::before {
  font-size: 39px;
}

.about-boxed-slider .slick-dots li button::before {
  opacity: 1;
  color: #ebebeb;
}

.about-boxed-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.about-boxed-slider .slick-dots {
  position: absolute;
  bottom: 12px;
  width: auto;
  left: 15px;
}

.about-boxed-slider .slick-dots li {
  margin: 0;
}

.about-list {
  font-weight: 300;
}

.about-list ul {
  margin: 0;
  margin-left: 10px;
}

.about-list ul li {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: .4px;
}

.about-list ul li i {
  margin-right: 10px;
}

.about-list p {
  letter-spacing: 1px;
  color: #4c455a;
}

.about-boxed-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  ##   responsive About boxed
  --------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .boxed-wrapper {
    padding: 60px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-boxed-slider.slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  .about-boxed-section {
    padding-top: 0;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .boxed-wrapper {
    padding: 65px 10px;
  }
  .about-boxed-slider.slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .about-boxed-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .about-boxed-section .boxed-wrapper {
    padding: 50px 10px;
  }
  .about-list p {
    font-size: 16px;
    line-height: 1.7;
  }
}

/*--------------------------------------------------------------
  ##  Staff  section  css
  --------------------------------------------------------------*/
/*.staff-carousel-section .video-background-inner {
  padding: 130px 0 100px;
}*/

.staff-carousel {
  z-index: 40;
  margin-left: -15px;
  margin-right: -15px;
}

.staff-carousel .slick-arrow {
  position: absolute;
  border: none;
  z-index: 1;
  width: 35px;
  height: 100px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  opacity: 1;
  font-family: 'Font Awesome\ 5 Free';
  right: -16px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.staff-carousel .PrevArrow {
  left: -16px;
}

.single-staff {
  overflow: hidden;
  margin: 0 15px;
}

.single-staff .speaker-image {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: -0.3px 10px 27px 0 rgba(0, 0, 0, 0.44);
  box-shadow: -0.3px 10px 27px 0 rgba(0, 0, 0, 0.44);
}

.single-staff .speaker-image .speakers-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px 16px;
  z-index: 1;
}

.single-staff .speaker-image .speakers-info .info-left {
  float: left;
  text-align: left;
}

.single-staff .speaker-image .speakers-info .info-left h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1.7px;
  color: #000;
}

.single-staff .speaker-image .speakers-info .info-left span {
  font-size: 14px;
  color: #000;
  letter-spacing: .4px;
  font-weight: 400;
}

.single-staff .speaker-image .speakers-info .speakers-social {
  float: right;
  margin-top: 5px;
}

.single-staff .speaker-image .speakers-info .speakers-social ul {
  margin: 0;
}

.single-staff .speaker-image .speakers-info .speakers-social ul li {
  display: inline-block;
  font-size: 15px;
  margin-left: 11px;
}

.single-staff .speaker-image .speakers-info .speakers-social ul li a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.single-staff .speaker-image .speakers-info .speakers-social ul li a:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.single-staff .speaker-bg {
  fill: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 101%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  bottom: -2px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.single-staff .svg {
  fill: #ffffff !important;
  stroke: #ffffff;
  width: 93px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
}

.staff-carousel .slick-dots li button::before {
  opacity: 1;
  color: #ebebeb;
}

.staff-carousel .slick-dots li.slick-active button::before {
  opacity: 1;
}

.staff-carousel .slick-dots li button::before {
  font-size: 39px;
}

.staff-carousel .slick-dots {
  bottom: -67px;
}

.staff-carousel .slick-dots li {
  margin: 0 2px;
}

/*--------------------------------------------------------------
  ##   responsive Staff  section
  --------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1500px) {
  .staff-carousel-section .video-background-inner {
    padding: 150px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .staff-carousel-section .video-background-inner {
    padding: 100px 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .staff-carousel-section .video-background-inner {
    padding: 100px 0;
  }
  .single-staff {
    margin: 0 75px;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .staff-carousel-section .video-background-inner {
    padding: 100px 0;
  }
  .single-staff .speaker-image {
    width: 330px;
    margin: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 399px) {
  .staff-carousel-section .video-background-inner {
    padding: 100px 0;
  }
  .single-staff .speaker-image .speakers-info {
    padding: 5px 15px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .staff-carousel .slick-arrow {
    right: 0px;
  }
  .staff-carousel .PrevArrow {
    left: 0px;
  }
  .staff-carousel .slick-slide img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
  ##  Testimonial  css
  --------------------------------------------------------------*/
.testimonial-section .list-boxed-wrapper {
  padding: 60px 50px 75px;
}

.testimonial-boxed-wrapper {
  border: 10px solid #6633cc;
  padding: 82px 60px 32px;
  margin: 0;
  position: relative;
}

.testimonial-boxed-wrapper::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -25px;
  background: #f7f5fc;
  height: 25px;
  z-index: -1;
  right: 10px;
}

.single-testimonial {
  text-align: center;
}

.single-testimonial .testimonial-image {
  background: url(../../media/images/icon/5hex.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 146px;
  width: 192px;
  background-position: center;
  margin: 0 auto;
}

.single-testimonial .testimonial-image img {
  border-radius: 50%;
  max-width: 90px;
  margin-top: 25px;
}

.single-testimonial h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 54px;
  margin-bottom: 0;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color:#4c455a;
}

.single-testimonial span {
  font-size: 14px;
  font-weight: 600;
  color: #686868;
  letter-spacing: .7px;
  text-transform: capitalize;
}

.single-testimonial p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 25px;
  line-height: 30px;
  color: #563f84;
  letter-spacing: 0.5px;
}

.testimonial-slider-one .slick-dots li button::before {
  opacity: 1;
  color: #ebebeb;
}

.testimonial-slider-one .slick-dots li.slick-active button::before {
  opacity: 1;
}

.testimonial-slider-one .slick-dots li button::before {
  font-size: 39px;
}

.testimonial-slider-one .slick-dots {
  top: 137px;
}

.testimonial-slider-one .slick-dots li {
  margin: 0;
}

.list-boxed-wrapper {
  border: 10px solid #6633cc;
  padding: 51px 49px;
  margin: 0;
}

.list-boxed-wrapper {
  text-align: center;
  position: relative;
}

.list-boxed-wrapper ul {
  margin: 0;
}

.list-boxed-wrapper ul li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #ece4ff;
  padding: 14px 0;
  text-align: left;
  letter-spacing: .4px;
  line-height: normal
}

.list-boxed-wrapper ul li i {
  margin-right: 10px;
}

.list-boxed-wrapper .button-default {
  float: none;
  margin-top: 55px;
}

.list-boxed-wrapper::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -25px;
  background: #f7f5fc;
  height: 25px;
  z-index: -1;
  right: 10px;
}

/*--------------------------------------------------------------
  ##   responsive Testimonial
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .list-boxed-wrapper {
    padding: 25px;
  }
  .testimonial-boxed-wrapper {
    padding-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .testimonial-boxed-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .testimonial-section.padding-1-1 {
    padding: 110px 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .testimonial-boxed-wrapper {
    padding: 10px;
  }
  .single-testimonial p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
  }
  .single-testimonial span {
    font-size: 12px;
    letter-spacing: .9px;
  }
  .list-boxed-wrapper {
    padding: 20px;
  }
  .testimonial-section .list-boxed-wrapper {
    padding: 20px 15px 50px;
  }
}

/*--------------------------------------------------------------
  ##  Schedule details page css
  --------------------------------------------------------------*/
.schedule-one-inner.schedule-detail-inner {
  overflow: inherit;
  background: transparent;
}

.schedule-detail-inner .schedule-content {
  background: transparent;
  max-height: 100%;
}

.schedule-detail-inner.schedule-one-inner {
  border: none;
}

.schedule-detail-inner.schedule-one-inner .schedule-date .nav-tabs {
  border: 10px solid #6633cc;
}

.schedule-detail-inner.schedule-one-inner .schedule-session {
  border-top: none;
  background: #3c1688;
}

.schedule-one-inner.schedule-detail-inner .schedule-session .nav-tabs .nav-link.active {
  background: #261940;
}

.schedule-one-inner.schedule-detail-inner .schedule-session .nav-tabs .nav-link {
  background: transparent;
}

.schedule-one-inner.schedule-detail-inner .schedule-info {
  background: #f7f7f7;
}

.download-icon {
  width: 345px;
  float: right;
  padding: 25px 35px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.download-icon span {
  width: 180px;
  font-weight: 700;
  letter-spacing: .5px;
}

.download-icon i {
  font-size: 39px;
  margin-top: 10px;
  text-align: right;
  width: calc(100% - 185px);
}

.download-pdf::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 144px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: -72px;
  z-index: -1;
}

.download-pdf {
  display: inline-block;
  float: right;
  min-height: 390px;
  position: relative;
  padding-top: 105px;
}

.download-pdf a {
  overflow: hidden;
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.download-pdf a:hover .download-icon {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.schedule-details-page {
  position: relative;
  overflow: hidden;
}

.schedule-details-page .section-title {
  margin-top: 100px;
}

.schedule-details-page .schedule-one-inner {
  margin-top: 40px;
}

.schedule-details-page .shape.shape-triple {
  top: 53%;
  left: 0;
}

.schedule-details-page .shape.shape-triple.right-shape {
  top: 73%;
  left: 96%;
}

.schedule-details-page .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.schedule-details-page .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

/*--------------------------------------------------------------
  ##   responsive Schedule details page
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .download-pdf::after {
    width: 120px;
    height: 325px;
    margin-left: -60px;
    top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .download-icon {
    width: 232px;
    padding: 10px;
    font-size: 16px;
    line-height: 27px;
  }
  .download-icon i {
    font-size: 33px;
    width: calc(100% - 121px);
  }
  .download-pdf::after {
    width: 100px;
    height: 300px;
    margin-left: -50px;
    top: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .download-icon {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 27px;
  }
  .download-icon i {
    font-size: 33px;
    width: calc(100% - 121px);
  }
  .download-pdf::after {
    width: 100px;
    height: 300px;
    margin-left: -50px;
    top: 20px;
  }
  .download-pdf {
    float: none;
    display: block;
    min-height: 390px;
    padding-top: 105px;
    margin: 0 auto;
    width: 50%;
    margin-top: 50px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .download-pdf::after {
    width: 80px;
    height: 280px;
    margin-left: -40px;
    top: -20px;
  }
  .download-pdf {
    width: 250px;
    min-height: 260px;
    padding-top: 65px;
    margin-top: 0;
  }
  .schedule-details-page {
    padding-top: 0;
  }
  .schedule-details-page .section-title {
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
  ##  Sponsers list section
  --------------------------------------------------------------*/
.sonsers-logo-slider .slick-arrow {
  position: absolute;
  border: none;
  z-index: 1;
  width: 21px;
  height: 21px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  font-size: 9px;
  cursor: pointer;
  opacity: 1;
  font-family: 'Font Awesome\ 5 Free';
  right: 15px;
  top: -45px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sonsers-logo-slider .PrevArrow.slick-arrow {
  right: 39px;
}

.sponsers-list-category {
  margin-left: -15px;
  margin-right: -15px;
  z-index: 99;
  position: relative;
}

.sponsers-list-category h6 {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  z-index: 99999;
  text-transform: uppercase;
  margin-left: 15px;
  margin-bottom: 23px;
  letter-spacing: 4px;
}

.sponsers-list-category .sonsers-logo-slider {
  margin: 30px 0;
}

.sponsers-list {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sponsers-list .sponsers-list-inner-wrapper {
  padding: 112px 0 0;
}
.sponsers-list .view-more {
  margin-bottom: 75px;
}

.xp_sponsor_page  .sponsers-list .view-more {
  margin-bottom: 160px;
}

.sponsers-list .hexagon-three-left {
  left: -6px;
}

.sponsers-list::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .5;
  z-index: -1;
}

.sponsers-list::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #270569;
  content: '';
  opacity: .9;
  z-index: 0;
}

.sponsers-list .hexagon-five-right {
  top: -50px;
  right: 53px;
}

.hesagon-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  height: 100%;
}

.sponsers-list .load-more {
  text-align: center;
  margin-top: 0;
}

.sponsers-list .load-more .button-default {
  margin-top: 20px;
  margin-bottom: 50px;
}

.sponsers-list .section-title-boxed {
  left: 15px;
}

.best-sponser {
  position: relative;
  overflow: hidden;
}

.best-sponser .section-title p {
  padding-right: 0;
}

.best-sponser .shape.shape-double {
  left: calc(100% - 110px);
  top: 20%;
}

.best-sponser .shape-double li:last-child {
  right: 122px;
  bottom: 109px;
}

.best-sponser .shape-double li:last-child svg {
  width: 155px;
  height: 155px;
}

.sponsers-list-category:nth-child(1) h6 {
  color: #00cc33;
}

.sponsers-list-category:nth-child(2) h6 {
  color: #3399cc;
}

.sponsers-list-category:nth-child(3) h6 {
  color: #cc3366;
}

.sponsers-list-category:nth-child(4) h6 {
  color: #00cc33;
}

.sponsers-list-category:nth-child(5) h6 {
  color: #3399cc;
}

.sponsers-list-category:nth-child(6) h6 {
  color: #cc3366;
}

/*--------------------------------------------------------------
  ##  Pricing Table
  --------------------------------------------------------------*/
.single-pricing {
  text-align: center;
  border: 10px solid #ffffff;
  background: #faf8ff;
  padding: 60px 7%;
  -webkit-box-shadow: -1.2px 33px 79px 0 rgba(102, 51, 204, 0.1);
  box-shadow: -1.2px 33px 79px 0 rgba(102, 51, 204, 0.1);
  position: relative;
}

.single-pricing h3 {
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 25px;
  letter-spacing: 5px;
  margin-bottom: 38px;
}

.single-pricing h3:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 30px;
  background: #e8e6ee;
  left: 50%;
  bottom: -27px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-pricing .discont-amount {
  position: absolute;
  left: -2px;
  top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-top: 17px;
  padding-top: 20px;
  padding-left: 7px;
}

.single-pricing .discont-amount span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  line-height: 16px;
  color: #787878;
  letter-spacing: .5px;
}

.single-pricing .price-btn i {
  font-size: 14px;
  margin-left: 11px;
}

.single-pricing img {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.package-details span {
  font-weight: 300;
  color: #4c455a;
  display: inline;
  width: 100%;
  font-size: 16px;
}

.package-details i {
  font-size: 13px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  line-height: 12px;
}

.package-details .package-details-list-wrapper {
  position: relative;
  z-index: 44;
}

.package-details .package-details-list-wrapper > span {
  cursor: pointer;
}

.package-details .package-details-list-wrapper .package-details-list {
  position: absolute;
  font-size: 14px;
  color: #e0dfdf;
  background: #303030;
  -webkit-box-shadow: -1.152px 32.98px 79px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1.152px 32.98px 79px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  width: 90%;
  left: 50%;
  padding: 50px 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  top: 75px;
  opacity: 0;
  z-index: 999999;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.package-details .package-details-list-wrapper .package-details-list:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #303030;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.package-details .package-details-list-wrapper .package-details-list ul {
  margin: 0;
}

.package-details .package-details-list-wrapper .package-details-list ul li {
  border-bottom: 1px solid #2a2a2a;
  border-top: 1px solid #4d4d4d;
  padding: 5px;
  margin: 0 30px;
  letter-spacing: .5px;
}

.package-details .active i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.package-details .package-details-list-wrapper.active .package-details-list {
  visibility: visible;
  top: 36px;
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.single-pricing .discont-amount::after {
  position: absolute;
  content: '';
  left: -27px;
  top: -2px;
  border-left: 63px solid transparent;
  border-right: 63px solid transparent;
  border-bottom: 64px solid #060011;
  opacity: .1;
  z-index: -3;
  margin-left: -11px;
}

.price-btn {
  border-radius: 0;
  border: none;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 22px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 0;
}

.price-btn:hover {
  background: #4b09cf;
}

.package-price {
  height: 111px;
  border-radius: 4px;
  border: solid 2px #f0eaff;
  background-color: #f6f3ff;
  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;
  width: 80%;
  margin: 45px auto 15px;
}

.package-price input {
  width: 70px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 5px 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  margin-left: 31px;
}

.package-price .price {
  color: #6633cc;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  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;
}

.package-price .price > span {
  font-size: 30px;
  font-weight: 600;
  margin-right: 23px;
  margin-left: 6px;
}

.single-pricing.style-one .package-price {
  border: solid 2px #e3f5e7;
  background-color: transparent;
  width: auto;
}

.single-pricing.style-two .package-price {
  border: solid 2px #e6f3fa;
  background-color: transparent;
  width: auto;
}

.single-pricing.style-three .package-price {
  border: solid 2px #ffecf2;
  background-color: transparent;
  width: auto;
}

.package-price input {
  width: 70px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 5px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  margin-left: 31px;
  height: 40px;
  text-align: left;
  padding-left: 14px;
}

.price .quantity {
  position: relative;
  margin-bottom: 0;
}

.price .minus {
  position: absolute;
  top: 23px;
  right: 9px;
  font-size: 15px;
  color: #acabac;
  height: 12px;
  width: 13px;
}

.price .plus {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 15px;
  color: #acabac;
  width: 12px;
  height: 12px;
}

.plus .fas.fa-caret-up {
  top: 0px;
  color: #acabac;
  z-index: 1;
  position: absolute;
  left: 1px;
}

.minus .fas.fa-caret-down {
  position: absolute;
  color: #acabac;
  left: 2px;
  top: -6px;
}

.single-pricing.style-one {
  border: 10px solid rgba(210, 241, 219, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: #fdfdff;
}

.single-pricing.style-one .package-details .package-details-list-wrapper .package-details-list {
  width: 100%;
}

.single-pricing.style-one .price-btn:hover {
  background: #01ac2b;
}

.single-pricing.style-two .price-btn:hover {
  background: #2d84af!important;
}

.single-pricing.style-three .price-btn:hover {
  background: #c40746;
}

.single-pricing.style-one:hover {
  border: 10px solid #00cc33;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.single-pricing.style-two {
  border: 10px solid rgba(203, 229, 242, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: #fdfdff!important;
}

.single-pricing.style-two .package-details .package-details-list-wrapper .package-details-list {
  width: 100%;
}

.single-pricing.style-two:hover {
  border: 10px solid #6633cc;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.single-pricing.style-three {
  border: 10px solid rgba(242, 203, 217, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: #fdfdff;
}

.single-pricing.style-three .package-details .package-details-list-wrapper .package-details-list {
  width: 100%;
}

.single-pricing.style-three:hover {
  border: 10px solid #cc3366;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.pricing-table {
  padding: 80px 0 164px;
  position: relative;
  overflow: hidden;
}

.pricing-table-calumn {
  padding-top: 80px;
}

.pricing-table .shape.shape-double {
  left: calc(100% - 110px);
  top: 20%;
}

.pricing-table .shape-double li:last-child {
  right: 122px;
  bottom: 109px;
}

.pricing-table .shape-double li:last-child svg {
  width: 155px;
  height: 155px;
}

.pricing-table .shape.shape-triple {
  top: 63%;
  left: 0;
}

.pricing-table .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.pricing-table .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

/*--------------------------------------------------------------
  ##   responsive Pricing Table
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .package-price input {
    width: 56px;
    padding: 1px 5px;
    font-size: 15px;
    margin-left: 12px;
  }
  .package-details .package-details-list-wrapper .package-details-list ul li {
    margin: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-pricing {
    margin-bottom: 35px;
  }
  .best-sponser {
    padding: 80px 0 120px;
  }
  .pricing-table .section-title.ml-60 {
    margin-left: 0;
    margin-top: 0;
  }
  .package-price {
    width: 100%;
  }
  .package-details .package-details-list-wrapper .package-details-list {
    width: 110%;
  }
  .single-pricing.style-one .package-details .package-details-list-wrapper .package-details-list {
    width: 110%;
  }
  .pricing-table {
    padding: 80px 0 100px;
  }
  .sponsers-list-category .sonsers-logo-slider {
    margin: 15px 0 30px;
  }
  .sponsers-list-category h6 {
    margin-bottom: 0;
  }
  .sonsers-logo-slider .slick-arrow {
    top: -32px;
  }
  .sponsers-list-category {
    margin-bottom: 10px;
    overflow: hidden;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .single-pricing {
    margin-bottom: 35px;
    padding: 45px 7%;
  }
  .package-price input {
    width: 56px;
    padding: 1px 5px;
    font-size: 15px;
    margin-left: 12px;
  }
  .best-sponser .section-title.mt-100 {
    margin-top: 50px;
  }
  .best-sponser {
    padding: 80px 0 110px;
  }
  .pricing-table .section-title {
    margin-top: 50px;
    margin-left: 0;
  }
  .pricing-table {
    padding: 80px 0 100px;
  }
  .sponsers-list-category .sonsers-logo-slider {
    margin: 15px 0 30px;
  }
  .sponsers-list-category h6 {
    margin-bottom: 10px;
  }
  .sonsers-logo-slider .slick-arrow {
    top: -28px;
  }
  .sponsers-list-category {
    margin-bottom: 10px;
    overflow: hidden;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing-table {
    padding: 80px 0 60px;
  }
  .pricing-table-calumn {
    padding-top: 30px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .package-price {
    width: 100%;
  }
}

/*--------------------------------------------------------------
  ##  FAQ Section
  --------------------------------------------------------------*/
.faq-accordion {
  padding: 20px 0 80px;
}

.faq-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.faq-accordion .card {
  border: none;
  border-radius: 0;
  padding-top: 20px;
}

.faq-accordion .card h5 {
  margin: 0;
}
.faq-accordion .btn-link {
  color: #63c;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 17px;
  width: 100%;
  text-align: left;
  background: #f7f7f7;
  border-radius: 0;
  padding-left: 40px;
  padding-top: 25px;
  font-size: 26px;
  padding-right: 90px;
  padding-bottom: 25px;
}
.faq-accordion .btn-link span {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 15px;
  margin-right: 7px;
  min-width: 24px;
  display: inline-block;
  position: relative;
  height: 20px;
}

.faq-accordion .btn-link .fas.fa-question {
  display: none;
}

.faq-accordion .btn-link .fas.fa-arrow-right {
  display: inline;
  position: absolute;
  left: 0;
  top: 6px;
}

.faq-accordion .btn.btn-link.collapsed {
  padding-top: 0;
}

.faq-accordion .btn-link.collapsed {
  color: #4c455a;
}

.faq-accordion .btn-link.collapsed span {
  color: #33d65c;
}

.faq-accordion .btn-link.collapsed .fas.fa-question {
  display: inline;
}

.faq-accordion .btn-link.collapsed .fas.fa-arrow-right {
  display: none;
}

.faq-accordion .card-body {
  font-size: 20px;
  line-height: 30px;
  padding-left: 73px;
  padding-top: 0;
  padding-bottom: 38px;
  letter-spacing: 0.8px;
  font-weight: 300;
  padding-right: 90px;
}

.faq-accordion .collapse {
  background: #f7f7f7;
}

.faq-accordion .collapsing {
  background: #f7f7f7;
}

.faq-section .section-title {
  width: 60%;
}

.faq-section .section-title p {
  padding-right: 140px;
}

.btn.btn-link:hover {
  border: 1px solid transparent;
}

.faq-accordion .btn {
  white-space: normal;
}

/*--------------------------------------------------------------
  ##   responsive  FAQ Section
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-section .section-title p {
    padding-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .faq-section .section-title p {
    padding-right: 0;
  }
  .faq-accordion .btn-link {
    padding-left: 30px;
  }
  .faq-accordion .card-body {
    padding-left: 25px;
  }
  .faq-accordion .btn-link {
    padding-left: 25px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .faq-section .section-title p {
    padding-right: 0;
  }
  .faq-accordion .btn-link {
    padding-left: 15px;
    font-size: 17px;
    padding-right: 0;
  }
  .faq-accordion .card-body {
    padding-left: 15px;
  }
  .faq-accordion {
    padding: 20px 0 40px;
  }
  .faq-accordion .card-body {
    font-size: 16px;
    padding-right: 10px;
    line-height: 1.6;
  }
  .faq-section .section-title {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .faq-accordion .btn-link {
    font-size: 16px;
    padding-right: 10px;
  }
  .faq-accordion .card-body {
    font-size: 16px;
    padding-right: 10px;
    line-height: 1.6;
  }
  .faq-section .section-title {
    width: 80%;
  }
}

/*--------------------------------------------------------------
  ##  Newsletter section
  --------------------------------------------------------------*/
.newsletter-section {
  position: relative;
}

.blue-overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #270569;
  content: '';
  opacity: .9;
  z-index: 0;
}

.news-letter-inner input {
  border: 2px solid #6633cc;
  width: 650px;
  height: 60px;
  float: left;
  padding: 0 15px;
  color: #747373;
  font-weight: 300;
}

.news-letter-inner .submit-newsletter {
  float: left;
  margin-left: 30px;
  margin-top: 0;
}

.submit-newsletter {
  float: right;
  border-radius: 0;
  border: none;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 30px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  letter-spacing: 1px;
}

.submit-newsletter i {
  font-size: 14px;
  margin-left: 11px;
  color: #fff;
}

.news-letter-inner {
  position: relative;
  z-index: 9;
}

.news-letter-inner p {
  font-size: 30px;
  font-weight: 300;
  width: 44%;
  letter-spacing: 0.7px;
  margin-bottom: 33px;
  text-align: left;
}

.news-letter-inner span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  letter-spacing: 1.7px;
  text-align: left;
  margin-bottom: 5px;
}

.news-letter-inner form {
  overflow: hidden;
}

.newsletter-section .section-title-boxed {
  left: 15px;
}

/*--------------------------------------------------------------
  ##   responsive Newsletter
  --------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .news-letter-inner input {
    width: 610px;
  }
  .news-letter-inner p {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-letter-inner input {
    width: 400px;
  }
  .news-letter-inner .submit-newsletter {
    margin-left: 14px;
    margin-top: 1px;
  }
  .news-letter-inner p {
    width: 70%;
  }
  .news-letter-inner {
    padding: 120px 0;
  }

}

@media (min-width: 320px) and (max-width: 767px) {
  .news-letter-inner input {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-letter-inner .submit-newsletter {
    margin-left: 0;
    margin-top: 20px;
  }
  .news-letter-inner p {
    width: 100%;
  }
  .news-letter-inner span {
    margin-bottom: 5px;
  }
  .news-letter-inner {
    padding: 120px 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .news-letter-inner {
    padding: 100px 0 80px;
  }
  .news-letter-inner input {
    margin-bottom: 5px;
  }
}

/*--------------------------------------------------------------
  ##  Seat Register section
  --------------------------------------------------------------*/
.border-box-inner {
  margin: 0;
  padding: 40px 40px 80px;
  position: relative;
  border: 10px solid #6633cc;
  position: relative;
}

.border-box-inner p {
  font-weight: 300;
  margin-left: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #563f84;
}

.border-box-inner:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -25px;
  background: #f7f5fc;
  height: 25px;
  z-index: -1;
  right: 10px;
}

.default-form label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1.6px;
}

.default-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  padding-left: 15px;
  border-radius: 0;
  margin-bottom: 7px;
}

.default-form textarea.form-control {
  height: 220px;
}

.default-form .button-default {
  margin-top: 30px;
  float: left;
}

.default-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.form-control {
  border: 2px solid #e1d2ff;
}

.seat-register .default-form {
  margin-left: 120px;
  margin-top: 50px;
  margin-right: 120px;
}
.section-title-boxed p {
  margin-bottom: 0;
}
.seat-register .default-form .button-default {
  margin-top: 50px;
}

.default-form .form-note {
  font-size: 14px;
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 0;
}

.seat-register {
  padding-top: 100px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}


.seat-register .shape.shape-triple {
  top: 75%;
  left: 0;
}

.seat-register .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.seat-register .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.seat-register .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.seat-register .shape-double li:last-child {
  right: 122px;
  bottom: 109px;
}

.seat-register .shape-double li:last-child svg {
  width: 155px;
  height: 155px;
}

.signin-signup .border-box-inner {
  padding: 60px;
}

.forget-password-box .default-form .button-default {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .9px;
  padding: 11px 28px;
}

/*--------------------------------------------------------------
  ##   responsive Seat Register
  --------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 991px) {
  .signin-signup .border-box-inner {
    margin-bottom: 100px;
  }
  .seat-register .default-form {
    margin-left: 15px;
    margin-right: 15px;
  }
  .seat-register {
    padding-bottom: 0;
  }
  .signin-signup .col-md-12:last-child .border-box-inner {
    margin-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .forget-password-box {
    width: 100%;
  }
  .signin-signup .border-box-inner {
    padding: 30px 15px;
  }
  .seat-register .border-box-inner {
    padding: 50px 15px 20px;
  }
  .seat-register .default-form {
    margin-left: 0px;
	margin-right: 0px;
  }
  .default-form .form-note {
    margin-top: 35px;
  }
  .forget-password-box {
    padding: 0 15px;
  }
  .signin-signup .forget-password-box .border-box-inner {
    margin-bottom: 0;
  }
  .border-box-inner p {
    font-weight: 400;
    margin-left: 0;
    font-size: 15px;
  }
  .default-form label {
    font-size: 12px;
  }
  .default-form .button-default {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
  ##  Sign in & sign up  section
  --------------------------------------------------------------*/
.signin-signup {
  padding: 80px 0 0;
}

.default-form .forget-pass {
  font-size: 12px;
  float: left;
  margin-top: 48px;
  margin-left: 25px;
}

.default-form .forget-pass a {
  text-decoration: underline;
}

.signin-signup .section-title-boxed h2 {
  font-size: 30px;
}

.forget-password-box {
  width: 555px;
  margin: 0 auto;
  position: relative;
}

/*--------------------------------------------------------------
  ##  Sign in & sign up Register
  --------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .signin-signup {
    padding: 100px 0 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .signin-signup {
    padding: 80px 0 0;
  }
}

/*--------------------------------------------------------------
  ##  Venue   section
  --------------------------------------------------------------*/
.venue-section-one {
  position: relative;
  overflow: hidden;
}

.single-venue {
  position: relative;
}

.single-venue:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(66%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(204, 51, 102, 0.43)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 66%, rgba(204, 51, 102, 0.43) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(66%, rgba(255, 255, 255, 0.1)), to(rgba(204, 51, 102, 0.43)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 66%, rgba(204, 51, 102, 0.43) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cc3366', GradientType=0 );
  width: 100%;
  height: 100%;
}

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

.venue-section-one .about-boxed-slider {
  margin-right: 55px;
}

.venue-section-one .about-boxed-slider .slick-dots {
  bottom: 30px;
  left: 30px;
}

.venue-box {
  margin-left: 60px;
  margin-top: 42px;
}

.venue-box h6 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: .5px;
}

.venue-box h6 i {
  margin-right: 5px;
}

.venue-box h6:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 30px;
  height: 6px;
  background: #ebebeb;
}

.venue-box ul {
  margin-top: 38px;
  margin-left: 0;
  margin-bottom: 0;
}

.venue-box ul li {
  border-bottom: 1px solid #f3ccd9;
  padding-bottom: 4px;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight:400;
}

.venue-section-one .shape.shape-triple {
  top: 75%;
  left: 0;
}

.venue-section-one .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.venue-section-one .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.venue-section-one .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.venue-section-one .shape-double li:last-child {
  right: 122px;
  bottom: 109px;
}

.venue-section-one .shape-double li:last-child svg {
  width: 155px;
  height: 155px;
}

/*--------------------------------------------------------------
  ##   responsive Venue
  --------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 991px) {
  .venue-section-one .about-boxed-slider {
    margin-right: 0;
  }
  .venue-section-one .section-title.mt-100 {
    margin-top: 0;
  }
  .venue-section-one {
    padding-bottom: 100px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .venue-box {
    margin-left: 0px;
  }
  .venue-section-one {
    padding-bottom: 80px;
  }
}

/*--------------------------------------------------------------
  ##  Event section
  --------------------------------------------------------------*/
.event-list-filter {
  position: relative;
  overflow: hidden;
}

.event-list-filter .filter-by {
  position: absolute;
  top: 1px;
  letter-spacing: 1px;
  font-weight: 600;
}

.event-list-filter-btn {
  margin: 0;
  width: 100%;
  text-align: right;
  border-bottom: 10px solid #6633cc;
  margin-bottom: 30px;
}

.event-list-filter-btn li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-left: 25px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.event-list-filter-btn li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 4px;
  background: transparent;
}

.single-filter-event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-filter-event .event-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.single-filter-event .event-date h6 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-filter-event .event-date span {
  font-size: 15px;
  color: #454545;
}

.single-filter-event .event-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.single-filter-event .event-details h3 {
  font-size: 30px;
  font-weight: 600;
}

.single-filter-event .event-details p {
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 26px;
}

.single-filter-event .event-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.single-filter-event .event-link span {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.single-filter-event .event-link a {
  font-size: 16px;
  text-decoration: underline;
  color: #6e6c6c;
  font-weight: 400;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.single-filter-event .event-link a i {
  color: #6e6c6c;
  margin-left: 11px;
  font-size: 14px;
}

.single-filter-event .event-date {
  margin-top: 8px;
  position: relative;
  padding-left: 10px;
}

.single-filter-event .event-date:after {
  position: absolute;
  left: 0;
  top: -5px;
  width: 56px;
  height: 71px;
  background: #f5f5f5;
  content: '';
  z-index: -1;
}

.single-filter-event .event-location {
  position: absolute;
  left: 0;
  bottom: -1px;
  font-size: 13px;
  padding: 0 14px;
  line-height: 23px;
  font-weight: 300;
}

.single-filter-event:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.single-filter-event:hover:after {
  width: 100%;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.single-filter-event {
  padding: 50px 0;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}

.list-item-wrapper {
  position: relative;
  width: 100%;
}

.single-filter-event .event-details p:last-child span {
  color: #9d9d9d;
}

.event-list-filter .shape.shape-triple {
  top: 75%;
  left: 0;
}

.event-list-filter .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.event-list-filter .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.event-list-filter .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.event-list-filter .shape-double li:last-child {
  right: 122px;
  bottom: 109px;
}

.event-list-filter .shape-double li:last-child svg {
  width: 155px;
  height: 155px;
}

/*--------------------------------------------------------------
  ##   responsive Event section
  --------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .single-filter-event .event-details p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }
  .single-filter-event .event-details h3 {
    font-size: 23px;
    font-weight: 500;
  }
  .single-filter-event .event-date h6 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .single-filter-event .event-date span {
    font-size: 14px;
  }
  .single-filter-event .event-link span {
    font-size: 14px;
    font-weight: 500;
  }
  .event-list-filter .aos-all {
    display: none;
  }
  .event-list-filter {
    padding: 70px 0 120px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .single-filter-event .event-details p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }
  .single-filter-event .event-details h3 {
    font-size: 23px;
    font-weight: 500;
  }
  .single-filter-event .event-date h6 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .single-filter-event .event-date span {
    font-size: 14px;
  }
  .single-filter-event .event-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .single-filter-event .event-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .single-filter-event .event-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
  }
  .event-list-filter {
    padding: 70px 0 130px;
  }
  .single-filter-event .event-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-filter-event .event-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .single-filter-event .event-link span {
    font-size: 15px;
    font-weight: 500;
    line-height: 10px;
  }
  .single-filter-event .event-link a {
    font-size: 14px;
  }
  .event-list-filter .filter-by {
    position: relative;
    float: left;
    margin-right: 25px;
  }
  .event-list-filter-btn {
    border-bottom: 5px solid #6633cc;
    text-align: left;
    margin-bottom: 0;
  }
  .event-list-filter-btn li::after {
    bottom: -3px;
  }
  .event-list-filter-btn li {
    margin-left: 0;
    margin-right: 20px;
  }
}

/*--------------------------------------------------------------
  ##  Gallery filter section
  --------------------------------------------------------------*/
.gallery-item-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 170px;
}

/*.gallety-filter-section {
  padding: 80px 0 0;
}
*/
.gallety-filter-section.no-filter {
  padding: 80px 0 0;
}

.single-gallery {
  width: 33%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-gallery img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.single-gallery:hover img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.single-gallery .venobox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(150deg);
  transform: translate3d(-50%, -50%, 0) rotate(150deg);
  z-index: 5;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  visibility: hidden;
  opacity: 0;
}

.single-gallery:hover:after {
  visibility: visible;
  opacity: .9;
}

.single-gallery:hover:before {
  visibility: visible;
  opacity: .75;
}

.single-gallery-width2 {
  width: 66%;
}

.single-gallery::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  border: 20px solid #bf0040;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  right: 4px;
  bottom: 4px;
  z-index: 2;
}

.single-gallery::before {
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gallery-filter-btn {
  margin: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
  margin-top: -16px;
}

.gallery-filter-btn li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 50px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.gallery-filter-btn li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 6px;
  background: transparent;
}

.gallery-filter-btn li.active:after {
  background: #d7d7d7;
}

.galery-hex {
  width: 96px;
  fill: transparent;
  stroke-width: 14px;
  stroke: #6633cc;
  opacity: .8;
}

.gallety-filter-section .navigation.pagination {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
  ##   responsive Gallery
  --------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 991px) {
  .galery-hex {
    width: 65px;
  }
  .single-gallery::after {
    border: 7px solid #6633cc;
  }
  .gallery-filter-btn li {
    margin-right: 20px;
  }
}

/*--------------------------------------------------------------
  ##  Search page
  --------------------------------------------------------------*/
.search-section {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.search-section p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.search-section .navigation.pagination {
  padding: 0 0 0;
}

.search-wrapper {
  width: 100%;
  border: 5px solid #ebebeb;
}

.search-result-wrapper {
  padding-bottom: 35px;
}

.search-wrapper input {
  width: calc(100% - 66px);
  border: none;
  padding: 13px;
  border-right: 6px solid #ebebeb;
}

.search-wrapper button {
  width: 60px;
  background: no-repeat;
  cursor: pointer;
  padding: 12px 15px;
}

.single-search-result {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 40px 0;
}

.single-search-result:last-child {
  border-bottom: none;
}

.single-search-result .search-image {
  width: 170px;
  float: left;
}

.single-search-result .search-content {
  width: calc(100% - 170px);
  float: left;
  padding-left: 40px;
}

.single-search-result .search-content h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 27px;
}

.single-search-result .search-content h3 a {
  font-family: "Rubik", sans-serif;
}

.single-search-result .search-content p {
  font-size: 20px;
  font-weight: 300;
  color: #4c455a;
  margin-top: 15px;
  letter-spacing: .4px;
}

.search-section .shape.shape-triple {
  top: 75%;
  left: 0;
}

.search-section .shape-triple ul li:nth-child(3) {
  left: -28px;
  top: 41px;
  position: absolute;
  opacity: 0.6;
}

.search-section .shape-triple ul li:nth-child(2) {
  left: 34px;
  top: 67px;
  position: absolute;
  opacity: 1;
}

.search-section .shape.shape-double {
  left: calc(100% - 110px);
  top: 5%;
}

.search-section .shape-double li:last-child {
  right: 122px;
  bottom: 109px;
}

.search-section .shape-double li:last-child svg {
  width: 155px;
  height: 155px;
}

/*--------------------------------------------------------------
  ##   responsive Search page
  --------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
  .search-section {
    padding: 100px 0 0;
  }
  .search-section {
    padding: 100px 0 0;
  }
  .single-search-result .search-content {
    padding-left: 20px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .single-search-result .search-image {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 50px;
  }
  .single-search-result .search-content {
    width: 100%;
    padding-left: 0;
  }
  .search-section {
    padding: 80px 0 0;
  }
  .single-search-result .search-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  .single-search-result .search-content h3 {
    font-size: 18px;
  }
  .privacy_area_desc > p {
    font-size: 16px;
    line-height: 1.7;
  }
  .privacy_collection p {
    font-size: 16px;
    line-height: 1.7;
  }
  .personal_data p {
    font-size: 16px;
    line-height: 1.7;
  }
  .privacy_area_content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .personal_data ul li {
    font-size: 16px;
    line-height: 27px;
  }
  .privacy_collection h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .privacy_collection {
    margin-bottom: 20px;
  }
  .type_of_data h3 {
    margin-bottom: 15px;
  }
  .example_of_cookies ul li {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
  ##   Preloader
  --------------------------------------------------------------*/
.preloader {
  background-color: #ffffff;
  background-image: url("../../media/images/icon/pre.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}

@media (min-width: 320px) and (max-width: 767px) {
  .page-title {
    font-size: 40px;
  }
}

/*--------------------------------------------------------------
  ##  Respnsive
  --------------------------------------------------------------*/
@media only screen and (min-width: 1500px) and (max-width: 1850px) {
  .remarkable-moment-area .section-title {
    margin-left: 90px;
  }
  .remarkable-moment-area .section-title h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container {
    max-width: 1170px;
  }
  .event-members-bg-shape {
    width: 90%;
  }
  .volunteer-hand-top li {
    width: 33%;
  }
  .remarkable-moment-area .section-title {
    margin-bottom: 185px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*--------------------------------------------------------------
    ##  blog list sidebar
    --------------------------------------------------------------*/
  .sidebar.widget-area {
    padding-left: 0;
  }
  /*--------------------------------------------------------------
    ##  column default
    --------------------------------------------------------------*/
  .column-default .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 123px 100px;
  }
  .column-two .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 74px 60px 86px;
  }
  /*--------------------------------------------------------------
    ##  index2 banner two
    --------------------------------------------------------------*/
  .banner-two {
    overflow: hidden;
    position: relative;
    background: url(../../media/images/banner/banner-two-bg.jpg);
    height: 100vh;
    z-index: 1;
  }
  .banner-two .banner-text-countdown {
    min-width: 50%;
  }
  .banner-text-description h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .banner-text-description h2 span {
    font-size: 60px;
  }
  /*--------------------------------------------------------------
    ##  index2 event member
    --------------------------------------------------------------*/
  .event-members-bg-shape {
    width: 90%;
    margin-left: auto;
  }
  .event-members-list li {
    padding: 0 10px;
  }
  .event-all-members {
    top: 55%;
  }
  /*--------------------------------------------------------------
    ##  index2 remarkable moment
    --------------------------------------------------------------*/
  .remarkable-moment-gallery ul li {
    min-height: 250px;
  }
  .remarkable-moment-area .section-title {
    margin-bottom: 130px;
  }
  .volunteer-hand-top li {
    width: 40%;
  }
  /*--------------------------------------------------------------
    ##  index2 Programm schedule
    --------------------------------------------------------------*/
  .program-schedule-single h4 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*--------------------------------------------------------------
    ##  blog list sidebar
    --------------------------------------------------------------*/
  .event-container {
    padding: 0px 30px;
  }
  .sidebar.widget-area {
    padding-left: 0;
  }
  .page-numbers.next, .page-numbers.prev {
    padding: 0 14px;
  }
  .dots span:last-child {
    margin-right: 0px;
  }
  .dots span {
    margin-right: 0px;
  }
  .dots span:first-child {
    margin-left: 0px;
  }
  .column-one-sidebar .youtube-poster {
    background-position: right;
  }
  .column-one-sidebar .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 74px 36px 86px;
  }
  .column-two .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 74px 52px 86px;
  }
  /*--------------------------------------------------------------
    ##  column default
    --------------------------------------------------------------*/
  .column-default .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 80px 50px;
  }
  .column-three .navigation.pagination,
  .column-masonry .navigation.pagination,
  .column-two-sidebar .navigation.pagination,
  .column-one-sidebar .navigation.pagination,
  .column-four .navigation.pagination {
    padding: 50px 0 30px;
    margin-bottom: 50px;
  }
  .blog-post-date {
    top: -49px;
    width: 110px;
    left: 15px;
    height: 114px;
  }
  .post-date {
    padding-top: 22px;
    font-size: 20px;
  }
  .post-date {
    padding-top: 26px;
    font-size: 20px;
    line-height: normal;
  }
  .entry-title {
    font-size: 26px;
  }
  .column-one-sidebar .sidebar {
    padding-left: 0;
  }
  /*--------------------------------------------------------------
    ##  index2 banner2
    --------------------------------------------------------------*/
  .banner-two {
    height: auto;
    padding-top: 100px;
  }
  .banner-text-description h2 {
    font-size: 40px;
  }
  .banner-text-description h2 span {
    font-size: 40px;
  }
  .banner-two {
    height: auto;
  }
  .banner-two .banner-text-countdown {
    min-width: 50%;
  }
  .banner-text-countdown .countdown-wrapper .countdown .CountdownContent {
    min-width: auto;
  }
  .banner-text-description h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .member-list span {
    width: 100%;
  }
  .member-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-text-count-content {
    padding: 30px 0;
  }
  .banner-text-countdown .button-default {
    margin-top: 60px;
  }
  /*--------------------------------------------------------------
    ##  index2 event goal
    --------------------------------------------------------------*/

  .event-goal-right {
    text-align: center;
    padding-left: 0;
  }
  .event-goal-hexagon {
    left: 59%;
  }
  .event-goal-right {
    margin-top: 50px;
  }
  /*--------------------------------------------------------------
    ##  index2 event member
    --------------------------------------------------------------*/

  .event-members-list li {
    padding: 0 10px;
  }
  .event-members-bg-shape {
    width: 100%;
  }
  .event-member-desc {
    padding-left: 0;
  }
  .event-member-desc h4 span {
    font-size: 11px;
  }
  .event-all-members {
    top: 57%;
  }
  /*--------------------------------------------------------------
    ##  index2 remarkable moment
    --------------------------------------------------------------*/
  .remarkable-moment-gallery ul li {
    min-height: 250px;
  }
  .remarkable-moment-area .section-title {
    margin-bottom: 125px;
  }
  .remarkable-moment-area.bg-light {
    padding: 100px 0;
  }
  /*--------------------------------------------------------------
    ##  index2 programme schedule
    --------------------------------------------------------------*/

  .program-schedule-single {
    width: 80%;
  }
  .program-schedule-single h4 {
    padding-left: 35px;
    width: 65%;
  }
  .event-members-list-area .section-title {
    margin-bottom: 50px;
  }
  .program-schedule-single h4 {
    font-size: 22px;
  }
  .program-schedule-single {
    width: 94%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .discussion-single-slide-right {
    width: calc(100% - 125px);
  }
  /*--------------------------------------------------------------
    ##  index2 Discussion area
    --------------------------------------------------------------*/
  .volunteer-hand-top li {
    width: 26%;
  }
  .discussion-thread-area .chat_option h4 a i {
    left: calc(100% - 52px);
  }
  .discussion-slider-hexagon svg {
    stroke-width: 28px;
    width: 300px;
    height: 300px;
  }
  .chat_option {
    position: absolute;
    right: 33px;
    top: 79px;
  }
  /*--------------------------------------------------------------
    ##  index2 Blog area
    --------------------------------------------------------------*/
  .blog-section.column-three {
    padding-top: 100px;
  }
  .column-masonry .load-more {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .event-container {
    width: 100%;
  }
  .blog .event-container, 
  .archive .event-container {
    padding-top: 0px;
  }

  .search .event-container,
  .search-results .event-container  {
      padding-top: 0px;
  }
  .hentry {
    margin-bottom: 3em;
  }
  .footer-2 {
    margin-top: 0;
  }
  .single-post .event-container {
    padding-top: 0;
  }
  .aos-all {
    display: none;
  }
  .post-tag {
    text-align: left;
  }
  /*--------------------------------------------------------------
    ##  blog list one
    --------------------------------------------------------------*/
  .entry-title {
    font-size: 21px;
  }
  .column-three .blog-post-grid, .column-two-sidebar .blog-post-grid, .column-masonry .blog-post-grid, .blog-post-grid {
    margin-bottom: 40px;
  }
  .blog-post-meta-list li:last-child a {
    padding-left: 5px;
  }
  .format-video .youtube-wrapper i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    margin-right: -22.5px;
    margin-bottom: -22.5px;
  }
  .format-audio .player .btns {
    padding: 0 16px 0 16px;
  }
  .format-audio .player .progress-outer {
    left: 40px;
    width: 50%;
  }
  .column-one .blog-post-content {
    padding: 20px 30px 52px;
  }
  .column-one .feature-image {
    height: auto;
  }
  .blog-post-date {
    top: -46px;
    width: 100px;
    height: 100px;
  }
  .post-date {
    padding-top: 20px;
    font-size: 24px;
  }
  .post-date span {
    font-size: 10px;
    line-height: normal;
  }
  .blog-post-meta-list li {
    font-size: 12px;
  }
  .blog-post-meta-list li:first-child a {
    padding-left: 0;
  }
  .blog-post-meta {
    margin-top: 25px;
  }
  h4 {
    font-size: 21px;
  }
  .entry-title a {
    letter-spacing: normal;
  }
  .blog-post-grid.format-gallery .post-gallery-slickSlider {
    height: auto;
  }
  .blog-post-grid.format-gallery .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 43px;
    right: 0;
  }
  .blog-post-grid.format-gallery .slick-arrow {
    font-size: 18px;
  }
  .blog-post-grid.format-gallery .PrevArrow {
    right: 54px;
  }
  .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 74px 37px 86px;
  }
  .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 74px 37px 86px;
  }
  .blog-post-grid.format-aside .entry-summary p {
    font-size: 22px;
  }
  .page-numbers.next, .page-numbers.prev {
    padding: 0 21px;
  }
  .dots span:first-child {
    margin-left: 0;
  }
  .dots span {
    margin-right: 0;
  }
  .blog-section.column-three .blog-post-meta-list {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
  }
  .page-numbers {
    width: 20px;
  }
  .youtube-poster {
    background-position: right;
  }
  .post-btn-wish a {
    font-size: 14px;
  }
  .nav-links {
    text-align: center;
  }
  .sticky .feature-image::after {
    border-top: 75px solid rgba(204, 51, 102, 0.9);
    border-right: 75px solid transparent;
  }
  .sticky .feature-image .feature-image-inner p {
    display: none;
  }
  .navigation.pagination {
    padding: 0px 0 30px;
  }
  .sidebar.widget-area {
    padding-left: 0;
  }
  .column-three .blog-post-grid.format-aside .blog-post-grid-inner,
  .column-masonry .blog-post-grid.format-aside .blog-post-grid-inner,
  .column-two-sidebar .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 73px 28px 66px;
  }
  .column-four .blog-post-date {
    top: -43px;
    left: 76px;
  }
  .column-four .blog-post-meta-list {
    width: auto;
    -webkit-transform: translateY(-37px);
    -ms-transform: translateY(-37px);
    transform: translateY(-37px);
  }
  .column-four .blog-post-content {
    padding: 40px 40px 54px;
  }
  /*--------------------------------------------------------------
    ##  column default
    --------------------------------------------------------------*/
  .column-default .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 50px 37px;
  }
  .column-three .navigation.pagination, .column-masonry .navigation.pagination, .column-two-sidebar .navigation.pagination,
  .column-one-sidebar .navigation.pagination {
    padding: 40px 0 30px;
    margin-bottom: 40px;
  }
  /*--------------------------------------------------------------
    ##  blog-detail
    --------------------------------------------------------------*/
  .post-category .post-category-list a {
    padding: 0 20px;
  }
  .blog-detail .entry-title {
    font-size: 24px;
  }
  .entry-content blockquote {
    font-size: 24px;
    padding: 78px 20px 82px 30px;
  }
  .entry-content blockquote::after {
    left: 0px;
  }
  .entry-content-list ul {
    margin-left: 30px;
  }
  .entry-content-list h5 {
    font-size: 22px;
  }
  .blog-post-tag {
    display: block;
    text-align: center;
  }
  .post-tag, .post-share {
    width: 100%;
  }
  .blogger-bio {
    display: block;
  }
  .blogger-detail {
    padding-left: 0;
    padding-top: 32px;
  }
  .comment-body {
    display: block;
  }
  .children, .children .children {
    margin-left: 15px;
  }
  .comment-respond {
    padding-left: 0;
    margin-bottom: 80px;
  }
  .children .comment-body, .comment-body {
    padding: 36px 0 25px;
  }
  .post-share {
    text-align: left;
    line-height: normal;
  }
  .column-two .blog-post-grid.format-gallery .PrevArrow,
  .column-three .blog-post-grid.format-gallery .PrevArrow,
  .column-masonry .blog-post-grid.format-gallery .PrevArrow {
    right: 37px;
  }
  .column-two .blog-post-grid.format-aside .blog-post-grid-inner {
    padding: 50px 30px;
  }
  .blog-grid.column-masonry .load-more {
    margin-top: 0;
  }
  /*--------------------------------------------------------------
    ##  index2 banner two
    --------------------------------------------------------------*/
  .banner-two {
    height: auto;
    padding-top: 110px;
  }
  .banner-text-description {
    width: 100%;
  }
  .banner-text-countdown {
    min-width: 100%;
  }
  .banner-two-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-text-count-content address {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
  }
  .member-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .banner-text-description h2 {
    font-size: 60px;
  }
  .banner-text-description h2 span {
    font-size: 60px;
  }
  .banner-text-description > span {
    font-size: 17px;
    font-weight: 700;
  }
  /*--------------------------------------------------------------
    ##  index2 event goal area
    --------------------------------------------------------------*/
  .event-goals-area {
    padding-top: 100px;
  }
  .event-goal-hexagon {
    left: 45%;
    bottom: -50%;
  }
  .event-goal-right {
    margin-top: 50px;
  }
  /*--------------------------------------------------------------
    ##  index2 event member area
    --------------------------------------------------------------*/
  .event-members-area {
    padding: 50px 0 60px;
  }
  .event-all-members {
    display: none;
  }
  .event-members-list li:nth-child(2n+1) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .event-members-list li:nth-child(2n) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .event-members-list li {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .event-members-list {
    opacity: 1;
    margin-top: 65px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .event-members-list ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .event-member-desc {
    margin-top: -53px;
  }
  .event-member-img img {
    width: 100%;
  }
  /*--------------------------------------------------------------
    ##  index2 remarkable moment area
    --------------------------------------------------------------*/
  .remarkable-moment-gallery ul li {
    min-height: 200px;
  }
  .remarkable-moment-area .section-title {
    margin-bottom: 100px;
  }
  /*--------------------------------------------------------------
    ##  index2 Programme Schedule area
    --------------------------------------------------------------*/
  .program-schedule-area {
    padding-top: 100px;
  }
  .program-schedule-single-position {
    display: none;
  }
  .program-schedule-single {
    width: 94%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .program-schedule-single h4 {
    padding-left: 20px;
  }
  .program-schedule-single h4 {
    font-size: 17px;
  }
  .program-schedule-single span {
    font-size: 12px;
    font-weight: 500;
  }
  .program-schedule-single span small {
    font-size: 12px;
  }
  /*--------------------------------------------------------------
    ##  index2 Discussion area
    --------------------------------------------------------------*/
  .discussion-thread-area {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .discussion-thread-area .chat_option h4 {
    font-size: 14px;
  }
  .discussion-thread-area .chat_option h4 a {
    letter-spacing: normal;
  }
  .discussion-thread-area .chat_option h4 a i {
    font-size: 45px;
  }
  .discussion-single-slide-right {
    width: calc(100% - 125px);
  }
  /*--------------------------------------------------------------
    ##  index2 Volunteer area
    --------------------------------------------------------------*/
  .volunteer-hand-top li {
    width: 33%;
  }
  .banner-two-pattern {
    display: none;
  }
  .countdown-pattern {
    display: none;
  }
  .banner-text-countdown .countdown-wrapper .countdown .CountdownContent {
    height: 84px;
    min-height: 84px;
    font-size: 20px;
    font-weight: 500;
    min-width: auto;
    padding: 11px 13px;
  }
  .banner-text-countdown .countdown-wrapper .countdown .CountdownContent .CountdownLabel {
    font-size: 12px;
    margin-top: 0px;
  }
  .banner-text-count-content {
    padding: 50px 0;
  }
  .banner-text-countdown .button-default {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .event-container {
    width: 450px;
  }
  /*--------------------------------------------------------------
    ##  blog list one
    --------------------------------------------------------------*/
  .navigation.pagination {
    text-align: center;
  }
  .blog-post-meta {
    margin-top: 0;
  }
  .blog-post-meta-list {
    float: right;
  }
  .page-numbers.next, .page-numbers.prev {
    padding: 0 13px;
  }
  .sidebar.widget-area {
    padding-left: 0;
    margin-top: 0px;
  }
  .chat_option {
    position: absolute;
    right: 62px;
    top: 75px;
  }
  .blog-section.column-three .blog-post-meta-list {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .blog-grid.column-four .blog-post-meta {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .blog-grid.column-three .blog-post-meta-list {
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
  }
}

@media only screen and (max-width: 480px) {
  .navigation.pagination {
    text-align: center;
  }
  .page-numbers.next, .page-numbers.prev {
    padding: 0 16px;
  }
  .post-category {
    text-align: left;
  }
  .post-wish-n-share {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
  }
  .post-btn-wish a.post_wish {
    margin-top: 4px;
  }
  .post-share {
    margin-top: 6px;
  }
  /*--------------------------------------------------------------
    ##  index2 banner two
    --------------------------------------------------------------*/
  .banner-text-description h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-text-description h2 span {
    font-size: 40px;
  }
  .banner-text-description h3 {
    font-size: 16px;
  }
  .member-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*--------------------------------------------------------------
    ##  index2 event goal area
    --------------------------------------------------------------*/
  .event-goals-area {
    padding-top: 80px;
  }
  .event-goal-right::after {
    top: 72%;
    height: 48%;
  }
  .event-goal-hexagon svg {
    height: 388px;
  }
  .event-goal-slider-wrapper {
    margin: 0 30px;
  }
  .event-member-desc h4 {
    font-size: 14px;
  }
  .event-member-desc h4 span {
    font-size: 11px;
  }
  /*--------------------------------------------------------------
    ##  index2 remarkable moment area
    --------------------------------------------------------------*/
  .remarkable-moment-gallery ul li {
    width: 50%;
  }
  .remarkable-moment-gallery ul li:first-child, .remarkable-moment-gallery ul li:last-child {
    width: 50%;
  }
  .remarkable-moment-gallery ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .remarkable-moment-gallery ul li:nth-child(2n+1) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0%);
  }
  .remarkable-moment-area .section-title {
    margin-bottom: 60px;
  }
  /*--------------------------------------------------------------
    ##  index2 Programme Schedule area
    --------------------------------------------------------------*/
  .program-schedule-area {
    padding-top: 80px;
  }
  .program-schedule-single h4 {
    width: 100%;
    padding-left: 0;
  }
  .program-schedule-single {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
  }
  .program-schedule-all {
    padding-right: 0;
  }
  /*--------------------------------------------------------------
    ##  index2 Discussion area
    --------------------------------------------------------------*/
  .discussion-single-slide {
    padding: 41px 30px 40px;
  }
  .chat_option {
    position: absolute;
    top: 73px;
    left: 25px;
    margin-top: 5px;
  }
  .discussion-thread-area .chat_option h4 a i {
    font-size: 27px;
    top: -31px;
  }
  .discussion-thread-area .chat_option h4 a i {
    display: none;
  }
  .discussion-single-slide-right,
  .discussion-single-slide-left {
    display: block;
  }
  .discussion-single-slide-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .discussion-slider-hexagon svg {
    width: 325px;
    height: 325px;
    stroke-width: 20px;
  }
  .discussion-single-slide-right p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  /*--------------------------------------------------------------
    ##  index2Event member
    --------------------------------------------------------------*/
  .event-member-desc {
    margin-top: 0;
    padding-left: 0;
  }
  .event-members-list li {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .event-member-img::after {
    display: none;
  }
  /*--------------------------------------------------------------
    ##  index2Event volunter
    --------------------------------------------------------------*/
  .volunteer-content {
    font-size: 20px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 767px) {
  /*--------------------------------------------------------------
    ## Remarkable moment
    --------------------------------------------------------------*/
  .remarkable-moment-area, .remarkable-moment-area.bg-light {
    padding: 55px 0 85px;
  }
  .seatbook-two.padding-1-0 {
    padding: 15px 0 0;
  }
  .widget.widget_instagram ul {
    text-align: left;
  }
  /*--------------------------------------------------------------
    ##  Members
    --------------------------------------------------------------*/
  .event-member-desc {
    text-align: center;
  }
  /*--------------------------------------------------------------
    ##  Blog sidebar area
    --------------------------------------------------------------*/
  .widget.widget_tag ul {
    padding-left: 0;
  }
  .widget.widget_category .cat-item {
    padding-left: 0;
  }
  .widget.widget_category .cat-item:hover {
    padding-left: 10px;
  }
  .widget.widget_recent_comments .recentcomments {
    padding-left: 0;
  }
  .widget.widget_speaker_list ul li {
    padding: 9px 0px 8px 17px;
  }
  .widget.widget_speaker_list ul li::after {
    left: 2px;
  }
  .widget.widget_speaker_list ul li:hover::after {
    left: 2px;
  }
  .widget.widget_recent_entries ul li {
    padding-left: 0;
  }
  .widget.widget_instagram {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .column-one.blog-grid .blog-post-meta-list {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
  }
  .blog-grid.column-two .blog-post-meta-list {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
  }
  .blog-grid.column-three .blog-post-meta-list {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  .blog-grid.column-one-sidebar .blog-post-meta-list {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  .blog-grid.column-three .entry-title {
    margin-top: 15px;
  }
  .blog-grid.column-masonry .blog-post-meta-list {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  /*--------------------------------------------------------------
    ##  Remarkable moment
    --------------------------------------------------------------*/
  .remarkable-moment-gallery {
    margin-top: 140px;
  }
  /*--------------------------------------------------------------
    ##  Productlist
    --------------------------------------------------------------*/
  .flash_messag {
    top: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .blog-grid.blog-detail.blog-detail-sidebar .blog-post-meta-list {
    float: right;
  }
  .blog-grid.blog-detail.blog-detail-sidebar .blog-post-meta {
    padding-bottom: 0px;
  }

  .blog-detail .blog-post-meta {
    padding-bottom: 0;
  }

  .blog-detail .entry-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
  }
  .blog-detail .entry-content-list li {
    font-size: 16px;
    line-height: 1.9;
  }
  .blogger-detail p {
    font-size: 16px;
    line-height: 1.9;
  }
}

/*--------------------------------------------------------------
  ## COLOR CSS
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## $title_1 (color #000000);
  --------------------------------------------------------------*/
.title_1, .woocommerce-billing-step-done h4, .privacy_collection h3, .type_of_data h3, .schedule-info h6, .section-title.with-bg h2, .single-speaker .speaker-image .speakers-info .speakers-social ul li a:hover, .single-speaker .speakers-event-info, .single-staff .speaker-image .speakers-info .speakers-social ul li a, .package-details i, .package-price .price > span, .faq-accordion .btn-link.collapsed:hover, .faq-accordion .card-body, .default-form .forget-pass a, .event-list-filter .filter-by, .event-list-filter-btn li, .single-filter-event, .single-filter-event .event-link a:hover, .gallery-filter-btn li, .single-search-result .search-content h3, .blog-post-grid.format-link .entry-summary p,
.blog-post-grid.format-link .entry-summary a,
.youtube-wrapper i,
.post-btn-wish a.post_wish,
.entry-title a,
.page-numbers,
.page-bradcrumb ul li,
.page-bradcrumb ul li a,
.section-link, .section-link:hover,
.widget-title,
.widget-title i,
.widget.widget_search .search-form label i,
.widget.widget_category .cat-item a,
.widget.widget_recent_comments .comment-author-detail a span,
.widget.widget_subscribe .widget_subscribe_detail_middle span,
.widget.widget_subscribe .widget_subscribe_detail_bottom p,
.widget.widget_recent_entries ul li a,
.widget.widget_speaker_list ul li .speaker-detail a,
.widget.widget_speaker_list ul li .speaker-detail span,
.load-more a,
.woocommerce-loop-product__title,
.woocommerce-product-details__short-description h4,
.coupon input,
.cart_totals th,
.cart_totals td,
.woocommerce-billing-step-price th,
.woocommerce-billing-step-two input,
.woocommerce-billing-step-payment-bottom h4,
.woocommerce-billing-step-payment-top h4,
.woocommerce-billing-step-payment-bottom input,
.woocommerce-billing-step-payment-bottom p,
.discussion-single-slide-right,
.event-member-desc h4,
.program-schedule-single h4,
.schedule-two .view-more a:hover,
.program-schedule-single span {
  color: #000000;
}

/*--------------------------------------------------------------
  ## $title_1 (Background #000000);
  --------------------------------------------------------------*/
.title_1_bg, .woocommerce-billing-footer, .coming-soon-wrapper:after, .footer-2, .single-speaker .key-speaker::after, .sponsers-list::after, .header_default.fixed, .megamenu,
.widget.widget_search .search-form label i::after,
.coupon .button-default,
.woocommerce-billing-footer p,
.program-schedule-single-position:before,
.program-schedule-single-position {
  background: #000000;
}

/*--------------------------------------------------------------
  ## $light_1 (color #ffffff);
  --------------------------------------------------------------*/
.light_1, .hamburger i, .banner-text-countdown .countdown-wrapper .countdown .CountdownContent .CountdownLabel, .post-tag ul li a, .discussion-single-slide-left span, .single_add_to_cart_button:hover, .woocommerce-billing-list li.active a, #second-step th:first-child, #second-step th:nth-child(2), .woocommerce-billing-step-btn .button-default, .error-content h4, .coming-soon-wrapper h4, .coming-soon-wrapper .CountdownContent, .single-address-desc h4, .schedule-speaker-title h6, .schedule-speaker-title span, .schedule-btn, .button-default:hover, .backtotop i, .map-location-box h4, .map-location-box p, .previlege-slider .slick-arrow, .slider-text, .countdown-wrapper .countdown .CountdownContent, .countdown-wrapper p, .dud, .countdown-wrapper-two .countdown .CountdownContent, .countdown-wrapper-two .countdown .CountdownContent .CountdownLabel, .countdown-wrapper-two p, .single-twitter p, .call-toaction-one h3, .single-speaker .speaker-image .speakers-info .info-left h6, .single-speaker .speaker-image .speakers-info .info-left span, .single-speaker .speaker-image .speakers-info .speakers-social ul li a, .single-speaker .flash_tag, .staff-carousel .slick-arrow, .download-icon, .sonsers-logo-slider .slick-arrow, .news-letter-inner p, .news-letter-inner span, .single-filter-event .event-location, .blog-post-grid.format-aside .entry-summary p,
.blog-post-grid.format-gallery .slick-arrow,
.page-numbers.current,
.page-numbers:hover, .main-menu ul li a, .icon-menu li a, .page-title, .offcanvus-video,
.speaker-box .speaker-info h4, .speaker-box .speaker-info span,
.menu-item-has-children::after, .off-canvus-menu .youtube-wrapper i, .buy-ticket, .offcanvas-facilities-box p,
.offcanvas-footer span:hover, .footer-social ul li a, .button-default, .format-audio .player .btns div.icon-play,
.format-audio .player .btns div.icon-play::after, .format-audio .player .btns div.icon-stop::after,
.format-audio .player .progress-outer .progress-time small,
.button.buy-now,
.single_add_to_cart_button,
.woocommerce-billing-footer p,
.program-schedule-single-position span:before,
.megamenu .column ul li a:hover,
.main-menu .sub-menu li a:hover, .buy-ticket:hover,
.header_two .buy a:hover,.volunteer-area .button-default {
  color: #ffffff;
}

/*--------------------------------------------------------------
  ## $light_1 (background #ffffff);
  --------------------------------------------------------------*/
.light_1_bg, .search-fullwidth, .single-address-desc h4:after, .tab-content-topic .topic-tab-text, .schedule-info .schedule-share:after, .map-location-box:before, .sleider-heading:after, .slider-inside-date, .three-part-image:after, .three-part-image:before, .faq-accordion .btn-link.collapsed, .blog-post-grid.format-aside .entry-summary:before, .hamburger-inner,
.hamburger-inner::after, .hamburger-inner::before, .page-bradcrumb {
  background: #ffffff;
}

/*--------------------------------------------------------------
  ## $color_one (Color #6633cc);
  --------------------------------------------------------------*/
.color_one, .section-title-boxed-left, .search-wrapper-inner input, .search-wrapper-inner i, .banner-text-count-content h3, .post-category-name a:hover, .post-share a:hover, .comment-reply-link:before, .comment-form label span, .mCSB_scrollTools .mCSB_buttonDown::after, .footer-three .section-title ul li i, .single-prev-content h5, .single-staff .speaker-image .speakers-info .speakers-social ul li a:hover, .list-boxed-wrapper ul li i, .schedule-detail-inner.schedule-one-inner .schedule-date .nav-tabs .nav-link.active, .sponsers-list-category h6, .single-pricing h3, .single-pricing.style-two h3, .section-title h2,
.sub-menu .menu-item-has-children:hover:after,
.megamenu li a:hover,
.section-title-boxed h2,
.widget.widget_category .cat-item:hover a, .widget.widget_category .cat-item:hover i,
.widget.widget_recent_comments .comment-author-detail a span:hover b,
.widget.widget_speaker_list ul li:hover .speaker-detail a,
.widget.widget_speaker_list ul li:hover::after,
.load-more a:hover,
.header_three .buy a,
.tribe-events-page-title
{
  color: #6633cc;
}

/*--------------------------------------------------------------
  ## $color_one (background #6633cc);
  --------------------------------------------------------------*/
.color_one_bg, .entry-content blockquote:after, .post-tag ul li a, .woocommerce-billing-list li.back:after, .woocommerce-billing-list li.back:before, .woocommerce-billing-list li.active, #second-step th:first-child:nth-child(2) span, #second-step th:nth-child(2):nth-child(2) span, .woocommerce-billing-step-btn .button-default, .backtotop i, .twitter-one, .sonsers-logo-slider .slick-arrow, .page-numbers::before,
.main-menu .megamenu-image .img-wrapper::after, .page-title::after,
.footer-social .hexagon::before, .topic-tab-button .nav-item a::after, .button-default,
.blog-post-grid.format-aside .blog-post-grid-inner,
.wc-proceed-to-checkout .button-default.checkout-button,
.program-schedule-all:after,
.header_three .main-menu > ul > li > a:after,
.header_three .sub-menu li a::after,
.price-btn,
.simplebar-scrollbar::before {
  background: #6633cc;
}

@media (min-width: 320px) and (max-width: 575px) {
  .map-location {
    background: #6633cc;
  }
}

/*--------------------------------------------------------------
  ## $color_two (color #cc3366);
  --------------------------------------------------------------*/
.color_two, .main-menu .megamenu-image h6 a, .woocommerce-cart-form__contents td.product-remove, .single-address-desc.dubai a, .single-address-desc.dubai i, .topic-tab-button .nav-tabs .nav-item .nav-link.active, .time-schedule-box .start-end-time, .time-schedule-box .level, .schedule-social-icon ul li a, .schedule-two .view-more a, .countdown-wrapper-two .countdown .CountdownContent:nth-child(2), .about-boxed-slider .slick-dots li.slick-active button::before, .about-list ul li i, .staff-carousel .slick-dots li.slick-active button::before, .testimonial-slider-one .slick-dots li.slick-active button::before, .schedule-detail-inner.schedule-one-inner .schedule-date .nav-tabs .nav-link, .single-pricing.style-three h3, .faq-accordion .btn-link span, .faq-accordion .btn-link.collapsed:hover span, .venue-box ul li, .gallery-filter-btn li.active, .search-section p, .search-wrapper button, .page-numbers.next:hover,
.page-numbers.prev:hover,
.buy a,
.widget.widget_recent_comments .comment-author-detail a span:hover,
.widget.widget_recent_entries ul li:hover a span,
.contact-form label,
.faq-accordion .btn-link.collapsed .fas.fa-arrow-right,
.chat_option h4 a {
  color: #cc3366;
}

/*--------------------------------------------------------------
  ## $color_two (background #cc3366);
  --------------------------------------------------------------*/
.color_two_bg, .volunteer-area .button-default, .coming-soon-wrapper .CountdownLabel, .single-prev-content:after, .previlege-slider .slick-arrow, .single-speaker .speakers-event-info:after, .single-speaker .flash_tag:after, .staff-carousel .slick-arrow, .download-icon, .single-pricing.style-three .price-btn, .single-filter-event .event-location, .single-filter-event:after, .page-numbers::after,
.main-menu > ul > li > a:after, .sub-menu li a:after, .megamenu li a::after,
.page-title::before, .section-link:after, .button-default, .buy-ticket,
.single_add_to_cart_button, .submit-newsletter {
  background: #cc3366;
}

/*--------------------------------------------------------------
## $color_one (border #6633cc);
--------------------------------------------------------------*/
.color_one_border, .tab-section-inner, .schedule-one-inner {
  border: 10px solid #6633cc;
}

.color_one_border_bottom {
  border: 10px solid #6633cc;
}

/*--------------------------------------------------------------
  ## $color_one (border #6633cc);
  --------------------------------------------------------------*/
.contact-form .form-control:focus, .default-form .form-control:focus {
  border: 2px solid #6633cc;
}

.event-members-bg-shape svg .arrow-line {
  stroke: #6633cc;
}

/*--------------------------------------------------------------
  ## $title_1 (border #000000);
  --------------------------------------------------------------*/
.blog-post-meta-list li a {
  border-right: 1px solid #000000;
}

/*--------------------------------------------------------------
  ## $para_1 (color #4c455a);
  --------------------------------------------------------------*/
.section-title p,
.topic-tab-button .nav-tabs .nav-item .nav-link,
.price {
  color: #4c455a;
}

/*--------------------------------------------------------------
  ## $para_2 (color #6b5a8d);
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## $color_four (color #00cc33);
  --------------------------------------------------------------*/
.color_four, .banner-text-countdown .countdown-wrapper .countdown .CountdownContent:nth-child(2), .single-address-desc.usa a, .single-address-desc.usa i, .schedule-one .view-more a, .slider-text h1 span, .countdown-wrapper-two .countdown .CountdownContent:nth-child(4), .single-pricing.style-one h3, .single-filter-event .event-details p span, .offcanvas-box .half-grid > p, .section-link:hover:after, .header_two .buy a,
.map-location-box h4 i, .offcanvas-facilities-box p i,
.page-bradcrumb ul li a:hover,
.schedule-details-page .schedule-session .nav-tabs .nav-link.active {
  color: #00cc33;
}

/*--------------------------------------------------------------
  ## $color_four (border #00cc33);
  --------------------------------------------------------------*/
.color_four_border, .off-canvus-menu .youtube-wrapper {
  border-top: 4px solid #00cc33;
}

/*--------------------------------------------------------------
  ## $color_four (background #00cc33);
  --------------------------------------------------------------*/
.color_four_bg, .volunteer-area .button-default:hover, .single-schedule-content:hover .schedule-btn, .download-pdf a:hover .download-icon, .single-pricing.style-one .price-btn, .event-list-filter-btn li.active:after, .buy-ticket:hover, .footer-social a:hover .hexagon::before, .button-default:hover, .section-link:hover:after, .discussion-single-slide-left span,
.header_two .main-menu > ul > li > a:after,
.header_two .sub-menu li a::after, .submit-newsletter:hover,
.previlege-slider .slick-arrow:hover,
.sonsers-logo-slider .slick-arrow:hover {
  background: #00cc33;
}

/*--------------------------------------------------------------
  ## $color_three (color #3399cc);
  --------------------------------------------------------------*/
.color_three, .single-address-desc.uk a, .single-address-desc.uk i, .countdown-wrapper-two .countdown .CountdownContent:nth-child(3) {
  color: #3399cc;
}

.color_three_bg, .single-pricing.style-two .price-btn {
  background: #3399cc!important;
}

.color_three_border {
  border: 2px solid #3399cc;
}

/*--------------------------------------------------------------
  ## $color_five (color #ff9933);
  --------------------------------------------------------------*/
.color_five, .banner-text-countdown .countdown-wrapper .countdown .CountdownContent:first-child, .countdown-wrapper-two .countdown .CountdownContent:nth-child(1) {
  color: #ff9933;
}

.color_five_bg, .seatbook-two .image-disign-one::after {
  background: #ff9933;
}

.color_five_border {
  border: 2px solid #ff9933;
}

/*--------------------------------------------------------------
  ## Without variable
  --------------------------------------------------------------*/
.offcanvas-footer span, .offcanvas-social ul li a {
  color: #C1B8D5;
}

.column:hover ul li a {
  color: #b2b2b2;
}

.off-canvus-menu {
  background: #38177b;
}

.format-audio .player {
  background-color: #222222;
}

.blog-post-grid audio {
  background: #252525;
}

.audio-bottom-bg:before {
  background: #f1f1f1;
}

.section-title p {
  color: #563f84;
}
header.header_default ul li {
  list-style: none;
}
.megamenu .column ul li a, .main-menu .sub-menu li a {
  color: #9f9f9f;
}

/*--------------------------------------------------------------
  ## CSS Added for wordpress fix
  --------------------------------------------------------------*/


.widget.widget_category .cat-item {
  padding-left: 40px;
}
.widget.widget_category .cat-item:hover {
  padding-left: 47px;
}
.textwidget p {
  font-size: 16px;
  color: #858585;
  padding-left: 27px;
  line-height: 30px;
  margin-top: -7px;
  letter-spacing: .8px;
  margin-bottom: 0;
}

/* section.widget.widget_category li.cat-item:hover:before {
  left: 34px;
  transition: all .3s;
} */
aside.sidebar.widget-area .tagcloud a {
  margin: 0;
  margin-bottom: 4px;
}
.widget_tag_cloud .tagcloud {
  padding: 0 24px;
}
.eventos-instagram-widget ul {
  padding: 0 24px;
}
.blog-post-content .entry-content p {
  color: #000;
}
/* .widget.widget_recent_entries ul li a {
  font-size: 16px;
} */
.widget.widget_recent_entries ul li a span {
  font-size: 13px;
}
.post-btn-wish a {
  font-size: 14px;
}
.post-btn-wish span.sl-count {
  color: #000000;
  opacity: 1;
  margin-right: 9px;
  font-size: 14px;
  font-weight: 300;
  float: left;
}
.post-like-count .sl-wrapper .sl-icon {
  font-size: 20px;
  color: #000;
  opacity: .15;
}
.post-like-count .sl-wrapper .sl-icon:hover{
  opacity: .3;
}
.post-like-count .sl-wrapper {
  position: relative;
}
.paging_wrapper {
  position: relative;
  width: 100%;
  margin: 0 15px;
  margin-bottom:80px;
}
.column-masonry .paging_wrapper {
  margin-bottom: 0;
}
.column-three .paging_wrapper {
  margin-bottom: 0;
}
.column-two .paging_wrapper {
  margin-bottom: 0;
}
.column-one-sidebar .paging_wrapper {
  margin-bottom: 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.paging_wrapper::after {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.widget.widget_recent_entries ul li a span b {
  transition: all .3s;
}
.contact-form .form-control {
  border: 2px solid #e1d2ff;
}
.page-bradcrumb a, .page-bradcrumb span,.page-bradcrumb{
  color: #000000;
  transition: all .3s;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.page-bradcrumb a:hover {
  color: #00cc33;
}
.megamenu li a::after {
  top: 16px;
}
.topic-tab-button .nav-item a::after {
  content: '';
  position: absolute;
  left: -41px;
  top: 9px;

}
.schedule-two .section-title.text-center.with-bg {
  padding-top: 0;
}
.widget.widget_text {
  margin-bottom: 50px;
}
.widget.eventos-instagram-widget {
  margin-bottom: 45px;
}
.widget.eventos_recent_post_widget {
  margin-bottom: 58px;
}
/*--------------------------------------------------------------
  ## Calender css
  --------------------------------------------------------------*/
.tribe-events-page-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: .9;
  font-family: "Rubik", sans-serif;
  font-size: 55px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: transparent;
  color: #c36;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: underline;
}
.tribe-events-calendar thead th {
  background-color: #3399cc;
  color: #fff;
  font-weight: 700;
  padding: 1em 0;
  white-space: nowrap;
  border-left: 1px solid #82d2fb;
  border-right: 1px solid #fff;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]{
  background-color: #63c;
}

#tribe-events .tribe-events-button, .tribe-events-button {
  background-color: #63c;
  background-image: none;
  border-radius: none;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 0;
}
#tribe-events-content-wrapper {
  padding-top: 72px;
}
.tribe-events-title-bar {
  margin-bottom: 80px;
}
.tribe-bar-views-inner {
  background: #ededed;
  margin: 0;
  padding: 19px 0;
}
#tribe-bar-form {
  background: #f7f7f7;
  margin: 0;
  position: relative;
  width: 100%;
}
#tribe-events .tribe-events-button, .tribe-events-button:hover{
  background-color: #4c17b6;
}
ul.tribe-events-sub-nav a {
  font-size: 18px;
  font-weight: 400;
  color: #444343;
}
ul.products.columns-2 .product-thumb {
  padding: 0px;
}
.tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
  font-size: 12px;
  color: #0e5b81;
}
.tribe-events-list-separator-month span {
  background-color: #fff;
  padding: 0 7.5%;
  color: #3600a4;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
  text-decoration: none;
  color: #000;
  font-family: "Rubik", sans-serif;
}
.tribe-events-loop .tribe-events-event-meta {
  font-size: 14px;
  font-weight: 300;
}
.tribe-events-event-cost span {
  border: 1px solid #c36;
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
  text-align: center;
  text-overflow: ellipsis;
  background: #c36;
  color: #fff;
}


/*--------------------------------------------------------------
  ## Woocommerce
  --------------------------------------------------------------*/

.woocommerce span.onsale {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 0;
  color: #ff0055;
  text-transform: uppercase;
  font-size: 12px;
  background: #fff;
  padding: 9px 16px;
  line-height: 16px;
  border: 1px solid #e1e1e1;
  z-index: 1;
  border-radius: 2px;
  line-height: 17px;
  width: 80px;
  left: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: ' ';
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #f5f5f5;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 60px;
}

.woocommerce ul.products li.product .onsale {
  top: 25px;
  right: 24px;
  left: auto;
  margin: -.5em -.5em 0 0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1
{
  width: 100%;
  max-width: 100%;
  float: none;
}
.woocommerce form .form-row label {
  line-height: 2;
  width: 100%;
  margin: 0;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px;
  border: 1px solid #c5c0c0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.woocommerce-checkout .woocommerce-billing-fields textarea,.woocommerce-checkout .woocommerce-billing-fields input[type="text"],.woocommerce-checkout .woocommerce-billing-fields input[type="search"],.woocommerce-checkout .woocommerce-billing-fields input[type="tel"],.woocommerce-checkout .woocommerce-billing-fields input[type="url"],.woocommerce-checkout .woocommerce-billing-fields input[type="email"],.woocommerce-checkout .woocommerce-billing-fields input[type="text"],.woocommerce-checkout .woocommerce-billing-fields input[type="password"], .woocommerce-checkout .woocommerce-billing-fields input[type="number"] {
  cursor: pointer;
  outline: none;
  background: #fff;
  height: 50px;
  padding: 10px 12px;
  font-weight: 300;
  font-size: 15px;
  color: #201f1f;
  border: 1px solid #eaeaea;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #c5c0c0;
  line-height: 28px;
  padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #c5c3c3 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 21px;
  width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c5c3c3 transparent;
  border-width: 0 5px 7px 5px;
}
.woocommerce form .form-row textarea {
  height: 17em;

}
.site-content .woocommerce-billing-fields h3 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
.site-content .woocommerce-additional-fields h3 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}

.woocommerce form .form-row .input-text{
  border-color: #c5c0c0;
  padding: 15px;
  font-weight: 300;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 40px;
}
#billing_address_1 {
  margin-bottom: 10px;
}
#billing_address_1_field {
  margin-bottom: 20px;
}
#order_review {
  width: 40%;
  float: right;
  padding: 10px 30px 25px;
  background: #f9f9f9;

}
#order_review_heading {
  display: none;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 60%;
  float: left;
  padding-right: 50px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none;
}
.woocommerce table.shop_table {
  border: none;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  margin-top: 50px;
}
.woocommerce table.shop_table th {
  font-weight: 400;
  padding: 9px 12px;
  line-height: 1.5em;
  color: #686666;
}
strong .woocommerce-Price-amount.amount {
  font-weight: 700;
  color: #000;
}
.woocommerce-Price-amount.amount {
  font-weight: 400;
  font-size: 15px;
}
.woocommerce-form-coupon-toggle {
  margin-top: 100px;
  margin-bottom: 70px;
}
#place_order {
  background: #c36;
  border-radius: 0;
  padding: 18px 30px;
  margin-top: 25px;
}
#place_order:hover {
  background: #00cc33;
}

section.related.products{
  margin-top:80px;
}

section.related.products .site-main{
  padding-top:35px;
}

.post-btn-wish.post-category.eventos-noraml div {
  display: inline;
  padding-right: 13px;
}
.post-btn-wish.post-category.eventos-noraml {
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: normal;
}
.eventos-noraml .post-category-name i {
  margin-right: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {

  .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  #order_review {
    width: 100%;
    float: right;
    padding: 10px 30px 25px;
    background: #f9f9f9;
  }

}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .woocommerce form .form-row-first {
    width: 100%;

  }
  .woocommerce form .form-row-last {
    width: 100%;

  }
}
.post-btn-wish a {
  color: #000;
}
.post-author-info i {
  color: #000;
}
.normal-blog-post-date {
  color: #000;
}
.post-password-form input[type="submit"] {
  height: 37px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 37px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  background: #6633cc;
  color: #fff;
}
.post-password-form input[type="password"]{
  padding-left: 10px;
}
.post-password-form label {
  float: left;
  margin-right: 9px;
}
/*--------------------------------------------------------------
  ## Blog For Unit Test
  --------------------------------------------------------------*/
.eventos-main-blog .sticky .feature-image::after {
  border-top: 105px solid transparent;
}
/*--------------------------------------------------------------
  ## Monster widget
  --------------------------------------------------------------*/
div#comments h1, div#comments h2, div#comments h3, div#comments h4, div#comments h5, div#comments h6 {
  margin: 0;
  padding: 0;
}
.sidebar.widget-area .widget tr {
  font-size: 14px;
}
.categorie-widget .widget-title::before {
  position: absolute;
  content: "\f0ca";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  left: 0;
  top: 0px;
  line-height: 22px;
}
.categorie-widget.widget_recent_comments .widget-title::before {
  content: "\f4ad";
}
.categorie-widget.widget_calendar .widget-title::before {
  content: "\f271";
}
.categorie-widget.widget_tag_cloud .widget-title::before {
  content: "\f02c";
}
.categorie-widget.widget_text .widget-title::before {
  content: "\f044";
}
.categorie-widget.widget_rss .widget-title::before {
  content: "\f09e";
}
.eventos_post_widget.categorie-widget .widget-title::before {
  content: "\f007";
}
.eventos_recent_post_widget.categorie-widget .widget-title::before {
  content: "\f017";
}
.categorie-widget.widget_rss .widget-title img {
  display: none;
}
.categorie-widget.widget_search .widget-title::before {
  content: "\f002";
}
.categorie-widget .widget-title {
  padding-left: 27px;
}
.categorie-widget.widget_text .textwidget {
  padding-left: 27px;

}
.categorie-widget.widget_text .textwidget p {
  padding-left: 0;
  margin-top: 7px;
}
.categorie-widget.widget_text .textwidget p strong{
  font-weight: normal;
}
.categorie-widget.widget_calendar caption {
  font-size: 16px;
  padding-bottom: 0;
}
.blog-detail .categorie-widget.widget_calendar table {
  margin-bottom: 0;
  margin-left: 27px !important;
}
.categorie-widget.widget_text .textwidget .wp-caption {
  width: 100%;
}
.categorie-widget.widget_text .textwidget .wp-caption.alignnone{
  margin-right: 0;
}

.categorie-widget.widget ul li.cat-item a,.categorie-widget.widget ul li.cat-item,
.categorie-widget.widget ul li.page_item a,.categorie-widget.widget ul li.page_item,
.categorie-widget.widget ul li.menu-item{
  font-size: 14px;
  line-height: 40px;
  text-transform: capitalize;
}

.categorie-widget.widget ul li.cat-item a,.categorie-widget.widget ul li.page_item a,.categorie-widget.widget ul li.menu-item a {
  padding-left: 27px;
}
.categorie-widget.widget_archive ul li,
.categorie-widget.widget_meta ul li {
  font-size: 14px !important;
  line-height: normal;
  line-height: 40px;
  border-bottom: 1px solid #f1eaff;
  transition: 0.5s;
}
.categorie-widget.widget_archive ul li:hover,
.categorie-widget.widget_meta ul li:hover {
  color: #6342a7;
  padding-left: 8px;
}
.categorie-widget.widget_archive ul li a,
.categorie-widget.widget_meta ul li a{
  font-size: 14px;
  font-weight: 500;
  padding-left: 27px;
}
.categorie-widget.widget_archive .children {
  border-top: 1px solid #f1eaff;
}
.categorie-widget.widget_archive  .children .children {
  margin-left: 0;
}
.categorie-widget.widget_archive  .children .children li a{
  margin-left: 38px;
}
.categorie-widget.widget_archive  .children li a {
  margin-left: 29px;
}
.categorie-widget select {
  font-size: 14px;
  width: 100%;
  height: 51px;
  border: 1px solid #f1eaff;
  padding: 0 20px;
  -moz-appearance: none;
}
.categorie-widget.widget_archive ul li .children li:last-child {
  border-bottom: 0;
}
.categorie-widget .widget_recent_comments li.recentcomments > a{
  display: block;
}
.categorie-widget.widget_recent_comments .recentcomments {
  border-bottom: 1px solid #f1eaff;
}
.categorie-widget.widget_rss p {
  font-size: 16px;
}
.blog-detail .comment-meta {
  position: relative;
  margin-bottom: 30px;
}
.blog-detail .comment-metadata {
  position: absolute;
  bottom: 0;
  left: 60px;
}
.blog-detail .comment-body .comment-author.vcard::after {
  bottom: 0;
  top: auto;
  left: 61px;
  bottom: -17px;
}
.blog-detail .comment-author .fn {
  vertical-align: top;
}
.blog-detail .comments-area .avatar {
  margin-bottom: 0;
  margin-right: 0;
}
.blog-detail .comment-author .fn {
  padding-left: 10px;
}
.blog-detail .comment-content blockquote {
  padding: 30px;
  background: #f1eaff;
  margin: 10px 0;
}
.blog-detail .comment-content table {
  margin-bottom: 30px !important;
}
.blog-detail .comment-content table tr th {
  font-size: 16px;
  line-height: 44px;
}
.blog-detail .comment-content table tr {
  height: 50px;
}
.blog-detail .comment-content table td:first-child{
  width: 33.33%;
}
.blog-detail .comment-content table td:nth-child(2){
  width: 15%;
}
.blog-detail .comment-content table td {
  font-size: 16px;
}
.blog-detail .comment-content table td a {
  border-bottom: 0;
  text-decoration: none;
  font-size: 16px;
}
.blog-detail .comment-content dl, .blog-detail .comment-content li {
  font-size: 16px;
}
.blog-detail .entry-content table {
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}

.blog-detail .entry-content table th a {
  text-decoration: none;
}
.blog-detail .entry-content li {
  font-size: 16px;
}
div#comments .comment-respond input#submit:hover {
  background: #6633cc;
}
.blog-section .sl-wrapper a i {
  color: rgba(0, 0, 0, 0.2);
  font-size:20px;
}

.blog-section .sl-wrapper a:hover i {
  color: rgba(0, 0, 0, 0.3);
  font-size:20px;
}
.categorie-widget.eventos_categories_widget ul li.cat-item,
.categorie-widget.widget ul li.cat-item a {
  line-height: normal;
}
@media (max-width: 480px){
  .blog-detail .eventos-noraml div {
    padding-right: 25px;
  }

  .post-btn-wish {
    flex-wrap: wrap;
  }

  .post-share:after {
    display: none;
  }

  .post-wish-n-share {
    justify-content: space-between;
  }
  .post-wish-n-share .post-like-count {
    margin-top: 10px;
  }
}

.blog-post-meta {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -83px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}
.blog-post-date {
  position: relative;
  top: 0;
}
.blog-post-date {
  position: relative;
  top: 0;
  left: auto;
}
.blog-post-meta-list {
  float: none;
  display: block;
  width: calc(100% - 138px);
  text-align: right;
}
.blog-post-content {
  padding-top: 0;
}
.column-three .entry-title {
  font-size: 20px;
  line-height: 24px;
}
.column-two-sidebar .blog-post-date {
  top: 0;
  left: auto;
}
.column-two-sidebar .blog-post-meta-list {
  width: calc(100% - 109px);
  margin-top: -15px;
  transform: translateY(-15px);
}
.column-two-sidebar .blog-post-meta {
  margin-top: -69px;
}
.column-three .blog-post-date {
  top: 0;
  left: auto;
}
.column-masonry .blog-post-date {
  top: 0;
  left: auto;
}
.column-one-sidebar .blog-post-meta {
  padding-bottom: 10px;
  border-bottom: 0px solid #eee;
}

.schedule-s-one .schedule-two .section-title.text-center.with-bg {
  margin-top: -35px;
  height: 263px;
}
.p-bottom-80 .schedule-two.schedule-page {
  padding-bottom: 0;
  padding-top:40px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon input#coupon_code {
  width: 190px;
}
section.schedule-details-page .simplebar-content {
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li.eventos-megameu > ul {
    margin-left: 0;
    left: 0;
  }
  .eventos-megameu .sub-menu li {
    padding-left: 0;
  }
  .megamenu-list {
    margin-right: 10px;
  }
  .megamenu.megamenu-content .megamenu-list span.mm-header {
    padding-left: 0px !important;
  }
  .text-left .elementor-heading-title {
    padding-left: 0px;
  }
  .megamenu-list ul li a {
    line-height: 22px;
  }
  .megamenu-list ul li a {
    line-height: 22px;
  }
  .megamenu-list ul li {
    margin-bottom: 13px;
  }
  .megamenu-list span.mm-header {
    font-size: 16px;
    font-weight: 700;
  }
  .megamenu.megamenu-content .text-left {
    padding-top: 9px;
  }
  .megamenu.megamenu-content .text-left h2 {
    margin-bottom: 20px;
  }
  .single-address-desc {
    padding: 0 28px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .logo a {
    line-height: 57px;
  }
  .icon-menu ul li a {
    line-height: 53px;
  }
  .speaker-one-inner ul {
    right: -85px;
  }
}
section.related.products {
  display: none;
}
.news-letter-content {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  letter-spacing: 1.7px;
  text-align: left;
  margin-bottom: 5px;
}
/*#pbottom-not .seatbook-one {
  padding-bottom: 0;
  padding-top: 180px;
}*/
.single-tribe_events .tribe-events-single-event-title {
  font-size: 40px;
  line-height: 1;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-weight: 500;
  color: #000;
}
.tribe-events-schedule h2 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.tribe-events-cost {
  padding-left: 20px;
  color: #cc3366;
}
.tribe-events-schedule {
  margin: 00 0 29px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  color: #cc3366;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  margin: 0 0 15px;
}
.single-tribe_events .tribe-events-content {
  margin-bottom: 20px;
}
.single-tribe_events .tribe-events-cal-links {
  margin-bottom: 50px;
}
.post-btn-wish .post-category-name a {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 26px;
}
.post-wish-n-share .post-like-count {
  padding-left: 30px;
}
.post-category-name {
  padding: 0;
}
div#comments .comment-respond input#submit, .contact-form input#laevnto-btn {
  background: #cc3366;
  float: left;
  margin-top: 0;
}
div#comments .comment-respond input#submit, .contact-form input#laevnto-btn:hover {
  background: #cc3366;
}
.post-like-count .sl-wrapper .sl-icon {
  font-size: 18px;
}
.widget.widget_search .search-form label::before {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  top: 16px;
}
div.wpcf7 .widget_subscribe_detail_bottom .ajax-loader {
  display: none;
}
.widget_subscribe_detail_bottom p {
  position: relative;
  margin-bottom: 0;
}
.widget.widget_subscribe .widget_subscribe_detail_bottom input.sidebar_subscribe_submit {
  width: 50px;
  right: 1px;
  top: 1px;
  border: 0px;
  height: 43px;
  font-size: 0;
  cursor: pointer;
}
.widget_subscribe_detail_bottom br {
  display: none;
}
.widget_subscribe_detail_bottom i {
  font-size: 14px;
  right: 0;
  position: absolute;
  bottom: 15px;
  right: 12px;
  color: #c9c8c8;
  pointer-events: none;
}
.widget.widget_subscribe .widget-title::before {
  top: 11px;
  left: 20px;
}
.widget.widget_subscribe .widget-title {
  padding-left: 46px;
}
.categorie-widget.widget_text .textwidget.subscribewidget {
  padding-left: 0;
}
.cart-collaterals .cart_totals> h2{
  display:none;
}
p.return-to-shop a.button.wc-backward {
  background: #cc3366;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.cart-collaterals {
  justify-content: flex-end;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 39%;
}
.woocommerce table.shop_table {
  margin-top: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce-cart .eventos-padding {
  padding-bottom: 0;
}
.woocommerce-cart .footer.footer-one {
  margin-top: -20px;
}
.woocommerce-cart table.cart th {
  font-weight: 700;
}
.woocommerce-cart-form__contents td.product-remove a {
  line-height: 27px;
  font-size: 20px;
  margin-top: -9px;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-top: 0;
}
.woocommerce-checkout .eventos-padding {
  padding-bottom: 0;
}
.woocommerce-checkout .footer.footer-one {
  margin-top: -40px;
}
.woocommerce-account .eventos-padding {
  padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
}

body.post-type-archive-tribe_events .eventos-padding {
  padding-bottom: 0px;
}
/*.tribe-events-after-html {
  background-image: url('');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 120px 0px 120px 0px;
  margin-top: 180px;
}*/

.tribe-events-after-html .container input[type="email"] {
  border: 2px solid #6633cc;
  width: 650px;
  height: 60px;
  float: left;
  padding: 0 15px;
  font-size: 16px;
}
.tribe-events-after-html p.eventos-class {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 36px;
}
.tribe-events-after-html p.eventos-class .eventos-small-content {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.3px;
  margin-top: 26px;
  display: inline-block;
}
.events-archive .entry-content, .events-archive .entry-header {
  width: 100%;
}
section.mail-chimp-settings p.eventos-large-para {
  margin-bottom: 20px;
}
.tribe-events-after-html .submit-newsletter {
  padding: 12px 30px;
  display: inline-block;
  margin-left: 30px;
  margin-top: 0;
  float: none;
}
.tribe-events-after-html .submit-newsletter.eventos-class input {
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.tribe-events-after-html .submit-newsletter.eventos-class .ajax-loader {
  display: none;
}
.eventos-dummy-content ul li {
  list-style: none;
}

.eventos-dummy-content blockquote {
  font-size: 30px;
  color: #000000;
  background: #f9f6ff;
  padding: 78px 65px 82px 91px;
  line-height: 44px;
  letter-spacing: 0.8px;
  position: relative;
  margin-bottom: 50px;
  font-family: "Rubik", sans-serif;
}

.eventos-dummy-content blockquote:after {
  position: absolute;
  left: 50px;
  top: 50%;
  width: 5px;
  height: 36%;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.1;
}
aside.sidebar.widget-area .eventos_categories_widget ul li {
  padding-left: 15px;
}

.eventos-dummy-content blockquote {
  margin-top: 50px;
}

aside.sidebar.widget-area .eventos_categories_widget .cat-item:hover{
  padding-left:15px;
}
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 100% !important;
  margin: 0 auto;
}

.single-tribe_events .footer.footer-one {
  padding-top: 60px;
}

@media only screen and (max-width:  991px) {
    .single-tribe_events .footer.footer-one {
      padding-top: 0;
    }
}

.tribe-events-page-title {
  font-weight: 600;
  font-size: 55px !important;
}
.tribe-events-back {
  line-height: normal;
}
.tribe-events-list-event-description.tribe-events-content p {
  color: #797979;
}
.author.location {
  color: #797979;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span {
  color: #000;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: transparent;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost {
  background: #c36;
  color: #fff;
}

.tribe-events-page-title a:focus, .tribe-events-page-title a:hover {
  text-decoration: none;
}
.woocommerce a.remove:hover {
  line-height: 20px;
}

header.header_default ul li ul li.menu-item-has-children::after {
  position: absolute;
  content: "\f107";
  right: 40px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 12px;
}


.woocommerce-account .entry-content {
  margin: 0 auto;
}
.woocommerce-account .woocommerce {
  margin: 0;
  padding: 80px;
  position: relative;
  border: 10px solid #6633cc;
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.woocommerce-account .woocommerce h2 {
  position: absolute;
  background: #fff;
  left: 48px;
  transform: translateY(-50%);
  z-index: 9;
  padding: 10px 27px;
}

.woocommerce-account .woocommerce h2 {
  position: absolute;
  background: #fff;
  left: 46px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  padding: 10px 27px;
  top: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: .9;
  line-height: 50px;
  display: inline;
  font-family: "Rubik", sans-serif;
  color: #6633cc;
}
.woocommerce-account .woocommerce form.login {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0px;
}
.woocommerce-account .woocommerce form .form-row label {
  line-height: 2;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1.6px;
}
.woocommerce-account .woocommerce-form input {
  box-shadow: none;
  height: 60px;
  padding-left: 15px;
  border-radius: 0;
  margin-bottom: 7px;
  border: 2px solid #e1d2ff !important;
  font-size: 14px;
}
.woocommerce-account .woocommerce form .form-row {;
  margin: 0;
}
.woocommerce-account button.woocommerce-Button.button {
  border-radius: 0;
  border: none;
  font-size: 20px;
  font-weight: 600;
  padding: 13px 30px 13px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  letter-spacing: .5px;
  margin-top: 25px;
  background: #cc3366;
  color: #fff;
  text-transform: capitalize;
  line-height: normal;
}
.woocommerce-account .woocommerce-address-fields .button {
    padding: 16px 34px;
    background: #cc3366;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}
.woocommerce-account .woocommerce form .form-row .required {
  color: #6633cc;
}
.woocommerce-account .woocommerce form .form-row label.inline {
  margin-top: 15px;
}
.woocommerce-account input#rememberme {
  height: auto;
}
table.tribe-events-calendar h3.entry-title.summary {
  font-size: 24px;
  margin-bottom: 20px;
}
.tribe-event-duration abbr.tribe-events-abbr.tribe-event-date-start {
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
  color:#796d6d;
}
div#tribe-events-content .tribe-events-tooltip .tribe-events-event-body {
  font-size: 16px;
}
.blog-detail .comments-title {
  font-size: 24px;
}
.container .col-md-12 span.wpcf7-not-valid-tip {
  position: absolute;
  width: 600px;
  top: 50px;
  font-size: 15px;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}
.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
  display: none;
}
.elementor-widget-container div.wpcf7-response-output {
    padding: 0.2em 1em;
    border: 2px solid #6633cc;
    width: 60%;
    margin: 0px auto;
    margin-top: 40px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 0;
}
.error-page-inner {
  border: 10px solid #6633cc;
  text-align: center;
  position: relative;
  padding: 90px 0;
  margin-top: 160px;
  margin-bottom: 160px;
}
.error_fix .elementor-widget-container div.wpcf7-response-output {
    padding: 0.2em 1em;
    border: 2px solid #6633cc;
    width: 97%;
    margin: 0px auto;
    margin-top: -120px;
    margin-bottom: 100px;
}
section.blog-grid.blog-detail .comment-body {
    padding-top: 40px;
}
.error-page-title {
  position: absolute;
  content: "";
  left: 50px;
  background: #FAF9FE;
  padding: 22px;
  top: -39px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  color: #6633cc;
  margin-bottom: 0;
  margin-top: -16px;
  letter-spacing: 2px;
  font-family: "Rubik", sans-serif;
}
.error-message h3 {
  color: #6633cc;
}
.error-body {
  font-size: 21px;
  color: #727272;
  letter-spacing: 1.5px;
}
.error-body .btn-primary {
  background: #00cc33;
  border: 0px;
  letter-spacing: normal;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 50px;
}
.error-page.padding-1-1 {
  background: #FAF9FE;
  margin-bottom: -80px;
}

section.blog-grid.blog-detail table {
  margin-bottom: 70px;
}

section.blog-grid.blog-detail table {
  margin-bottom: 60px;
}

header.header_default ul li ul.dl-submenu li.menu-item-has-children::after {
  display: none;
}

section.blog-grid.blog-detail .entry-content a, .eventos-main-blog .entry-content a {
  text-decoration: none;
}
section.blog-grid.blog-detail .entry-content a:hover {
  text-decoration: none;
  color: #ddd;
}
.pingback .comment-body::after {
  display: none;
}
.pingback .comment-body {
  border-bottom: 1px solid #ddd;
}
.blog-post-tag {
  padding: 24px 0 18px;
}
#comments .no-comments {
  margin-bottom: 0;
  margin-top: 46px;
}
.mejs-audio {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-s-one .schedule-two .section-title.text-center.with-bg {
    margin-top: 0;
  }
  .event-member-desc h4 {
    font-size: 14px;
  }
  .ptop-decrease .seatbook-one-hex {
    padding-top: 20px;
  }
  section.mail-chimp-settings input[type="email"] {
    width: 402px;
  }
  .site-content h1 {
    font-size: 50px;
  }
  .tribe-events-after-html .submit-newsletter {
    margin-left: 0;
    margin-top: 20px;
  }
  .blog-post-meta-list {
    width: calc(100% - 111px);
  }
  .single-tribe_events #tribe-events-content {
    padding: 2px 15px;
    width: 750px;
  }
  .single-tribe_events .tribe-events-venue-map {
    width: 50%;
    margin: 0;
    float: right;
  }
  .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    float: left;
    width: 50%;
  }
  .single-tribe_events .secondary .tribe-events-venue-map {
    width: 50%;
  }
  .tribe-events-sub-nav li a {
    background: transparent;
  }

  #eventos-shedule-btn {
    padding: 25px 7px;
  }
  .column-one-sidebar .blog-post-date {
    top: 18px;
  }
}

@media (max-width: 1600px) {
  .image-disign-one::before {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html.js.no-touch.cssanimations.csstransitions {
    margin-top: 0px !important;
  }
  .schedule-s-one .schedule-two .section-title.text-center.with-bg {
    margin-top: 55px;
    height: auto;
    margin-bottom: 60px;
  }
  section.mail-chimp-settings input[type="email"] {
    width: 100%;
  }

  .blog-post-meta {
    margin-top: -65px;
    padding-bottom: 0;
  }
  section.mail-chimp-settings .submit-newsletter {
    margin-left: 0;
    margin-top: 20px;
  }
  .tribe-events-after-html .container input[type="email"] {
    width: 495px;
  }

  .tribe-events-after-html .submit-newsletter {
    margin-left: 0;
    margin-top: 30px;
  }
  .site-content h1 {
    font-size: 32px;
  }
  body.admin-bar .header_default {
    top: 45px;
  }
  .single-tribe_events #tribe-events-content {
    padding: 2px 15px;
    width: 100%;
  }
  .tribe-events-sub-nav li a {
    background: transparent;
  }
  .tribe-events-after-html {
    margin-top: 100px;
  }
  .single-tribe_events .tribe-events-venue-map {
    width: 50% !important;
    margin: 0;
    float: right;
  }
  .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    float: left;
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .blog-grid {
    width: 100%;
  }
  .sidebar.widget-area {
    margin-bottom: 0px;
    margin-top: 80px;
  }
  .post-btn-wish.post-category.eventos-noraml div {
    padding-right: 9px;
  }
}

@media (max-width: 575px) {
  html.js.no-touch.cssanimations.csstransitions {
    margin-top: 0px !important;
  }
  .schedule-s-one .schedule-two .section-title.text-center.with-bg {
    margin-top: 95px;
  }
  .schedule-seat-book .seatbook-one-hex {
    padding-top: 0;
  }
  .ptop-decrease .seatbook-one-hex {
    padding-top: 0;
  }
  .single-speaker {
    width: 100%;
  }
  .speaker-image img {
    width: 100% !important;
  }
  section.mail-chimp-settings input[type="email"] {
    width: 100%;
  }
  section.mail-chimp-settings .submit-newsletter {
    margin-left: 0;
    width: auto;
    margin-top: 20px;
  }
  .padding-40 .speaker-one {
    padding-bottom: 80px;
  }
  .section-title-boxed {
    padding: 6px 11px;
  }

  .seat-register .default-form .button-default {
    padding: 14px 15px;
  }

  .site-content h1 {
    font-size: 30px;
  }

  .tribe-events-after-html .submit-newsletter {
    margin-left: 0;
    margin-top: 30px;
  }

  .tribe-events-after-html .container input[type="email"] {
    width: 100%;
  }

  .blog-post-meta-list {
    width: calc(100% - 100px);
  }
  .blog-post-meta {
    margin-top: -66px;
  }

  .blog-post-meta {
    padding-bottom: 20px;
    margin-top: -65px;
    margin-bottom: 24px;
  }
  .blog-grid.column-two {
    width: 100%;
  }
  .blog-grid {
    width: 100%;
  }

  .single-tribe_events #tribe-events-content {
    width: auto;
    padding: 0 15px;
  }
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 27px;
  }

  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    width: 100%;
  }
  .tribe-events-sub-nav li a {
    background: transparent;
    text-align: left;
  }
  .tribe-events-after-html {
    margin-top: 100px;
  }

  .tribe-events-list-separator-month {
    font-size: 28px !important;
  }
  .tribe-events-list .type-tribe_events .tribe-events-list-event-title {
    font-size: 22px;
    line-height: normal;
  }
  .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
    margin: 0;
  }
  .tribe-events-list .tribe-events-loop .tribe-event-featured {
    padding: 0;
  }
  .image-disign-one::before {
    display: none;
  }

  .page-title {
    margin-top: 129px;
  }
  .schedule-seat-book .seatbook-one-hex {
    padding-top: 30px;
  }

  .single-speaker .speaker-image .speakers-info {
    padding: 10px 10px;
  }
  .single-speaker .speaker-image .speakers-info {
    height: auto;
  }

  .blog-grid.column-three .blog-post-meta {
    margin-top: -85px;
  }

  .blog-grid {
    width: 100%;
  }

  .tribe-events-page-title {
    font-size: 37px !important;
  }

  .blog-detail .blog-post-meta {
    margin-top: -45px;
  }
  .eventos-dummy-content blockquote {
    padding: 78px 40px 82px 40px;
  }

  .eventos-dummy-content blockquote:after {
    left: 21px;
    height: 60%;
  }

  .banner-text-description {
    margin-top: 0;
  }

  #pbottom-not .seatbook-one {
    padding-top: 80px;
  }

  .gallery-item-wrapper {
    padding-bottom: 110px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .chat_option {
    margin-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .chat_option {
    padding-top: 72px;
  }
  .event-member-desc {
    padding-left: 0;
  }
  .event-member-desc h4 {
    font-size: 16px;
  }
  .single-speaker .speaker-image .speakers-info .info-left h6 {
    font-size: 13px;
  }
  .testimonial-section .list-boxed-wrapper {
    padding: 60px 30px 46px;
  }
  .column-three.blog-section .blog-post-grid {
    margin-bottom: 30px;
  }
  section.mail-chimp-settings input[type="email"] {
    width: 640px;
  }
  .single-staff .speaker-image .speakers-info {
    padding: 0px 15px 0;
  }
  .site-content h1 {
    font-size: 55px;
  }
  .single-tribe_events #tribe-events-content {
    padding: 2px 15px;
    width: 960px;
  }
  .tribe-events-after-html .container input[type="email"] {
    width: 630px;
  }
  .hexagon-box-schedule {
    display: none;
  }
  .contact-form .section-link {
    left: -387px;
  }
  .blog-post-meta-list {
    width: calc(100% - 110px);
  }
  .blog-post-meta-list li {
    font-size: 13px;
  }
  .schedule-image {
    height: 137px;
  }
}
@media (max-width: 991px) {
  .feature-image img {
    width: 100%;
  }
  .woocommerce-account .woocommerce {
  padding: 20px;
  width: 100%;
  }
  .border-box-inner {
	  margin-bottom: 145px;
	}
}
@media (max-width: 768px) {
  .seat-register .default-form {
    padding: 20px;
  }
  .seat-register .default-form {  
	  margin-top: 0px;
	}
}

@media (max-width: 575px) {
  .comments-area .reply {
    position: static;
  }
}

/*==============07-31-2022============*/

.program-schedule-all::before {
    position: absolute;
    content: "";
    right: 21px;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #6633cc;
}

@media only screen and (max-width: 767px) {
  .program-schedule-all::before {
    right: 13px;
  }
}

@media only screen and (max-width: 1024px) {
  .dl-menuwrapper ul {
      max-height: calc(100vh - 100px );
      overflow-y: scroll;
     scroll-behavior: smooth;
  }
  }