/*!
 Author:         Bankai
 Template:       Opencart
*/
@font-face {
  font-family: 'libre_baskervilleregular';
  src: url("../fonts/librebaskerville-regular-webfont.woff2") format("woff2"), url("../fonts/librebaskerville-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'libre_baskervillebold';
  src: url("../fonts/librebaskerville-bold-webfont.woff2") format("woff2"), url("../fonts/librebaskerville-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura_lt_btlight';
  src: url("../fonts/futult-webfont.woff2") format("woff2"), url("../fonts/futult-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura_bk_btbook';
  src: url("../fonts/futurabookbt-webfont.woff2") format("woff2"), url("../fonts/futurabookbt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #4b4b4b;
  font-family: 'futura_lt_btlight';
}

.btn-all {
  font-family: 'libre_baskervillebold';
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  width: auto;
  min-width: 160px;
  line-height: 2.2em;
  border-radius: 5px;
  padding: 8px 20px;
  padding-top: 10px;
  color: #fff;
  background: #373737;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 1365px) {
  .btn-all {
    font-size: 11px;
  }
}

.btn-all:hover {
  background: rgba(55, 55, 55, 0.73);
}

.btn-all.w {
  background: #fff;
  color: #373737;
}

.btn-all.w:hover {
  background: #ccc;
}

.et_pb_text_inner {
  font-size: 15px;
}

.et_pb_row, .container {
  width: 100%;
  max-width: 90%;
}

.max-offset {
  left: 50%;
  position: relative;
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 7.5px);
}

.heading-all {
  font-family: 'libre_baskervilleregular';
  margin-bottom: .8em !important;
}

.heading-all:after {
  content: "";
  width: 5em;
  height: 3px;
  background: #1880ae;
  display: block;
  margin-top: 10px;
  border-radius: 50px;
}

.heading-all.w {
  color: #fff;
}

.heading-all .et_pb_text_inner p {
  font-size: 1.8em;
}

@media (max-width: 1199px) {
  .heading-all .et_pb_text_inner p {
    font-size: 20px;
  }
}

.slick-arrow {
  position: absolute;
  line-height: 0;
  cursor: pointer;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumbs {
  color: #fff;
}

.breadcrumbs .container {
  max-width: 100%;
  font-size: 13px;
}

.breadcrumbs a, .breadcrumbs span {
  color: #fff;
  font-family: 'libre_baskervilleregular';
  padding: 0 2px;
}

.breadcrumbs a:first-child, .breadcrumbs span:first-child {
  padding-left: 0;
}

.breadcrumbs a:first-child a, .breadcrumbs span:first-child a {
  padding-left: 0;
}

.breadcrumbs a:last-child span, .breadcrumbs span:last-child span {
  font-family: 'libre_baskervillebold';
}

.banner-all {
  min-height: 27em;
  padding: 0 !important;
}

@media (max-width: 880px) {
  .banner-all {
    min-height: 16em;
  }
}

.banner-all .et_pb_row {
  max-width: 62%;
}

@media (max-width: 880px) {
  .banner-all .et_pb_row {
    max-width: 90%;
  }
}

.banner-all .et_pb_text_inner {
  font-family: 'libre_baskervilleregular';
}

.banner-all .banner-all .et_pb_text_inner p {
  font-size: 28px;
}

.banner-all .heading-all:after {
  width: 5em;
}

@media (max-width: 767px) {
  .banner-all .heading-all:after {
    width: 3em;
  }
}

p {
  font-size: 15px;
}

body .grecaptcha-badge {
  visibility: hidden;
  z-index: 2;
  opacity: 0.2;
}

body.page-contact-us .grecaptcha-badge {
  visibility: visible;
}

.et_pb_button {
  font-family: 'libre_baskervillebold';
  text-transform: uppercase;
  border: 0 !important;
  display: inline-block;
  width: auto;
  min-width: 160px;
  line-height: 2.2em !important;
  border-radius: 5px;
  padding: 8px !important;
  padding-top: 10px !important;
  color: #fff;
  background: #373737;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 13px;
}

.et_pb_button:after {
  display: none;
}

.et_pb_button:hover {
  background: rgba(55, 55, 55, 0.73) !important;
}

.hidden {
  display: none !important;
}

.float-enquiry {
  position: fixed;
  z-index: 2;
  right: 18px;
  bottom: 18px;
}

.float-enquiry img {
  max-width: 6em;
}

@media (max-width: 1199px) {
  .float-enquiry img {
    max-width: 4em;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

.slick-dots {
  bottom: -42px;
}

#main-header .top-head {
  background: #2c2c2c;
}

#main-header .top-head > div {
  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;
  max-width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
}

#main-header .top-head > div .logo img {
  max-width: 10em;
}

@media (max-width: 767px) {
  #main-header .top-head > div .logo img {
    max-width: 4em;
  }
}

#main-header .top-head > div .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .top-head > div .social > div:first-child a {
  padding-right: 18px;
}

@media (max-width: 880px) {
  #main-header .top-head > div .social > div a:last-child {
    padding-right: 0;
  }
}

#main-header .top-head > div .social a {
  display: inline-block;
}

#main-header .top-head > div .social a.reg {
  background: #fff;
  color: #333;
  line-height: 3.5;
  min-width: 12em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 1em;
  font-family: 'libre_baskervillebold';
  font-size: 13px;
  padding-top: 2px;
}

@media (max-width: 1199px) {
  #main-header .top-head > div .social a.reg {
    font-size: 11px;
  }
}

@media (max-width: 880px) {
  #main-header .top-head > div .social a.reg {
    display: none;
  }
}

#main-header .btm-head {
  text-align: center;
  background: #fff;
}

@media (max-width: 880px) {
  #main-header .btm-head {
    background: #333;
  }
}

#main-header .btm-head > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 880px) {
  #main-header .btm-head > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#main-header .btm-head > div > * {
  -webkit-box-flex: .2;
      -ms-flex: .2;
          flex: .2;
}

@media (max-width: 880px) {
  #main-header .btm-head > div > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#main-header .btm-head > div > *:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main-header .btm-head > div > *.social {
  text-align: left;
  visibility: hidden;
}

@media (max-width: 880px) {
  #main-header .btm-head > div > *.social {
    visibility: visible;
  }
}

#main-header .btm-head > div > *.social a:first-child {
  padding-right: 16px;
}

#main-header .btm-head > div > *.social a img {
  padding-top: 6px;
}

#main-header .btm-head > div > *.reg {
  background: #fff;
  font-family: 'libre_baskervillebold';
  visibility: hidden;
}

@media (max-width: 880px) {
  #main-header .btm-head > div > *.reg {
    visibility: visible;
    -webkit-box-flex: .2;
        -ms-flex: .2;
            flex: .2;
  }
}

#main-header .btm-head > div > *.reg a {
  color: #333;
  line-height: 4;
  min-width: 12em;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}

@media (max-width: 1199px) {
  #main-header .btm-head > div > *.reg a {
    font-size: 11px;
  }
}

@media (max-width: 880px) {
  #main-header .btm-head > div > *.reg a {
    border: 1px solid;
  }
}

#main-header .btm-head > div ul {
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main-header .btm-head > div ul li {
  padding: 0;
}

#main-header .btm-head > div ul li a {
  font-family: 'libre_baskervilleregular';
  text-transform: uppercase;
  color: #333333;
  padding: 18px;
}

@media (max-width: 1600px) {
  #main-header .btm-head > div ul li a {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  #main-header .btm-head > div ul li a {
    font-size: 11px;
    padding: 15px;
  }
}

#main-header .btm-head > div ul li a:after {
  display: none;
}

#main-header .btm-head > div ul li > .sub-menu {
  min-width: 23em;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 0;
}

#main-header .btm-head > div ul li > .sub-menu li {
  display: block;
}

#main-header .btm-head > div ul li > .sub-menu li a {
  display: block;
  width: 100%;
  padding: 4px 30px;
  padding-top: 8px;
  opacity: 1;
}

#main-header .btm-head > div ul li > .sub-menu li a:hover {
  background: #1880ae;
  color: #fff;
}

#main-header.et-fixed-header .top-head {
  display: none;
}

#main-header.et-fixed-header .btm-head {
  background: #2c2c2c;
}

#main-header.et-fixed-header .btm-head a {
  color: #fff;
}

#main-header.et-fixed-header .btm-head .sub-menu a {
  color: #333;
}

#main-header.et-fixed-header .btm-head .reg {
  visibility: visible;
}

#main-header.et-fixed-header .btm-head .social {
  visibility: visible;
}

#main-header #et-top-navigation {
  padding-right: 2em;
  padding: 0 !important;
}

#main-header #et-top-navigation .mobile_menu_bar:before {
  color: #333;
  font-size: 40px;
}

#main-header #et-top-navigation .et_mobile_menu {
  border-top: 1px solid #333;
}

#main-header #et-top-navigation .et_mobile_menu a {
  text-transform: uppercase;
}

#main-header #et-top-navigation #et_mobile_nav_menu {
  padding-right: 29px;
}

@media (max-width: 767px) {
  #main-header #et-top-navigation #et_mobile_nav_menu {
    padding-right: 9px;
  }
}

#main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar_toggle {
  padding: 0;
}

#page-container {
  margin-top: -1px !important;
}

#et-top-navigation {
  display: none !important;
}

@media (max-width: 881px) {
  #et-top-navigation {
    display: block !important;
  }
}

@media (min-width: 881px) {
  .sticky-me {
    position: fixed;
    width: 100%;
    top: 52px;
    z-index: 3;
  }
}

@media (min-width: 881px) and (max-width: 1199px) {
  .sticky-me {
    top: 43px;
  }
}

#main-footer {
  background-color: #ebebeb;
  font-family: 'Avenir Next LT Pro';
}

#main-footer #footer-bottom {
  background-color: #2c2c2c;
  font-family: 'libre_baskervilleregular';
  color: #fff;
  font-size: 13px;
  padding: 18px 0 5px;
}

@media (max-width: 767px) {
  #main-footer #footer-bottom {
    padding: 18px 0 18px;
  }
  #main-footer #footer-bottom #footer-info {
    padding-bottom: 0 !important;
  }
}

#main-footer #footer-bottom a, #main-footer #footer-bottom #footer-info {
  color: #fff !important;
}

#main-footer #footer-bottom .fcs-text {
  padding-top: 2px;
}

@media (max-width: 880px) {
  #main-footer #footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-footer #footer-bottom .container #footer-info {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 880px) and (max-width: 767px) {
  #main-footer #footer-bottom .container #footer-info {
    text-align: center;
  }
}

@media (max-width: 880px) {
  #main-footer #footer-bottom .container .fcs-text {
    text-align: right;
  }
}

@media (max-width: 880px) and (max-width: 767px) {
  #main-footer #footer-bottom .container .fcs-text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #main-footer #footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  padding: 5em 0;
}

@media (max-width: 880px) {
  #main-footer .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  #main-footer .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1em;
  }
}

#main-footer .footer-links > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 880px) {
  #main-footer .footer-links > * {
    width: calc(100%/2 - 1px);
    text-align: center;
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    padding-bottom: 2em;
  }
}

@media (max-width: 767px) {
  #main-footer .footer-links > * {
    width: 100%;
  }
  #main-footer .footer-links > *:nth-child(2) {
    display: none;
  }
}

#main-footer .footer-links > *.address {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: -2em;
}

@media (max-width: 1279px) {
  #main-footer .footer-links > *.address {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#main-footer .footer-links > *.address .ad {
  white-space: pre-line;
}

#main-footer .footer-links > *.address .tel {
  padding: 1em 0;
}

#main-footer .footer-links > *.address a {
  display: block;
}

#main-footer .footer-links > *.social {
  -webkit-box-flex: .6;
      -ms-flex: .6;
          flex: .6;
}

#main-footer .footer-links > *.social ul {
  margin-top: 1em;
}

#main-footer .footer-links > *.social ul li {
  display: inline-block;
}

#main-footer .footer-links > *.social ul li:not(:last-child) {
  padding-right: 10px;
}

#main-footer .footer-links h5 {
  font-family: 'libre_baskervilleregular';
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 15px;
}

#main-footer .footer-links a {
  color: #333;
  line-height: 2;
}

.et_pb_video_play:before {
  content: "";
  background-image: url(../img/p.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: block;
}

@media (max-width: 767px) {
  .events-holder-home {
    padding: 0;
  }
}

.events-holder-home img {
  width: 100%;
}

.events-holder-home .events-home {
  margin-bottom: 2em;
}

@media (max-width: 1199px) {
  .events-holder-home .events-home {
    margin-bottom: 0;
    margin-top: 2em;
  }
}

.events-holder-home .events-home .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.events-holder-home .events-home .lists > div {
  width: calc(100%/2 - 1px);
  padding: 18px 53px;
}

@media (max-width: 1199px) {
  .events-holder-home .events-home .lists > div {
    padding: 8px 12px;
  }
}

@media (max-width: 767px) {
  .events-holder-home .events-home .lists > div {
    width: 100%;
    padding: 8px 0px;
  }
}

.events-holder-home .events-home .lists > div a {
  display: inline-block;
  line-height: 0;
  -webkit-box-shadow: 0 0 14px #000;
          box-shadow: 0 0 14px #000;
}

@media (max-width: 767px) {
  .home-s3 {
    padding: 0;
    padding-bottom: 2em;
  }
}

.lists-home .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  position: relative;
}

@media (max-width: 767px) {
  .lists-home .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lists-home .lists > div:first-child {
  width: 20%;
}

@media (max-width: 767px) {
  .lists-home .lists > div:first-child {
    width: 100%;
  }
}

.lists-home .lists > div:last-child {
  width: 80%;
}

@media (max-width: 767px) {
  .lists-home .lists > div:last-child {
    width: 100%;
  }
}

.lists-home .heading-all {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .lists-home .heading-all {
    margin-bottom: 20px !important;
    margin-top: 2em;
  }
}

.lists-home .heading-all:after {
  width: 2.8em;
}

.lists-home .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.lists-home .slick-slide {
  height: inherit !important;
}

.lists-home .slick-slide > div {
  padding: 13px;
  height: 100%;
}

@media (max-width: 767px) {
  .lists-home .slick-slide > div {
    padding: 5px;
  }
}

.lists-home .slick-slide > div > div {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 16px;
  -webkit-box-shadow: 0 0 14px rgba(204, 204, 204, 0.35);
          box-shadow: 0 0 14px rgba(204, 204, 204, 0.35);
}

.lists-home .slick-slide > div > div img {
  margin: 0 auto;
}

.lists-home .slick-arrow {
  position: absolute;
  bottom: 12px;
  line-height: 0;
  cursor: pointer;
}

.lists-home .slick-arrow.next {
  left: 24px;
}

@media (max-width: 767px) {
  .lists-home .slick-arrow {
    bottom: -26px;
    left: 5px;
  }
}

.testimonials-home {
  padding: 0 4em;
}

@media (max-width: 1279px) {
  .testimonials-home {
    padding: 0 0em;
  }
}

@media (max-width: 880px) {
  .testimonials-home {
    margin-top: 3em;
  }
}

.testimonials-home .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-home .slick-slide {
  margin: 0 28px;
}

@media (max-width: 1199px) {
  .testimonials-home .slick-slide {
    margin: 0 14px;
  }
}

.testimonials-home .slick-slide.slick-center {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4em 0;
}

@media (max-width: 767px) {
  .testimonials-home .slick-slide.slick-center {
    padding: 0;
  }
}

.testimonials-home .slick-slide.slick-center:before {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.testimonials-home .item {
  background: #fff;
  text-align: center;
  padding: 50px 22px;
  font-family: 'libre_baskervilleregular';
  color: #000;
}

.testimonials-home .item h3 {
  padding-bottom: 34px;
}

.testimonials-home .item .test {
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .testimonials-home .item .test {
    font-size: 13px;
  }
}

.testimonials-home .item img {
  margin: 0 auto;
}

.testimonials-home .slick-list {
  padding: 0 !important;
}

.testimonials-home .slick-arrow {
  bottom: 56px;
}

@media (max-width: 880px) {
  .testimonials-home .slick-arrow {
    bottom: 0;
  }
}

.testimonials-home .slick-arrow.next {
  left: 29px;
}

.about-event-holder .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px;
}

@media (max-width: 880px) {
  .about-event-holder .lists {
    margin: 0 -6px;
  }
}

@media (max-width: 767px) {
  .about-event-holder .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-event-holder .lists .item {
  width: calc(100%/3 - 1px);
  padding-bottom: 2em;
}

@media (max-width: 767px) {
  .about-event-holder .lists .item {
    width: 100%;
  }
}

.about-event-holder .lists .item > div {
  padding: 24px;
}

@media (max-width: 880px) {
  .about-event-holder .lists .item > div {
    padding: 6px;
  }
}

.about-event-holder .lists .item h3 {
  font-family: 'libre_baskervillebold';
  font-size: 20px;
  padding-top: 24px;
}

@media (max-width: 880px) {
  .about-event-holder .lists .item h3 {
    font-size: 15px;
  }
}

.about-event-holder .lists .item .des {
  font-family: 'Avenir Next LT Pro';
  font-size: 15px;
}

@media (max-width: 880px) {
  .about-event-holder .lists .item .des {
    font-size: 14px;
  }
}

.about-event-holder .lists .bg-cover {
  min-height: 21em;
}

@media (max-width: 1365px) {
  .about-event-holder .lists .bg-cover {
    min-height: 18em;
  }
}

@media (max-width: 1199px) {
  .about-event-holder .lists .bg-cover {
    min-height: 14em;
  }
}

@media (max-width: 767px) {
  .about-the-event {
    padding: 0;
  }
}

.about-the-event .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.5em;
}

@media (max-width: 767px) {
  .about-the-event .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0 !important;
  }
}

.about-the-event .col2 > div {
  margin-bottom: 0 !important;
  margin: 0 10px !important;
}

@media (max-width: 767px) {
  .about-the-event .col2 > div {
    text-align: center;
    margin-bottom: 10px !important;
  }
}

.buttons-events > div a:first-child {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .buttons-events > div a:first-child {
    margin: 0;
    margin-bottom: 10px;
  }
}

.buttons-events a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttons-events a span img {
  margin-right: 5px;
  max-width: 1.2em;
}

#exhibition {
  padding-top: 0;
}

@media (max-width: 767px) {
  #exhibition {
    padding-bottom: 0;
  }
}

#exhibition .holder {
  padding: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media (max-width: 880px) {
  #exhibition .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  #exhibition .holder {
    padding: 3em 1em;
  }
}

#exhibition .holder > div:first-child {
  margin-right: 0;
}

#exhibition .holder > div:last-child {
  padding-left: 3em;
  width: 50%;
  padding-top: 36px;
}

@media (max-width: 880px) {
  #exhibition .holder > div:last-child {
    width: 100%;
    padding: 0;
  }
}

#exhibition .holder .heading-all {
  margin-bottom: 20px !important;
}

#exhibition .buttons-events .ex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1500px) {
  #exhibition .buttons-events .ex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #exhibition .buttons-events .ex a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#conference {
  padding-top: 0;
}

@media (max-width: 767px) {
  #conference {
    padding-bottom: 0;
  }
}

#conference .buttons-events .con {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #conference .buttons-events .con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#conference .buttons-events .con a:last-child img {
  margin-right: 0;
  margin-left: 14px;
}

#keyspeakers {
  padding-top: 0;
}

@media (max-width: 767px) {
  #keyspeakers {
    padding-bottom: 0;
  }
}

#keyspeakers .heading-all {
  margin-bottom: 18px !important;
}

#keyspeakers > .et_pb_row {
  padding-top: 0;
}

#keyspeakers .about_event_keynote .lists {
  margin: 0 -30px;
}

@media (max-width: 767px) {
  #keyspeakers .about_event_keynote .lists {
    margin: 0;
  }
}

#keyspeakers .about_event_keynote .lists .item {
  text-align: center;
}

#keyspeakers .about_event_keynote .lists .item img {
  margin: 0 auto;
  border-radius: 50%;
  width: 100%;
}

#keyspeakers .about_event_keynote .lists .item .name {
  font-size: 17px;
  margin-top: 14px;
}

#keyspeakers .about_event_keynote .lists .slick-slide {
  margin: 0 30px;
}

@media (max-width: 1365px) {
  #keyspeakers .about_event_keynote .lists .slick-slide {
    margin: 0 16px;
  }
}

#keyspeakers .about_event_keynote .slick-arrow {
  top: 50%;
}

#keyspeakers .about_event_keynote .slick-arrow.next {
  right: 0;
}

#keyspeakers .about_event_keynote .slick-arrow.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#sponsorship > div {
  padding: 5em;
  color: #fff;
}

@media (max-width: 767px) {
  #sponsorship > div {
    padding: 3em 1em;
  }
}

#sponsorship > div .buttons-events .spon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#visitors {
  padding-top: 0;
}

@media (max-width: 767px) {
  #visitors {
    padding-bottom: 0;
  }
}

#visitors > div {
  border-top: 1px solid #ccc;
  padding-top: 5em;
}

@media (max-width: 767px) {
  #visitors > div {
    padding-top: 2em;
  }
}

#visitors .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.5em;
}

@media (max-width: 880px) {
  #visitors .col2 {
    margin-top: 0;
  }
}

#visitors .col2 > div {
  margin-bottom: 0 !important;
  margin: 0 10px !important;
}

@media (max-width: 880px) {
  #visitors .col2 > div {
    margin: 0 0px !important;
  }
}

#travel > div > div:first-child {
  margin-right: 0;
  width: 50%;
}

#travel > div > div:last-child {
  padding-top: 4em;
  padding-left: 3em;
  width: 50%;
}

@media (max-width: 767px) {
  #travel > div > div:last-child {
    padding-top: 0;
    padding-left: 0;
  }
}

#travel > div > div:last-child img {
  -webkit-box-shadow: 0 0 16px rgba(51, 51, 51, 0.52);
          box-shadow: 0 0 16px rgba(51, 51, 51, 0.52);
}

@media (max-width: 880px) {
  .contact-info-holder iframe {
    height: 22em;
  }
}

.contact-info-holder > div {
  width: 37% !important;
  margin: 0 !important;
}

@media (max-width: 880px) {
  .contact-info-holder > div {
    margin-bottom: 2em !important;
  }
  .contact-info-holder > div:first-child {
    width: 100% !important;
  }
}

.contact-info-holder > div:nth-child(2) {
  padding-left: 4em;
}

@media (max-width: 1199px) {
  .contact-info-holder > div:nth-child(2) {
    padding-left: 2em;
  }
}

@media (max-width: 880px) {
  .contact-info-holder > div:nth-child(2) {
    padding-left: 0;
  }
}

@media (max-width: 880px) {
  .contact-info-holder > div:nth-child(2) {
    width: 50% !important;
  }
}

@media (max-width: 880px) and (max-width: 767px) {
  .contact-info-holder > div:nth-child(2) {
    width: 100% !important;
  }
}

.contact-info-holder > div:last-child {
  width: 26% !important;
}

@media (max-width: 880px) {
  .contact-info-holder > div:last-child {
    width: 50% !important;
  }
}

@media (max-width: 880px) and (max-width: 767px) {
  .contact-info-holder > div:last-child {
    width: 100% !important;
  }
}

.contact-info-holder a {
  color: #4b4b4b;
}

.contact-info-holder .message-form textarea {
  font-family: 'futura_lt_btlight';
  resize: none;
}

.contact-info-holder .message-form .row > div {
  position: relative;
}

@media (max-width: 767px) {
  .contact-info-holder .message-form .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.contact-info-holder .message-form + div {
  display: none !important;
}

@media (max-width: 1365px) {
  .contact-info-holder .contact-submit .btn-all {
    min-width: auto !important;
  }
}

.menu-tab {
  padding: 0 !important;
  border-bottom: 1.2px solid #ccc;
}

.menu-tab .et_pb_row {
  padding: 0 !important;
}

.menu-tab .et_pb_row ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .menu-tab .et_pb_row ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu-tab .et_pb_row ul li {
  min-width: 10em;
  text-align: center;
}

.menu-tab .et_pb_row ul li a {
  text-align: center;
  text-transform: uppercase;
  font-family: 'libre_baskervilleregular';
  font-size: 13px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 10px;
  cursor: pointer;
  padding-top: 12px;
  margin-top: 1px;
  color: #3a3a3a;
}

.menu-tab .et_pb_row ul li a:hover, .menu-tab .et_pb_row ul li a.current {
  background: #3a3a3a;
  color: #fff;
}

.past-events-holder .et_pb_image_wrap {
  width: 100%;
}

.past-events-holder .et_pb_image_wrap img {
  width: 100%;
}

.media-holder .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
}

@media (max-width: 767px) {
  .media-holder .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.media-holder .item > div.img-holder {
  width: 25%;
  padding-right: 3em;
}

@media (max-width: 1365px) {
  .media-holder .item > div.img-holder {
    padding-right: 2em;
  }
}

@media (max-width: 767px) {
  .media-holder .item > div.img-holder {
    width: 100%;
    padding-right: 0;
  }
}

.media-holder .item > div.img-holder img {
  width: 100%;
  border: 2px solid #ccc;
}

.media-holder .item > div.des {
  width: 75%;
}

@media (max-width: 767px) {
  .media-holder .item > div.des {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .media-holder .item .heading-all {
    margin-top: 1em;
  }
}

.media-holder .item .heading-all:after {
  width: 3em;
}

.media-holder .pagination {
  text-align: center;
}

.p-enquiry {
  padding: 2em 0;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}

.p-enquiry .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .p-enquiry .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

.p-enquiry .form span.Email {
  width: 100%;
}

.p-enquiry .form span input {
  height: 54px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  width: 100%;
}

.p-enquiry .form span input + span {
  position: absolute;
}

.p-enquiry .form span input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7b7b7 !important;
}

.p-enquiry .form span input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7b7b7 !important;
}

.p-enquiry .form span input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b7b7b7 !important;
}

.p-enquiry .form span input:-moz-placeholder {
  /* Firefox 18- */
  color: #b7b7b7 !important;
}

.p-enquiry .form .wpcf7-submit {
  border: 0;
  padding: 12px;
  min-width: 16em;
  margin-left: 8px;
  font-family: 'libre_baskervillebold';
  text-transform: uppercase;
  color: #fff;
  background: #b5b5b5;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-enquiry .form .wpcf7-submit {
    margin-left: 0;
  }
}

.p-enquiry .form .ajax-loader {
  position: absolute;
  right: 8px;
  top: 60%;
}

@media (max-width: 767px) {
  .p-enquiry .form .ajax-loader {
    top: 50%;
  }
}

.p-enquiry h3 {
  color: #fff;
  font-family: 'libre_baskervilleregular';
  padding-bottom: 17px;
}

.p-enquiry + div {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */