


.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 .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 .4s ease;
  }
  .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: .8px;
      font-size: 12px;
      width: auto;
      margin-right: 15px;
  }
  
  .navigation-wrap .follow-us {
      display: flex;
    
      flex-wrap: wrap;
      align-items: center;
      position: absolute;
      left: 119px;
      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;
  }
  .navigation-wrap .right-side {
   
          padding-bottom: 90px;
          position: relative;
  }
  .hero-section-with-bg-image .slick-dots {
      bottom: 25px;
  }
  
  .hero-section-with-bg-image .slick-dotted.slick-slider {
      margin-bottom: 0;
  }
  @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;   
      }
      
      header {
       
          padding: 15px 80px 15px 80px;
          box-shadow: inherit !important;
      
      }
      .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 .4s ease;
      -o-transition: all .4s ease;
      transition: all .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, .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, .3);
          background-color: rgba(23, 23, 20, .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, .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 .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: 300px;
  }
  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: 302px;
      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: 50px;
  }
  
  .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;
  }
  }
  .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;
  }
  .banner-section .banner-wrap {
      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;
      height: 100vh;
      transform: inherit !important;
      left:0;
  }
  .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: 756px;
      margin: 0 auto;
      line-height: 3rem;
      font-size: 2.25rem;
      padding-left:0;
      padding-right:0;
      animation: inherit;
      text-shadow: inherit !important;
      color:#fff;
      text-align: center;
  }
  
  .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: 400px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }
  @media(max-width:576px){
    .banner-section.banner-inner .image {
        min-height: 370px;
      
    }
  }
  .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;
  }
  
  @media(min-width:768px){
      
  .hero-section-with-bg-image {
      min-height: 100vh;
     
  }
  img.banner-image-mobile {
      display: none !important;
  }
      .hero-section-with-bg-image .banner-with-image img {
     
          min-height: 100vh;
      }
   
      .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;

         
      }
  .home {
      margin-top: 0 !important;
  }
 
  header {
    

    transition: inherit;
    box-shadow: inherit !important;
  }
  
  .scrolled .scroll-hide , .inner-page .scroll-hide{
      display: none;
  }
  .scrolled .scroll-show ,.inner-page .scroll-show {
      display: block;
  }
 
  
 
  .scrolled .navigation-wrap.open {
      margin-top: 0px;
  }
  
  
  .co-located-wrap {
      display: none;
  }
  
  .fixed-sidebar {
      display: none;
  }
  .banner-section {
      width: 100%;
  }
  .event-time h6 {
    color: #fff;
      letter-spacing: 0.18px;
  }
  
  .center-side {
      text-align: center;
    
  }
  .scrolled header,  .inner-page header {
      background: #fff !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 {
    color: #fff;
      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(min-width:768px) and (max-width:991px){
    .menu-wrapper{
       
    margin-left: 10px;
    }
    .search-wrap {
        margin-left: 20px;
    }
  }
  @media(min-width:1200px){
    .menu-btn {
        background-color: #fff;
    }
    .body-hidden header {
        background: transparent !important;
    }
    header {
        background: transparent !important;
    
      }
      .scroll-show{
        display: none;
    }
    .body-hidden .scroll-show {
        display: none;
    }
    .menu-btn:before {
        background-color: #fff;
         
      }
      
    .body-hidden .scroll-hide {
        display: block;
    }
    .scrolled.body-hidden header {
        background: transparent !important;
    }
    
    .search-wrap .search-icon svg path {
        fill: #fff;
      }
      .menu-btn:after {
        background-color: #fff;
         
      }
  }
  @media(max-width:1199px){
      .navigation-wrap .follow-us {
          left: 0px;
      }
      .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;
      align-items: center;
      }
      
      .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;
      }
     
     
      
      .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;
  }
  
  
  }

  @media(max-width:1199px){
    .scroll-hide {
        display: none;
    }
  }
  .home .banner-section .banner-wrap p{
      font-size:1.5rem;
      padding-left: 0;
      padding-right: 0;
      color: #fff;
  }
  .home .banner-section .banner-wrap .event-time p{
      font-size:1.125rem;
      text-align: center;
    color: #fff;
  }
  .home .banner-section .banner-wrap .event-time h6{
    color: #fff;
    text-align: center;
}
  /*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%;
  }
  
  @media(max-width:1199px){
      .navigation-wrap {
          padding-top: 0;
      }
   }
  
  .navigation-wrap-outer .follow-us ul li {
      margin-right: 15px;
      display: inline-block;
  }
  
  .navigation-wrap-outer .follow-us ul li a{
      width:auto;
      color: #000;
  }
  .navigation-wrap-outer .follow-us ul li i {
      font-size: 17px;
  }
  
  
  
  
  
  .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){
      .menu-btn:before {
        
          margin-top: -10.5px;
      }
      .scrolled header .right-side .primary-btn{
          display: block;
      }
      .body-hidden header .right-side .primary-btn,  .scrolled.body-hidden header .right-side .primary-btn, .body-hidden header .event-details{
          display: none;
      }
  }
  
  
  @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-section.front-page-banner .banner-video-wrap{
      max-height: initial;
  }

  @media(min-width:768px) and (max-width:1199px){
    .center-side{
        display: none;
    }
  }

  @media(min-width:768px){
    .banner-section .banner-wrap{
        padding-top:6.25rem;
    }
  }

  .menu-wrapper-on:after{
      display: none;
  }

  @media(min-width:1200px){
    .menu-wrapper-on{
         
          margin-right: 0 !important;
         
      }
  }