@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,400;9..40,500;9..40,700;9..40,800&family=Poppins: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&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;
}

.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;
}

.banner-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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;
}

.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;
  }
}

@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: 0;
    left: 100%;
    max-height: inherit;
    min-width: 400px;
    padding: 0;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: inherit !important;
    height: auto !important;
    background: #2532ff;
  }

  .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;
  margin: 0 auto;
  line-height: 3rem;
  font-size: 2.25rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.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: 768px) {
  img.banner-image-mobile {
    display: none !important;
  }

  .menu-wrapper {
    height: 54px;
    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-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: -10.5px;
  }

  .menu-btn:after {
    width: 28px;
    margin-top: 10.5px;
  }

  .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: 1199px) {
  .navigation-wrap .follow-us {
    right: 15px;
  }

  .menu-open-logo {
    display: none;
  }

  header {
    padding: 20px 20px;
  }

  .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;
  }

  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;
}

.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: #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 19px;
  opacity: 1;
}

.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;
}
@media (max-width: 767px)  {
  .follow-us ul {
  display: flex;
  }
}
.follow-us h4 {
  margin-top: 10px;
  color: #ff525a;
}

.follow-us p a {
  margin-bottom: 10px;
}

.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;
}

body .speakers .speaker-wrap .speaker-head h2 {
  font-size: 1.5rem !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: normal;
}

.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: 23px;
    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: -10.5px;
  }

  .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: 767px) {
  .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: auto;
  top: 50%;
  transform: translateY(-50%) !important;
  padding-top: 0;
  padding-bottom: 0;
}

.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;
  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 {
background-size: cover;
}
.coveringTheFull .content {
  text-align: center;
}

.coveringTheFull .content h2,
.coveringTheFull .content p,
.coveringTheFull .content h6 {
  color: #fff;
  margin-bottom: 0;
}

.coveringTheFull .content h6 {
  margin: 20px 0;
}

.coveringTheFull .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0px 0px!important;
}

.sector-1 .sector-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -1.5px;
}

.sector-1 .sector-grid-wrapper .sector-grid {
  height: 188px;
  width: 25%;
  transition: 0.3s ease-in-out;
  padding: 0px 1.5px;
  margin-bottom: 3px;
}

.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: 20px;
  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 {
  /* width: 50%; */
  /* 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;
  }
}

@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%;
  }
  .coveringTheFull .coveringTheFull__wrapepr {
    padding-bottom: 10px;
  }
}

.statistics-section {
  position: relative;
  top: 100px;
}

.banner-section .banner-wrap {
  /* padding-top: 70px; */
  padding-bottom: 100px;
  max-width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  transform: inherit !important;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .coveringTheFull .coveringTheFull__wrapepr {
    padding-bottom: 10px;
  }
  .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 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 p{
  width: 100%;
} */

/* .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;
} */

.dmg-events-allsecure-inner-right-inner p {
  color: #fff;
  max-width: 100%;
  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 {
    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;
  width: 420px !important;
  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;
  }

  .have-circle .img-wrap img {
    height: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .sector-1 .sector-grid-wrapper .sector-grid {
    width: 50%;
  }
}

@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: 600;
}

.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;
}

@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;
  left: 0;
  bottom: 0;
  z-index: -1;
  top: 0;
}

@media screen and (max-width: 1199px) {
  section.features-section h2 {
    font-size: 1.75rem !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 940px) {
  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;
}

.landing-page header {
  /* position: static!important; */
  position: relative !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;
  }
}




/* new css  */
@media screen and (max-width: 767px) {
  .landing-page header .event-details {
    margin: 7px 0 0px 0 !important;
    padding: 15px 0 0;
  }

  .landing-page header .right-side {
    right: 20px;
    width: 175px;
  }

  .landing-page header .right-side .lp-social-media-text {
    display: none;
  }
}


/*css update on 06/06**/

.features .fl-heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .features .fl-heading {
    margin-bottom: 10px;
  }

  .inner-page .fixed-sidebar {
    top: 0!important;
  }

  footer .top-section .subscribe {
    padding: 10px!important;
  }
}

/* 
@media (max-width: 767px) {
  .fixed-sidebar .social-media ul li a {
    width: 17px;
    display: inline-block;
  }
.fixed-sidebar .social-media ul li img{
  width: 25px;
}
} */



/* Full new width menu style start here*/

@media only screen and (min-width: 1200px){
   .index-qatar-new-nav-head{
        padding-bottom: 0 !important;
    }
    .index-qatar-new-nav-head .full-with-menu{
        width: 100%;
    }
    .index-qatar-new-nav-head .menu-wrapper {
        display: none;
    }
    .index-qatar-new-nav-head .line {
        border-top: 1px solid #262e38;
        opacity: 0.3;
        height: 1px;
    }
    .index-qatar-new-nav-head  ul.menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .index-qatar-new-nav-head .menu li {
        position: relative;
        display: inline-block;
    }
    .index-qatar-new-nav-head .menu li.menu-item-has-children {
      padding-right: 9px;
  }
    .index-qatar-new-nav-head .menu li a {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.36px;
        white-space: nowrap;
        padding: 15px 17px 16px 16px;
        width: 100%;
        font-family: 'DM Sans', sans-serif;
        color: #262e38 ;
    }
    .index-qatar-new-nav-head .menu li a:hover i{
      color: #262e38 ;
    }
    .index-qatar-new-nav-head .menu li:hover{
      background: #262e38 ;
    }
    .index-qatar-new-nav-head .menu li.menu-item-has-children:hover a {
      color: #fff;
  }
    .index-qatar-new-nav-head .menu li:first-child a:hover{
      background: transparent;
    }
    .index-qatar-new-nav-head .menu li:first-child a {
        padding-left: 0;
    }
    .index-qatar-new-nav-head .menu li.menu-item-has-children:after {
        content: "\f078";
        right: 5px;
        font-size: 10px;
        top: 53%;
        transform: translateY(-50%);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        color: #262e38;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        height: 100%;
        width: 20px;
    }
    .index-qatar-new-nav-head .menu li.menu-item-has-children:hover:after {
      color:#fff;
    }
    .index-qatar-new-nav-head ul.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;
    }
    .index-qatar-new-nav-head .menu li:hover .sub-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }
    .index-qatar-new-nav-head .menu li.menu-item-has-children:hover .sub-menu li a {
      color: #262e38;
  }
    
    .index-qatar-new-nav-head .sub-menu li:first-child a {
        padding: 15px 17px 16px 16px;
    }
    /* .navigation-wrap.full-width-nav {
      display: none;
  } */
  .index-qatar-new-nav-head .menu ul.sub-menu li {
    display: block !important;
}
.index-qatar-new-nav-head .menu ul.sub-menu li:hover a {
  background: #262e38;
  color: #fff;
}
}
@media only screen and (max-width: 1199px){
    .index-qatar-new-nav-head .menu-wrapper1.full-with-menu {
        display: none;
    }
    .menu-header-navigation-menu-container ul li a{
      font-family: 'DM Sans', sans-serif;
      font-weight: normal;
    }
}
.search-form-header .form-group input{
  padding-right: 40px;
}
.search-wrap .search-icon i, .search-wrap .search-icon svg{
  position: relative;
    top: 2px;
}


/* Full new width menu style end here*/

/* Landing page (Arabic content) .dot alignment */
.wp-content ul[dir="rtl"] li:before {
  right: -20px;
}
/* Landing page (Arabic content) .dot alignment */


@media only screen and (min-width:783px){
  .statistics-section .statistics-box {
      width: auto;
  }
  
  .home .statistics-section .statistics-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      max-width: 1024px;
      align-items: baseline;
  }
  }

/* 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
  }
}
