@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Oswald:wght@200;300;400;500;600;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
  font-family: "Dubai-Regular";

  src: url("../fonts/Dubai-Regular.ttf") format("truetype");
}

h2 {
  font-size: 1.75rem;
  letter-spacing: 0.28px;
}

h3 {
  font-size: 1.5rem;
}

/* .header-primary-link a,
.nav_lan a {
  font-family: "Dubai-Regular";
} */

.nav_header_btn {
  display: flex;
  flex-wrap: wrap;
}

.nav_primary_btn a {
  font-size: 18px;
  background: #2532ff;
  display: inline-block;
  padding: 17px 23.5px;
  font-weight: bold;
  color: #fff;
  transition: all 0.4s ease;
}

.navigation_header_right .nav_primary_btn:nth-child(1) a {
  min-width: 138px;
}

.nav_primary_btn {
  margin-left: 8px;
}

.nav_primary_btn.color-sub a {
  background: #00addc;
}

.nav_primary_btn.color-main a:hover {
  background: #00addc;
}

.nav_primary_btn.color-sub a:hover {
  background: #2532ff;
}

.banner-content .event-time {
  margin-top: 20px;
  margin-bottom: 25px;
}

.event-time p {
  margin-bottom: 0;
}

.event-time.event-time-left {
  text-align: left;
}

.event-time.event-time-center {
  text-align: center;
}

.event-time.event-time-right {
  text-align: right;
}

.banner-col-btn {
  transition: all 0.4s ease;
}

.primary-btn>* {
  border-radius: 12px;
}

.primary-btn {
  border-radius: 12px;
}

.tertiary-btn {
  overflow: hidden;
}

.banner-green {
  background: #cbdb00;
}

.banner-green:hover {
  background: #d94557;
  color: #fff;
}

.banner-rose {
  background: #d94557;
  color: #fff;
}

.banner-rose:hover {
  background: #cbdb00;
  color: #000;
}

.banner-btn-col {
  margin: 0px 5px 5px;
}

.banner-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 1.25rem;
}

.navigation-wrap .follow-us h6 {
  color: #000;
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 12px;
  width: auto;
  margin-right: 15px;
}

.navigation-wrap .follow-us {
  display: flex;

  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  right: -50px;
  bottom: 35px;
}

.navigation-wrap .follow-us ul {
  padding-left: 0;
  text-align: center;
  margin: 0;
}

.navigation-wrap .follow-us ul li a:hover {
  background: transparent;
  color: #000;
}

.navigation-wrap .follow-us ul li a:hover i {
  color: #000;
}

.features .feature-box {
  border-radius: 12px !important;
  overflow: hidden;
}

.features .feature-box:hover {
  -webkit-transform: translateY(-20px) !important;
  transform: translateY(-20px) !important;
}

.feature-new .feature-new-box .content a i {
  margin-left: 6px;
  font-size: 20px;
  display: inline-block;
}

.navigation-wrap .right-side {
  padding-bottom: 90px;
  position: relative;
}

@media (max-width: 1199px) {
  .nav_header_btn {
    margin-top: 20px;
  }

  .search-form-header {
    z-index: 254;
  }

  header {
    z-index: 254;
  }
}

.navigation-wrap .right-side .menu-header-navigation-menu-container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .menu-wrapper-on {
    position: absolute;
    top: 25px;
    right: 80px;
  }

  .navigation-wrap .right-side .menu-header-navigation-menu-container {
    min-height: 420px;
  }

  .inner-page .navigation-wrap {
    padding-top: 69px !important;
  }

  header {
    padding: 15px 80px 15px 80px;
  }

  .scrolled header,
  .inner-page header {
    padding: 15px 80px 15px 80px;
  }

  .body-hidden header {
    z-index: 9999;
  }

  .right-side .nav_header_btn {
    display: none;
  }

  .nav_close {
    background: #211fff;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .nav_close span {
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    margin-bottom: 6px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 10px;
  }

  .nav_close span:first-child {
    -webkit-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    transform: rotate(47deg);
    top: 10px;
  }

  .nav_close span:nth-child(2) {
    opacity: 0;
  }

  .nav_close span:nth-child(3) {
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    transform: rotate(-47deg);
    top: 10px;
  }

  .nav_close-inner {
    position: relative;
    height: 25px;
    width: 29px;
    cursor: pointer;
  }

  .navigation-wrap {
    padding-top: 79px !important;
    background: rgb(0 0 0 / 73%);
    z-index: 1002;
    width: 100%;
    padding: 0 80px 80px;
  }

  .body-hidden header .left-side img,
  .scrolled.body-hidden header .left-side img {
    display: none;
  }

  .body-hidden header .right-side .header-primary-link,
  .body-hidden header .right-side .search-wrap {
    position: relative;
    z-index: -1;
  }

  .scrolled header .center-side {
    display: block;
  }

  .scrolled header .center-side .event-time h6,
  .scrolled header .center-side .event-time p,
  .inner-page header .center-side .event-time h6,
  .inner-page header .center-side .event-time p {
    color: #000;
  }

  .inner-page header .center-side {
    display: block;
  }

  .body-hidden header .center-side {
    display: none;
  }

  .search-form-header {
    z-index: 9999;
  }

  .navigation-wrap-outer {
    width: 100%;

    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-position: bottom;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .navigation-wrap {
    overflow: inherit;
  }

  .navigation-wrap-outer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }

  .navigation-wrap-outer::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
  }

  .navigation-wrap-outer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(23, 23, 20, 0.56);
  }

  .navigation_header {
    display: flex;
    flex-wrap: wrap;
    padding: 14px 180px 14px 45px;
    min-height: 120px;
    align-content: center;
    background: #fff;
    position: relative;
  }

  .body-hidden .nav-ovrlay {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
  }

  .navigation_header_logo {
    width: 150px;
  }

  .navigation_header_right {
    width: calc(100% - 150px);
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }

  .nav_lan {
    font-size: 24px;
    margin-left: 52px;
  }

  .navigation-wrap .search-wrap .search-icon svg {
    height: 23px;
  }

  .navigation-wrap .search-wrap {
    margin-left: 43px;
  }

  .nav_imag {
    width: 25.4%;
  }

  .menu-open-logo {
    width: 11.2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
  }

  .menu-open-logo img {
    background: #fff;
  }

  .nav_imag-inner img {
    width: 100%;
    object-fit: cover;
  }

  .navigation-wrap .right-side {
    width: 63.4%;
    background: #fff;
    padding-top: 30px;
    padding-left: 119px;
  }

  .wrap-nav-content {
    display: flex;
    flex-wrap: wrap;

    padding-right: 42px;
    background: #fff;
  }

  .nav_imag-inner {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }

  .nav_imag-head {
    position: absolute;
    bottom: 0;
    padding: 23px 35px 23px 23px;
  }

  .nav_imag-head h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
  }

  .read-more-nav a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    transition: all 0.4s ease;
  }

  .menu-header-navigation-menu-container {
    padding-left: 0px;
  }

  .menu-header-navigation-menu-container ul li a {
    font-size: 18px;
    color: #000;
    padding-left: 31px;
  }

  .menu-header-navigation-menu-container ul li {
    border-bottom: solid 1px #4c4c4c;
  }

  .menu-header-navigation-menu-container ul li:last-child {
    border-bottom: 0;
  }

  .menu-header-navigation-menu-container ul.menu {
    max-width: 250px;
  }

  li.menu-item-has-children svg {
    display: none;
  }

  .menu-item-has-children:after {
    position: absolute;
    height: 100%;
    width: 20px;
    right: 18px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .menu-header-navigation-menu-container ul li:hover {
    background: #2532ff;
  }

  .menu-header-navigation-menu-container ul li:hover a {
    color: #00addc;
  }

  .menu-header-navigation-menu-container ul li:hover:after {
    color: #00addc;
  }

  .menu-header-navigation-menu-container ul .sub-menu.open {
    max-height: initial;
  }

  .menu-header-navigation-menu-container ul .sub-menu {
    position: absolute;
    top: -1px;
    left: 100%;
    max-height: inherit;
    min-width: 410px;
    padding: 0;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: inherit !important;
    height: auto !important;
    /* background: #2532ff; */
  }

  .menu-header-navigation-menu-container ul .sub-menu a {
    color: #fff !important;
  }

  .menu-header-navigation-menu-container>ul>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .menu-header-navigation-menu-container ul.sub-menu.open {
    opacity: 1;
    visibility: visible;
  }

  .menu-header-navigation-menu-container ul .sub-menu a {
    min-height: 40px;
  }

  .menu-header-navigation-menu-container ul .sub-menu li {
    border-bottom: 1px solid #1d28ca;
  }

  .menu-header-navigation-menu-container .sub-menu li a {
    color: #fff !important;
  }

  .ap-content-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 53px 35px;
  }

  .ap-content-wrap-content {
    width: calc(100% - 220px);
  }

  .ap-content-wrap-content h3 {
    color: #00addc;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
  }

  .ap-content-wrap-content p {
    color: #fff;
    max-width: 565px;
    margin-bottom: 0;
  }
}

.scrolled .header-primary-link a,
.body-hidden .header-primary-link a,
.inner-page .header-primary-link a {
  color: #000;
}

.statistics-section .statistics-wrap {
  justify-content: center;
}

.statistics-section .statistics-wrap> :first-child {
  width: -webkit-fill-available;
}

.sls-banner-logo {
  margin-bottom: 8px;
}

.sls-banner-logo img {
  max-width: 19.25rem;
  margin: 0 auto;
}

.home .banner-section .banner-wrap h1 {
  /* max-width: 800px; */
  max-width: initial;
  margin: 0;
  line-height: 3rem;
  font-size: 2.25rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.banner-img-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section-with-bg-image {
  overflow: hidden;
}

.hero-section-with-bg-image .banner-with-image {
  /* max-height: 100vh; */
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-video:after {
  display: none;
}

.banner-section.front-page-banner .banner-video-wrap .banner-video video.custom-hero-video {
  display: block;
  margin-bottom: -1px;
}

.banner-section.banner-inner {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
}

.slick-dots>li {
  display: inline-block;
}

.banner-section.banner-inner .image {
  min-height: 200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner-section.banner-inner .content {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  top: auto;
  transform: inherit;
}

.slick-dots>li:only-child {
  display: none;
}

main {
  margin-top: 0 !important;
}

.banner-section.banner-inner .banner-wrap:after {
  display: none;
}

@media (min-width: 1199px) {
  .sls-landing-hero .banner-content {
    margin-left: 23rem;
  }
}

@media (min-width: 768px) {
  img.banner-image-mobile {
    display: none !important;
  }

  .menu-wrapper {
    height: 40px;
    width: 40px;
    min-width: 54px;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .menu-wrapper-on {
    background: #2532ff;
  }

  header {
    background: #fff !important;

    transition: inherit;
    box-shadow: inherit !important;
  }

  .scroll-show {
    display: none;
  }

  /*new changes*/
  .landing-page .logo-wrap .scroll-show {
    display: block !important;
  }

  body.landing-page .dmg-footer {
    background: #000 !important;
  }

  .sls-landing-hero .banner-wrap {
    max-width: 100% !important;
  }

  .sls-landing-hero .banner-content {
    /* text-align: center; */
  }

  .sls-landing-hero .banner-wrap h1,
  .sls-landing-hero .banner-wrap p {
    max-width: 100% !important;
    /* text-align: center !important; */
  }

  /* new changes end */
  .scrolled .scroll-hide,
  .inner-page .scroll-hide {
    display: none;
  }

  .scrolled .scroll-show,
  .inner-page .scroll-show {
    display: block;
  }

  .body-hidden .scroll-show {
    display: none;
  }

  .body-hidden .scroll-hide {
    display: block;
  }

  .scrolled .navigation-wrap.open {
    margin-top: 0px;
  }

  .co-located-wrap {
    display: none;
  }

  .fixed-sidebar {
    display: none;
  }

  /* .event-time h6 {
    letter-spacing: 0.18px;
  } */

  .center-side {
    text-align: center;
  }

  .scrolled header,
  .inner-page header {
    background: #fff !important;
  }

  .body-hidden header {
    background: transparent !important;
  }

  .scrolled.body-hidden header {
    background: transparent !important;
  }

  .scrolled .search-wrap .search-icon svg path,
  .body-hidden .search-wrap .search-icon svg path,
  .inner-page .search-wrap .search-icon svg path {
    fill: #000;
  }

  .scrolled .menu-btn:before,
  .inner-page .menu-btn:before {
    background-color: #000;
  }

  .body-hidden .menu-btn:before,
  .body-hidden .menu-btn:after,
  .body-hidden.inner-page .menu-btn:after {
    background: #fff;
  }

  .scrolled .menu-btn:after,
  .inner-page .menu-btn:after {
    background: #000;
  }

  .scrolled.body-hidden .menu-btn:after {
    background: #fff;
  }

  .menu-btn-on.menu-btn:before {
    width: 28px;
  }

  .menu-btn-on.menu-btn:after {
    width: 28px;
  }

  .event-time p {
    font-size: 1.125rem;
    letter-spacing: 0.2px;
  }

  .header-primary-link a {
    color: #fff;
    font-size: 16px;
  }

  .search-wrap .search-icon i,
  .search-wrap .search-icon svg {
    height: 21px;
  }

  .header-primary-link {
    margin-left: 35px;
  }

  /* .search-wrap {
    margin-left: 41px;
  } */

  .menu-btn:before {
    width: 28px;
    margin-top: -10px;
  }

  .menu-btn:after {
    width: 28px;
    margin-top: 10px;
  }

  .menu-btn {
    margin-top: 0px;
  }

  .menu-header-navigation-menu-container ul li a {
    width: 100%;
  }

  .scrolled .menu-btn,
  .inner-page .menu-btn {
    background-color: #000;
  }

  .inner-page .banner-section .banner-wrap {
    height: auto;
  }

  .read-more-nav a:hover {
    background: #2532ff;
    color: #fff;
  }
}

@media (max-width:600px) {
  .event-time p {
    font-size: 1.125rem;
    letter-spacing: 0.2px;
  }
}

@media (max-width: 1199px) {
  .scrolled .menu-btn:before,
  .inner-page .menu-btn:before {
    background-color: #000;
  }

  .body-hidden .menu-btn:before,
  .body-hidden .menu-btn:after,
  .body-hidden.inner-page .menu-btn:after {
    background: #fff;
  }

  .scrolled .menu-btn:after,
  .inner-page .menu-btn:after {
    background: #000;
  }

  .scrolled.body-hidden .menu-btn:after {
    background: #fff;
  }

  .menu-btn-on.menu-btn:before {
    width: 28px;
  }

  .menu-btn-on.menu-btn:after {
    width: 28px;
  }

  .menu-btn:before {
    width: 28px;
    margin-top: -10px;
  }

  .menu-btn:after {
    width: 28px;
    margin-top: 10px;
  }

  .menu-btn {
    margin-top: 0px;
  }

  .scrolled .menu-btn,
  .inner-page .menu-btn {
    background-color: #000;
  }

  .menu-wrapper {
    height: 40px;
    width: 40px;
    min-width: 54px;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }


  .navigation-wrap .follow-us {
    right: 15px;
  }

  .menu-open-logo {
    display: none;
  }

  header {
    padding: 10px 20px;
  }

  .scrolled header {
    padding: 10px 20px !important;
  }

  .nav_imag {
    display: none;
  }

  .navigation_header {
    display: none;
  }

  .ap-content-wrap {
    display: none;
  }

  .wrap-nav-content {
    width: 100%;
  }

  .navigation-wrap.nav-on-wrap {
    width: 100%;
  }

  .navigation-wrap-outer {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-primary-link a {
    color: #000;
  }

  .banner-section.banner-inner .banner-wrap {
    min-height: inherit;
  }

  .banner-btn-col {
    margin: 5px;
  }

  .banner-content .event-time {
    display: none;
  }

  .sls-banner-logo {
    display: none;
  }

  .hero-section-with-bg-image .slider-fade-item {
    height: auto;

    display: flex;
    flex-wrap: wrap;
  }

  .banner-img-bg .row {
    height: 100%;
  }

  .hero-section-with-bg-image .slick-track {
    display: flex;
    flex-wrap: wrap;
  }

  .hidemobile {
    display: block;
    min-height: inherit;
    margin-top: -1px;
  }

  section.banner-section.hidedesktop.hero-section-with-bg-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .hero-section-with-bg-image .banner-with-image {
    height: 100%;
  }

  .banner-image-desktop {
    display: none !important;
  }

  .hero-section-with-bg-image .banner-with-image img {
    height: 100%;
  }

  .banner-section .banner-wrap {
    height: auto;
    padding-bottom: 60px;
    min-height: 410px;
  }

  .scroll-hide {
    display: none;
  }

  .event-time {
    width: 100%;
    margin: 7px auto 0;
    text-align: center;
    border-top: 1px solid #7d7d7d;
    padding: 6px 0 0;
  }

  .center-side {
    width: 100%;
  }

  .home .banner-section .banner-wrap h1 {
    font-size: 28px;
  }

  .menu-wrapper {
    right: 15px;
  }

  .banner-section+.statistics-section {
    margin-top: 10px;
  }
}

.home .banner-section .banner-wrap p {
  font-size: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.home .banner-section .banner-wrap .event-time p {
  font-size: 1.125rem;
}

/*end banner and menu*/
/*start statistics css*/

.statistics-section .statistics-box h2,
.statistics-section .statistics-box p {
  color: #2d3337;
}

.statistics-section .primary-btn>* span,
.statistics-section .secondary-btn>* span,
.statistics-section .tertiary-btn>* span {
  font-weight: normal;
}

/* @media (max-width: 767px) {

  .statistics-section .statistics-box h2,
  .statistics-section .statistics-box p {
    color: #fff;
  }
} */

/*end statistics css*/

/*start footer*/
.home footer {
  width: 100%;
}

.home .dmg-footer {
  width: 100%;
}

footer {
  background-repeat: repeat-x !important;
  background-position: 100% 100% !important;
  background-size: 100% 100% !important;
}

footer .footer-col {
  width: 25%;
  padding-left: 0px;
  padding-right: 90px;
}

@media (max-width: 1199px) {
  .navigation-wrap {
    padding-top: 0;
  }

  footer .footer-col:first-child {
    padding-left: 0;
  }

  footer .footer-col {
    padding-right: 50px;
  }
}

footer a,
footer li,
footer p,
footer span {
  color: #fff;
}

footer .bottom-section .footer-col-wrap {
  width: 100%;
}

footer .top-section .subscribe .primary-btn>* {
  color: #000 !important;
}

.follow-us ul li {
  display: inline-block;
  margin-right: 5px;
}

.navigation-wrap-outer .follow-us ul li {
  margin-right: 15px;
}

.navigation-wrap-outer .follow-us ul li a {
  width: auto;
  display: inline-block;
}

.navigation-wrap-outer .follow-us ul li i {
  font-size: 17px;
  transition: all 0.4s ease;
}

.follow-us ul li a {
  width: 36px;
  height: 36px;
  background: unset;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 19px;
  opacity: 1;
  text-decoration: none !important;
}

.follow-us ul li a:hover {
  background: #00f5f7;
  color: #fff;
}

.follow-us ul li a:hover i {
  color: #fff;
}

.follow-us ul {
  margin-bottom: 15px;
}

.follow-us h4 {
  margin-top: 10px;
  color: #ff525a;
}

.follow-us p a {
  margin-bottom: 10px;
  color: #fff !important;
}

.follow-us p a i {
  color: #fff !important;
}

.dmg-footer:before {
  background-position: -120px 40%;
}

.fixed-sidebar .social-media ul {
  border-top: 0;
}

footer .footer-col p {
  margin-bottom: 20px;
}

footer .footer-col .follow-us p {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer .footer-col {
    width: 100%;
  }
}

/*exhibiting css start here*/
.exhibiting-sector-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  margin-top: 44px;
}

.exhibiting-sector-four-col {
  width: 25%;
  padding: 0px 15px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .exhibiting-sector-four-col {
    width: 50%;
  }
}

@media (max-width: 567px) {
  .exhibiting-sector-four-col {
    width: 100%;
  }
}

.exhibiting-sector-img img {
  width: 100%;
}

.exhibiting-sector-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.exhibiting-sector-item h3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 22px;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}

.exhibiting-read-more {
  position: absolute;
  bottom: 0;
  padding: 22px;
}

.exhibiting-read-more a {
  font-weight: bold;
}

.exhibit-read-more {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding: 5px 13px;
  background: #fff;
}

.product-sector-section .primary-btn {
  margin: 28px auto 0;
  max-width: 396px;
}

.exhibiting-sector-item:hover .exhibiting-sector-img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.exhibiting-sector-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.exhibit-read-more:hover {
  background: #00f5f7;
  color: #fff;
}

.exhibit-read-more {
  transition: all 0.3s ease;
}

/*exhibiting css ends here?*/

/*  speaker start here*/
body .speakers .speaker-wrap .speaker-head h2 span {
  font-size: 1.75rem !important;
  letter-spacing: normal !important;
  font-family: 'Oswald', sans-serif;
}

body .speakers .speaker-wrap .speaker-head h2 {
  font-size: 1.5rem !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

.speakers .speaker-wrap .speaker-box .content .name {
  font-family: 'Oswald', sans-serif;
}

.speakers .speaker-wrap [class*="btn"]>* {
  font-size: 1.5rem !important;
  margin: 0 auto;
}

/* indexdubai features*/

.feature-new .feature-new-box .content a {
  direction: ltr;
}

.home .full-width {
  width: 100% !important;
}

.home .feature-new,
.home .two-col,
.home .speakers .speaker-wrap,
.home .agenda,
.home .featured-exhibitor,
.home .features,
.home .featured-exhibitor,
.home .sponsors {
  width: 100% !important;
}

/* mwdia with content */
.agenda .agenda-leftSide ul#agenda-day-category-filter li.active {
  color: #000;
}

.agenda .agenda-content .agenda-row p {
  font-weight: normal;
}

.agenda .agenda-content .agenda-row p {
  font-weight: normal !important;
}

.agenda .agenda-content .agenda-persons .name {
  font-weight: bold !important;
}

.agenda .agenda-content .agenda-row .date {
  font-size: 18px;
}

.agenda .agenda-content .agenda-row .date i {
  margin-right: 20px !important;
}

/*gallery start here*/
@media (max-width: 767px) {
  .gallery .slick-prev {
    left: -10px !important;
  }

  .gallery .slick-next {
    right: -10px !important;
  }

  .search-wrap {
    display: block !important;
    margin-right: 0 !important;
  }

  header .right-side {
    position: absolute;
    top: 5px;
    right: 0px;
  }

  .header-primary-link {
    display: block !important;
  }
}

.nav_lan a {
  color: #000;
  font-size: 24px;
  line-height: 1.17;
}

.inner-page header .right-side .primary-btn {
  display: block;
}

@media (min-width: 768px) {

  /*header .right-side .primary-btn {
    display: none;
  }*/
  .menu-btn:before {
    margin-top: -11px;
  }

  .scrolled header .right-side .primary-btn {
    display: block;
  }

  .body-hidden header .event-time {
    display: none;
  }
}

footer .top-section .subscribe span {
  font-size: 12px;
}

footer .top-section .subscribe .primary-btn>* {
  font-size: 14px;
  padding: 11px 22px;
}

@media (max-width: 992px) {
  .inner-page header .right-side .primary-btn {
    display: none;
  }

  header .logo-wrap {
    max-width: 70px;
  }
}

.banner-section.banner-inner .banner-wrap h1 {
  background: transparent !important;
  margin-bottom: 0;
  padding: 0;
}

.banner-video video.custom-hero-video {
  width: 100% !important;
  height: 100% !important;
}

.banner-section.front-page-banner .banner-video-wrap {
  height: 100%;
  max-height: initial;
  position: relative;
}

.banner-section.front-page-banner .banner-video-wrap .banner-wrap {
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%) !important;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto !important;
}

.statistics-section .statistics-content {
  max-width: 932px;
  padding: 0 40px;
}

.embedded-yt-video .banner-video {
  padding-top: 0;
}

.banner-slider .banner-slide_content {
  min-height: 400px;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
}

.banner-slider .banner-slide_content h1,
.banner-slider .banner-slide_content p {
  color: #fff;
  width: 100%;
}

.banner-slider .banner-slide_content h1 {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}

.banner-slider .banner-slide_content .btn-wrapper {
  text-align: center;
}

.features-grid_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.features-grid_wrapper .features-grids {
  width: 100%;
  padding: 15px;
}

.features-grid_wrapper .features-grids .content-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 245px;
  padding: 32px 0 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
}

.features-grid_wrapper .features-grids .content-wrapper .content {
  /* background: linear-gradient(to top, #4d4d4f, transparent); */
  padding: 20px;
  position: absolute;
  /* position: relative; */
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 30px 28px 32px 28px;
}

.features-grid_wrapper .features-grids .content-wrapper .content a {
  position: relative;
}

.features-grid_wrapper .features-grids .content-wrapper .content a::after {
  content: "\f105";
  position: absolute;
  right: -20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.4;
  font-size: 18px;
}

.features-grid_wrapper .features-grids .content-wrapper .content h5,
.features-grid_wrapper .features-grids .content-wrapper .content p {
  color: #fff;
}

.features-grid_wrapper .features-grids .content-wrapper .content p {
  display: none;
}

.features-grid_wrapper .features-grids .content-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* opacity: 0; */
  background: linear-gradient(to top, #4d4d4f, transparent);
}

.features-grid_wrapper .grid-row {
  display: flex;
  flex-wrap: wrap;
}

.features-grid_wrapper .grid-row .features-grids {
  width: 33.33%;
}

.features-grid_wrapper .grid-row .grid-col {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
}

.features-grid_wrapper .grid-row .grid-col:first-child .features-grids {
  width: 100%;
}

.features-grid_wrapper .grid-row .grid-col:last-child {
  width: 66.67%;
}

.features-grid_wrapper .grid-row .grid-col:last-child .features-grids {
  width: 50%;
}

.gallery-slider a {
  display: block;
  padding: 0 9px;
}

.gallery-slider a img {
  width: 100%;
}

.coveringTheFull .coveringTheFull__wrapepr {
  padding-top: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 365px;
}

.coveringTheFull .content {
  text-align: center;
}

.coveringTheFull .content h1,
.coveringTheFull .content h2,
.coveringTheFull .content p,
.coveringTheFull .content h6 {
  color: #ffffff;
  margin-bottom: 0;

}

.coveringTheFull .content h6 {
  margin: 20px 0;
}

.coveringTheFull .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sector-1 .sector-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -1.5px;
}



.sector-1 .sector-grid-wrapper .sector-grid {
  min-height: 188px;
  transition: 0.3s ease-in-out;
  padding: 0px 1.5px;
  margin-bottom: 3px;
  width: calc(100%/4);
}

.sector-1 .sector-grid-wrapper .sector-grid a {
  display: block;
  height: 100%;
}

.sector-1 .sector-grid-wrapper .sector-grid .content {
  height: 100%;
  padding: 30px 35px 30px 25px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sector-1 .sector-grid-wrapper .sector-grid .content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  mix-blend-mode: multiply;
  transition: 0.3s ease-in-out;
  background-color: #4d4d4f;
}

.sector-1 .sector-grid-wrapper .sector-grid .content h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 28px 14px 34px 11px;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}

.sector-1 .sector-grid-wrapper .sector-grid:hover {
  transform: scale(1.2);
  position: relative;
  z-index: 1;
}

.sector-1 .sector-grid-wrapper .sector-grid:hover .content::after {
  opacity: 0;
}

.sector-1 .sector-grid-wrapper .sector-grid:hover .content h4 {
  background-color: #ff6e6e;
}

.sector-1 .sector-grid-wrapper .sector-grid.view-all {
  /* background: #4d4d4f; */
  transform: none !important;
  flex-grow: 1;
}

.sector-1 .sector-grid-wrapper .sector-grid.view-all a {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ff6e6e;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* New css starts here */

@media (min-width: 768px) {
  .banner-section {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: -1px;
  }
}

@media (min-width: 768px) {
  .banner-section .banner-wrap {
    min-height: 408px;
  }
}

@media (min-width: 1600px) {
  .banner-section .banner-wrap {
    min-height: 375px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-section+.statistics-section {
    margin-top: -152px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .hero-section-with-bg-image .banner-with-image img {
    width: 100%;
  }
}

.statistics-section {
  position: relative;
  top: 100px;
  z-index: 54;
}

.banner-section .banner-wrap {
  /* padding-top: 70px; */
  padding-bottom: 100px;
  max-width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: left;
  transform: inherit !important;
  left: 0;
}

.banner-section .banner-wrap.banner-wrap-center {
  text-align: center;
  justify-content: center;
}

.banner-section .banner-wrap.banner-wrap-center .banner-btns {
  justify-content: center;
}

.banner-section .banner-wrap.banner-wrap-right {
  text-align: right;
  justify-content: flex-end;
}

.banner-section .banner-wrap.banner-wrap-right img.banner-img-pattern {
  right: auto;
  left: 0px;
}

.banner-section .banner-wrap.banner-wrap-right .banner-btns {
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {

  .sector-1 .sector-grid-wrapper .sector-grid:hover {
    transform: scale(1);

  }

  .statistics-section {
    position: relative;
    top: 25px;
  }

  .banner-section+.statistics-section {
    margin: 0 auto 0;
    padding: 0;
    top: 0;
    width: 100%;
  }

  .banner-section .banner-wrap {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .statistics-section {
    position: relative;
    top: 0;
  }
}

.hero-section-with-bg-image .slick-dots {
  bottom: 70px;
}

.hero-section-with-bg-image .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .hero-section-with-bg-image .slick-dots {
    bottom: 30px;
  }
}

.sponsor-section h1,
.sponsor-section h2,
.sponsor-section h3,
.sponsor-section p {
  text-align: center;
}

.sponsor-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -15px 0;
  justify-content: center;
}

.sponsor-slider-wrapper .logo-hold {
  background-color: #fff;
}

.sponsor-slider-wrapper .slider-El_slide {
  width: calc(100% / 5 - 30px);
  margin: 0 15px 30px;
  min-height: 150px;
  background: #fff;
  padding: 15px 10px;
}

.sponsor-slider-wrapper .slide-logo {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .sponsor-slider-wrapper .slider-El_slide {
    width: calc(100% / 4 - 30px);
    /* padding-top: 0; */
  }
}

/* @media screen and (max-width: 1024px) {
  .banner-section+.statistics-section {
    margin: -25px 0;
  }
} */

@media screen and (max-width: 767px) {
  .banner-section+.statistics-section {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .sponsor-slider-wrapper .slider-El_slide {
    width: calc(100% / 3 - 30px);
  }

  .sponsor-slider-wrapper {
    margin: 20px -15px;
  }
}

@media screen and (max-width: 600px) {
  .sponsor-slider-wrapper .slider-El_slide {
    width: calc(100% / 2 - 30px);
    /* padding: 0; */
  }
}

@media screen and (max-width: 380px) {
  .sponsor-slider-wrapper .slider-El_slide {
    width: 100%;
  }

  .sponsor-slider-wrapper {
    margin: 0;
  }
}

.sponsor-slider-wrapper .slider-El_slide p {
  margin-bottom: 0px;
  font-size: 16px;
  min-height: 50px;
}

.sponsor-slider-wrapper .slide-logo img {
  max-width: 100%;
  max-height: 120px;
}

.dmg-events-allsecure-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmg-events-allsecure-inner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
}

.dmg-events-allsecure-inner-left-inner {
  max-width: 175px;
  margin-right: 10px;
}

.dmg-events-allsecure-inner-right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: calc(100% - 75px);
}

.dmg-events-allsecure-inner-right-inner p {
  color: #fff;
  max-width: 70%;
  margin-bottom: 0;
}

.dmg-events-allsecure-inner-right a {
  border: 1px solid #fff;
  display: block;
  padding: 15px 40px;
  color: #fff;
  background: rgb(0 0 0 / 20%);
}

@media screen and (max-width: 991px) {
  .dmg-events-allsecure-inner-right-inner {
    max-width: 100%;
  }

  .dmg-events-allsecure-inner {
    flex-wrap: wrap;
  }

  .dmg-events-allsecure-inner-right-inner p {
    max-width: 100%;
  }

  .dmg-events-allsecure-inner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }

  .dmg-events-allsecure-inner-left img {
    margin-bottom: 0.5rem;
  }
}

.primary-btn>*,
.primary-btn {
  border-radius: 0;
}

section.sponsor-section {
  padding-bottom: 0;
}

.sponsor-slider-wrapper {
  padding-bottom: 40px;
  position: relative;
  /* border-bottom: 1px solid #d6d6d6; */
}

.have-circle .img-wrap img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 420px !important;
  max-height: 420px !important;
}

.features .feature-box {
  border-radius: 0 !important;
}

.features-grid_wrapper .grid-row {
  width: 100%;
}

.features-grid_wrapper .grid-row .features-grids,
.features-grid_wrapper .features-grids .content-wrapper {
  overflow: hidden;
  position: relative;
}

.features-grid_wrapper .features-grids .content-wrapper .content h5 {
  margin-bottom: 8px;
}

.scroll-to-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  display: none;
}

.scroll-to-top.show {
  display: block;
}

.scroll-to-top span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.scroll-to-top span:after {
  content: "\f077";
  /* position: absolute;
  left: 35%;
  top: 30%; */
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .sector-1 .sector-grid-wrapper .sector-grid {
    width: 33%;
  }


  .features-grid_wrapper .grid-row .grid-col:last-child .features-grids {
    width: 100%;
  }

  section {
    padding: 20px 0;
    /* margin: 40px 0 0; */
    margin: 0;
  }

  /* .cta-fw-banner-wrapper {
    margin-top: 0;
  } */

  .have-circle .img-wrap img {
    max-height: auto !important;

  }
}

@media screen and (max-width: 991px) {
  .sector-1 .sector-grid-wrapper .sector-grid {
    width: 50%;
  }

  /* .sector-1 .sector-grid-wrapper.fourcol .view-all,
  .sector-1 .sector-grid-wrapper.twocol .view-all{
    grid-column: span 1;
  } */
}

@media screen and (max-width: 767px) {

  .sector-1 .sector-grid-wrapper .sector-grid,
  .sector-1 .sector-grid-wrapper .sector-grid.view-all {
    width: 100%;
    margin-bottom: 15px;
  }

  .sector-1 .sector-grid-wrapper .sector-grid.view-all {
    height: auto;
    margin-bottom: 0px;
  }

  .sector-1 .sector-grid-wrapper .sector-grid .content {
    padding: 13.5px 25px !important;
  }

  .hs-product-sector .sector-grid-wrapper .sector-grid.view-all a {
    font-size: 16px;
    letter-spacing: 0.16px;
    font-weight: bold;
  }

  .features-grid_wrapper .grid-row .grid-col,
  .features-grid_wrapper .grid-row .grid-col:last-child,
  .features-grid_wrapper .grid-row .features-grids {
    width: 100%;
  }

  .sector-1 .sector-grid-wrapper .sector-grid:hover {
    transform: none;
  }

  .scroll-to-top {
    width: 45px;
    height: 45px;
  }
}

.exhibitor-section .exhibitor-logo-slide {
  border: 1px solid #f4f4f4;
  padding: 10px;
  min-height: 140px;
  min-width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exhibitor-section .exhibitor-logo-slide img {
  max-height: 120px;
}

.features-grid_wrapper {
  margin: 0 -12px;
}

.features-section {
  background: #f4f4f4 !important;
}

.exhibitor-section {
  text-align: center;
}

.exhibitor-section h3,
.exhibitor-section p {
  margin: 0;
}

.exhibitor-section p {
  margin: 26px 0;
}

.testimonial .testimonial-single .image img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .testimonial .testimonial-single .image img {
    position: relative;
    left: 0px;
  }
}

.inner-banner-wrapper {
  min-height: 400px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .inner-banner-wrapper {
    min-height: 250px;
  }
}

.inner-banner-wrapper .inner-banner_logo {
  padding: 30px 0;
  width: 100%;
}

.inner-banner-wrapper .inner-banner_logo-bottom {
  background-color: rgba(0, 0, 0, 0.7);
  /* padding: 20px 0; */
  position: absolute;
  bottom: 0;
  width: 100%;
  align-self: flex-end;
}

.inner-banner-wrapper .inner-banner_logo-bottom .heading-inner-banner {
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 0.75; */
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  /* overflow: hidden; */
  padding: 25px 0 25px 59px;
}

section.features-section h1,
section.features-section h2 {
  text-align: center;
  font-weight: 700;
}

.inner-banner-wrapper .inner-banner_logo-bottom .heading-inner-banner:after {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  margin: 0 18px 0 0;
  border-radius: 50%;
  position: absolute;
  left: -36px;
  top: 14px;
}

.img-with-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 0;
  align-items: center;
}

.img-with-title .heading-inner-banner {
  padding-left: 0 !important;
}

.img-with-title img {
  margin-right: 30px;
}

.featured-message {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 1199px) {
  .inner-banner-wrapper .inner-banner_logo-bottom .heading-inner-banner {
    font-size: 2rem;
    line-height: normal;
  }

  .img-with-title img {
    margin-right: 15px;
  }
}

img.banner-img-pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  top: 0;
  height: 100%;
  max-width: 546px;
}

.full-height img.banner-img-pattern {
  /* height: auto; */
  max-width: 648px;
  /* width: 100%; */
}

.banner-wrap .banner-content {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .full-height img.banner-img-pattern {
    max-width: 546px;
  }
}

@media screen and (max-width: 1199px) {
  section.features-section h2 {
    font-size: 1.75rem !important;
    margin-bottom: 40px;
  }

  .banner-wrap .banner-content {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  header .right-side .primary-btn {
    display: none;
  }

  .scrolled header .right-side .primary-btn {
    display: none;
  }
}

.asheville-c-alpha {
  background: transparent !important;
}

.sp-popup-body .sp-detail-img {
  max-width: 333px;
  width: 100%;
  max-height: 370px;
  height: 100%;
}

@media (max-width: 767px) {
  .sp-popup-body .sp-detail-img {
    max-width: 270px;
  }
}

.sp-popup-body .speaker-detail-contact {
  margin-top: 0;
}

.sp-popup-body .speaker-detail-contact ul {
  margin: 0;
}

.sp-popup-body .close-sp-popup {
  right: -4px;
  font-size: 3rem;
  color: #e18729;
  cursor: pointer;
  position: sticky;
  float: right;
  background-color: #fff;
  padding: 5px 5px 5px;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 16%);
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 16%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  position: relative;
  top: -40px;
  font-weight: bold;
}

.sp-popup-body .sp-detail-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .sp-popup-body ::-webkit-scrollbar {
    width: 12px;
  }

  .sp-popup-body ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #c2c2c2;
    background-color: #ffffff;
    border-radius: 0px;
  }

  .sp-popup-body ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #c2c2c2;
    background-color: #c2c2c2;
  }
}

.sp-popup-body .ginlined-content {
  width: 100%;
}

.speaker-popup {
  cursor: pointer;
}

.sp-popup-body ul.speaker-social-links li a {
  height: 28px;
  width: 28px;
  border: 1px solid #e18729;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  color: #e18729;
  font-size: 12px;
}

.sp-popup-body ul.speaker-social-links li {
  display: inline-block;
  margin-right: 5px;
  list-style: none;
}

.sp-popup-body ul.speaker-social-links {
  margin-left: 0;
  padding-left: 0;
}

.sp-popup-body .gclose {
  display: none;
}

.sp-popup-body .goverlay {
  background: rgba(0, 0, 0, 0.5);
}

.overlay-speaker {
  top: 0;
}

.sp-popup-body.glightbox-container .ginner-container {
  padding: 0 15px;
}

.sp-detail-img {
  width: 333px;
}

.sp-detail-img.spexh-detail-img img {
  width: auto;
  max-width: 100%;
}

.sp-detail-img img {
  width: 100%;
}

.sp-detail-img.auto img {
  width: auto;
  display: block;
}

.sp-detail-content {
  max-width: calc(100% - 333px);
  padding-left: 40px;
  position: relative;
}

.sp-detail-wrap {
  padding: 50px 24px 2.941rem;
  background: #f5f5f5;
  margin-top: 0;
}

.sp-detail-content h4 {
  color: #e18729;
  font-size: 1.471rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.sp-detail-outer {
  display: flex;
  flex-wrap: wrap;
}

.gslide-media {
  padding: 0;
}

.sp-popup-body ul.speaker-social-links li:before {
  display: none;
}

@media (max-width: 767px) {
  .sp-detail-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.sp-popup-body.glightbox-clean .gclose,
.sp-popup-body.glightbox-clean .gnext,
.sp-popup-body.glightbox-clean .gprev,
.sp-popup-body.glightbox-modern .gclose,
.sp-popup-body.glightbox-modern .gnext,
.sp-popup-body .glightbox-modern .gprev {
  display: none !important;
}

span.description-sponsor {
  display: block;
  font-size: .824rem;
  color: rgba(0, 0, 0, .7);
  margin-bottom: 1.2rem;
  font-weight: bold;
}

/* .slse-banner-buttons.btn-wrap-0 .primary-btn.btn-1 a {
  color: #000 !important;
} */

/* New css  */

header .logo-wrap {
  /* max-width: 376px; */
  max-width: 40%;
  width: 100%;
  margin-right: 28px;
}

.event-time {
  text-align: center;
}

.fl-node-owai45kxqrcj .fl-module-content .two-col .two-col-wrap .img-wrap .play-icon {
  background-color: #ffffff !important;
}

.fl-node-owai45kxqrcj .fl-module-content .two-col .two-col-wrap .img-wrap .play-icon i {
  color: #000000 !important;
}

.img-wrap .play-icon {
  background-color: #ffffff !important;
}

.img-wrap .play-icon i {
  color: #000000 !important;
}


.events-wrapper.coveringTheFull .coveringTheFull__wrapepr {
  min-height: auto;
}

.events-wrapper.coveringTheFull .logo-wrapper {
  margin: 20px 0px 0px;
}

.events-wrapper.coveringTheFull .logo-wrapper a {
  background: transparent !important;
  flex-direction: column;
  text-align: center;
}

.events-wrapper.coveringTheFull .logo-wrapper a h6 {
  margin-bottom: 20px;
}

.footer-wrap .top-section .subscribe .primary-btn {
  background-color: #fff !important;
}

.footer-wrap .top-section .subscribe .primary-btn:hover {
  background-color: #fff !important;
  color: #fff !important;
}

.two-col.without-bg .two-col-wrap .two-col-left {
  position: relative;
  padding: 70px 0px 70px 123px !important;

}

.two-col.without-bg.d-rtl .two-col-wrap .two-col-left {
  padding-right: 123px !important;
  padding-left: 0px !important;
}

.two-col.without-bg .two-col-wrap .two-col-left .pattern-wrap {
  position: absolute;
  width: 39%;
  height: 100%;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.two-col.without-bg.d-rtl .two-col-wrap .two-col-left .pattern-wrap {
  right: 0px;
  left: auto;
}

.two-col.without-bg .two-col-wrap .two-col-left .pattern-wrap img {
  width: 100%;
  height: 100%;
}

.fl-node-bj4o3nsxqt2d {
  max-width: 100% !important;
}

.fl-node-bj4o3nsxqt2d .register {
  width: 100% !important;
}

.fl-node-bj4o3nsxqt2d .fl-module-content {
  margin: 0px;
}

.fl-node-bj4o3nsxqt2d .fl-row-fixed-width {
  max-width: 100% !important;
}

.brochure-cta.list-section .list-row .left-side {
  width: 45%;
  padding-right: 20px !important;
}

.brochure-cta.list-section .list-row .right-side {
  width: 55%;
}

.brochure-cta .right-side .brochure-image {
  max-width: 55%;
  width: 100%;
  padding: 0px 30px;
}

.brochure-cta .right-side .brochure-ctalink {
  align-self: center;
  width: 45%;
  text-align: center;
}

/*.menu-primary-menu-container .menu li a:hover {
  color: #ffffff !important;
}*/

/* .menu-header-navigation-menu-container .menu-primary-menu-container ul li:hover a {
  color: #ffffff ;
} */
.full-with-menu .menu-primary-menu-container .menu .sub-menu li a {
  color: #000000 !important;
}

.menu-primary-menu-container .menu .sub-menu.open li a {
  color: #ffffff;
}

.testimonial .image {
  padding-left: 50px;
  align-self: center;
}

.testimonial .image .pattern-wrap {
  position: absolute;
  width: 100%;
  height: 132%;
  left: 10px;
  top: -26px
}

.testimonial .image .pattern-wrap img {
  height: 100%;
}

.inner-banner-two .inner-banner_logo-bottom {
  top: 0;
  left: 0;
  bottom: 0;
  /* margin: auto; */
  /* height: 80%; */
  height: fit-content;
  max-width: 1200px;
  padding: 25px 20px;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .4);
  position: static;
}

.inner-banner-two .inner-banner-wrapper .inner-banner_logo {
  display: none;
}

.inner-banner-two .inner-banner-wrapper .container-fluid {
  padding: 50px 80px !important;
}

.inner-banner-two .primary-btn:hover>* {
  color: #ffffff;
}

.inner-banner-two .inner-banner_logo-bottom .img-with-title {
  display: block;
  padding: 0px;
  position: relative;
}

.inner-banner-two .inner-banner_logo-bottom .inner-banner-description p {
  color: #fff;
  margin: 25px 0px 20px;
}

.inner-banner-two .inner-banner-cta .primary-btn {
  margin: 20px 0px 0px;

}

.inner-banner-two .inner-banner-cta .primary-btn a:hover {
  color: #fff !important;
}

.inner-banner-two .inner-banner-wrapper .inner-banner_logo-bottom .heading-inner-banner {
  padding: 0px;
}

.fl-module-content {
  margin: 0px !important;
}

/* section {
  overflow-x: hidden;
} */

.testimonial .testimonial-single .content {
  flex-direction: column;
}

.banner-section+.statistics-section {
  width: 100% !important;
  margin-top: 0;
  position: static;
  padding-bottom: 0;
}

.statistics-section .statistics-wrap {
  max-width: 100% !important;
}

.home .statistics-section .statistics-wrap .statistics-content {
  background-color: transparent !important;
  justify-content: center;
}

.statistics-section .statistics-content {
  max-width: initial;
}

.testimonial-wrap .slick-dots li button {
  opacity: 0.5;
}

.testimonial-wrap .slick-dots li.slick-active button {
  opacity: 1;
}

.fl-node-6183d39bc295e .fl-module-content .testimonial .testimonial-wrap .slick-dots li.slick-active button:before {
  color: #fff !important;
}

footer .footer-col h6,
footer .footer-col h4 {
  color: #fff !important;
}

.two-col.d-rtl .two-col-wrap .two-col-right [class*="btn"] {
  margin: 5px 0px 0 0px !important;
}

.coveringTheFull .logo-wrapper a {
  padding: 0px 15px;
}

header .logo-wrap a {
  width: 100% !important;
  max-width: 300px !important;
}

.testimonial .testimonial-single .content p {
  font-size: 16px !important;
  line-height: 24px !important;
}

.testimonial .testimonial-single .content h4 {
  text-align: center;
}

.home .event-time,
.inner-page .event-time {
  max-width: 50%;
  width: 100%;
}

footer .top-section .subscribe {
  background-color: #191919 !important;
}

.inner-banner-cta .primary-btn a {
  background-color: #000 !important;
  border: 2px solid #000 !important;
  color: #fff !important;
}

.home .register {
  width: 100% !important;
}

.play-icon {
  width: 90px !important;
  height: 90px !important;
}

.hs-events-logo__wrapepr {
  margin-top: 50px;
}

footer.white-footer .top-section .subscribe span {
  color: #000 !important;
}

footer.white-footer .top-section .subscribe {
  background-color: #fafafa !important;
}

footer.white-footer .footer-col h6,
footer.white-footer .footer-col h4 {
  color: #000 !important;
}

footer.white-footer a,
footer.white-footer li,
footer.white-footer p,
footer.white-footer span {
  color: #000 !important;
}

footer.white-footer .follow-us p a i {
  color: #000 !important;
}

.header-wrap .primary-btn {
  margin: 0px 5px;
}

.testimonial-wrap .slick-list {
  padding-bottom: 36px;
}

p.menu-btn.menu-btn-on {
  height: 0px;
}

.banner-wrap .event-time {
  max-width: 100%;
  text-align: left;
}

.banner-wrap-center .banner-img-pattern {
  display: none;

}

.banner-wrap.banner-wrap-left .event-time {
  text-align: left;
}

.banner-wrap.banner-wrap-center .event-time {
  text-align: center;
}

.banner-wrap.banner-wrap-right .event-time {
  text-align: right;
}

.banner-section.full-height.embedded-yt-video {
  min-height: auto !important;
  height: 826px;
}

/*.banner-section.embedded-yt-video {
  height: 540px;
}*/

.banner-section.embedded-yt-video .banner-video video {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .menu-header-navigation-menu-container .menu-primary-menu-container ul li a:hover {
    color: #ffffff !important;
  }
}

@media (max-width: 1199px) {
  header .logo-wrap {
    max-width: 170px;
  }

  img.banner-img-pattern {
    display: none;
  }

  .brochure-cta.list-section .list-row .left-side {
    width: 100%;
    padding: 0px !important;
  }

  .list-section .list-row .right-side {
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .inner-banner-two .inner-banner-wrapper .container-fluid {
    padding: 50px 20px !important;
  }
}

@media (max-width: 992px) {
  /* header .logo-wrap {
    max-width: 140px;
  } */

  .register-wrap .register-rightSide {
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .home .event-time,
.inner-page .event-time  {
    max-width: 100%;
  }

  header.full_width_menu .event-time {
    margin-left: 0 !important;
  }

}

@media (max-width: 1024px) {
  .two-col.without-bg .two-col-wrap .two-col-left .pattern-wrap {
    display: none;
  }

  .two-col.without-bg.d-rtl .two-col-wrap .two-col-left {
    padding: 0px !important;
  }

  .two-col.without-bg .two-col-wrap .two-col-left {
    padding: 0px !important;
  }

  .testimonial .image {
    padding-top: 20px;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .brochure-cta .right-side .brochure-image {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
}

@media screen and (max-width: 576px) {
  .sponsors.partners .sponsor-boxes {
    margin-bottom: 0px !important;
  }
}

/* form styles */

form#gform_1 input {
  border: 1px solid #dfdfdf !important;
  border-radius: 4px;
  min-height: 40px !important;
  color: #666 !important;
}


.wp-content div#gform_fields_1 div#field_1_7 .ginput_container {
  display: block;
}

.wp-content form#gform_1 span#gfield_upload_rules_1_7 {
  padding-top: 0;
  text-align: left;
  font-size: 14px;
}

.wp-content form#gform_1 .ginput_container {
  justify-content: start !important;
}

.wp-content .gform_wrapper.gravity-theme form#gform_1 .ginput_container_date input {
  width: 100% !important;
}

.wp-content .gform_wrapper.gravity-theme form#gform_1 .gform_footer {
  display: block;
}

.wp-content .gform_wrapper.gravity-theme form#gform_1 .gfield-choice-input+label {
  max-width: 100% !important;
}

.wp-content .gform_wrapper.gravity-theme form#gform_1 .gform-field-label--type-sub {
  text-align: left;
  font-size: 14px;
}

.wp-content .gform_wrapper.gravity-theme form#gform_1 fieldset {
  display: block;
}

.wp-content .gform_wrapper.gravity-theme form#gform_1 legend {
  float: left;
}

@media screen and (max-width: 767px) {
  .wp-content .ginput_container {
    display: flex;
  }

  h2.fl-heading {
    margin-bottom: 20px;
  }
}

@media (min-width: 640px) {
  .gform_wrapper.gravity-theme .ginput_complex span {
    padding-right: 0 !important;
  }
}

.wp-content form#gform_1 .gform_drop_instructions {
  display: inline-block;
  color: #666;
}

.wp-content form#gform_1 button#gform_browse_button_1_7 {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  min-height: 40px;
  color: #666;
  padding: 10px 15px;
  outline: none;
}

.wp-content form#gform_1 .gform_drop_area {
  background: rgb(255 255 255) !important;
  border: 2px dashed #ccc !important;
}

@media screen and (min-width: 767px) {
  .wp-content form#gform_1 div#gform_preview_1_7 {
    width: 100%;
    text-align: left;
    margin-left: 30%;
  }
}

.wp-content .gform_wrapper form#gform_1 .gfield_validation_message,
.wp-content .gform_wrapper form#gform_1 .validation_message {
  text-align: left;
}

.wp-content .gform_wrapper form#gform_1 .ginput_preview {
  margin: 5px 0px;
}

.landing-page header {
  position: static !important;
}

.wp-content .gform_wrapper.gravity-theme .gfield_label {
  float: left;
}

/* New updates */
.gform_ajax_spinner {
  max-width: 100%;
  width: 100px;
  display: block;
  margin: 20px auto;
}

.dmg-logo-organised-by {
  display: flex;
  gap: 10px;
}

body.landing-page .dmg-footer {
  background: #000 !important;
}

@media (max-width: 768px) {
  .privacy p {
    text-align: left;
  }
}


@media (max-width: 567px) {
  .exhibitor-slider .slick-dots {
    bottom: -40px;
  }
}

@media (max-width: 1199px) {
  /* .menu-header-navigation-menu-container .menu-primary-menu-container ul li:hover > a {
    color: #000000 !important;
} */
}

@media screen and (max-width: 576px) {
  .sponsors.partners .sponsor-boxSingle a {
    height: auto;
  }
}


@media (min-width: 1200px) {
  .menu-header-navigation-menu-container ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .menu-header-navigation-menu-container .menu-primary-menu-container ul li:hover a {
    color: #ffffff !important;
  }

}

@media screen and (max-width: 1024px) {
  footer .top-section .subscribe {
    max-width: 100%;
    margin: 15px 0 0;
    padding: 10px 10px 10px 10px;
  }
}






.press-release .content a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .sponsor-slider-wrapper {
    padding-bottom: 0;
  }

  .sponsor-slider-wrapper {
    margin: 0px -15px;
  }
}


/* @supports (-ms-ime-align:auto){

  body{
    background: red;
  }
}
@supports (-webkit-touch-callout: none){
  body{
    background: red;
  }
} */

header .right-side {
  z-index: 9999;
}

.sponsors .sponsor-boxSingle img {
  transform: translateZ(0px);
}

/* Video */
.wp-playlist,
.wp-playlist .wp-playlist-current-item img {
  border-radius: 5px !important;
}

.wp-playlist-item-title {
  font-weight: bold;
  line-height: 2.32 !important;
  font-family: Oswald;
}

.wp-playlist-item-artist {
  font-size: 14px !important;
  line-height: 1.21 !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: unset !important;
  text-transform: none !important;
}

.wp-playlist-caption {
  white-space: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
  max-width: 100% !important;
}

.mejs-container .mejs-controls,
.wp-playlist-dark {
  background: #131313 !important;
}

.mejs-button.mejs-pause {
  border: 0.4px solid #fff !important;
  border-radius: 50% !important;
  height: 20px !important;
  width: 20px !important;
  margin-top: 11px !important;
  position: relative !important;
  min-width: 20px !important;
  margin-left: 27px !important;
  opacity: .8;
}

.mejs-play>button,
.mejs-pause>button {

  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 1px !important;
}

.mejs-horizontal-volume-slider {
  display: none !important;
}

.mejs-time-total,
.mejs-time-loaded,
.mejs-time-current,
.mejs-time-hovered {
  height: 3px !important;
}

.mejs-time-rail {
  padding-top: 14px !important;
}

.mejs-time-handle-content {
  border-radius: 50% !important;
  top: -7px !important;
}

.mejs-time {
  font-weight: 700 !important;
  font-size: 12px !important;
}

.wp-playlist-prev {
  background-image: url(../images/pod-forward.svg);
  width: 23px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 23px;
  z-index: 9;
  left: 84px;

}

.wp-playlist-next {
  background-image: url(../images/pod-previous.svg);
  width: 23px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 23px;
  z-index: 9;
}

.mejs-button>button[title="Play"] {
  background-image: url(../images/pod-play.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
}

.wp-playlist {
  position: relative;
  padding: 13px 20px 11px 13px !important;
  min-height: 80px;
}

.mejs-currenttime-container {
  margin-left: 40px !important;
}

.mejs-button.mejs-play,
.mejs-button.mejs-pause {
  margin-left: 25px;
  height: 20px !important;
  width: 20px !important;

  min-width: 20px !important;
}

.mejs-mute>button[title="Mute"] {
  background-image: url(../images/pod-volume.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 36px !important;
}

.wp-playlist-current-item {
  height: auto !important;
  margin-bottom: 6px !important;
}

.mejs-button>button[title="Pause"] {
  background-image: url(../images/wp-pause.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 10px;
  margin: 0 !important;
}

.mejs-unmute>button[title="Unmute"] {
  background-image: url(../images/sound-icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 36px !important;

}

.mejs-time {
  font-family: 'Open Sans', sans-serif;
}

.wp-playlist audio {
  display: none !important;
}

@media (min-width: 1200px) {
  .body-hidden header .left-side .logo-wrap {
    display: none;
  }
}

.hs-product-sector p {
  margin-bottom: 30px;
}

.menu-header-navigation-menu-container ul li:hover svg>* {
  fill: #dfdfdf;
}

@media (max-width: 1024px) {
  header .right-side [class*=btn]>* {
    font-size: 14px;
  }
}

.banner-section.embedded-yt-video {
  /* height: 540px; */
  height: 300px;
  max-height: 100vh;
  min-height: 65vh;
}

/* full width menu */

.full-with-menu .line {
  border-top: 1px solid #fff;
  opacity: 0.3;
  height: 1px;
}

header.full_width_menu .header-wrap {
  margin-bottom: 30px;
  /* margin-bottom: 5px; */
}

.menu-wrapper-icon .menu-btn,
.menu-wrapper-icon .menu-btn:before,
.menu-wrapper-icon .menu-btn:after {

  background-color: #fff;
}

.full-with-menu .menu-primary-menu-container .menu li {
  position: relative;
  display: inline-block;
}

.full-with-menu .menu-primary-menu-container .menu .sub-menu li {

  display: block;
}

.full-with-menu .menu-primary-menu-container .menu li a {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fff;
  white-space: nowrap;
}

@media only screen and (min-width: 1199px) {
  .menu-wrapper-icon.for-mobile {
    display: none;
  }

  header.full_width_menu {
    padding-bottom: 0;
  }

  .full-with-menu li.menu-item-has-children svg.for-mobile {
    display: none;
  }

  .full-with-menu .menu-item-has-children:after {
    content: "\f078";
    right: 5px;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    height: 100%;
    width: 20px;
  }

  .full-with-menu .menu-item-has-children {
    padding-right: 9px;
  }

  .full-with-menu .menu-item-has-children a {
    padding-right: 9px;
  }

  .full-with-menu ul.menu {
    /* display: flex; */
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .full-with-menu .menu-primary-menu-container .menu li a {
    color: #fff;
    /* padding: 15px 17px 16px 16px; */
    padding: 15px 17px 16px 16px;
    width: 100%;

  }

  .full-with-menu .menu-primary-menu-container .menu .menu-item-home:first-child a {
    padding-left: 0px;
  }

  .full-with-menu .menu-primary-menu-container .menu .menu-item-home:first-child:hover {
    background: none !important;
  }

  .full-with-menu .menu-primary-menu-container .menu li .sub-menu {
    background-color: #ffffff;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: .3s;
    visibility: hidden;
    min-width: 300px;
    list-style-type: none;
    z-index: 99;
    margin-top: 0;

  }

  .full-with-menu .menu-primary-menu-container .menu li .sub-menu a {
    padding: 13px 21px 20px 13px !important;
  }

  .full-with-menu .menu-primary-menu-container .menu li:hover {
    background-color: #3d9287
  }

  .full-with-menu .menu-primary-menu-container .menu li:hover .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .navigation-wrap.full-width-nav {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .full_width_menu .menu-wrapper {
    display: flex !important;
  }

  .menu-wrapper1.full-with-menu {
    display: none;
  }

  .full-with-menu .menu-primary-menu-container {
    display: none;

  }

  .full-with-menu .line {
    display: none;
  }

  header.full_width_menu .header-wrap {
    margin-bottom: 15px;
  }

  .full-with-menu .menu-primary-menu-container.open {
    display: block;
    position: fixed;
    background: #000;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
    -webkit-animation: slide-left 0.6s ease forwards;
    animation: slide-left 0.6s ease forwards;
    overflow: auto;
    height: 100%;
  }

  .full-with-menu .menu-primary-menu-container .menu li {
    border-bottom: solid 1px #ffffff4d;
    margin-right: 17px;
  }

  .full-with-menu .menu-primary-menu-container .menu li a {
    padding: 7px 45px 7px 0;
  }

  .full-with-menu .menu-primary-menu-container .menu .sub-menu li {
    border-bottom: none;
  }

  .full-with-menu .menu-primary-menu-container .menu .sub-menu.open {
    max-height: 500px;
    height: 100%;
    overflow: auto;
  }

  .full-with-menu .menu-primary-menu-container .menu .sub-menu {

    width: 100%;
    position: static;
    padding: 0 0 0 23px;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;

  }

  .menu-wrapper-icon.for-mobile {
    margin: 0px 20px;
    display: block;
  }

  .menu-wrapper-icon.for-mobile .menu-btn {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .scrolled.body-hidden header.full_width_menu {
    background: #000 !important;
  }
}

/* @media (max-width: 767px) {
  .navigation-wrap.nav-on-wrap.full-width-nav.open {
    padding-top: 202px !important;
  }
} */

.full_width_menu .menu-wrapper {
  display: none;
}

.scrolled header .header-wrap .logo-wrap img {
  max-width: 155px;
}

.scrolled header.full_width_menu .header-wrap {
  margin-bottom: 5px !important;
}

.scrolled header {
  padding: 10px 80px 10px 80px;
}

/* header {
  position: static !important;
} */

header .logo-wrap img {
  max-width: 210px;
}

@media(max-width: 1199px) {
  header .logo-wrap img {
    max-width: 170px;
  }
}

@media(max-width: 400px) {
  header .logo-wrap img {
    max-width: 100%;
  }

  header .logo-wrap {
    max-width: 100px;
  }
}

.scrolled .full-with-menu .menu-primary-menu-container .menu li a {
  font-size: 16px !important;
}

.scrolled header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

@media(max-width:1024px) {
  .scrolled header {
    padding: 7px 20px 7px 20px !important;
  }

  .statistics-section .statistics-box h2 {
    font-size: 2.18rem;
  }
}

.statistics-section .statistics-content {
  align-items: flex-start !important;
}

/* slice no: 28255 header changes only reflecting on index exhibhibition landing page*/

body.landing-page.index-class header .logo-wrap {
  width: auto;
  margin-right: 80px;
}

@media (max-width:565px) {

  body.landing-page.index-class header .logo-wrap a {
    max-width: 100%;
  }

  body.landing-page.index-class header .logo-wrap img {
    max-width: 100%;
  }

  body.landing-page.index-class header .header-wrap .social-media ul {
    padding: 2px 0;
  }

  body.landing-page.index-class header .logo-wrap {
    margin-right: 15px;
  }

  body.landing-page.index-class header .right-side {
    width: 50%;
    right: 20px;
    top: 8px;
  }

  body.landing-page.index-class header .right-side .social-media {
    display: inline-block;
    text-align: center;
  }

  body.landing-page.index-class header .header-wrap .lp-social-media-text p {
    font-size: 14px;
  }

  body.landing-page.index-class header .header-wrap .social-media ul li a {
    height: 26px;
    width: 26px;
  }

}

@media (max-width: 991px) {
  header .header-wrap .social-media ul li a {
    height: 25px;
    width: 25px;
  }

  header .header-wrap .lp-social-media-text p {
    font-size: 14px;
  }
}

@media(max-width:425px) {
  body.landing-page.index-class header .header-wrap .social-media ul li {
    margin-right: 5px;
  }

  body.landing-page.index-class header .header-wrap .social-media ul li a {
    height: 21px;
    width: 21px;
  }

  body.landing-page.index-class header .logo-wrap {
    max-width: 120px;
  }
}

@media(max-width:768px) {
  body.landing-page.index-class header .event-details {
    margin-right: 0 !important;
  }


  /*****new ******/
  header .header-wrap {
    position: relative;
  }

  header .header-wrap .social-media ul {
    padding-left: 8px;
  }

  header .logo-wrap {
    max-width: 130px
  }

  header .logo-wrap img,
  .scrolled header .header-wrap .logo-wrap img {
    max-width: 100%;
  }



  header .header-wrap .social-media ul li {
    margin-right: 6px;
  }
}


@media screen and (max-width: 700px) {
  header .header-wrap .social-media {
    justify-content: center;
  }

  body.landing-page.index-class header .right-side {
    width: 50%;
  }

  header .header-wrap .social-media ul {
    padding-left: 5px;
  }

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


  body.landing-page.index-class header .logo-wrap {
    max-width: 130px;
  }

  header .event-details {
    margin: 7px 0 0 0 !important;
  }

  .accordian-wrap .accordian-row .accordian-content ul {
    padding: 0 30px !important;
  }
}


@media (max-width: 400px) {
  body.landing-page.index-class header .logo-wrap {
    max-width: 100px;
  }

  body.landing-page.index-class header .right-side {
    top: -2px;
    right: 0;
  }

  header .header-wrap .social-media ul {
    padding-left: 0;
  }

  .dmg-logo-organised-by img {
    max-width: 100% !important;
  }
}


.events-wrapper {
  background-position: center;
  background-size: cover;
}

.footer-logo {
  width: auto;
}

@media (min-width: 1199px) {
  header .left-side {
    flex-wrap: nowrap;
  }
}

.gform_wrapper.gravity-theme .ginput_complex fieldset,
.gform_wrapper.gravity-theme .ginput_complex span {
  text-align: left;
}

.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
.gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
  flex-direction: column;
}

.gform_wrapper.gravity-theme .left_label .gfield_label,
.gform_wrapper.gravity-theme .right_label .gfield_label {
  margin-bottom: 10px !important;
}

.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
  width: 100% !important;
}

.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container,
.gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container {
  text-align: left;
  justify-content: flex-start;
  width: 100% !important;
}

.gform_wrapper.gravity-theme .gform_footer.left_label {
  padding-left: 0 !important;
  flex-direction: column;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  padding: 16px;
  color: #fff !important;
}

.gform_wrapper.gravity-theme .left_label .gfield_label,
.gform_wrapper.gravity-theme .right_label .gfield_label {
  width: 50% !important;
}

.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
  color: #000 !important;
}

.gform_wrapper.gravity-theme .ginput_container_address {
  margin: 0 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 12px !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span.address_country {
  padding-right: 0 !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span {
  padding-left: 0 !important;
  padding-right: 12px !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
  max-width: 100% !important;
}

@media (max-width: 600px) {
  .gform_wrapper.gravity-theme .ginput_container_address span {
    padding-right: 0 !important;
  }
}

.gform_wrapper.gravity-theme .privacy a:hover {
  color: #222 !important;
}

.gform_wrapper {
  padding-bottom: 3.5rem;
}

.gform_wrapper.gravity-theme .field_description_above .description,
.gform_wrapper.gravity-theme .field_description_above .gfield_description,
.gform_wrapper.gravity-theme .field_description_above .gsection_description,
.gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-bottom: 0 !important;
  text-align: left !important;
}

.gform_wrapper.gravity-theme .ginput_container_date {
  justify-content: flex-start !important;
}

.gform_wrapper .ginput_container.ginput_container_consent {
  justify-content: flex-start;
}

.gform_wrapper .ginput_container.ginput_container_consent label {
  margin-bottom: 0;
  margin-left: 5px;
}

.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex,
.ginput_container.ginput_container_list.ginput_list,
.ginput_container.ginput_container_radio,
.ginput_container.ginput_container_checkbox {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left;
}

.gform_wrapper.gravity-theme .gform_page_footer input {
  padding: 17px 25px;
  text-transform: uppercase;
  width: 100%;
}

.gform_wrapper .gform_footer {
  flex-direction: column;
}


/* New style */

.home .new-header-layout .event-time p {
  font-size: 20px;
  letter-spacing: 0.2px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.29;
}

.home .new-header-layout .event-time h6 {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  font-weight: bold;
}

.new-header-layout .logo_slider-wrap {
  width: 40%;
}

.new-header-layout .logo_slider-wrap .slick-track {
  display: flex;
  align-items: center;
}

.new-header-layout .logo_slider-wrap .header-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px
}

.new-header-layout .header-logo-slider {
  display: flex;
}

.new-header-layout .logo-wrap {
  width: 210px;
  max-width: 210px;
  margin-right: 10px;
}

header.full_width_menu .event-time {
  margin-left: 20px;
}

.scrolled header.new-header-layout .event-time {
  margin-left: 0px;
}

.new-header-layout .logo_slider-wrap {
  width: 230px;
  margin-right: 30px;
}

.new-header-layout .logo-wrap img {
  width: 210px;
  max-width: 210px;
}

.new-header-layout .logo_slider-wrap img {
  width: 100%;
  max-width: 100%;
}

header.new-header-layout .right-side [class*=btn]>* {
  padding: 16px 32px;
}

@media (min-width: 1200px) {
  .new-header-layout .header_top-wrap {
    padding: 15px 80px 15px 80px;
  }

  .new-header-layout .menu-wrapper1.full-with-menu {
    padding: 0px 80px 0px 80px;
  }

  .scrolled .new-header-layout .header_top-wrap {
    padding: 15px 80px 15px 80px;
  }

  .scrolled .new-header-layout .menu-wrapper1.full-with-menu {
    padding: 0px 80px 0px 80px;
  }

  header.new-header-layout {
    padding: 0 !important;
  }

  .scrolled header.new-header-layout {
    padding: 0 !important;
  }
}

@media (max-width: 1199px) {
  .new-header-layout .header_top-wrap {
    padding: 10px 20px;
  }

  .new-header-layout .menu-wrapper1.full-with-menu {
    padding: 0px 20px;
  }

  header.new-header-layout {
    padding: 0 !important;
  }

  .scrolled header.new-header-layout {
    padding: 0 !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .scrolled header.new-header-layout .right-side {
    top: 5px;
  }

  header.new-header-layout .right-side {
    position: absolute;
    top: 0;
    right: 0px;
  }

  header.new-header-layout.new-header-layout.visible-logo-slider .right-side {
    position: absolute;
    top: 20px;
    right: 0px;
  }
}

@media screen and (max-width: 992px) {
  header.new-header-layout .left-side {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  header.new-header-layout .event-time {
    width: 100%;
    margin: 7px auto 0;

    border-top: 1px solid #7d7d7d;
    padding: 6px 0 0;
    max-width: 100%;
  }

  .new-header-layout .logo-wrap img {
    width: 170px;
    max-width: 170px;
  }

  .new-header-layout .logo_slider-wrap {
    width: 190px;
  }

  .new-header-layout .logo-wrap {
    max-width: 170px;
    width: 170px;
  }

  .home .new-header-layout .event-time h6 {
    font-size: 12px;
  }

  .home .new-header-layout .event-time p {
    font-size: 18px;
  }

}


@media screen and (min-width: 992px) and (max-width: 1450px) {
  .new-header-layout .right-side {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #7d7d7d;
  }

  .new-header-layout .header-wrap {
    position: relative;
  }

  .new-header-layout .event-time {
    position: absolute;
    bottom: 0;
  }

  .new-header-layout .search-wrap {
    position: absolute;
    top: 14px;
    right: 80px;
  }

  .new-header-layout .menu-wrapper {
    position: absolute;
    top: 0;
    right: 5px;
    margin-right: 0;
  }

  .scrolled .new-header-layout .menu-wrapper,
  .scrolled .new-header-layout .search-wrap,
  .scrolled .new-header-layout .event-time {
    position: unset;
  }

  .scrolled .new-header-layout .right-side {
    width: 45%;
    padding-top: 0px;
    border-top: none;
  }

  .new-header-layout .logo-wrap {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  
  .new-header-layout .menu-wrapper {
    position: relative;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1450px) {
  .new-header-layout.full_width_menu .search-wrap {
    right: 5px;
  }
}

.new-header-layout.full_width_menu .header-wrap {
  margin-bottom: 0;
}

.scrolled header.new-header-layout .right-side [class*=btn]>* {
  padding: 16px 12px;
}

.scrolled .new-header-layout .event-time h6 {
  font-size: 12px;
}

.scrolled .new-header-layout .event-time p {
  font-size: 18px;
}

.scrolled .new-header-layout .header-wrap .logo-wrap {
  max-width: 180px;
  width: 180px;
  margin-right: 20px;
}

.scrolled .new-header-layout .header-wrap .logo-wrap img {
  max-width: 180px;
  width: 180px;
}

@media screen and (max-width: 992px) {
  .scrolled .new-header-layout .header-wrap .logo-wrap {
    max-width: 160px;
    width: 180px;
    margin-right: 20px;
  }

  .scrolled .new-header-layout .header-wrap .logo-wrap img {
    max-width: 160px;
    width: 160px;
  }
}


.scrolled header.full_width_menu,
header.full_width_menu {
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .full_width_menu .header_top-wrap {
    padding: 15px 80px 15px 80px !important;
  }

  .full_width_menu .menu-wrapper1.full-with-menu {
    padding: 0px 80px 0px 80px !important;
  }
}

.scrolled .full_width_menu .header_top-wrap {
  padding: 15px 80px 10px 80px !important;
}

.scrolled .full_width_menu .menu-wrapper1.full-with-menu {
  padding: 0px 80px 0px 80px !important;
}

@media (max-width: 1199px) {
  .full_width_menu .header_top-wrap {
    padding: 10px 20px 10px 20px !important;
  }

  .full_width_menu .menu-wrapper1.full-with-menu {
    padding: 0px 20px 0px 20px !important;
  }
}

@media (max-width: 1024px) {
  .full_width_menu .header_top-wrap {
    padding: 10px 20px 10px 20px !important;
  }

  .scrolled .full_width_menu .header_top-wrap {
    padding: 7px 20px 7px 20px !important;
  }

  .scrolled .full_width_menu .menu-wrapper1.full-with-menu {
    padding: 0px 20px 7px 20px !important;
  }
}

.scrolled .event-time h6 {
  font-size: 14px;
}

.scrolled .event-time p {
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .left-side {
    width: 60%;
  }

  header .right-side {
    width: 40%;
  }
}

@media only screen and (min-width: 1025px) {
  .new-header-layout .full-with-menu .menu-item-has-children:after {
    top: 50%;
  }
}

@media (max-width: 767px) {
  .new-header-layout .right-side {
    top: 18px
  }
}

@media (max-width: 500px) {

  .new-header-layout .logo-wrap,
  .new-header-layout .logo_slider-wrap {
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 0;
  }

  .new-header-layout .logo-wrap {
    margin-right: 20px;
  }

  .new-header-layout .right-side {
    bottom: 20px;
    top: 0;
    align-items: end;
  }

  .new-header-layout .event-time h6,
  .new-header-layout .event-time p {
    width: 70%;
  }

  .new-header-layout .event-time p {
    font-size: 16px !important;
  }

  .new-header-layout .logo-wrap img {
    width: 100%;
    max-width: 100%;
  }

  .new-header-layout .logo_slider-wrap .header-logo-item {
    padding: 0;
  }

}

.scrolled .new-header-layout.visible-logo-slider .logo_slider-wrap {
  max-width: 160px;
  width: auto;
}

@media (max-width: 991px) {
  .scrolled .new-header-layout .right-side {
    top: 6px;
  }

  .scrolled .new-header-layout.visible-logo-slider .right-side {
    top: 25px;
  }

  header .right-side {
    position: absolute;
    right: 10px;
  }
}

@media (max-width: 400px) {

  .scrolled .new-header-layout .header-wrap .logo-wrap img,
  .scrolled .new-header-layout .header-wrap .logo-wrap {
    max-width: 120px;
    width: auto;
  }

  .scrolled .new-header-layout.visible-logo-slider .logo_slider-wrap {
    max-width: 110px;
  }
}

@media (max-width: 991px) and (min-width: 600px) {
  .scrolled header.new-header-layout .event-time {
    /* margin-left: -220px; */
    width: 45%;
    border: none;
    padding: 0;
  }

  .scrolled .new-header-layout .right-side {
    top: 20px;
  }
}

@media (max-width: 1450px) and (min-width:993px) {
  .scrolled header.new-header-layout .event-time {
    /* margin-left: -250px; */
  }
}

@media (max-width: 1024px) {
  .new-header-layout.visible-logo-slider .event-time {
    position: relative;
  }

  .new-header-layout.visible-logo-slider .event-time {
    width: 100% !important;
    margin: 7px auto 0;
    border-top: 1px solid #7d7d7d !important;
    padding: 6px 0 0 !important;
    max-width: 100%;
  }

  .new-header-layout.visible-logo-slider .left-side {
    width: 100%;
  }

  .new-header-layout.visible-logo-slider .right-side {
    top: 0;
  }
}


@media screen and (max-width: 1590px) and (min-width: 1450px) {
  header.new-header-layout .right-side [class*=btn]>* {
    padding: 16px 15px;
  }
}

.new-header-layout .event-time {
  min-height: 60px;
}

.no-event .event-time.event-time-left {
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 0px;
}

@media (max-width: 500px) {
  .no-event.new-header-layout .logo_slider-wrap {
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid #7d7d7d;
    margin-top: 10px;
  }

  .no-event.new-header-layout .right-side {
    bottom: auto;
  }

  .no-event.new-header-layout .logo_slider-wrap img {
    width: 100%;
    max-width: 50%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) and (min-width: 501px) {
  header.new-header-layout.no-event .right-side {
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: auto !important;
  }
}

/****************/
header .left-side {
  padding-bottom: 10px;
}

.banner-img-bg .bg-img-inner {
  min-height: 100vh;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
}

.banner-img-bg.hide-desktop .bg-img-inner.mob {
  display: none;
}

@media (max-width: 991px) {
  .banner-img-bg.hide-desktop .bg-img-inner.desktop {
    display: none;
  }

  .banner-img-bg.hide-desktop .bg-img-inner.mob {
    display: block;
    height: 100%;
  }
}


.banner-video.hide-desktop .custom-hero-video.mob {
  display: none !important;
}

@media (max-width: 991px) {
  .banner-video.hide-desktop .custom-hero-video.desktop {
    display: none !important;
  }

  .banner-video.hide-desktop .custom-hero-video.mob {
    display: block !important;
  }
}


@media (max-width: 1600px) {

  .new-header-layout.visible-logo-slider .logo-wrap,
  .new-header-layout.visible-logo-slider .logo-wrap img,
  .new-header-layout.visible-logo-slider .logo_slider-wrap {
    max-width: 170px;
    width: auto;
  }
}


@media (max-width: 1024px) {

  /* .new-header-layout.visible-logo-slider .event-time {
    position: relative;
  } */
  .new-header-layout.visible-logo-slider .right-side {
    border: none;
  }

  .new-header-layout.visible-logo-slider .right-side .primary-btn {
    display: none;
  }

  .new-header-layout.visible-logo-slider .logo-wrap,
  .new-header-layout.visible-logo-slider .logo-wrap img,
  .new-header-layout.visible-logo-slider .logo_slider-wrap {
    max-width: 140px;
    width: auto;
  }

  .menu-header-navigation-menu-container ul .sub-menu {
    padding-left: 0;
  }

  .menu-header-navigation-menu-container ul .sub-menu li a {
    padding-left: 23px;
    width: 100%;
  }

  .menu-header-navigation-menu-container ul .sub-menu li a:hover {
    background: #fff;

  }
}


@media (max-width: 600px) {

  .new-header-layout.visible-logo-slider .logo-wrap,
  .new-header-layout.visible-logo-slider .logo-wrap img,
  .new-header-layout.visible-logo-slider .logo_slider-wrap {
    max-width: 120px;
    width: auto;
  }
}

.empty-url>a {
  cursor: default !important;
}

.full-width-wrap.align-text-center ul {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video__banner {
  min-height: 400px;
  position: absolute;
  top: 0;
  width: 100%;
}

.video__banner video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}


.video__banner.hide-mobile {
  display: none
}

@media (max-width: 767px) {
  .video__banner.hide-desktop {
    display: none;
  }

  .video__banner.hide-mobile {
    display: block;
    height: 100%;
  }

}

@media (max-width: 576px) {
  .video__banner {
    min-height: 250px;
    position: absolute;
    top: 0;
    left: 0;
  }

}

.inner-banner-wrapper {
  overflow: hidden;
}

.inner-banner-two .inner-banner_logo-bottom.overlay-none {
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: none;
}




.news__links--inner {
  display: flex;
  margin: 0 10px 40px;
}

@media (max-width: 1199px) {
  .news__links--inner {
    margin-bottom: 20px;
  }

}

.news__links--inner .news-link {
  background-color: #ddd;
  padding: 10px 15px;
  margin: 0 10px;
  cursor: pointer;
}

.news__links--inner .news-link.active {
  background-color: #000;
}

.news__links--inner .news-link.active span {
  color: #fff;
}

.news-tab-content.active {
  display: block;
}

.news-tab-content {
  display: block;
}

@media (max-width: 767px) {
  .news__links--inner {
    flex-wrap: wrap;
  }

  .news__links--inner .news-link {
    margin: 0 10px 10px;
  }
}

.no-slick-arrow .slick-prev,
.no-slick-arrow .slick-next,
.no-slick-dotted .slick-dots {
  display: none!important;
}



/* New Header */
.full__header-wrap .menu-wrapper1.full-with-menu {
  
  margin-right: -20px;
  margin-left: -20px;


}
.full__header-row {
  display: flex;
   align-items: center; 
  justify-content: space-between;
    padding-bottom: 30px;
    margin-right: -20px;
    margin-left: -20px;
}
.scrolled .full__header-row{
  padding-bottom: 20px;
}

@media (max-width: 1024px){
  .scrolled .full__header-row , .full__header-row{
    padding-bottom: 0px;
  }
}
.full__header-row .logo__wrap {
  display: flex;
  align-items: center;
  max-width: 390px;
}
.full__header-row .logo__text{

  border-left: 1px solid #777777;
  padding: 5px 30px;
}
.full__header-row .logo__text p {
  color: #fff;
 
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
   
}
.full__header-row .logo__img {
  padding-right: 15px;
}
.full__header-row .event__time p {
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
}
.scrolled .full__header-row .event__time p{
  font-size: 16px;
}
.full__header-row .event__time.text-right p{
  text-align: right;
}
.full__header-row .event__time.text-center p{
  text-align: center;
}
.full__header-row .header__cta {
  display: flex;
}

.full__header-row .primary_btn a {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 2px;
  border: solid 2px #fff;
  padding: 14px 20px;
  height: 46px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  transition: .3s ease;
}
.full__header-row .primary_btn a:hover {
  background: #fff;
  color: #000;
}
.full__header-row .primary_btn.header__btn-1 a {
  background: #fff;
  color: #000;
}
.full__header-row .primary_btn.header__btn-1 a:hover {
  background: #000;
  color: #fff;
}
.full__header-row .logo__img img {
  max-width: 390px;
}
@media (max-width: 1300px){
  .full__header-row .logo__img img {
    max-width: 280px;
  }
  .full__header-row .logo__wrap{
    max-width: 350px;
  }
  .full__header-row .event__time p{
    font-size: 16px;

  }
  
  .full__header-row .logo__text {
    
    padding: 5px 20px;
}
  .full__header-row .logo__text p{
    font-size: 16px;
  }
  .full__header-row .primary_btn a{
    font-size: 16px;
  }
}
@media (max-width: 1024px){
  .full__header-row .logo__img img {
    max-width: 240px;
  }
}
@media (max-width: 992px){
  .full__header-row .header__cta {
    display: none;
  }
  .full__header-row .event__time p , .scrolled .full__header-row .event__time p{
    font-size: 14px;
    line-height: 1.3;
  }
  .full__header-row .logo__text p{
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 767px){
  .full__header-row .logo__wrap {
    max-width: 70%;
}
  .full__header-row{
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .full__header-row .logo__img img {
    max-width:200px;
}
  .full__header-row .event__time {
    width: 100%;
    order: 2;
}
  .full__header-row .logo__wrap{
    margin-bottom: 10px;
  }
  .full__header-row .logo__img {
    padding-right: 15px;
}
.full__header-row .logo__text {
 
  padding: 3px 15px;
  padding-right: 0;
}
}
@media (min-width: 1200px){
  .full__header-wrap .full-with-menu .menu-primary-menu-container .menu li a {
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    font-family: 'Oswald', sans-serif !important;
    padding: 22px 17px 20px 16px;
    text-transform: uppercase;
  }
  .full__header-wrap .full-with-menu .menu-item-has-children:after {
    top: 52%;
  }
}
@media (min-width: 1199px){
  .full__header-wrap .header_top-wrap {
    display: none;
  }
  .full__header-wrap .full-with-menu ul.menu{
    display: flex;
      justify-content: center;
  }
  .full__header-wrap .full-with-menu .menu-item-has-children{
    margin-right: 25px;
  }

  .scrolled .full__header-wrap .full-with-menu .menu-primary-menu-container .menu li a{
    padding: 14px 17px 17px 16px;
  }
  header.full__header-wrap {
    padding-bottom: 0;
    padding-top: 50px;
  }
}


@media (max-width: 1400px) {
  .full__header-wrap .full-with-menu .menu-item-has-children{
    margin-right: 5px;
  }
}


@media (min-width: 1200px){
  header.full__header-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  header.full__header-wrap .full__header-row {
    padding-left: 80px;
    padding-right: 80px;
  }
  .full__header-wrap .menu-wrapper1.full-with-menu {
    padding-left: 80px;
    padding-right: 80px;
  }
}
/* banner */
@media (min-width: 1200px){
  .banner-with-sideimg .banner-content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.banner-with-sideimg .banner-content{
  width: 50%;
 
}
.banner-with-sideimg .banner-right-wrap{
  position: relative;
  width: 50%;
}
.banner-with-sideimg{
  position: relative;
  max-height: 300px;
  min-height: 65vh;
  overflow: hidden;
 

}
.banner-with-sideimg .banner-side-img {
  position: absolute;
  width: auto;
  left: 90%;
  top: 50%;
  transform: translate(-100%, -50%);
}
.banner-with-sideimg .banner-pattern {
  text-align: right;
}
.banner-with-sideimg .banner-side-img img{
  max-width: 470px;
}
.banner-with-sideimg .banner-pattern img {
  width: 650px;
}
@media (max-width: 1800px){
  .banner-with-sideimg .banner-side-img img{
    max-width: 350px;
  }
  .banner-with-sideimg .banner-pattern img {
    width: 650px;

  }
}

@media (min-width: 1400px){
.banner-with-sideimg.banner-section.front-page-banner .banner-video-wrap .banner-wrap{
  left: 50%;
  transform: translate(-50%, -50%) !important;
  /* max-width: 1300px; */
  justify-content: space-between;

}
/* .banner-with-sideimg.banner-section .banner-wrap{
  padding-left: 0;
  padding-right: 0;
} */
}
.home .banner-with-sideimg.banner-section .banner-wrap h1{
  line-height: 3.75rem;
  font-size: 3.125rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .home .banner-with-sideimg.banner-section .banner-wrap h1 {
    padding-bottom: 0;
    font-size: 2.4rem;
    line-height: 2.8rem;
}

}
@media (min-width: 1500px){
  .home .banner-with-sideimg.banner-section .banner-wrap h1{
  max-width: 630px;
  }
}
.home .banner-with-sideimg .banner-btns{
  margin-top: 1.5rem;
}
.home .banner-section .banner-wrap p{
  font-size: 26px;
  font-weight: 200;
  font-family: 'Oswald', sans-serif;
  line-height: 1.54;
  width: 100%;
}

.full__header-wrap .header-wrap{
  width:auto;
}
.full__header-wrap .header-wrap .hero-btn1 {
  background: #ffffff !important;
}
.full__header-wrap .header-wrap  .hero-btn1:hover {
  background: transparent !important;
}
.full__header-wrap .header-wrap .hero-btn1:hover > * {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.full__header-wrap .header-wrap  .hero-btn1 > * {
  color: #000000 !important;
  border: 2px solid transparent !important;
}
.full__header-wrap .header-wrap .hero-btn2 {
  background: transparent !important;
}
.full__header-wrap .header-wrap  .hero-btn2:hover {
  background: #ffffff !important;
}
.full__header-wrap .header-wrap  .hero-btn2 > * {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.full__header-wrap .header-wrap .hero-btn2:hover > * {
  color: #000000 !important;
  border: 2px solid transparent !important;
}

@media (max-width: 1199px){ 
  .full__header-wrap .header-wrap .primary-btn a{
    padding: 10px;
  }
  .scrolled header.full__header-wrap{
    padding: 20px 20px !important;
  }
  /* .scrolled header.full__header-wrap {
    position: sticky!important;
  } */
}

  @media (max-width: 1024px){
    /* .banner-with-sideimg .banner-right-wrap{
      display:none;
    } */
    
    .hero-section-with-bg-image.banner-with-sideimg .banner-pattern img {
      margin-left: 0;
  }
    .banner-with-sideimg .banner-content {
      width: 100%;
  }
  .full__header-wrap .full-with-menu .menu-primary-menu-container .menu li a {

    font-size: 16px !important;
    
  }
  .full__header-wrap .full-with-menu .menu-item-has-children:after {
    top: 50%;
  }
  }
  @media (max-width: 1200px){
  .banner-section.banner-with-sideimg .banner-wrap{
    padding: 20px 20px;
  }
}

/* @media (min-width: 1400px){
  .hero-section-with-bg-image.banner-with-sideimg.banner-section .banner-wrap{
    max-width: 1300px;
    margin: auto;
  }
  
} */

.hero-section-with-bg-image.banner-with-sideimg .banner-wrap{
  padding-bottom: 20px;
}
.hero-section-with-bg-image.banner-with-sideimg .banner-pattern img{
  margin-left: auto;
}
/* statistics */

.statistics__block .statistics-content {
  padding: 0;
}
@media (max-width: 1200px){
  .statistics__block .container{
    max-width: 100%;
  }
}
@media (min-width: 1400px){
  .statistics__block .container{
    max-width: 1300px;
    padding-right: 0;
    padding-left: 0;
  } 
  /* .statistics__block .statistics-box p{
    max-width: 14ch;
  } */
}
.statistics__block .statistics-box h2{
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'Oswald', sans-serif;
}
.statistics__block .statistics-box p{
  
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'Oswald', sans-serif;
  }
  .statistics__block .statistics-box:before{
    height: 4px;
  }
  @media (min-width: 1025px){
    .home .statistics__block  .statistics-wrap .statistics-content.five-stat{
      justify-content: space-between;
    }
    /* .statistics__block .five-stat .statistics-box {
      width: auto;
    } */
    
  }
  @media (min-width: 1200px){
.statistics__block .container {
      max-width: unset;
      padding-right: 80px;
      padding-left: 80px;
  }
  }
  .full-with-menu .menu-primary-menu-container .menu li.menu-item.current-menu-item{
    opacity: 0.7;
  }

  @media (min-width: 1200px) {
    .banner-with-sideimg .banner-side-img {
      left: 92%;
    }
    .full__header-wrap .full__header-row .header__cta {
      flex-wrap: nowrap;
    }
    .full__header-wrap .event__time {
      margin-left: 10px;
    } 
    .home .banner-section.banner-with-sideimg .banner-wrap p {
      display: block;
      max-width: 630px;
    }
    .home .banner-with-sideimg .banner-btns {
      max-width: 630px;
    }
 
  }

.full__header-wrap .scroll-hide {
    display: block;
  }
 
.full__header-wrap .scroll-show {
    display: none;
  }

.scrolled .full__header-wrap .scroll-hide {
    display: none;
  }
.scrolled .full__header-wrap .scroll-show {
    display: block;
  }

  @media (max-width: 767px) {
    .big5-people-section {
      overflow: hidden;
    }
  }

  /* @media (max-width: 500px) {
  .banner-section.embedded-yt-video{
    height: 100vh;
    max-height: calc(100vh - 115px);
  }
} */

.hero-section-with-bg-image.banner-with-sideimg .banner-wrap{
  padding-top: 0;
  padding-bottom: 0;
  min-height: 65vh;
  max-height: calc(100vh - 400px);
}
@media (max-width:767px) {
  .full__header-row .event__time p{
    text-align: center !important
  }
  }
  @media screen and (max-width: 768px){
  .banner-btns{
    justify-content: center;
  }
  .statistics__block.statistics-section .statistics-box{
    padding: 15px 15px 15px;
  }
  .hero-section-with-bg-image.banner-with-sideimg .banner-wrap , .banner-with-sideimg{
    max-height: calc(100vh - 225px);
  }
  .banner-section.embedded-yt-video{
    height: calc(100vh - 275px);
   
  }
}

@media (max-width: 1024px){
  .banner-with-sideimg .banner-wrap{
    justify-content: center;
  }
  .banner-with-sideimg .banner-content,
  .home .banner-with-sideimg.banner-section .banner-wrap h1 , 
  .home .banner-with-sideimg.banner-section .banner-wrap p{
    text-align: center;
  }
  .banner-with-sideimg.banner-section .banner-btns{
    justify-content: center;
  }
  .banner-with-sideimg .banner-right-wrap {
   
    width: 100%;
}
  .banner-with-sideimg .banner-pattern img {
    margin-left: auto;
    margin-right: auto;
}
.banner-with-sideimg .banner-wrap{
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
.banner-with-sideimg .banner-side-img img{
  max-width: 300px;
}
.banner-with-sideimg .banner-pattern img {
  width: 300px;
  margin-bottom: 20px;

}
.banner-with-sideimg .banner-pattern {
  text-align: center;
}
/* .home .banner-with-sideimg.banner-section .banner-wrap h1{
  line-height: 4.75rem;
  font-size: 4.125rem;
} */
}
@media screen and (max-height: 600px){
        .banner-with-sideimg .banner-pattern img {
          width: 200px;
          margin-bottom: 0px;
      }
       }
@media (max-width:767px) {
  .home .banner-with-sideimg.banner-section .banner-wrap h1 {
    line-height: 3.75rem;
    font-size: 3.125rem;
  }
  .home .banner-with-sideimg.banner-section .banner-wrap h1{

    line-height: 30px;
    font-size: 28px;
  }
  .home .banner-section .banner-wrap p{
    font-size: 16px;
    line-height: 20px;
  }
.full__header-row{
  align-items: flex-start;
}
.home .banner-with-sideimg .banner-btns {
  margin-top: 0;
}
.home .banner-with-sideimg .primary-btn>* {
  padding: 10px 10px;
  font-size: 16px;
}
.banner-with-sideimg .banner-pattern img {
  width: 200px;
  margin-bottom: 5px;
}

.banner-section+.statistics__block.statistics-section .statistics-content {
  margin: 0 !important;
}
}

.statistics__block.statistics-section .statistics-content .slick-next:before,
 .statistics__block.statistics-section .statistics-content .slick-prev:before{
  display:none;
}
@media (max-width:480px) {
.statistics__block.statistics-section .statistics-content .slick-next,
.statistics__block.statistics-section .statistics-content .slick-prev {
  width: 22px;
  height: 25px;
}
.banner-with-sideimg .banner-pattern img {
  width:150px;
}
}

.slider-wrapperpeople .slick-list {
  width: 100%;
}

.banner-section .banner-wrap.banner-img-right {
  padding-right: 0;
}
@media (max-width:1200px) { 
  .banner-section .banner-wrap.banner-img-right .banner-pattern img{
   margin-right: 0;
   position: relative;
   right: -20px;
  }
  .banner-section .banner-wrap.banner-img-right {
    padding-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .buttons-group .tertiary-btn {
  margin: 5px 0!important;
  }
  }

  @media screen and (max-width: 1200px) {
    .statistics__block .statistics-box p {
      font-size: 16px;
    }
    .statistics__block .statistics-box h2 {
      font-size:30px;
    }
  }
 @media screen and (max-width: 992px) and (min-width:768px){
    .statistics__block .statistics-box p {
      font-size: 14px;
    }
    .statistics__block .statistics-box h2 {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 1200px) {
    .header-wrap .primary-btn{
      margin-bottom: 5px;
    }
    .full__header-row .header__cta {
     
      justify-content: end;
  }
  }
 @media screen and (max-width: 768px) {
    .statistics__block.statistics-section .statistics-box {
        padding: 30px 15px 15px;
    }
}
@media screen and (max-width: 767px) {
  .statistics__block.statistics-section .statistics-box {
      padding: 15px 15px 15px;
  }
}

.banner-section .banner-wrap.banner-wrap-center .banner-content {
  flex-direction: initial;
  flex-wrap: wrap;
  align-content: center;
}

/***********************/

section.sponsor-section.module_no_bottom_margin .sponsor-slider-wrapper,
section.sponsor-section.module_no_spacing .sponsor-slider-wrapper{
  padding-bottom: 0;
}

section.exhibitor-section.module_no_spacing .slick-dotted.slick-slider,
section.exhibitor-section.module_no_bottom_margin .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .full__header-wrap .header-wrap .primary-btn a {
    padding: 9px;
    font-size: 11px;
  }
  /* .full__header-wrap .full__header-row {
    align-items: center;
  }  */
    .statistics-content.slick-initialized {
      text-align: center;
    } 
    .statistics-content.slick-initialized .statistics-box:before {
      display: none;
    }
    .full__header-row .header__cta {
      margin-left: 10px;
    }
    .body-hidden .full__header-wrap .header__cta {
      display: none;
    }
    header .logo-wrap {
      width: 100px;
    }
    .scrolled .full_width_menu .header_top-wrap {
      padding: 20px!important;
    }
    .full__header-row .search-wrap {
      margin-left: 8px;
    }
}


.full__header-wrap .search-wrap.search-wrap-mob {
  display: none;
}

@media (max-width: 991px) {
  .full__header-wrap .search-wrap.search-wrap-mob {
    display: block;
  }
  .body-hidden .full__header-wrap .search-wrap.search-wrap-mob {
    display: none;
  }
}

@media (max-width: 767px) { 
  .full__header-wrap .search-wrap {
 
    margin-left: 10px;
  }
  .full__header-wrap .menu-wrapper {
    margin-left: 10px;
  }
  header .right-side {
    top: -6px;
  }
}


@media (max-width: 375px) {  
  .full__header-row .logo__img img {
    max-width: 100%;
  }
  .full__header-row .logo__wrap {
    max-width: 50%;
  }
  .full__header-row .logo__img {
    padding-right: 5px;
  }
}


.inner-page .event-time p {
  font-size: 20px;
  letter-spacing: 0.2px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.29;
}

.inner-page .event-time h6 {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}

@media (max-width: 575px) {  
  .full__header-row .logo__img img {
    max-width: 160px;
  }
}

/* speaker popup style starts*/
.speaker__popup {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 7;
  background-color: rgba(0, 0, 0, .8);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  transform: scale(1.2);
  z-index: 99999;
}
.speaker__popup.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.speaker__popup .speaker__popup--close {
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.speaker__popup .speaker__popup--close svg {
  width: 30px;
  height: 30px;
}
.speaker__popup .speaker__popup--close svg path {
  fill: #fff;
}
.speaker__popup .speaker__popup--body {
  max-width: 1300px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  max-height: 90%;
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .speaker__popup .speaker__popup--body {
      grid-template-columns: 1fr;
      gap: 15px;
 }
}
.speaker__popup .speaker__popup--body .speaker__popup--details {
  margin-bottom: 20px;
}
.speaker__popup .speaker__popup--body .speaker__popup--details h3 {
  margin-bottom: 8px;
  font-size: 1.882rem;
  font-weight: 400 !important;
}
.speaker__popup .speaker__popup--body .speaker__popup--details span {
 font-size: 1.412rem;
 font-weight: 300;
 line-height: normal;
 letter-spacing: normal;
 text-align: left;
 color: #000000;
 margin-bottom: 0px;
 display: block;
}
.speaker__popup .speaker__popup--body p {
 font-size: 16px;
 line-height: 1.5;
 font-weight: 300;
}
.follow-us-linkedin svg {
  width: 25px;
  height: 24px;
  position: relative;
  top: 5px;
}
.speaker__popup--click {
 cursor: pointer;
}
.follow-us-linkedin a {
 text-decoration: none;
 color: #2867b2;
 font-weight: 700;
}
.sp-detail-content-layout p {
  font-size: 0.882rem;
  line-height: 1.176rem;
  margin: 0px 0 1.471rem;
  font-weight: 300;
}
.speaker-detail-contact-layout ul {
  padding-left: 0px;
}
.speaker-detail-contact-layout ul li {
  display: inline-block;
  margin-right:10px;
  line-height: normal;
  vertical-align: top;
}
.speaker-detail-contact-layout ul li a, .speaker-detail-contact-layout ul li span {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  transition: all .4s ease;
  color: #fff;
  background: #949ba6;
  padding: 3px 10px;
  border-radius: 5px;
}
.speaker-detail-contact-layout ul li a:hover {
  color: #fff;
}
.speaker__popup .speaker__popup--body li {
  font-size: 16px!important;
  line-height: 1.5!important;
  font-weight: 300!important;
}

@media only screen and (max-width: 1820px) {
  .speakers .speaker-wrap .speaker-box .content .designation, .speakers .speaker-wrap .speaker-box .content .company {
      font-size: 12px!important;
      line-height: 18px!important;
  }

}
@media only screen and (max-width: 1199px) {
  .speakers .speaker-wrap .speaker-box .content .designation, .speakers .speaker-wrap .speaker-box .content .company {
      font-size: 11px!important;
      line-height: 15px!important;
  }
  .speakers .speaker-wrap .speaker-box .content .name {
      font-size: 17px!important;
  }
}

/* speaker popup style ends*/

/********One trust header**************/
@media screen and (min-width: 767px) {
  #onetrust-policy-title {
      font-size: 20px!important
  }
 
  #ot-pc-title {
      font-size: 22.5px!important
  }
}

