@charset "utf-8";
/*------------------------------------------------------------------
[Main Theme Styles]

Project:  Eventer - Event and Conference Landing Page
Author: Diego Pereira @ DotRex
Version:  1.3
Last change:  23/10/2015
Primary use:  Event and Conference Landing age


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

00. Imports
01. General
02. Page loader
03. Header
04. Intro
05. SECTION: Event Infos
06. SECTION: Schedule
07. SECTION: FAQ
08. SECTION: Sponsors 
09. SECTION: Blog
10. SECTION: Blog - Single
11. SECTION: Team
12. SECTION: Register
13. SECTION: About
14. SECTION: Testimonials
15. SECTION: Location
16. SECTION: Prices
17. Tabs
18. Footer
19. Cross-browser Stuff

-------------------------------------------------------------------*/
/*============================================================================
  >> 00. Imports
  ============================================================================
*/

/* Primary  */
/* :root {
  --bs-dark: #3e4651 !important;
  --bs-primary: #D4AF37 !important;
} */
:root {
  /* Default  */
  --bs-dark: #333533 !important;
  --bs-primary: #28A59F !important;
}

.progress-bar {
  background-color: var(--bs-primary) !important;
  /* border-color: var(--bs-primary) !important; */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.color1 {
  color: var(--bs-primary);
}

.color2 {
  color: var(--bs-primary);
}

.color3 {
  color: var(--bs-primary);
}

.color1l {
  color: var(--bs-primary);
}

.font1 {
  font-family: 'Montserrat', sans-serif;
}

.font2 {
  font-family: 'Hind', sans-serif;
}

.anima1 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.anima-none {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.anima-transform {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

.background-cover,
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.responsive-image {
  width: 100%;
}

.no-pl {
  padding-left: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

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

.clean-list li {
  padding-left: 0;
  margin-left: 0;
}

/*============================================================================
  >> 01. General
  ============================================================================
*/
body {
  color: #555555;
  font-family: 'Hind', sans-serif;
}

.page-wrapper {
  width: 100%;
}

#body-content {
  background: #fafafa;
  position: relative;
  z-index: 2222;
}

h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  color: var(--bs-primary);
}

/* PAGE BORDER */
html:before,
html:after,
body:before,
body:after {
  content: "";
  background: #eee;
  opacity: 1;
  position: fixed;
  z-index: 99;
  display: none;
}

@media (min-width: 768px) {

  html:before,
  html:after,
  body:before,
  body:after {
    display: block;
  }
}

/* ...and position them! */
html:before {
  /* height: 12px; */
  left: 0;
  right: 0;
  top: 0;
  z-index: 888888;
}

html:after {
  /* width: 12px; */
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8888888;
}

body:before {
  /* height: 12px; */
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 888888;
}

body:after {
  /* width: 12px; */
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 8888888;
}

.title-section {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: var(--bs-dark);
  border-bottom: 1px dotted var(--bs-dark);
  padding-bottom: 10px;
  letter-spacing: -2px;
}

@media (min-width: 768px) {
  .title-section {
    font-size: 42px;
    text-align: left;
    border-bottom: 0px dotted #ffffff;
    padding-bottom: 5px;
    font-weight: normal;
  }
}

@media (min-width:992px) {
  .title-section {
    background: url('../img/title-bg2.png') no-repeat left bottom;
    padding-bottom: 30px;
    padding-left: 40px;
  }
}

.title-section small {
  font-size: 18px;
  color: var(--bs-dark);
}

.inverted-section .title-section {
  border-bottom-color: #ffffff;
}

@media (min-width:992px) {
  .inverted-section .title-section {
    background: url('../img/title-bg.png') no-repeat left bottom;
  }
}

.inverted-section {
  color: #ffffff !important;
  background: url('../img/bgmask2.png') no-repeat center center var(--bs-dark);
  padding-top: 30px;
  padding-bottom: 30px;
}

.inverted-section h1,
.inverted-section h2,
.inverted-section h3,
.inverted-section h4 {
  color: #ffffff !important;
}

.inverted-section .owl-pagination {
  margin-top: 30px;
}

.inverted-section .owl-pagination .owl-page span {
  background: #ffffff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inverted-section .owl-pagination .owl-page.active span {
  background: var(--bs-primary) !important;
}

.inverted-section2 {
  color: #ffffff !important;
  background: url('../img/bgmask2.png') no-repeat center center var(--bs-dark);
  padding-top: 30px;
  padding-bottom: 30px;
  background: url('../img/bgmask2.png') no-repeat center center var(--bs-primary);
  background-size: cover;
}

.inverted-section2 .title-section {
  border-bottom-color: #ffffff;
}

@media (min-width:992px) {
  .inverted-section2 .title-section {
    background: url('../img/title-bg.png') no-repeat left bottom;
  }
}

.inverted-section2 h1,
.inverted-section2 h2,
.inverted-section2 h3,
.inverted-section2 h4 {
  color: #ffffff !important;
}

.inverted-section2 .owl-pagination {
  margin-top: 30px;
}

.inverted-section2 .owl-pagination .owl-page span {
  background: #ffffff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inverted-section2 .owl-pagination .owl-page.active span {
  background: var(--bs-primary) !important;
}

.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.section-title-wrapper {
  margin-bottom: 40px;
}

.section-bg {
  background: url('../img/section-bg.png') no-repeat center top #fafafa;
}

.section-bg-left {
  background: url('../img/section-bg-left.png') no-repeat center top #fafafa;
}

.section-bg-right {
  background: url('../img/section-bg-right.png') no-repeat center top #fafafa;
}

.section-bg-right-bottom {
  background: url('../img/section-bg-right-bottom.png') no-repeat bottom right #fafafa;
}

@media (min-width:992px) {

  .row-nopr .col-sm-3,
  .row-nopr .col-sm-4,
  .row-nopr .col-sm-6 {
    padding-right: 0 !important;
  }
}

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

.clean-list li {
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}

.btn {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* background: ; */
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  border: 0px solid transparent !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url('../img/bgmask-btn.png') no-repeat top left var(--bs-primary) !important;
}

.btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url('../img/bgmask-btn.png') var(--bs-dark);
  z-index: -1;
}

.btn:hover {
  color: #ffffff;
  border: 0px solid transparent !important;
}

.btn:hover:before {
  width: 100%;
}

.btn2 {
  display: inline-block;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* background: ; */
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0px solid transparent !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url('../img/bgmask-btn.png') no-repeat top left var(--bs-dark) !important;
}

.btn2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--bs-primary);
  z-index: -1;
}

.btn2:hover {
  color: #ffffff;
  border: 0px solid transparent !important;
  text-decoration: none;
}

.btn2:hover:before {
  width: 100%;
}

.btn-nobg {
  background: transparent !important;
  color: var(--bs-dark);
  border: 1px solid var(--bs-dark) !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 12px;
  padding: 15px 25px;
  font-family: 'Montserrat', sans-serif;
}

.btn-nobg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url('../img/bgmask-btn.png') no-repeat top left var(--bs-dark) !important;
  z-index: -1;
}

.btn-nobg:hover {
  border: 1px solid var(--bs-dark) !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

.btn-nobg:hover:before {
  width: 100%;
}

.no-pleft {
  padding-left: 0;
}

.no-spadding {
  padding-left: 0;
  padding-right: 0;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 !important;
}

/* ==========================================================
! 02. Page loader
========================================================== */
#page-loader {
  width: 100%;
  height: 100%;
  background: var(--bs-dark);
  color: #ffffff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  font-family: 'Montserrat', sans-serif;
}

.loading-wrapper {
  width: 250px;
  position: fixed;
  top: 50%;
  margin-top: -130px;
  left: 50%;
  margin-left: -125px;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.loading-wrapper-hide {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}

.tp-loader {
  z-index: 10000;
  position: relative;
}

.loader-name {
  color: #ffffff;
  opacity: 1;
  text-align: center;
  font-size: 48px;
  letter-spacing: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  margin-top: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 25px;
}

.loader-job {
  border: 1px solid #ffffff;
  padding: 5px;
  text-align: center;
  font-weight: 200;
  margin-top: 5px;
  color: #ffffff;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.loader-left {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
}

.loader-right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}

.loader-up {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0 !important;
}

.loader-down {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
}

.loader-hide {
  opacity: 0;
}

.loader {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

.loader-animation {
  text-align: center;
}

.svg-loader {
  margin: 0px auto;
  margin-bottom: -30px;
  display: block;
  -webkit-animation: svg-rotate 4000ms linear infinite;
  animation: svg-rotate 4000ms linear infinite;
}

.svg-loader circle {
  fill: transparent;
  stroke: var(--bs-primary);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0, 301.59289;
  -webkit-animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
  animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
}

@-webkit-keyframes svg-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes svg-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes stroke-width {

  0%,
  100% {
    stroke-width: 0;
  }

  45%,
  55% {
    stroke-width: 2;
  }

  50% {
    stroke-width: 4;
  }
}

@keyframes stroke-width {

  0%,
  100% {
    stroke-width: 0;
  }

  45%,
  55% {
    stroke-width: 2;
  }

  50% {
    stroke-width: 4;
  }
}

@-webkit-keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}

@keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}

@-webkit-keyframes stroke-color {
  from {
    stroke: var(--bs-primary);
  }
}

@keyframes stroke-color {
  from {
    stroke: var(--bs-primary);
  }
}

/* ==========================================================
! 03.  HEADER:
========================================================== */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7777;
  border-bottom: 0px solid #cccccc;
  transform: translate3d(0px, 0, 0);
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  font-family: 'Montserrat', sans-serif;
}

/* #header .cusomt_navbar{
  margin-top: 12px;
} */

@media only screen and (max-width: 1200px) {
  #header .cusomt_navbar {
    margin-top: 0px;
  }
}

/* @media (min-width:992px) {
  #header {
    display: block;
  }
} */

#header:hover {
  opacity: 1;
}

.header-logo {
  width: 207px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  margin-left: 20px;
  float: left;
}

.header-logo img {
  margin-top: -5px;
}

.header-stick {
  background-color: var(--bs-dark) !important;
  /* opacity: 0.8; */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed !important;
  padding-top: 18px !important;
  padding-bottom: 0 !important;
}

.header-stick:hover {
  opacity: 1;
}

.header-stick .header-logo {
  width: 140px;
  margin-top: 5px;
}

.fa-rounded {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #555555;
  padding: 10px;
}

.menu-button-wrapper {
  padding-left: 0 !important;
}

.menu-button {
  display: inline-block;
}

.btn-menu {
  background: var(--bs-dark);
  border: 0;
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-menu:hover {
  background: #00bc7e;
}

.btn-menu .fa {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 0px;
}

.main-menu {
  padding: 25px;
  width: 250px;
  background: #111111;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  border: 0;
  color: #ffffff;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width:992px) {
  .main-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.main-menu-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-menu-open {
  -webkit-transform: translate3d(250px, 0, 0) !important;
  -moz-transform: translate3d(250px, 0, 0) !important;
  transform: translate3d(250px, 0, 0) !important;
}


@media (min-width:992px) {
  .hd-list-menu {
    display: block;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
}

.hd-list-menu li {
  display: inline-block;
}

.hd-list-menu a {
  color: #ffffff;
  display: block;
  /* padding: 12px; */
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width:992px) {
  .hd-list-menu a {
    position: relative;
  }

  .hd-list-menu a:before {
    content: '';
    display: block;
    height: 1px;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0.8;
  }

  .hd-list-menu a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.8;
  }

  .hd-list-menu a:hover:before {
    width: 100%;
  }

  .hd-list-menu a:hover:after {
    width: 100%;
  }
}

.hd-list-menu a:hover {
  text-decoration: none;
  color: var(--bs-primary);
}

.hd-list-menu li {
  margin-left: 0;
}

.mm-social-icons {
  margin-top: 40px;
}

.mm-social-icons a {
  color: var(--bs-primary);
  margin-right: 3px;
}

.mm-social-icons a:hover .fa {
  background: var(--bs-primary);
}

.mm-social-icons .fa {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #555555;
  padding: 10px;
  background: #ffffff;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mm-bottom-links {
  margin-top: 40px;
}

.mm-bottom-links a {
  color: #ffffff;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mm-bottom-links a:hover {
  color: var(--bs-primary);
  text-decoration: none;
}

.header-info-date {
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  opacity: 0.7;
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: bold;
}

.btn-header {
  height: 62px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 40px;
  vertical-align: middle;
}

.header-infos {
  padding-right: 0 !important;
}

.header-logo-hide {
  opacity: 0;
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
}

.ic-hr {
  display: inline-block;
  width: 80%;
  max-width: 250px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 2px solid #ffffff;
}

/* ==========================================================
! 04. Intro
========================================================== */
.main-intro {
  background: var(--bs-primary);
  color: #ffffff;
  background: no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 600px;
  opacity: 0.9;
}

.main-intro:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  /* background:var(--bs-primary); */
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}

@media (min-width:992px) {
  .main-intro {
    min-height: 450px;
  }
}

.main-intro h1,
.main-intro h2,
.main-intro h3 {
  color: #ffffff;
}

.main-intro p {
  color: #ffffff;
}

.main-intro-mask2:before {
  background: var(--bs-dark);
  opacity: 0.6;
}

.main-intro-mask3:before {
  background: #333;
  opacity: 0.9;
}

.intro-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

@media (min-width:992px) {
  .intro-content-wrapper {
    min-height: 450px;
  }
}

.intro-content {
  text-align: center;
  width: 100%;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.3);
  min-height: 500px;
  position: absolute;
  top: 38%;
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
  .intro-content {
    top: 50%;
  }
}

.intro-content .btn,
.intro-content .btn2 {
  text-shadow: 1px 1px 0px rgba(10, 0, 0, 0.2);
  font-size: 12px;
  min-width: 100%;
  height: 50px;
  padding-top: 15px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media (min-width: 768px) {

  .intro-content .btn,
  .intro-content .btn2 {
    min-width: 240px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.intro-content .btn-nobg {
  border: 2px solid #ffffff !important;
  color: #ffffff;
}

.intro-content .btn-nobg:hover {
  border-color: var(--bs-primary) !important;
}

.intro-content p {
  font-size: 13px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0px rgba(10, 0, 0, 0.3);
}

@media (min-width:992px) {
  .intro-content p {
    font-size: 16px;
  }
}

.intro-content-slide1 {
  margin-top: -180px;
}

.intro-content-slide2 {
  margin-top: -160px;
}

.intro-content-slide3 {
  margin-top: -180px;
}

.intro-title1 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width:992px) {
  .intro-title1 {
    font-size: 48px;
    line-height: 56px;
  }
}

.intro-title1:after {
  content: '';
  width: 15%;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ffffff;
}

.ic-logo {
  width: 100%;
  opacity: 0.95;
  margin-bottom: 0px;
}

.ic-logo img {
  max-width: 99%;
}

@media (min-width:992px) {
  .ic-logo img {
    max-width: 485px;
  }
}

.ic-infos {
  border: 1px solid #ffffff;
  padding: 10px;
  max-width: 350px;
  height: 49px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width:992px) {
  .ic-infos {
    border: 0;
    background: url('../img/ribbon1.png') no-repeat center center;
    height: 75px;
    max-width: 480px;
    padding-top: 24px;
    margin-bottom: 15px;
  }
}

.ic-infos p {
  font-size: 13px;
  margin-bottom: 0;
}

@media (min-width:992px) {
  .ic-infos p {
    font-size: 16px;
  }
}

.ic-register {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width:992px) {
  .ic-register {
    margin-bottom: 15px;
  }
}

.ic-register .form-control {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
}

.ic-register-col {
  position: relative;
}

@media (min-width: 768px) {
  .ic-register-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.ic-buttons {
  margin-top: 5px;
}

@media (min-width:992px) {
  .ic-buttons {
    margin-top: 15px;
  }
}

.ic-register-ico {
  position: absolute;
  top: 15px;
  left: 25px;
  text-shadow: 0px 0px 0px rgba(10, 0, 0, 0.3);
  color: var(--bs-dark);
  opacity: 0.4;
}

.intro-bar {
  border: 0;
  background: #ffffff;
  opacity: 0.7;
  width: 25%;
  text-align: left;
  margin: 0;
  height: 1px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.jumbotron.features {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 60px;
  padding-top: 40px;
}

.main-title1 {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: -1px;
  font-size: 90px !important;
  line-height: 80px;
  margin-top: 0 !important;
  padding-bottom: 20px;
  text-align: center;
}

.main-title2 {
  font-weight: bold !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  font-style: italic;
  opacity: 0.8;
  font-size: 16px !important;
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .main-title2:after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    height: 2px;
    background: #ffffff;
  }
}

#countdown {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  #countdown {
    margin: 0 auto;
  }
}

#countdown .countdown-time {
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  font-size: 36px;
}

@media (min-width:992px) {
  #countdown .countdown-time {
    font-size: 132px;
    line-height: 150px;
    letter-spacing: -4px;
  }
}

#countdown .countdown-type {
  display: block;
  background: url('../img/bgmask-btn.png') no-repeat bottom left var(--bs-dark) !important;
  color: #ffffff;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.9;
}

#countdown .countdown-col {
  position: relative;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  #countdown .countdown-col {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  /* #countdown .countdown-col:after { */
  /*content: '';
        position: absolute;
        width: 1px;
        background: @negative-color;
        height: 80px;
        right: -10px;
        top: 0;
        display: block;
         -webkit-transform:rotate(20deg);
        -moz-transform:rotate(20deg);
        -o-transform:rotate(20deg);
        transform: rotate(20deg);
        opacity: 0.5;*/
  /* } */
}

.countdown-title {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}

.countdown-title:after {
  content: '';
  display: block;
  width: 10%;
  margin: 0 auto;
  margin-top: 15px;
  border-bottom: 2px dotted #ffffff;
  opacity: 0.5;
}

.countdown-title2 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .countdown-title2 {
    margin-top: 40px;
  }
}

.main-carousel .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 888;
}

.main-carousel .owl-controls .owl-page span {
  background: #ffffff !important;
}

.main-carousel .owl-controls .owl-page.active span {
  background: var(--bs-primary) !important;
}

/*============================================================================
  >> 05. SECTION: Event-infos
  ============================================================================
 */
.section-event-infos {
  background: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 88888;
}

.event-infos {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
}

@media (min-width:992px) {
  .event-infos:hover .event-info-col {
    width: 33.33%;
  }
}

.event-info-col {
  border-right: 1px dashed #1c242f;
  min-height: 100px;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  background: url('../img/bgmask2.png') no-repeat left center var(--bs-dark);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
  width: 100%;
  text-align: center;
  display: flex; 
  flex-direction: column; 
  justify-content: center;
  border: none!important;
  background-size: cover; 
  background-position: center bottom;
}

@media (min-width:992px) {
  .event-info-col:first-child {
    padding-left: 40px;
  }
}

@media (min-width:992px) {
  .event-info-col {
    width: 33.33%;
    text-align: left;
  }

  /*.event-info-col:hover {*/
  /*background-color: var(--bs-primary);*/
  /*width: 33.33% !important;*/
  /*}*/

  .event-info-col:hover .event-info-ico {
    opacity: 0.9;
  }
}

.event-info-col:last-child {
  border-right: 0;
}

.event-info-col h1,
.event-info-col h2,
.event-info-col h3,
.event-info-col h4 {
  margin-top: 0;
}

.event-info-col .main-title3 {
  font-size: 24px;
  font-weight: bold;
}

.event-info-ico {
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 80px;
  opacity: 0.1;
  position: absolute;
  display: none;
  right: -1px;
  bottom: -1px;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width:992px) {
  .event-info-ico {
    text-align: left;
  }
}

/*============================================================================
  >> 06. SECTION: Schedule
  ============================================================================
 */
.section-schedule {
  padding-top: 40px;
  padding-bottom: 40px;
}

.schedule-item-block {
  background: url('../img/progress-bg.png') repeat-x center center fixed var(--bs-dark);
  min-height: 200px;
  overflow: hidden;
  display: none;
}

@media (min-width: 768px) {
  .schedule-item-block {
    display: block;
  }
}

.schedule-item-block-top {
  min-height: 80px;
}

.schedule-item-bar {
  background: url('../img/progress-point3.png') no-repeat center center;
  min-height: 200px;
  display: none;
}

@media (min-width: 768px) {
  .schedule-item-bar {
    display: block;
  }
}

.schedule-item-bar-top {
  background: url('../img/progress-point-top.png') no-repeat center top;
  min-height: 80px;
}

.schedule-item-header .schedule-item-bar {
  background: url('../img/progress-point-top.png') no-repeat center top;
  min-height: 80px;
}

.schedule-item-header .schedule-item-block-top {
  min-height: 80px;
}

.schedule-item-footer .schedule-item-bar {
  background: url('../img/progress-point-bottom.png') no-repeat center bottom;
  min-height: 80px;
}

.schedule-item-footer .schedule-item-block {
  min-height: 80px;
}

.schedule-item-content {
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: url('../img/bgmask3.png') no-repeat center center var(--bs-primary);
  min-height: 160px;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
}

@media (min-width: 768px) {
  .schedule-item-content {
    margin-top: 20px;
  }
}

.schedule-item-content p {
  color: #ffffff;
}

.schedule-item-content:before {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--bs-primary);
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

@media (min-width: 768px) {
  .schedule-item-content:before {
    display: block;
  }
}

.schedule-item-date {
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .schedule-item-date {
    margin-top: 0 !important;
  }
}

.schedule-item-title {
  margin-top: 0 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
}

.schedule-tab-links-wrapper {
  position: relative;
}

.schedule-tab-links {
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .schedule-tab-links {
    position: absolute;
    top: 6px;
  }
}

.schedule-tab-links li {
  display: block;
  float: left;
  margin-right: -1px;
}

.schedule-tab-links li a {
  display: block;
  border: 1px solid var(--bs-dark);
  padding: 15px;
  padding-left: 35px;
  padding-right: 35px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--bs-dark);
  width: 140px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .schedule-tab-links li a {
    width: auto;
    font-size: 16px;
  }
}

.schedule-tab-links li a:hover {
  text-decoration: none;
  background: url('../img/bgmask-btn.png') no-repeat top left var(--bs-dark);
  color: #ffffff;
}

.schedule-tab-links li.active a {
  background: url('../img/bgmask-btn.png') no-repeat top left var(--bs-dark);
  border-color: var(--bs-dark);
  color: #ffffff;
  text-decoration: none;
}

.schedule-item-img {
  text-align: center;
  width: 100%;
}

@media (min-width:992px) {
  .schedule-item-img {
    margin-right: -10px;
    margin-bottom: 0;
  }
}

.schedule-item-img img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #eee;
}

.schedule-item-infos {
  padding-top: 10px;
}

/*============================================================================
  >> 07. SECTION: FAQ
  ============================================================================
*/
.faq-item-content:before {
  background: var(--bs-primary);
}

.faq-item-block {
  background: url('../img/progress-bg.png') repeat-x center center fixed var(--bs-dark);
}

.faq-item-title {
  font-size: 14px;
  line-height: 20px;
}

/* ==========================================================
! 08. SECTION: Sponsors
========================================================== */
.sponsor-item {
  height: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  line-height: 100px;
  text-align: center;
  margin-right: 10px;
}

.sponsor-item img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sponsor-item:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  opacity: 1;
}

.sponsors-list-wrapper {
  width: 100%;
  overflow: hidden;
}

.sponsors-list {
  padding-top: 20px;
}

/* ==========================================================
! 09. SECTION: Blog
========================================================== */
#blog-itens-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -8px !important;
  margin-right: -8px !important;
  padding-top: 20px;
}

.blog-item {
  margin-bottom: 0px;
  padding: 9px;
}

.blog-item:hover .blog-item-wrapper {
  margin-top: -5px;
}

.blog-item:hover .title-border:after {
  width: 80px;
}

.blog-item-wrapper {
  border: 1px solid #ddd;
  border-top: 3px solid var(--bs-dark);
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 5px;
  background: #f4f4f4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
}

.blog-item-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -1px;
}

.blog-item-title a {
  color: var(--bs-dark);
}

.blog-item-title a:hover {
  text-decoration: none;
}

.blog-item-thumb a {
  display: block;
}

.blog-item-thumb img {
  width: 100%;
}

.blog-item-title-hr {
  border: 0;
  border-top: 3px solid var(--bs-primary);
  width: 20%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}

.blog-item-description p {
  font-size: 14px;
}

.blog-item-description a {
  color: #555555 !important;
}

.blog-item-description a:hover {
  text-decoration: none;
}

.blog-item-link {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-item-link .btn-default {
  font-size: 11px !important;
}

.section-header-image {
  margin-bottom: 40px;
}

.section-header-image img {
  width: 100%;
}

/* ==========================================================
! 10. SECTION: Blog - Single
========================================================== */
.blog-single-post {
  display: block;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  padding: 25px;
  padding-right: 20px;
}

@media (min-width:992px) {
  .blog-single-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.blog-single-content p {
  font-size: 16px;
  line-height: 28px;
}

.blog-comments-title {
  margin-top: 120px;
  font-size: 18px !important;
}

.post-header-image {
  margin-left: -25px;
  margin-right: -20px;
  margin-top: -25px;
  margin-bottom: 25px;
}

@media (min-width:992px) {
  .post-header-image {
    margin-bottom: 40px;
  }
}

.post-header-image img {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.blog-single-title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  border-bottom: 0px;
}

.blog-single-title a {
  color: var(--bs-dark);
}

.blog-single-title a:hover {
  text-decoration: none;
}

.blog-single-title:after {
  content: '';
  display: block;
  background: var(--bs-primary);
  width: 25%;
  height: 3px;
  margin: 0 auto;
  margin-top: 12px;
}

@media (min-width:992px) {
  .blog-single-title:after {
    margin-bottom: 40px;
  }
}

.fancybox-close {
  position: absolute;
  top: 4px;
  right: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: url('../img/fancybox-close.png') no-repeat center center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fancybox-close:hover {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/*! Blog Comments */
.blog-comments-title {
  margin-bottom: 20px;
  margin-top: 40px;
}

.media-heading {
  font-weight: bold;
}

.media-heading small {
  display: block;
  color: #13a77a;
  margin-top: 8px;
}

.media-body {
  font-size: 12px;
}

.well {
  background-color: transparent !important;
}

.blog-comments>.media {
  border-bottom: 1px dotted #000000;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.media img {
  width: 64px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* ==========================================================
! 11. SECTION: TEAM
========================================================== */
.team-item {
  width: 100%;
  padding-right: 10px;
}

.team-member-picture-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.team-member-picture-wrapper:hover .team-item-picture img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.team-member-picture-wrapper:hover .team-member-find {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.team-member-picture-wrapper .team-member-find {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 0;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member-picture-wrapper .team-member-find-overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.team-member-picture-wrapper .team-member-find-overlay a {
  color: #ffffff;
}

.team-member-picture-wrapper .team-member-find-overlay .block-link {
  min-width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member-picture-wrapper .team-member-find-overlay .block-link:hover {
  background: #ffffff;
  color: var(--bs-primary);
}

.team-member-picture-wrapper .team-member-find-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -20px;
}

.block-link {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.team-item-picture {
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-item-picture img {
  width: 100%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@media (min-width: 768px) {
  .team-item-picture img {
    margin-bottom: 0;
  }
}

.team-item-content span.fa {
  margin-right: 5px;
}

.team-item-content p {
  word-wrap: break-word;
}

.team-item-title {
  margin-top: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0;
}

.team-item-subtitle {
  font-style: italic;
  font-size: 13px;
}

/*============================================================================
  >> 12. SECTION: Register
  ============================================================================
 */
.form-control {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
  font-size: 14px;
  color: #111;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.btn-form {
  width: 100%;
  height: 50px;
}

.modal-wrap {
  display: none;
}

.modal-bg {
  background: #333;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-content {
  background: #b6c6ad;
  font-size: 18px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  z-index: 9999;
  padding: 10px 20px;
}

.modal-content .modal-title {
  color: var(--bs-primary);
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  font-weight: bold;
}

.modal-content p {
  font-size: 14px;
  margin-bottom: 0;
}

#contactError .modal-title {
  color: #fff;
}

/*============================================================================
  >> 13. About
============================================================================*/
.section-about {
  background: url('../img/section-bg-right-bottom.png') no-repeat bottom right #fafafa;
  background-color: #eee;
}

.about-picture-wrapper {
  position: relative;
  overflow: hidden;
}

@media (min-width:992px) {
  .about-picture-wrapper {
    float: left;
    width: 50%;
  }
}

.about-text-wrapper {
  color: #555555;
  float: left;
  padding: 15px;
  padding-top: 25px;
}

@media (min-width:992px) {
  .about-text-wrapper {
    padding: 60px;
    float: left;
    width: 50%;
  }
}

.about-text-wrapper h1,
.about-text-wrapper h2,
.about-text-wrapper h3,
.about-text-wrapper h4 {
  margin-top: 0;
  color: var(--bs-dark);
}

.about-text-wrapper .title3 {
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: bold;
  color: var(--bs-dark);
  border-color: var(--bs-dark);
}

.about-text-wrapper .title3 .fa {
  opacity: 0.6;
  font-size: 18px;
}

.about-text-wrapper p {
  font-size: 14px;
  line-height: 28px;
}

.title-border {
  border-bottom: 1px solid var(--bs-dark);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.about-text-content {
  margin-bottom: 30px;
}

/* ==========================================================
! 14. SECTION: Testimonials
========================================================== */
.section-testimonials {
  text-align: center;
  font-size: 18px;
}

.testimonial-item {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
  .testimonial-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.quote-text {
  font-style: italic;
}

.testimonial-credits {
  margin-top: 30px;
}

.testimonial-author {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 25px;
  font-weight: bold;
}

.testimonial-content {
  background: url('../img/bgmask2.png') no-repeat center center var(--bs-primary);
  color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.testimonial-content:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url('../img/bgmask2.png') no-repeat center center var(--bs-primary);
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.testimonial-content p {
  font-size: 13px;
}

@media (min-width: 768px) {
  .testimonial-content p {
    font-size: 14px;
  }
}

.testimonial-picture {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 0 auto;
}

.testimonial-picture img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 6px solid #ddd;
}

.testimonial-firm {
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.owl-carousel {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  /* left: 100px !important; */
}

.owl-carousel * {
  will-change: transform;
}

.owl-carousel:focus {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.owl-carousel:active {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.owl-carousel:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

/* ==========================================================
! 15. SECTION: location
========================================================== */
.map {
  padding-bottom: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .map {
    margin-bottom: 0;
  }
}

.map iframe {
  width: 100% !important;
  margin-bottom: -5px !important;
  pointer-events: none;
  border: 0 !important;
}

/* ==========================================================
! 16. SECTION: Prices
========================================================== */
.price-ticket-title {
  color: #ffffff;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
}

.price-ticket-type {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}

.price-ticket-infos-wrapper {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 14px;
  padding-top: 10px;
  padding-bottom: 1px;
  font-size: 12px;
}

.price-ticket-item {
  display: block;
  width: 100%;
}

@media (min-width:992px) {
  .price-ticket-item {
    height: 200px;
  }
}

.price-ticket-item {
  perspective: 1000;
}

/* flip the pane when hovered */
.price-ticket-item:hover .price-ticket-item-wrapper,
.price-ticket-item.hover .price-ticket-item-wrapper {
  transform: rotateY(180deg);
}

.price-ticket-item-wrapper {
  position: relative;
}

@media (min-width:992px) {
  .price-ticket-item-wrapper {
    height: 200px;
  }
}

.price-ticket-item-front,
.price-ticket-item-back {
  width: 100%;
  padding: 10px;
  backface-visibility: hidden;
  background: url('../img/bgmask2.png') no-repeat bottom center var(--bs-dark);
  color: #ffffff;
}

@media (min-width:992px) {

  .price-ticket-item-front,
  .price-ticket-item-back {
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* flip speed goes here */
.price-ticket-item-wrapper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.price-ticket-item-front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  margin-bottom: 15px;
}

.price-ticket-item-back {
  transform: rotateY(180deg);
  background-color: var(--bs-primary);
  display: none;
}

@media (min-width:992px) {
  .price-ticket-item-back {
    display: block;
  }
}

.price-ticket-item-border {
  border: 1px dashed #ffffff;
  padding: 20px;
}

@media (min-width:992px) {
  .price-ticket-item-border {
    height: 180px;
  }
}


.price-ticket-buy {
  padding: 0px;
  text-align: center;
  color: #ffffff;
}

.ticket-item-buy-ico {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ticket-item-buy-text {
  margin-top: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
}

/* ==========================================================
! 17. Tabs
========================================================== */
.tab-links2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-links2 a {
  display: inline-block;
  padding: 5px;
  width: 100%;
  background: var(--bs-primary);
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  margin-bottom: 3px;
}

.tab-links2 a:hover {
  text-decoration: none;
}

.tab-links2 li.active a {
  background: var(--bs-primary);
  text-decoration: none !important;
}

.tabs-content2 .tab {
  border: 2px solid var(--bs-primary);
  padding: 20px;
  min-height: 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*============================================================================
  >> 18. Footer
  ============================================================================*/
#footer {
  background: #000;
  color: #fff;
  padding-bottom: 52px;
  padding-top: 40px;
}

#footer p {
  font-family: 'Montserrat', sans-serif;
}

.footer-social-icons a {
  color: #ffffff;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background: var(--bs-primary);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.footer-social-icons a:hover {
  color: #ffffff;
  background: var(--bs-dark);
}

/*============================================================================
  >> 19. Cross-browser
  ============================================================================
 */
html.safari:before,
html.safari:after {
  display: none !important;
}

.safari body:before,
.safari body:after {
  content: "";
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
  position: relative;
  z-index: -99999;
}

@media (min-width: 768px) {

  .safari body:before,
  .safari body:after {
    display: none !important;
  }
}

.safari body:before {
  height: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  /* display: !important; */
}

.safari body:after {
  width: 0px;
  top: 0;
  /* display: !important; */
}

.ie .price-ticket-item:hover .price-ticket-item-wrapper,
.ie .price-ticket-item.hover .price-ticket-item-wrapper {
  transform: rotateY(0deg) !important;
}

.ie9 #page-loader {
  display: none !important;
}

.gecko .price-ticket-item:hover .price-ticket-item-wrapper,
.gecko .price-ticket-item.hover .price-ticket-item-wrapper {
  transform: rotateY(0deg) !important;
}

.team-member-picture-wrapper {
  /* left: 140px; */
  text-align: center;
}

.whathappen {
  left: 100px !important;
  width: 100%;
}

.sponsorlogo {
  left: 430px;
}

.team-item-title {
  padding: 10px;
}

@media only screen and (max-width: 600px) {
  .team-member-picture-wrapper {
    padding: 0px 10px 0px 10px;
  }

  .whathappen {
    left: 0px !important;
  }

  .sponsorlogo {
    left: 0px;
  }

  .team-item-title {
    padding: 0px;
  }

  .register-page {
    margin-top: 0px !important;
  }

  .hijab-bread {
    margin-top: 0px !important;
  }

  .mobile-nav {
    display: block !important;
  }

  header {
    display: block !important;
  }

  .mobile-nav {
    display: block !important;
    color: white;
  }
}

label {
  min-height: 40px !important;
  padding-top: 20px !important;
}

.sharedfamily {
  padding-top: 0px !important;
}

.register-page {
  margin-top: 60px;
}

.hijab-bread {
  margin-top: 20px;
}

.mobile-nav {
  display: none;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 80px;
  background: var(--bs-dark);
  /* background-color: transparent; */

  z-index: 99;
}

nav .navbar {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  padding: 0 50px;
}

.navbar .logo a {
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

nav .navbar .nav-links {
  line-height: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}

nav .navbar .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .navbar .links li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-weight: bold;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: var(--bs-dark);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}

.navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .nav-links .sidebar-logo,
.navbar .bx-menu {
  display: none;
}

@media (max-width: 920px) {
  nav .navbar {
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a {
    font-size: 27px;
  }

  nav .navbar .links li {
    padding: 0 10px;
    white-space: nowrap;
  }

  nav .navbar .links li a {
    font-size: 15px;
  }
}

@media (max-width: 920px) {
  .navbar .bx-menu {
    display: block;
  }

  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    /* max-width: 270px; */
    width: 100%;
    background: var(--bs-dark);
    line-height: 40px;
    padding: 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1000;
    height: 100vh;
    background-color: var(--bs-dark);
  }

  .navbar .nav-links .sidebar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sidebar-logo .logo-name,
  .sidebar-logo i {
    font-size: 25px;
    color: #ffffff;
  }

  .navbar .bx-menu {
    font-size: 25px;
    color: #ffffff;
  }

  nav .navbar .links {
    display: block;
    margin-top: 20px;
  }

  nav .navbar .links li {
    display: block;
  }

  nav .navbar .links li .arrow {
    line-height: 40px;
  }

  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }

  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }

  .navbar .links li .sub-menu .more-sub-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }

  .navbar .links li .sub-menu .more span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  }

  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar .nav-links.show2 .links .more-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}

.text-uppercase {
  text-transform: uppercase;
}


.cusomt_navbar {
  transition: all 0.5s ease-in-out;

}

.navbar_on_scroll {
  height: 60px !important;
  background-color: var(--bs-dark);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.main-intro {
  background-size: cover;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  overflow: hidden;
}

@-webkit-keyframes zoomin {
  0% {
    background-size: 150%;
  }

  99% {
    background-size: 200%;
  }

  100% {
    background-size: 150%;
  }
}

@keyframes zoomin {
  0% {
    background-size: 150%;
  }

  99% {
    background-size: 200%;
  }

  100% {
    background-size: 150%;
  }
}

@media only screen and (max-width: 920px) {
  .main-intro {
    background-size: cover;
    animation: none;
  }
}


.mobile-event-infos {
  display: none;
}

@media only screen and (max-width: 576px) {
  .mobile-event-infos {
    display: block;
  }

  /* .desktop-event-infos {
    display: none;
  } */

  .mobile-event-sort {
    display: flex;
  }

  .mobile-event-sort .event-infos{
    width: 50%;
  }

  .mobile-event-sort .event-infos .event-info-col{
    text-align: left;
    background-size: auto!important;
    background-position: bottom!important;
    background: none;
  }
}

.swal2-container {
  z-index: 20000 !important;
}

.wa__button {
  border-bottom: none !important
}

.wa__btn_w_img:hover {
  text-decoration: none
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.wa__button {
  position: relative;
  width: 300px;
  min-height: 64px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, .09);
  -webkit-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, .09);
  -moz-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, .09)
}

.wa__btn_txt {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33em
}

.wa__btn_w_icon .wa__btn_txt {
  padding: 16px 20px 15px 71px
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt {
  padding-top: 25px;
  padding-bottom: 24px
}

.wa__btn_w_icon .wa__btn_txt .wa__btn_title {
  font-weight: 600;
  padding-left: 2px;
  font-size: 14px
}

.wa__cs_info {
  margin-bottom: 2px
}

.wa__btn_status {
  color: #f5a623;
  font-size: 9px;
  padding: 2px 0 0;
  font-weight: 700
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status {
  display: inline-block
}

.wa__cs_info .wa__cs_name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.36em
}

.wa__stt_online .wa__cs_info .wa__cs_name {
  color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name {
  color: #76787d
}

.wa__cs_info .wa__cs_status {
  width: 36px;
  height: 14px;
  margin-left: 3px;
  padding: 1px;
  font-size: 9px;
  line-height: 1.34em;
  border-radius: 5px;
  color: rgba(255, 255, 255, .98);
  position: relative;
  top: -1px;
  left: 0;
  text-align: center
}

.wa__stt_online .wa__cs_info .wa__cs_status {
  background: #62c971
}

.wa__stt_offline .wa__cs_info .wa__cs_status {
  background: #b9bbbe
}

.wa__stt_online {
  background: #2db742;
  cursor: pointer;
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  backface-visibility: hidden;
  will-change: transform
}

.wa__stt_online .wa__btn_txt {
  position: relative;
  z-index: 4
}

.wa__r_button.wa__stt_online:before {
  border-radius: 50vh
}

.wa__sq_button.wa__stt_online:before {
  border-radius: 5px
}

.wa__stt_online:before {
  content: '';
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity
}

.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover {
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, .19);
  transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px)
}

.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before {
  opacity: 1
}

.wa__stt_online.wa__btn_w_icon .wa__btn_icon img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: .2s ease all;
  -webkit-transition: .2s ease all;
  -moz-transition: .2s ease all
}

.wa__stt_offline {
  background: #ebedf0;
  color: #595b60;
  box-shadow: none;
  cursor: initial
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
  padding: 8px 20px 6px 71px
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 70px
}

.wa__btn_w_icon .wa__btn_icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%)
}

.wa__btn_w_icon .wa__btn_icon img {
  width: 41px;
  height: 69px
}

.wa__btn_w_img {
  position: relative;
  width: 300px;
  margin: 20px 0 20px
}

.wa__btn_w_img .wa__cs_img {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%)
}

.wa__btn_w_img .wa__cs_img_wrap {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  overflow: hidden
}

.wa__btn_w_img .wa__cs_img img {
  max-width: 100%;
  height: auto;
  transition: .2s ease transform;
  -webkit-transition: .2s ease transform;
  -moz-transition: .2s ease transform
}

.wa__btn_w_img .wa__cs_img:after {
  content: '';
  background: #fff url(../images/whatsapp_logo_green.svg) center center no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3)
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after {
  content: '';
  background: #fff url(../images/whatsapp_logo_gray.svg) center center no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3)
}

.wa__btn_w_img .wa__btn_txt {
  padding: 14px 20px 12px 103px
}

.wa__r_button {
  border-radius: 50vh
}

.wa__sq_button {
  border-radius: 5px
}

.wa__sq_button.wa__btn_w_img {
  width: 270px;
  margin-left: 30px
}

.wa__r_button.wa__btn_w_img .wa__cs_img {
  left: -5px
}

.wa__sq_button.wa__btn_w_img .wa__cs_img {
  left: -35px
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 10px 20px 10px 70px;
  display: table-cell;
  vertical-align: middle;
  height: 66px
}

.wa__btn_txt .wa__btn_title {
  font-weight: 600
}

.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px;
  display: table-cell;
  vertical-align: middle;
  height: 66px
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status {
  margin-left: 3px
}

.wa__popup_chat_box {
  font-family: Arial, Helvetica, sans-serif;
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, .04);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, .04);
  -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, .04);
  bottom: 102px;
  right: 25px;
  z-index: 999999998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  will-change: transform, visibility, opacity;
  max-width: calc(100% - 50px)
}

.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active {
  box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, .23);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, .23);
  -moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, .23)
}

.wa__popup_chat_box.wa__active {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  visibility: visible;
  opacity: 1
}

.wa__popup_chat_box .wa__popup_heading {
  position: relative;
  padding: 15px 43px 17px 74px;
  color: #d9ebc6;
  background: #2db742
}

.wa__popup_chat_box .wa__popup_heading_sm {
  padding: 12px 15px 17px 74px
}

.wa__popup_chat_box .wa__popup_heading:before {
  content: '';
  background: url(../images/whatsapp_logo.svg) center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px
}

.wa__popup_chat_box .wa__popup_heading_sm:before {
  top: 19px;
  left: 11px
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
  padding-top: 2px;
  padding-bottom: 3;
  color: #fff;
  font-size: 18px;
  line-height: 24px
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px
}

.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro {
  padding-top: 0
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a {
  display: inline-block;
  color: #fff;
  text-decoration: none
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active {
  text-decoration: underline
}

.wa__popup_chat_box .wa__popup_notice {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px
}

.wa__popup_chat_box .wa__popup_content {
  background: #fff;
  padding: 13px 20px 21px 19px;
  text-align: center
}

.wa__popup_chat_box .wa__popup_content_left {
  text-align: left
}

.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 12px;
  top: 12px
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset
}

.wa__popup_chat_box .wa__stt {
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-left: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 2px 4px;
  -webkit-border-radius: 2px 4px;
  -moz-border-radius: 2px 4px
}

.wa__popup_chat_box .wa__stt:after {
  content: '';
  background: url(../images/whatsapp_logo_green.svg) 0 0 no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%
}

.wa__popup_chat_box .wa__stt.wa__stt_offline:after {
  background-image: url(../images/whatsapp_logo_gray_sm.svg)
}

.wa__popup_chat_box .wa__stt.wa__stt_online {
  transition: .2s ease all;
  -webkit-transition: .2s ease all;
  -moz-transition: .2s ease all
}

.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus {
  background: #fff;
  box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, .07);
  -webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, .07);
  -moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, .07)
}

.wa__popup_content_list .wa__popup_content_item {
  margin: 14px 0 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  will-change: opacity, transform;
  opacity: 0
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3) {
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4) {
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5) {
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6) {
  transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7) {
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8) {
  transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9) {
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s
}

.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0)
}

.wa__popup_content_list .wa__popup_content_item .wa__member_name {
  font-size: 14px;
  color: #363c47;
  line-height: 1.188em !important
}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em !important
}

.wa__popup_content_list .wa__popup_content_item .wa__member_status {
  color: #f5a623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em !important
}

.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px
}

.wa__popup_content_list .wa__popup_content_item .wa__stt_offline {
  border-left-color: #c0c5ca
}

.wa__popup_avt_list {
  font-size: 0;
  margin: 7px 0 24px
}

.wa__popup_avt_list .wa__popup_avt_item {
  display: inline-block;
  position: relative;
  width: 46px
}

.wa__popup_avt_list .wa__popup_avt_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  left: -7px
}

.wa__popup_call_btn {
  background: #2db742;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  margin: 25px 0 15px;
  box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, .2);
  -webkit-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, .2);
  -moz-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, .2)
}

.wa__popup_call_btn.wa__popup_call_btn_lg:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url(../images/whatsapp_logo_green_sm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  vertical-align: top;
  top: 0;
  margin-right: -19px;
  left: -31px;
  transition: .2s ease background-image;
  -webkit-transition: .2s ease background-image;
  -moz-transition: .2s ease background-image
}

.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before {
  background-image: url(../images/whatsapp_logo.svg)
}

.wa__popup_chat_box_gray {
  border-radius: 2px 2px 8px 8px
}

.wa__popup_chat_box_gray .wa__popup_heading_gray {
  background: #f8f8f8;
  border-top: 3px solid #2db742;
  color: #868c9a;
  font-weight: 500
}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title {
  color: #595b60
}

.wa__popup_chat_box_gray .wa__popup_heading_gray:before {
  content: '';
  background: url(../images/whatsapp_logo_green.svg) center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px
}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a {
  color: #595b60
}

.wa__popup_chat_box_ct {
  width: 384px;
  text-align: center
}

.wa__popup_chat_box_ct .wa__popup_heading_ct {
  text-align: center;
  padding: 18px 0 18px
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
  content: '';
  background: url(../images/whatsapp_logo.svg) center top no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 72px
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title {
  padding-left: 22px;
  padding-bottom: 14px
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro {
  margin-top: -5px;
  line-height: 12px
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after {
  content: '';
  clear: both;
  display: block
}

.wa__popup_chat_box_ct .wa__popup_ct_content {
  background: #fff;
  padding: 0 0 14px
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice {
  padding-top: 18px;
  padding-bottom: 15px
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item {
  width: 33%;
  float: left;
  font-size: 10px
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a {
  text-decoration: none;
  color: #989b9f
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt {
  padding-top: 8px
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name {
  color: #363c47;
  font-size: 13px
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty {
  color: #989b9f;
  padding: 3px 0 0
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online {
  color: #2db742;
  font-size: 9px;
  line-height: 12px;
  display: inline-block;
  padding: 3px 0 0 16px;
  background: url(../images/whatsapp_logo_green.svg) 0 3px no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline {
  color: #f5a623;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0 0
}

.wa__popup_chat_box_ct .wa__popup_ct_avatar img {
  border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn {
  width: 97px;
  font-size: 11px;
  padding: 9px 10px 11px;
  margin: 15px 0 15px
}

.wa__btn_popup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 9999;
}

.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, .14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, .14)
}

.wa__btn_popup .wa__btn_popup_icon:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(../images/whatsapp_logo.svg) center center no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all
}

.wa__btn_popup .wa__btn_popup_icon:after {
  content: '';
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(../images/x_icon.svg) center center no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg)
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
  opacity: 0;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg)
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
  opacity: 1;
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg)
}

.wa__btn_popup .wa__btn_popup_txt {
  position: absolute;
  width: 156px;
  right: 100%;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  top: 15px;
  padding: 7px 0 7px 12px;
  margin-right: 7px;
  letter-spacing: -.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all
}

.wa__btn_popup.wa__active .wa__btn_popup_txt {
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  opacity: 0;
  visibility: hidden
}