@charset "UTF-8";
body {
  @import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
  font-family: "Roboto", sans-serif;
  max-width: 1920px;
  margin: 0 auto !important;
}
body a {
  text-decoration: none;
}
body #primary {
  max-width: 1440px;
  margin: 0 auto;
}
body.page-template-page-home #primary {
  max-width: 100%;
  padding: 0;
}

body.verTwo {
  @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
  font-family: "Nunito Sans", sans-serif;
  max-width: 1920px;
  margin: 0 auto !important;
}

.site-header {
  height: 748px;
}
.site-header .site-branding {
  height: 100%;
  position: relative;
}
.site-header .site-branding .main_img_wrap {
  height: 100%;
}
.site-header .site-branding .main_img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.site-header .site-branding .header-rows {
  position: absolute;
  top: 0;
  width: 100%;
}
.site-header .site-branding .header-rows .header-inner {
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.site-header .site-branding .header-rows .header-inner .left-logo {
  max-width: 250px;
}
.site-header .site-branding .header-rows .header-inner .left-logo img {
  max-width: 250px;
}
.site-header .site-branding .header-rows .header-inner .right-logo {
  max-width: 250px;
}
.site-header .site-branding .header-rows .header-inner #site-navigation {
  width: auto;
  padding-top: 15px;
}
.site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu {
  margin: 0 -25px;
}
.site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li {
  padding: 0 25px;
}
.site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li a {
  text-transform: uppercase;
}
.site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu {
  background: #fff;
  color: #000;
}
.site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu li a {
  color: #000 !important;
  font-size: 13px;
}
.site-header .site-branding .header-rows .header-details {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.site-header .site-branding .header-rows .header-details h1.main-title {
  margin: 0;
  font-size: 69px;
  font-weight: bold;
}
.site-header .site-branding .header-rows .header-details h1.main-title p {
  margin: 0;
}
.site-header .site-branding .header-rows .header-details .fancy-separator {
  max-width: 300px;
  margin: 35px auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .site-branding .header-rows .header-details .fancy-separator:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.site-header .site-branding .header-rows .header-details .fancy-separator .fancy-separator-circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.site-header .site-branding .header-rows .header-details .location {
  text-align: center;
  font-size: 40px;
  font-weight: lighter;
}
.site-header .site-branding .header-rows .header-details .dates {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.site-header .site-branding .header-rows .header-details .top-menu-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.site-header .site-branding .header-rows .header-details .top-menu-buttons .register-button {
  margin: 32px 10px 0 10px;
  display: block;
  max-width: 255px !important;
}
.site-header .site-branding .header-rows .header-details .top-menu-buttons .register-button a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  padding: 10px 33px;
  border-radius: 30px;
}
.site-header .site-branding .counter {
  max-width: 690px;
  margin: 0 auto;
  background: #f8f8f8;
  width: 100%;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80.5px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.site-header .site-branding .counter .count_down_wrap {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  height: 115px;
  width: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site-header .site-branding .counter .count_down_wrap .count_down_number {
  font-size: 40px;
  font-weight: bold;
  line-height: 31px;
}
.site-header .site-branding .counter .count_down_wrap .count_down_label {
  color: #999999;
  font-size: 11px;
  margin-top: 7px;
}
.site-header .site-branding .counter .counter_separator {
  color: #999999;
  font-size: 20px;
}
.site-header .floating-hader-wrap {
  box-shadow: 0 8px 6px -6px black;
  position: fixed;
  display: flex !important;
  padding: 15px;
  top: -200px;
  z-index: 999;
  width: 100%;
  justify-content: space-between;
  min-height: 100px;
  align-items: center;
  transition-property: top;
  transition-duration: 0.5s;
  -webkit-transition-property: top;
  -webkit-transition-duration: 0.5s;
}
.site-header .floating-hader-wrap .top-menu-buttons {
  display: flex;
}
.site-header .floating-hader-wrap .top-menu-buttons .register-button a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  padding: 10px 33px;
  border-radius: 30px;
  margin-left: 15px;
}
.site-header .floating-hader-wrap .main-navigation {
  width: auto;
}
.site-header .floating-hader-wrap .main-navigation .menu {
  margin: 0 -18px;
}
.site-header .floating-hader-wrap .main-navigation .menu li {
  padding: 0 18px;
}
.site-header .floating-hader-wrap .main-navigation .menu li a {
  text-transform: uppercase;
}
.site-header .floating-hader-wrap .main-navigation .menu li .sub-menu {
  background: #fff;
  color: #000;
}
.site-header .floating-hader-wrap .main-navigation .menu li .sub-menu li a {
  color: #000 !important;
  font-size: 13px;
}
.site-header .floating-hader-wrap.sticky {
  top: 0;
  transition-property: top;
  transition-duration: 0.5s;
  -webkit-transition-property: top;
  -webkit-transition-duration: 0.5s;
}

.site-header-v2 .site-branding {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.site-header-v2 .site-branding .main_img_wrap {
  height: 100%;
}
.site-header-v2 .site-branding .main_img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.site-header-v2 .site-branding .header-rows {
  position: absolute;
  top: 0;
  width: 100%;
}
.site-header-v2 .site-branding .header-rows .header-inner {
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.site-header-v2 .site-branding .header-rows .header-inner .left-logo {
  max-width: 400px;
  padding-right: 10px;
  flex: 1;
}
.site-header-v2 .site-branding .header-rows .header-inner .left-logo img {
  max-width: 100%;
}
.site-header-v2 .site-branding .header-rows .header-inner .right-logo {
  max-width: 400px;
  flex: 1;
}
.site-header-v2 .site-branding .header-rows .header-inner .right-logo img {
  max-width: 100%;
}
.site-header-v2 .site-branding .header-rows .header-inner .right-logo .top-menu-buttons {
  display: flex;
  justify-content: end;
  margin-top: -15px;
}
.site-header-v2 .site-branding .header-rows .header-inner .right-logo .top-menu-buttons .register-button {
  padding-left: 15px;
}
.site-header-v2 .site-branding .header-rows .header-inner .right-logo .top-menu-buttons .register-button a {
  color: #fff;
  padding: 6px 20px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
}
.site-header-v2 .site-branding .header-rows .header-inner #site-navigation {
  width: auto;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu {
  margin: 0 auto;
}
.site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li {
  padding: 0 17px;
}
.site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li:first-child {
  padding-left: 0;
}
.site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li:last-child {
  padding-right: 0;
}
.site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li a {
  text-transform: capitalize;
}
.site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu {
  background: #fff;
  color: #000;
}
.site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu li a {
  color: #000 !important;
  font-size: 13px;
}
.site-header-v2 .site-branding .header-rows .header-details {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.site-header-v2 .site-branding .header-rows .header-details .main-title {
  margin: 2% 0 0 0;
  font-weight: bold;
}
.site-header-v2 .site-branding .header-rows .header-details .main-title p {
  margin: 0;
  font-weight: 300;
}
.site-header-v2 .site-branding .header-rows .header-details .main-title h1 {
  font-size: inherit;
}
.site-header-v2 .site-branding .header-rows .header-details .location-date-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  line-height: 1;
  margin-top: 20px;
}
.site-header-v2 .site-branding .header-rows .header-details .location-date-wrap .sep {
  margin: -0.3% 10px 0;
  font-weight: 100;
}
.site-header-v2 .site-branding .header-rows .header-details .location-date-wrap .location {
  text-align: center;
  font-size: 40px;
  font-weight: lighter;
}
.site-header-v2 .site-branding .header-rows .header-details .location-date-wrap .dates {
  text-align: center;
  font-size: 40px;
}
.site-header-v2 .site-branding .header-rows .header-details .top-menu-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.site-header-v2 .site-branding .header-rows .header-details .top-menu-buttons .register-button {
  margin: 32px 10px 0 10px;
  display: block;
  max-width: 255px !important;
}
.site-header-v2 .site-branding .header-rows .header-details .top-menu-buttons .register-button a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  padding: 10px 33px;
  border-radius: 30px;
}
.site-header-v2 .site-branding .counterWrap {
  padding: 100px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-header-v2 .site-branding .counterWrap .counter {
  margin: 0 auto;
  width: 100%;
  border-radius: 100px;
  display: flex;
  justify-content: center;
}
.site-header-v2 .site-branding .counterWrap .counter .count_down_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -6px;
  margin-bottom: -5px;
}
.site-header-v2 .site-branding .counterWrap .counter .count_down_wrap .count_down_number {
  font-size: 70px;
  line-height: 1;
}
.site-header-v2 .site-branding .counterWrap .counter .count_down_wrap .count_down_label {
  font-size: 18px;
  margin-top: 7px;
}
.site-header-v2 .site-branding .counterWrap .counter .counter_separator {
  font-size: 20px;
  height: auto;
  border: 1px solid;
  width: 2px;
  margin: 0 35px;
}
.site-header-v2 .site-branding .counterWrap .counterButton {
  margin-top: 70px;
  display: flex;
  gap: 15px;
}
.site-header-v2 .site-branding .counterWrap .counterButton .register-button a {
  color: #fff;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 100px;
  min-width: 150px;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.site-header-v2 .floating-hader-wrap {
  box-shadow: 0 8px 6px -6px black;
  position: fixed;
  display: flex !important;
  padding: 15px;
  top: -200px;
  z-index: 999;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition-property: top;
  transition-duration: 0.5s;
  -webkit-transition-property: top;
  -webkit-transition-duration: 0.5s;
}
.site-header-v2 .floating-hader-wrap .menu-toggle {
  background: transparent;
  border: none;
}
.site-header-v2 .floating-hader-wrap .top-menu-buttons {
  display: flex;
  justify-content: end;
  margin-top: -15px;
}
.site-header-v2 .floating-hader-wrap .top-menu-buttons .register-button {
  padding-left: 15px;
}
.site-header-v2 .floating-hader-wrap .top-menu-buttons .register-button a {
  color: #fff;
  padding: 6px 20px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
}
.site-header-v2 .floating-hader-wrap .main-navigation {
  width: auto;
}
.site-header-v2 .floating-hader-wrap .main-navigation .menu {
  margin: 0 auto;
}
.site-header-v2 .floating-hader-wrap .main-navigation .menu li {
  padding: 0 17px;
}
.site-header-v2 .floating-hader-wrap .main-navigation .menu li:first-child {
  padding-left: 0;
}
.site-header-v2 .floating-hader-wrap .main-navigation .menu li:last-child {
  padding-right: 0;
}
.site-header-v2 .floating-hader-wrap .main-navigation .menu li a {
  text-transform: capitalize;
}
.site-header-v2 .floating-hader-wrap .main-navigation .menu li .sub-menu {
  background: #fff;
  color: #000;
}
.site-header-v2 .floating-hader-wrap .main-navigation .menu li .sub-menu li a {
  color: #000 !important;
  font-size: 13px;
}
.site-header-v2 .floating-hader-wrap.sticky {
  top: 0;
  transition-property: top;
  transition-duration: 0.5s;
  -webkit-transition-property: top;
  -webkit-transition-duration: 0.5s;
}

#primary {
  padding: 0 15px;
}
#primary #main .first_section {
  padding-top: 155px !important;
}
#primary #main .section-title {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 15px 0;
}
#primary #main #update-section {
  padding-top: 40px;
}
#primary #main #colleagues-section {
  padding-top: 30px;
  padding-bottom: 40px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#primary #main #colleagues-section .colleagues-text {
  max-width: 855px;
  margin: 0 auto;
  color: #444444;
  font-size: 18px;
  margin-bottom: 55px;
}
#primary #main #colleagues-section .colleagues-text p {
  margin: 0 auto;
}
#primary #main #colleagues-section .read-more {
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border: 2px solid;
  width: 170px;
  border-radius: 30px;
  padding: 6px 10px 6px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary #main #colleagues-section .read-more i {
  font-size: 23px;
  line-height: 0;
  margin-left: 10px;
  margin-bottom: 2px;
}
#primary #main #whats-new-section {
  background: #f4f4f4;
  padding: 45px 0 45px;
}
#primary #main #whats-new-section .section-title {
  font-size: 46px;
  font-weight: lighter;
}
#primary #main #whats-new-section .whats-new-cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
}
#primary #main #whats-new-section .whats-new-cols .whats-new-col {
  margin-top: 40px;
}
#primary #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-img {
  height: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#primary #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-title h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  margin: 25px 0;
}
#primary #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-text {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 45px;
}
#primary #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-link a {
  width: 150px;
  height: 36px;
  border: 1px solid;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 0 10px 0 30px;
}
#primary #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-link a i {
  font-size: 20px;
  margin-bottom: 2px;
}
#primary #main #congress-agenda-section {
  padding: 65px 0 0 0;
}
#primary #main #congress-agenda-section .section-title {
  font-size: 40px;
  font-weight: lighter;
  margin: 0;
}
#primary #main #congress-agenda-section .congress-agenda-date {
  text-align: center;
  color: #444444;
  font-size: 30px;
  font-weight: lighter;
}
#primary #main #congress-agenda-section .congress-agenda-tabs {
  max-width: 1215px;
  margin: 0 auto;
}
#primary #main #congress-agenda-section .congress-agenda-tabs div#nav-tab {
  flex-wrap: nowrap;
  border-right: 1px solid #dee2e6;
  margin-top: 25px;
}
#primary #main #congress-agenda-section .congress-agenda-tabs div#nav-tab .nav-item {
  width: 100%;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  border-top: none;
  border-radius: 0px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #fff;
  position: relative;
}
#primary #main #congress-agenda-section .congress-agenda-tabs div#nav-tab .nav-item.active:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  bottom: -3px;
  font-size: 30px;
  line-height: 0;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content {
  padding: 50px;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header {
  background: transparent;
  border-radius: 0px;
  padding: 26px 15px;
  display: flex;
  cursor: pointer;
  border: 0;
  position: relative;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header .card-time {
  min-width: 200px;
  font-weight: bold;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header .card-title {
  margin: 0;
  font-weight: bold;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header .card-title img {
  max-width: 24px;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header .card-title .speaker-name-out {
  font-weight: normal;
  font-size: 13px;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header .card-title .speaker-name-out span {
  color: #999999;
  margin-left: 10px;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header .card-arrow {
  position: absolute;
  right: 20px;
  color: #000;
  display: none;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header .card-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header[aria-expanded=true] .card-arrow {
  position: absolute;
  right: 20px;
  color: #000;
  display: none;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .card-header[aria-expanded=true] .card-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .cart-speaker {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  max-width: 100%;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .cart-speaker .cart-speaker-img {
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: 50px;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .cart-speaker .cart-speaker-img img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .cart-speaker span.speaker-desc {
  color: #000000;
  max-width: 250px;
  text-align: center;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .cart-speaker .speaker-name {
  margin-top: 0px;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data a.show-summary {
  width: 100%;
  padding: 0 15px;
  float: left;
  margin-top: 20px;
  text-align: center;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .cart-text {
  width: 90%;
  padding: 15px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .card-inner {
  margin-left: 30px;
  width: calc(100% - 30px);
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
  background: #f8f8f8;
  padding: 15px 0;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .card-inner .card-inner-top {
  display: flex;
  margin: 0px 0px 15px 0px;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .card-inner .card-inner-top .card-time {
  min-width: 250px;
  font-weight: bold;
  margin-right: 50px;
  text-align: center;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .card-inner .card-inner-top .card-title {
  margin: 0;
  font-weight: bold;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card .cart-data .card-inner .card-inner-top .card-title img {
  max-width: 24px;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card:first-child {
  border: none;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card.has-inner .card-header {
  background: #fafafa;
}
#primary #main #congress-agenda-section .congress-agenda-tabs .tab-content .accordion .card.has-inner .card-header .card-arrow {
  display: block;
}
#primary #main #congress-speakers {
  background: #fafafa;
  padding: 35px 0;
}
#primary #main #congress-speakers .section-title {
  font-size: 40px;
  font-weight: lighter;
  margin: 0;
  margin-bottom: 60px !important;
}
#primary #main #congress-speakers .speakers-text {
  text-align: center;
  color: #444444;
  margin-top: 20px;
  margin-bottom: 95px;
}
#primary #main #congress-speakers .speakers-cols {
  max-width: 1400px;
  margin: 0 auto;
  justify-content: center;
}
#primary #main #congress-speakers .speakers-cols .speaker-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
#primary #main #congress-speakers .speakers-cols .speaker-col .speaker-img {
  max-width: 185px;
  margin-bottom: 15px;
}
#primary #main #congress-speakers .speakers-cols .speaker-col .speaker-img img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  border-radius: 100%;
}
#primary #main #congress-speakers .speakers-cols .speaker-col .speaker-desc {
  color: #999999;
}
#primary #main #congress-speakers .speakers-cols .speaker-col .speaker-about {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition-property: height;
  transition-duration: 0.5s;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.5s;
}
#primary #main #congress-speakers .speakers-cols .speaker-col .speaker-about .read-more {
  margin: 15px auto 0;
  color: #fff;
}
#primary #main #congress-speakers .speakers-cols .speaker-col .speaker-about span {
  padding: 15px;
}
#primary #main #congress-speakers .speakers-cols .speaker-col:hover .speaker-about {
  height: 100% !important;
}
#primary #main #congress-speakers .read-more {
  margin: 40px auto;
  text-align: center;
  text-decoration: none;
  border: 2px solid;
  width: 170px;
  border-radius: 30px;
  padding: 6px 10px 6px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary #main #congress-speakers .read-more i {
  font-size: 23px;
  line-height: 0;
  margin-left: 10px;
  margin-bottom: 2px;
}
#primary #main #congress-sponsors {
  padding: 35px 0;
}
#primary #main #congress-sponsors .section-title {
  font-size: 40px;
  font-weight: lighter;
  margin: 0;
}
#primary #main #congress-sponsors .sponsors-text {
  text-align: center;
  color: #444444;
  margin-top: 20px;
  margin-bottom: 95px;
}
#primary #main #congress-sponsors .sponsors-cols {
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-around;
}
#primary #main #congress-sponsors .sponsors-cols .sponsors-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
#primary #main #congress-sponsors .sponsors-cols .sponsors-col .sponsors-col-link {
  display: flex;
  flex-direction: column;
}
#primary #main #congress-sponsors .sponsors-cols .sponsors-col .sponsors-img {
  max-width: 200px;
  height: 77px;
  margin: 0 auto 15px;
  display: block;
}
#primary #main #congress-sponsors .sponsors-cols .sponsors-col .sponsors-img img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
#primary #main #congress-sponsors .sponsors-cols .sponsors-col .sponsors-name {
  text-align: center;
  text-decoration: none;
  color: #212529;
  margin-top: 15px;
}
#primary #main #congress-sponsors .sponsors-cols .sponsors-col .sponsors-about {
  display: block;
  text-align: center;
  flex: 1 0 auto;
  margin-top: 5px;
  color: #212529;
}
#primary #main #congress-sponsors .sponsors-cols .sponsors-col .read-more {
  margin: 15px auto 0;
  color: #fff;
}
#primary #main #congress-sponsors .sponsors-cols .sponsors-col a:hover {
  text-decoration: none;
}
#primary #main #congress-sponsors .read-more {
  margin: 40px auto;
  text-align: center;
  text-decoration: none;
  border: 2px solid;
  width: 170px;
  border-radius: 30px;
  padding: 6px 10px 6px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary #main #congress-sponsors .read-more i {
  font-size: 23px;
  line-height: 0;
  margin-left: 10px;
  margin-bottom: 2px;
}
#primary #main #congress-contact {
  position: relative;
}
#primary #main #congress-contact .section-title {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: lighter;
}
#primary #main #congress-contact .contect-form {
  max-width: 1245px;
  margin: auto auto;
  background: #fff;
  padding: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 410px;
}
#primary #main #congress-contact .contect-form .contact-text {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
#primary #main #congress-contact .contect-form #contact-form {
  max-width: 645px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
#primary #main #congress-contact .contect-form #contact-form .contact-message {
  position: absolute;
  bottom: -58px;
  padding: 5px;
  width: calc(100% - 30px);
  left: 15px;
}
#primary #main #congress-contact .contect-form #contact-form .contact-left-col {
  width: 50%;
}
#primary #main #congress-contact .contect-form #contact-form .contact-right-col {
  width: 50%;
}
#primary #main #congress-contact .contect-form #contact-form .form-field {
  width: 100%;
  padding: 0 15px;
}
#primary #main #congress-contact .contect-form #contact-form .form-field label {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  margin: 15px 0 0 0;
  min-height: 24px;
  display: block;
}
#primary #main #congress-contact .contect-form #contact-form .form-field input {
  width: 100%;
  background: #f5f5f5;
  border: none;
  border-radius: 0px;
  height: 47px;
}
#primary #main #congress-contact .contect-form #contact-form .form-field textarea {
  width: 100%;
  background: #f5f5f5;
  border: none;
  border-radius: 0px;
  height: 133px;
  display: block;
}
#primary #main #congress-contact .contect-form #contact-form .form-field #contact-submit {
  color: #fff;
}
#primary #main #congress-contact.no-map .contect-form {
  position: relative !important;
  margin: 0 auto 20px;
  z-index: 2;
}
#primary #main #congress-contact .contact-img img {
  max-height: 417px;
  width: 100%;
  object-fit: fill;
  object-position: center;
}
#primary #main .general-info {
  margin-top: 30px;
}
#primary #main .general-info .general-info-data {
  display: flex;
  flex-direction: row;
}
#primary #main .general-info .general-info-data .general-info-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  min-width: 100px;
}
#primary #main .general-info .general-info-data .general-info-icon .general-info-icon-round {
  width: 60px;
  border: 1px solid;
  border-radius: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  min-height: 60px;
}
#primary #main .general-info .general-info-data .general-info-icon .general-info-icon-line {
  height: 100%;
  width: 2px;
}
#primary #main .general-info .general-info-data .general-info-value {
  padding-bottom: 20px;
}
#primary #main .general-info .general-info-data .general-info-value .general-info-title {
  font-size: 20px;
  padding-top: 15px;
}
#primary #main .general-info .general-info-data .general-info-value .general-info-val {
  display: flex;
  flex-direction: column;
}
#primary #main .general-info .general-info-data .general-info-value .general-info-val a {
  font-size: 15px;
}
#primary #main .general-info .general-info-data .general-info-value .general-info-val span {
  font-size: 15px;
}
#primary #main .general-info .general-info-data:last-child .general-info-icon-line {
  display: none;
}
#primary #main .registration-table {
  margin-bottom: 30px;
}
#primary #main .registration-table .registration-table-inner {
  -webkit-box-shadow: 0 1px 4px #ddd;
  -moz-box-shadow: 0 1px 4px #ddd;
  box-shadow: 0 1px 4px #ddd;
  background: #fff;
  transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
  -ms-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
  -o-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
}
#primary #main .registration-table .registration-table-inner .reg-table-header {
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
#primary #main .registration-table .registration-table-inner .reg-table-header .table-header-dates {
  font-weight: normal;
}
#primary #main .registration-table .registration-table-inner .reg-table-body {
  padding: 15px;
}
#primary #main .registration-table .registration-table-inner .reg-table-body .reg-table-body-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d6d8db;
  margin-top: 10px;
  padding-bottom: 10px;
}
#primary #main .registration-table .registration-table-inner .reg-table-body .reg-table-body-item .table-body-item-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#primary #main .registration-table .registration-table-inner .reg-table-body .reg-table-body-item .table-body-item-desc p {
  font-size: 14px;
  margin: 0;
}
#primary #main .registration-table .registration-table-inner .reg-table-body .reg-table-body-item .table-body-item-desc span {
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
#primary #main .registration-table .registration-table-inner .reg-table-body .reg-table-body-item .table-body-item-price {
  width: 50%;
  text-align: right;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  max-width: 115px;
}
#primary #main .registration-table .registration-table-inner .reg-table-body .reg-table-body-item .table-body-item-price.rtlSize {
  font-size: 15px;
}
#primary #main .registration-table .registration-table-inner .reg-table-body .reg-table-body-item:last-child {
  border: none;
}
#primary #main .registration-table .registration-table-inner .reg-table-footer {
  padding-bottom: 20px;
  padding-top: 35px;
}
#primary #main .registration-table .registration-table-inner .reg-table-footer a {
  margin: 0 auto;
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 25px;
  padding: 5px;
  box-shadow: 0 1px 4px #a3a3a3;
  border: 2px solid #fff;
}
#primary #main .registration-table .registration-table-inner:hover {
  box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5) !important;
  margin-top: -20px;
  transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
  -ms-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
  -o-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
}
#primary #main .registration-table:nth-child(odd) .reg-table-header {
  background: #000;
  color: #fff;
}
#primary #main .registration-table:nth-child(odd) .reg-table-footer a {
  background: #000;
  color: #fff;
}
#primary #main .registration-start-ups {
  text-align: left;
  color: #5f5f5f;
  margin-bottom: 50px;
}
#primary #main .registration-extra-data {
  padding-left: 50px;
}
#primary #main .registration-extra-data .extra-data-block {
  margin-bottom: 20px;
}
#primary #main .registration-extra-data .extra-data-block .extra-data-title {
  font-size: 18px;
  margin: 0;
}
#primary #main .registration-extra-data .extra-data-block .extra-data-text {
  font-size: 15px;
}
#primary #main .register-button a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  padding: 10px 33px;
  border-radius: 30px;
  margin-top: 20px;
  display: block;
  max-width: 165px;
}
#primary #main .conference_details_value {
  margin-bottom: 20px;
}
#primary .speaker-div-wrap .secondary-title {
  margin-bottom: 30px;
  display: block;
  text-align: left !important;
}
#primary .speaker-div-wrap .secondary-title p {
  text-align: left !important;
}
#primary .speaker-div-wrap .col-lg-2 img {
  border-radius: 100%;
}

#primary.content-area-v2 #main {
  position: relative;
}
#primary.content-area-v2 #main .first_section {
  padding: 0;
}
#primary.content-area-v2 #main #update-section {
  position: absolute;
  padding-top: 0 !important;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 100%;
  top: 30px;
}
#primary.content-area-v2 #main #colleagues-section {
  padding-top: 100px !important;
  padding-bottom: 70px !important;
  padding: 0 15px;
}
#primary.content-area-v2 #main #colleagues-section .colleagues-title-first {
  font-size: 30px;
  max-width: 1330px;
  margin: 0 auto;
  margin-top: 30px;
}
#primary.content-area-v2 #main #colleagues-section .colleagues-title {
  max-width: 1330px;
  text-align: left;
  margin: 20px auto 30px;
  font-size: 50px;
  line-height: 1;
}
#primary.content-area-v2 #main #colleagues-section .colleagues-text {
  max-width: 1330px;
  margin-bottom: 25px;
}
#primary.content-area-v2 #main #colleagues-section .colleagues-text ul {
  padding: 0;
  margin: 10px 0 0 0;
  column-count: 2;
  max-width: 750px;
}
#primary.content-area-v2 #main #colleagues-section .colleagues-text ul li {
  list-style-position: inside;
  display: flex;
}
#primary.content-area-v2 #main #colleagues-section .colleagues-text ul li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 25px;
  line-height: 1.5;
}
#primary.content-area-v2 #main #colleagues-section .colleagues-text ul li p {
  margin: 0 !important;
}
#primary.content-area-v2 #main #colleagues-section .congressChairsWrap {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
#primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-img {
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
#primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-img img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-info .speaker-name {
  font-size: 24px;
}
#primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-info .speaker-desc {
  text-align: left;
}
#primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-info .speaker-desc p {
  margin: 0;
  text-align: left !important;
}
#primary.content-area-v2 #main #whats-new-section {
  background: #fff;
  padding: 55px 0 55px;
}
#primary.content-area-v2 #main #whats-new-section .whats-new-cols {
  border-top: 1px solid #e7e7e7;
}
#primary.content-area-v2 #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-img {
  max-height: 82px;
  margin: 0 auto;
}
#primary.content-area-v2 #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-img img {
  height: 100%;
}
#primary.content-area-v2 #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-title h3 {
  margin: 20px 0;
  text-transform: capitalize;
}
#primary.content-area-v2 #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-text {
  font-size: 16px;
  margin-bottom: 30px;
}
#primary.content-area-v2 #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-link {
  font-size: 18px;
  display: flex;
}
#primary.content-area-v2 #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-link a {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
}
#primary.content-area-v2 #main #whats-new-section .whats-new-cols .whats-new-col .whats-new-link a svg {
  margin-left: 10px;
}
#primary.content-area-v2 #main #congress-speakers {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
  padding: 75px 0 35px;
  border-top: 1px solid #e6e6e6;
}
#primary.content-area-v2 #main #congress-speakers .section-title {
  margin-bottom: 50px;
}
#primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-img-wrap {
  max-width: 150px;
  width: 100%;
}
#primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-img-wrap .speaker-img {
  margin-bottom: 22px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
#primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-img-wrap .speaker-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  border: 1px solid #e8e8e8;
  padding: 5px;
}
#primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-name {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
#primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-desc p {
  font-style: normal;
  font-size: 16px;
}
#primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-desc p span {
  font-style: normal;
}
#primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-desc p span em {
  font-style: normal;
}
#primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-about span {
  text-align: center;
}
#primary.content-area-v2 #main #congress-speakers .read-more {
  color: #fff;
  border: none;
  padding: 6px 10px 6px 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#primary.content-area-v2 #main #registration_banner {
  position: relative;
}
#primary.content-area-v2 #main #registration_banner .bannerImage {
  width: 100%;
}
#primary.content-area-v2 #main #registration_banner .bannerImage img {
  width: 100%;
}
#primary.content-area-v2 #main #registration_banner .bannerData {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#primary.content-area-v2 #main #registration_banner .bannerData .banner-small-title h3 {
  font-size: 50px;
  line-height: 1;
  margin: 0 0 20px 0;
}
#primary.content-area-v2 #main #registration_banner .bannerData .banner-big-title h2 {
  font-size: 60px;
  line-height: 1;
  margin: 0 0 30px 0;
  font-weight: bold;
}
#primary.content-area-v2 #main #registration_banner .bannerData .location-date-wrap {
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#primary.content-area-v2 #main #registration_banner .bannerData .location-date-wrap .sep {
  margin: -0.3% 10px 0;
  font-weight: 100;
}
#primary.content-area-v2 #main #registration_banner .bannerData .register-button a {
  font-size: 24px;
  margin: 0;
}
#primary.content-area-v2 #main #extra-info .extra-info-wrap {
  max-width: 1230px;
  padding: 100px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item {
  max-width: 360px;
}
#primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item .info-img {
  width: 100%;
  margin-bottom: 40px;
}
#primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item .info-img img {
  width: 100%;
}
#primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item .info-title {
  margin-bottom: 30px;
}
#primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item .info-title h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
#primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item .info-desc p {
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
  font-weight: 300;
}
#primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item .info-desc a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin: 15px auto 0;
  display: table;
}
#primary.content-area-v2 #main #congress-sponsors {
  background: linear-gradient(180deg, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 100%);
}
#primary.content-area-v2 #main #congress-contact {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 55px 15px;
}
#primary.content-area-v2 #main #congress-contact .section-title {
  position: static;
}
#primary.content-area-v2 #main #congress-contact .contect-form {
  margin: 0 auto;
  background: transparent;
  max-width: 100%;
  padding: 0;
  max-height: 100%;
}
#primary.content-area-v2 #main #congress-contact .contect-form .contact-text {
  color: #fff;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form {
  max-width: 835px;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-left-col {
  margin-right: 15px;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-left-col .form-field {
  width: 100%;
  padding: 0 15px;
  display: flex;
  background: #fff;
  margin-bottom: 20px;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-left-col .form-field label {
  margin: 0;
  align-items: center;
  max-width: 70px;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 100;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-left-col .form-field label:after {
  content: "";
  height: 100%;
  width: 1px;
  margin-left: 15px;
  max-height: 22px;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-left-col .form-field input, #primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-left-col .form-field textarea {
  background: #fff;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-right-col {
  margin-left: 15px;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-right-col .form-field {
  width: 100%;
  padding: 0 15px;
  display: flex;
  background: #fff;
  margin-bottom: 20px;
  align-items: flex-start;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-right-col .form-field label {
  margin: 0;
  align-items: center;
  max-width: 115px;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 100;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-right-col .form-field label:after {
  content: "";
  height: 22px;
  width: 1px;
  margin-left: 15px;
  max-height: 22px;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-right-col .form-field textarea {
  background: #fff;
  height: 114px;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-right-col .button-field {
  padding: 0;
}
#primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-right-col .button-field input {
  font-size: 24px;
  padding: 0;
  font-weight: bold;
}

.page-template-page-agenda #primary.content-area-v2 {
  background: #e6e6e6;
  max-width: 100%;
}

.sponsor-div-wrap {
  padding-top: 30px;
}

.main-row {
  max-width: 1440px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
.main-row #primary {
  border-left: 2px solid #ddd;
}
.main-row #primary .home-section {
  background: transparent !important;
}
.main-row #primary .speaker-div-wrap {
  padding-top: 30px;
}
.main-row #primary .speaker-div-wrap h2 {
  margin: 0;
}
.main-row #primary .speaker-div-wrap .secondary-title {
  margin-bottom: 15px;
  display: block;
}
.main-row #primary .sponsor-div-wrap {
  padding-top: 30px;
}
.main-row #primary #congress-agenda-section {
  padding-top: 0 !important;
}
.main-row #primary #congress-agenda-section .section-title {
  padding-top: 30px;
}
.main-row #secondary {
  padding: 0 10px 0 15px;
}
.main-row #secondary #menu-main {
  margin: 20px 0 0 0;
  list-style-type: none;
  padding: 0px;
}
.main-row #secondary #menu-main li {
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.main-row #secondary #menu-main li .sub-menu {
  padding: 0 0 5px 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
.main-row #secondary #menu-main li .sub-menu li {
  border-bottom: none;
  list-style-type: none;
}
.main-row #secondary #menu-main li .sub-menu li a {
  line-height: 17px;
  color: #888888 !important;
  display: flex;
  align-items: center;
}
.main-row #secondary #menu-main li .sub-menu li a:before {
  content: "■";
  font-size: 20px;
  margin-right: 5px;
}
.main-row #secondary #menu-main li .sub-menu li.current-menu-item a {
  color: #000 !important;
}
.main-row #secondary #menu-main li.menu-item-has-children:after {
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 16px;
}
.main-row #secondary #menu-main li.open.menu-item-has-children:after {
  content: "\f0d8";
}
.main-row a:hover {
  text-decoration: none;
}

.footer-widget-area {
  margin-top: 20px;
  background: #e7e7e7;
}
.footer-widget-area .footer-widget-area-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 50px 15px;
  display: flex;
  justify-content: space-between;
  /*.footer-one{

  }
  .second-footer{
    border-right: 1px solid #172a6e;
    padding-right: 20px;
    border-left: 1px solid #172a6e;
    padding-left: 20px;
    margin: 0 20px;
    width: 55%;
    ul{
      margin: 0;
      padding: 0;
      list-style-type: none;
      li{
        display: flex;
        span{
          width: 80px;
          display: block;
          color: #172a6e;
        }
        a{
          color: #172a6e;
        }
      }
    }
  }
  .footer-three{
    display: flex;
    flex-wrap: wrap;
    .widget_media_image{
      width: 50px;
      height: 50px;
      margin-right: 15px;
    }
    .widget_custom_html{
      width: 100%;
      margin-right: 15px;
    }
  }*/
}
.footer-widget-area .footer-widget-area-inner .footer-left {
  max-width: 50%;
}
.footer-widget-area .footer-widget-area-inner .footer-left .footet-text {
  font-size: 13px;
  margin: 30px 0;
}
.footer-widget-area .footer-widget-area-inner .footer-left .footer-follow {
  display: flex;
  align-items: center;
}
.footer-widget-area .footer-widget-area-inner .footer-left .footer-follow span {
  margin-right: 15px;
}
.footer-widget-area .footer-widget-area-inner .footer-left .footer-follow a {
  max-width: 40px;
  margin-right: 15px;
}
.footer-widget-area .footer-widget-area-inner .footer-right {
  max-width: 50%;
}
.footer-widget-area .footer-widget-area-inner .footer-right .footer-right-title {
  margin: 0px 0 15px 0;
}
.footer-widget-area .footer-widget-area-inner .footer-right .footer-right-text {
  font-size: 13px;
}

.footerV2 {
  margin: 0;
}
.footerV2 .footer-widget-area-inner {
  max-width: 1550px;
  padding: 50px 15px;
  justify-content: space-evenly;
}
.footerV2 .footer-widget-area-inner .footer-left .footet-text {
  margin: 60px 0 30px;
}
.footerV2 .footer-widget-area-inner .footer-right .footer-logo {
  max-width: 200px;
  margin-bottom: 15px;
}
.footerV2 .footer-widget-area-inner .footer-right .footer-logo img {
  width: 100%;
}
.footerV2 .footer-widget-area-inner .footer-right .footer-right-title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}
.footerV2 .footer-widget-area-inner .footer-right .footer-right-text p {
  display: flex;
  align-items: center;
  line-height: 1;
}
.footerV2 .footer-widget-area-inner .footer-right .footer-right-text p span {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 300;
}
.footerV2 .footer-widget-area-inner .footer-right .footer-right-text p a {
  font-weight: 300;
}
.footerV2 .footer-widget-area-inner .footer-right .footer-follow {
  margin-top: 50px;
}
.footerV2 .footer-widget-area-inner .footer-right .footer-follow a {
  margin-right: 15px;
}
.footerV2 .footer-widget-area-inner .footer-right .footer-follow a img {
  max-width: 40px;
}

.site-info {
  padding: 0 15px 30px;
}
.site-info .credit-area {
  max-width: 1110px;
  margin: 0 auto;
  color: #fff;
  font-weight: lighter;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.site-info a {
  color: #fff;
  text-decoration: underline;
}

.site-infoV2 {
  border-top: 1px solid;
}
.site-infoV2 .credit-area {
  max-width: 1110px;
  margin: 0 auto;
  color: inherit;
  font-weight: lighter;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.site-infoV2 .credit:hover {
  color: inherit !important;
}
.site-infoV2 .credit:hover a:hover {
  color: inherit;
}
.site-infoV2 a {
  color: inherit;
  text-decoration: none;
}
.site-infoV2 a:hover {
  color: inherit !important;
}

.newsletter-wrap {
  display: flex;
  flex-direction: row;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}
.newsletter-wrap .newsletter-top {
  display: flex;
  align-items: center;
}
.newsletter-wrap .newsletter-top .newsletter-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.newsletter-wrap .newsletter-top .newsletter-button i {
  line-height: 19px;
  margin-right: 5px;
}
.newsletter-wrap .newsletter-top .newsletter-title {
  min-width: 200px;
  text-align: center;
  font-size: 17px;
  line-height: 18px;
}
.newsletter-wrap .newsletter-inner {
  width: 100%;
}
.newsletter-wrap .newsletter-inner form#main-newsletter-form {
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.newsletter-wrap .newsletter-inner form#main-newsletter-form input {
  width: calc(33% - 10px);
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  height: 35px;
  padding: 0 5px;
  margin-left: 10px;
  font-size: 15px !important;
  line-height: 20px !important;
}
.newsletter-wrap .newsletter-inner .newsletter-form-message.alert-danger {
  font-size: 13px;
  text-align: center;
  width: calc(100% - 10px);
  margin: 10px 0px 0px 10px;
  padding: 5px 0;
}
.newsletter-wrap .newsletter-inner .newsletter-form-message.alert-success {
  font-size: 13px;
  text-align: center;
  width: calc(100% - 10px);
  margin: 10px 0px 0px 10px;
  padding: 5px 0;
}
.newsletter-wrap.show {
  right: 0;
}

.content-area-v2 #update-section {
  top: -1px !important;
}
.content-area-v2 #update-section .newsletter-wrap {
  padding: 25px;
}
.content-area-v2 #update-section .newsletter-wrap .newsletter-inner {
  flex: 3;
}
.content-area-v2 #update-section .newsletter-wrap .newsletter-inner form#main-newsletter-form input {
  border-radius: 10px;
  font-weight: 300;
}
.page-template-page-speakers .entry-title {
  text-align: center;
}

.conference_details_wrap {
  z-index: 3;
  position: fixed;
  top: calc(40% + 70px);
  right: -250px;
  display: flex;
  flex-direction: row-reverse;
  transition-property: left;
  transition-duration: 0.5s;
  -webkit-transition-property: right;
  -webkit-transition-duration: 0.5s;
}
.conference_details_wrap .conference_button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border-radius: 7px 0 0 7px;
  border: 1px solid;
  border-right: none;
  margin-right: -1px;
  z-index: 1;
  cursor: pointer;
  background: #fff;
}
.conference_details_wrap .conference_details_value {
  background: #fff;
  width: 250px;
  padding: 15px;
  border: 1px solid;
  border-right: none;
  border-radius: 0 0 0 7px;
}
.conference_details_wrap .conference_details_value .conference_details-title {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
}
.conference_details_wrap .conference_details_value .addeventatc_dropdown span {
  width: 100%;
  margin-top: 15px;
}
.conference_details_wrap.show {
  right: 0;
}

#backToTop {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backToTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#backToTop:hover {
  cursor: pointer;
  background-color: #333;
}

#backToTop:active {
  background-color: #555;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1510px) {
  .site-header .site-branding .header-rows .header-inner .left-logo {
    max-width: 250px;
  }
  .site-header .site-branding .header-rows .header-inner .right-logo {
    max-width: 130px;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1450px) {
  #site-navigation .menu.nav-menu li {
    padding: 0 15px !important;
  }
  #site-navigation .menu.nav-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .site-header-v2 .site-branding .header-rows .header-details .main-title {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .site-header .site-branding .header-rows .header-inner .left-logo {
    max-width: 250px;
  }
  .site-header .site-branding .header-rows .header-inner .right-logo {
    max-width: 130px;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation {
    padding-right: 15px;
    padding-left: 15px;
  }
  .site-header .site-branding .header-rows .header-details h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  #congress-contact .contect-form {
    width: auto !important;
    max-width: 700px !important;
  }
  #congress-contact .section-title {
    top: 10% !important;
  }
  .site-header-v2 .floating-hader-wrap .top-menu-buttons .register-button a {
    font-size: 14px;
    padding: 6px 10px 10px 10px;
  }
  .site-header-v2 .floating-hader-wrap .main-navigation .menu li {
    padding: 0 10px;
  }
  .site-header-v2 .floating-hader-wrap .main-navigation .menu li a {
    font-size: 13px;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li {
    padding: 0 7px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-inner .right-logo .top-menu-buttons .register-button a {
    font-size: 14px;
    padding: 6px 10px 10px 10px;
  }
  .site-header-v2 .site-branding .header-rows .header-details .main-title p {
    font-size: 30px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .main-title span {
    font-size: 30px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .main-title h1 {
    font-size: 40px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .main-title h1 span {
    font-size: 40px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .location-date-wrap {
    font-size: 25px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .location-date-wrap .dates {
    font-size: 25px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .location-date-wrap .location {
    font-size: 25px !important;
  }
  .site-header-v2 .site-branding .counterWrap {
    padding: 40px 0 30px;
  }
  .site-header-v2 .site-branding .counterWrap .counter .counter_separator {
    margin: 0 20px;
  }
  .site-header-v2 .site-branding .counterWrap .counter .count_down_wrap .count_down_number {
    font-size: 40px;
  }
  .site-header-v2 .site-branding .counterWrap .counter .count_down_wrap .count_down_label {
    font-size: 14px;
  }
  .site-header-v2 .site-branding .counterWrap .counterButton {
    margin-top: 40px;
  }
  .site-header-v2 .site-branding .counterWrap .counterButton .register-button a {
    padding: 5px 20px;
  }
  #primary.content-area-v2 #main #colleagues-section .colleagues-title-first {
    font-size: 20px;
  }
  #primary.content-area-v2 #main #colleagues-section .colleagues-title {
    font-size: 30px;
  }
  #primary.content-area-v2 #main #colleagues-section .colleagues-text {
    font-size: 16px;
  }
  #primary.content-area-v2 #main #colleagues-section .colleagues-text img {
    max-width: 400px;
  }
  #primary.content-area-v2 #main #registration_banner .bannerData {
    padding: 15px 15px 15px 18%;
  }
  #primary.content-area-v2 #main #registration_banner .bannerData .banner-small-title h3 {
    font-size: 20px;
  }
  #primary.content-area-v2 #main #registration_banner .bannerData .banner-big-title h2 {
    font-size: 30px;
  }
  #primary.content-area-v2 #main #registration_banner .bannerData .location-date-wrap {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #primary.content-area-v2 #main #registration_banner .bannerData .register-button a {
    font-size: 18px;
    padding: 5px 33px;
  }
  #primary.content-area-v2 #main #extra-info .extra-info-wrap {
    padding: 50px 7.5px;
  }
  #primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item {
    padding: 0 10px;
  }
  #primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item .info-desc p {
    font-size: 16px;
  }
  .footerV2 .footer-widget-area-inner .footer-left {
    padding-right: 30px;
  }
  .footerV2 .footer-widget-area-inner .footer-right {
    padding-left: 30px;
  }
  .footerV2 .footer-widget-area-inner .footer-right .footer-right-text p {
    font-size: 16px !important;
  }
  .footerV2 .footer-widget-area-inner .footer-right .footer-right-text p span {
    font-size: 16px !important;
  }
}
@media (max-width: 980px) {
  #colleagues-section .colleagues-text {
    padding: 0 15px;
  }
  #whats-new-section .whats-new-cols .whats-new-col {
    width: 50% !important;
  }
  #congress-contact .section-title {
    top: 7% !important;
  }
  #secondary {
    padding: 0 15px !important;
  }
  #primary {
    border: none !important;
  }
  #primary .speaker-div-wrap img {
    margin: 0 auto !important;
    display: block;
  }
  .newsletter-wrap {
    flex-direction: column;
  }
  .newsletter-wrap .newsletter-top {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .newsletter-wrap .newsletter-inner #main-newsletter-form {
    justify-content: space-between;
    display: flex;
  }
  .newsletter-wrap .newsletter-inner #main-newsletter-form input {
    margin: 0px !important;
  }
  .newsletter-wrap .newsletter-inner .newsletter-form-message.alert-danger {
    width: 100% !important;
    margin: 0px 0px 15px 0px;
  }
  .newsletter-wrap .newsletter-inner .newsletter-form-message.alert-success {
    width: 100% !important;
    margin: 0px 0px 15px 0px;
  }
  .site-header-v2 .site-branding .main_img_wrap {
    height: 100%;
    min-height: 400px;
    position: relative;
  }
  .site-header-v2 .site-branding .main_img_wrap img {
    position: absolute;
  }
  .site-header-v2 .site-branding .header-rows .header-inner .left-logo {
    max-height: 35px;
    max-width: 100%;
    width: auto;
    margin-right: 10px;
  }
  .site-header-v2 .site-branding .header-rows .header-inner .left-logo img {
    height: 100%;
  }
  .footerV2 .footer-widget-area-inner .footer-right {
    max-width: 100%;
    width: fit-content;
  }
  .footerV2 .footer-widget-area-inner .footer-left {
    padding-right: 30px;
    flex: 1;
    width: auto;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: 520px;
  }
  .site-header .site-branding .header-rows .header-inner {
    position: relative;
    justify-content: flex-end;
  }
  .site-header .site-branding .header-rows .header-inner .left-logo {
    max-width: 100px;
    margin-right: 30px;
  }
  .site-header .site-branding .header-rows .header-inner .left-logo img {
    width: 100%;
  }
  .site-header .site-branding .header-rows .header-inner .right-logo {
    max-width: 100px;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation {
    position: fixed;
    height: 100%;
    background: #222;
    top: 0;
    padding: 120px 10px 0;
    width: 300px;
    left: -300px;
    z-index: 9;
    transition-property: left;
    transition-duration: 0.5s;
    -webkit-transition-property: left;
    -webkit-transition-duration: 0.5s;
    overflow-y: scroll;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation.toggled {
    left: 0;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu {
    margin: 0;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 5px 0 0 0;
    margin-bottom: 10px;
    line-height: 18px;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu {
    position: static;
    display: block;
    background: transparent;
    padding: 10px 0 10px 17px;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu li {
    margin: 0;
    padding-bottom: 5px;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu li a {
    color: #fff !important;
  }
  .site-header .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu li:last-child {
    border: none;
  }
  .site-header .site-branding .header-rows .header-inner button.menu-toggle {
    padding: 0;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 10;
    background: #fff;
  }
  .site-header .site-branding .header-rows .header-details h1 {
    font-size: 30px !important;
    line-height: 35px !important;
    padding: 0 15px;
  }
  .site-header .site-branding .header-rows .header-details .fancy-separator {
    margin: 15px auto;
  }
  .site-header .site-branding .header-rows .header-details .location {
    font-size: 25px !important;
  }
  .site-header .site-branding .header-rows .header-details .dates {
    font-size: 25px !important;
  }
  .site-header .site-branding .header-rows .header-details .register-button {
    margin-top: 15px;
  }
  .site-header .site-branding .counter {
    position: static;
    border-radius: 0px;
    padding: 15px;
  }
  .site-header .site-branding .counter .count_down_wrap {
    width: 75px;
    height: 75px;
  }
  .site-header .site-branding .counter .count_down_wrap .count_down_number {
    font-size: 30px;
  }
  #whats-new-section .whats-new-cols .whats-new-col {
    width: 100% !important;
    margin-top: 35px !important;
    display: flex;
    padding: 0 15px 0 30px;
    align-items: center;
  }
  #whats-new-section .whats-new-cols .whats-new-col .whats-new-img {
    margin: 0 0 0 0 !important;
    width: 82px;
  }
  #whats-new-section .whats-new-cols .whats-new-col .whats-new-data {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding-left: 25px;
  }
  #whats-new-section .whats-new-cols .whats-new-col .whats-new-data .whats-new-title h3 {
    margin: 0 0 0 0 !important;
    width: 100% !important;
    line-height: 1;
    text-align: left;
    font-size: 18px !important;
  }
  #whats-new-section .whats-new-cols .whats-new-col .whats-new-data .whats-new-title h3 br {
    display: none;
  }
  #whats-new-section .whats-new-cols .whats-new-col .whats-new-data .whats-new-text {
    text-align: left;
    margin: 10px 0 !important;
  }
  #whats-new-section .whats-new-cols .whats-new-col .whats-new-data .whats-new-link a {
    font-size: 16px;
  }
  #congress-agenda-section .congress-agenda-tabs .nav-tabs {
    flex-wrap: wrap !important;
  }
  #congress-agenda-section .congress-agenda-tabs .nav-tabs .nav-link {
    width: 100%;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid #dee2e6 !important;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content {
    padding: 15px !important;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .card-header {
    display: block !important;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .card-header .card-time {
    min-width: 0px !important;
    margin-right: 15px;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .card-header .card-arrow {
    top: 25px;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data {
    flex-direction: column;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .cart-speaker {
    width: 100% !important;
    margin: 0 auto 15px !important;
    max-width: 100% !important;
    flex-direction: column !important;
    text-align: center;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .cart-speaker .cart-speaker-img {
    margin: 0 !important;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .cart-speaker .speaker-desc {
    max-width: 100% !important;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .cart-text {
    width: 100% !important;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .cart-text ul {
    margin: 0;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .card-inner {
    margin: 7.5px 0 !important;
    width: 100% !important;
    padding: 15px !important;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .card-inner:first-child {
    margin: 15px 0 7.5px 0 !important;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .card-inner:last-child {
    margin: 7.5px 0 15px 0 !important;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .card-inner .card-inner-top {
    flex-direction: column-reverse;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .card-inner .card-inner-top .card-title {
    text-align: center;
  }
  #congress-agenda-section .congress-agenda-tabs .tab-content .tab-pane .accordion .card .cart-data .card-inner .card-inner-top .card-time {
    width: 100% !important;
    margin: 0px !important;
  }
  #congress-contact .contact-img {
    height: 200px;
  }
  #congress-contact .contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #congress-contact .contect-form {
    width: auto !important;
    max-width: 100% !important;
    position: static !important;
    max-height: 100% !important;
    padding: 15px 15px 50px !important;
  }
  #congress-contact .contect-form #contact-form {
    flex-direction: column;
  }
  #congress-contact .contect-form #contact-form .contact-left-col {
    width: 100% !important;
  }
  #congress-contact .contect-form #contact-form .contact-right-col {
    width: 100% !important;
  }
  #colophon .footer-widget-area .footer-widget-area-inner {
    padding: 15px;
    flex-direction: column;
    align-items: center;
    /*.footer-one{
      .widget_media_image{
        img{
          margin: 0 auto;
          display: block;
        }
      }
    }
    .second-footer{
      width: 100%;
      padding: 15px;
      border-right: none;
      border-left: none;
      border-top: 1px solid #172a6e;
      border-bottom: 1px solid #172a6e;
      margin: 15px 0;
    }*/
  }
  #colophon .footer-widget-area .footer-widget-area-inner .footer-left {
    max-width: 100%;
    width: 100%;
  }
  #colophon .footer-widget-area .footer-widget-area-inner .footer-right {
    max-width: 100%;
    width: 100%;
  }
  #colophon .site-info .credit-area {
    flex-direction: column;
    padding: 15px;
  }
  #colophon .site-info .credit {
    margin-top: 15px;
  }
  .section-title {
    font-size: 30px !important;
  }
  .general-info .general-info-data .general-info-icon {
    width: 60px !important;
    min-width: 60px !important;
    margin-right: 15px;
  }
  .entry-title {
    font-size: 25px;
  }
  .registration-extra-data {
    padding-left: 0 !important;
  }
  .conference_details_wrap {
    top: calc(33% + 70px);
  }
  button.menu-toggle {
    padding: 0;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    z-index: 10;
    background: #fff;
  }
  .register-button a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px !important;
    padding: 10px 15px !important;
    border-radius: 30px;
  }
  .header-inner .nav-menu li.menu-item a {
    color: #fff !important;
  }
  .newsletter-wrap .newsletter-inner #main-newsletter-form {
    flex-direction: column;
  }
  .newsletter-wrap .newsletter-inner #main-newsletter-form input {
    margin: 0px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .site-header-v2 .floating-hader-wrap .main-navigation {
    display: none;
  }
  .site-header-v2 .site-branding .header-rows .header-inner {
    position: relative;
  }
  .site-header-v2 .site-branding .header-rows .header-inner .left-logo {
    margin-left: 60px;
    max-width: 200px;
  }
  .site-header-v2 .site-branding .header-rows .header-inner button.menu-toggle {
    padding: 0;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    position: absolute;
    top: calc(50% - 15px);
    left: 10px;
    z-index: 10;
    background: transparent;
    border: none;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation {
    position: fixed;
    height: 100%;
    background: #222;
    top: 0;
    padding: 110px 10px 30px;
    width: 300px;
    left: -300px;
    z-index: 9;
    transition-property: left;
    transition-duration: 0.5s;
    -webkit-transition-property: left;
    -webkit-transition-duration: 0.5s;
    overflow: hidden;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu-main-container {
    height: 100%;
    overflow-y: scroll;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation.toggled {
    left: 0;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu {
    margin: 0;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li {
    width: 100%;
    padding: 5px 0 0 0;
    margin-bottom: 10px;
    line-height: 18px;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li a {
    color: #fff !important;
    font-size: 18px;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu {
    position: static;
    display: block;
    background: transparent;
    padding: 10px 0 10px 17px;
    box-shadow: rgba(0, 0, 0, 0.5) 1.95px 1.95px 2.6px;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu li {
    margin: 0;
    padding-bottom: 5px;
    padding: 7px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-inner #site-navigation .menu.nav-menu li .sub-menu li a {
    color: #fff !important;
    font-size: 16px;
  }
  #primary.content-area-v2 #main #update-section {
    position: static;
  }
  #primary.content-area-v2 #main #colleagues-section {
    padding-top: 30px !important;
  }
  #primary.content-area-v2 #main #colleagues-section .colleagues-text {
    padding: 0;
  }
  #primary.content-area-v2 #main #colleagues-section .colleagues-text > p:first-child img {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
  }
  #primary.content-area-v2 #main #colleagues-section .colleagues-text ul {
    column-count: 1;
  }
  #primary.content-area-v2 #main #colleagues-section .colleagues-text ul li {
    margin-bottom: 10px;
  }
  #primary.content-area-v2 #main #colleagues-section .congressChairsWrap {
    margin-bottom: 30px;
    justify-content: space-around;
  }
  #primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col {
    flex-direction: column;
  }
  #primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-info {
    text-align: center;
  }
  #primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-info .speaker-name {
    text-align: center;
  }
  #primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-info .speaker-desc {
    text-align: center;
  }
  #primary.content-area-v2 #main #colleagues-section .congressChairsWrap .speaker-col .speaker-info .speaker-desc p {
    text-align: center !important;
  }
  #primary.content-area-v2 #main #extra-info .extra-info-wrap {
    flex-direction: column;
    align-items: center;
  }
  #primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item {
    margin-bottom: 50px;
    text-align: center;
  }
  #primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item .info-img {
    margin-bottom: 20px;
  }
  #primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item .info-title {
    margin-bottom: 15px;
  }
  #primary.content-area-v2 #main #extra-info .extra-info-wrap .info-item:last-child {
    margin-bottom: 0;
  }
  #primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-left-col {
    margin-right: 0;
  }
  #primary.content-area-v2 #main #congress-contact .contect-form #contact-form .contact-right-col {
    margin-left: 0;
  }
  #primary.content-area-v2 #main #registration_banner {
    min-height: 260px;
  }
  #primary.content-area-v2 #main #registration_banner .bannerImage {
    min-height: 260px;
    width: 100%;
    position: relative;
  }
  #primary.content-area-v2 #main #registration_banner .bannerImage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #primary.content-area-v2 #main #registration_banner .bannerData {
    padding: 15px;
  }
  #primary.content-area-v2 #main #registration_banner .bannerData .register-button a {
    text-align: center;
  }
  #primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col {
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    flex: 0 0 50%;
  }
  #primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-img-wrap {
    max-width: 120px;
  }
  #primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-name {
    font-size: 18px;
    text-align: center;
  }
  #primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-about {
    z-index: 2;
    width: 100%;
    font-size: 14px;
    left: 0;
    justify-content: center;
  }
  #primary.content-area-v2 #main #congress-speakers .speakers-cols .speaker-col .speaker-about span {
    padding: 10px 5px;
  }
  .footerV2 .footer-widget-area-inner .footer-right {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.notice-view {
  position: fixed;
  bottom: 0;
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 15px;
  left: 0;
  z-index: 15;
  transform: translateY(150%);
  transition: 1s;
}
.notice-view .notice-in {
  max-width: 1100px;
  margin: 0 auto;
  color: inherit !important;
}
.notice-view .notice-in .notice-top {
  color: inherit !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.notice-view .notice-in .notice-top .notice-title {
  font-size: 17px;
  font-weight: bold;
}
.notice-view .notice-in .notice-top .notice-button {
  border: 1px solid;
  padding: 5px;
  color: inherit !important;
}
.notice-view .notice-in .notice-top .notice-button a {
  color: inherit !important;
  font-weight: 100;
}
.notice-view .notice-in .notice-message {
  width: 100%;
  font-weight: 100;
}
.notice-view p {
  margin: 0 !important;
}

.notice-view.show {
  transform: translateY(0);
  transition: 1s;
}

#invitation-letter #invitation-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}
#invitation-letter #invitation-form .form-group label {
  padding-left: 0;
  padding-right: 0;
}
#invitation-letter #invitation-form .form-group label.required:after {
  content: "*";
  color: red;
}

@media (max-width: 480px) {
  .site-header-v2 .site-branding .header-rows .header-inner {
    justify-content: flex-end;
  }
  .site-header-v2 .site-branding .header-rows .header-inner .left-logo {
    display: none;
  }
  .site-header-v2 .site-branding .header-rows .header-details .main-title span {
    font-size: 26px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .main-title h1 {
    font-size: 34px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .main-title h1 span {
    font-size: 34px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .location-date-wrap {
    font-size: 20px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .location-date-wrap .dates {
    font-size: 20px !important;
  }
  .site-header-v2 .site-branding .header-rows .header-details .location-date-wrap .location {
    font-size: 20px !important;
  }
  .site-header-v2 .site-branding .counterWrap .counter .count_down_wrap .count_down_number {
    font-size: 25px;
  }
  .site-header-v2 .site-branding .counterWrap .counter .counter_separator {
    margin: 0 15px;
  }
  .site-header-v2 .site-branding .counterWrap .counterButton {
    flex-direction: column;
  }
  #primary.content-area-v2 #main #registration_banner {
    min-height: 260px;
  }
  #primary.content-area-v2 #main #registration_banner .bannerImage {
    min-height: 260px;
    width: 100%;
    position: relative;
  }
  #primary.content-area-v2 #main #registration_banner .bannerImage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #primary.content-area-v2 #main #registration_banner .bannerData {
    padding: 15px;
  }
  #primary.content-area-v2 #main #registration_banner .bannerData .register-button a {
    text-align: center;
  }
  .footerV2 .footer-widget-area-inner .footer-right .footer-right-text p span {
    font-size: 14px !important;
  }
  .footerV2 .footer-widget-area-inner .footer-right .footer-right-text p span img {
    margin: 0;
    max-width: 30px;
  }
}
.speakerWidgetWrap .speaker-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
.speakerWidgetWrap .speaker-col .speaker-img {
  max-width: 185px;
  margin-bottom: 15px;
}
.speakerWidgetWrap .speaker-col .speaker-img img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  border-radius: 100%;
}
.speakerWidgetWrap .speaker-col .speaker-desc {
  color: #999999;
}
.speakerWidgetWrap .speaker-col .speaker-about {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition-property: height;
  transition-duration: 0.5s;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.5s;
}
.speakerWidgetWrap .speaker-col .speaker-about .read-more {
  margin: 15px auto 0;
  color: #fff;
}
.speakerWidgetWrap .speaker-col .speaker-about span {
  padding: 15px;
}
.speakerWidgetWrap .speaker-col:hover .speaker-about {
  height: 100% !important;
}

.videoBgWarp {
  padding-bottom: 40%;
  position: relative;
  height: 0;
}
.videoBgWarp.dark {
  background: rgba(0, 0, 0, 0.5);
}
.videoBgWarp.light {
  background: rgba(255, 255, 255, 0.5);
}
.videoBgWarp #videoBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

@media (max-width: 980px) {
  .videoBgWarp {
    height: 100%;
    padding: 0;
    width: 100%;
    min-height: 400px;
  }
}
.pojo-a11y-toolbar-toggle {
  bottom: 0;
}

nav#pojo-a11y-toolbar {
  bottom: 50px !important;
  top: auto !important;
}

/*# sourceMappingURL=yb-style.css.map */
