@font-face {
    font-family: GTWalsheimRegular;
    src: url(../fonts/GT-Walsheim-Regular.ttf);
}
@font-face {
    font-family: SpaceGroteskSemiBold;
    src: url(../fonts/SpaceGrotesk-SemiBold.ttf);
}
@font-face {
    font-family: SpaceGroteskVariableFont;
    src: url(../fonts/SpaceGrotesk-VariableFont_wght.ttf);
}


@font-face {
    font-family:bukraregular;
    src: url(../fonts/29lt-bukra-regular.ttf);
}
@font-face {
    font-family: bukralight;
    src: url(../fonts/29lt-bukra-light.ttf);
}
@font-face {
    font-family: bukrabolditalic;
    src: url(../fonts/29lt-bukra-bold-italic.ttf);
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box
}

*::-moz-selection {
    color: #fff;
    background-color: #FF9E02
}

*::selection {
    color: #fff;
    background-color: #FF9E02
}

html {
    scroll-behavior: smooth
}

body {
    font-size: 16px;
    line-height: 0px;
    font-weight: 400;
    overflow-x: clip;
    max-width: 100vw
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    background-color: #1F375E;
    border-radius: 5px
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
    background-color: #1F375E;
    border-radius: 5px
}

.body-active {
    height: 100vh;
    overflow: clip
}

.my-app {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow-x: clip
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    outline: 0px
}

a,
button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    outline: 0px;
    cursor: pointer
}

a i,
button i {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transition: none
}

a:hover,
button:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px
}

a:focus,
button:focus {
    box-shadow: none;
    outline: 0px
}

ul,
ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px
}

hr,
blockquote,
textarea {
    margin: 0px
}

input,
textarea {
    border: 0px;
    outline: 0px
}

input:focus,
textarea:focus {
    box-shadow: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

input[type=checkbox] {
    width: initial;
    height: initial
}

textarea {
    min-height: 150px;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0px
}

iframe {
    border: 0px;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

 

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.primary-text {
    font-size: 20px;
    line-height: 30px
}

.secondary-text {
    font-size: 28px;
    line-height: 38px
}

.tertiary-text {
    font-size: 14px;
    line-height: 24px
}

a,
button {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer
}


h1,
.h1 {
    font-size: 100px;
    line-height: 130px
}

.light-title {
    font-size: 75px;
    line-height: 85px
}

.light-title-lg {
    font-size: 30px;
    line-height: 40px
}

h2 {
    font-size: 55px;
    line-height: 70px
}

h3 {
    font-size: 40px;
    line-height: 50px
}

h4 {
    font-size: 24px;
    line-height: 34px
}

h5 {
    font-size: 20px;
    line-height: 30px
}

h6 {
    font-size: 16px;
    line-height: 24px
}

h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit
}

img {
    max-width: 100%;
    height: auto;
    border: 0px;
    outline: 0px;
    -o-object-fit: cover;
    object-fit: cover
}

.np{
    padding: 0 !important;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}


.navbar__logo {
    padding:20px 50px;
    position: relative;
    z-index: 2;
}
.banner__content {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

.select_Lang {
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    z-index: 5;
    right: 10%;
    top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.select_Lang ul li {
    display: inline-block;
}
.select_Lang ul li a {
   color:#1F375E;
   font-size:16px;
   padding:0 10px;
}
.select_Lang ul li:first-child{
    border-right:2px solid #1F375E;
}



.ar_select_Lang {
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    z-index: 5;
    left: 10%;
    top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.ar_select_Lang ul li {
    display: inline-block;
}
.ar_select_Lang ul li a {
   color:#1F375E;
   font-size:16px;
   padding:0 10px;
}
.ar_select_Lang ul li:first-child{
    border-left:2px solid #1F375E;
}
.ar_select_Lang.dark_bg, .select_Lang.dark_bg{
    background: #1F375E;
}
.ar_select_Lang.dark_bg ul li a, .select_Lang.dark_bg ul li a{
     color:#fff;
}

.ar_select_Lang.dark_bg ul li:first-child{
    border-left:2px solid #fff;
}
.select_Lang.dark_bg ul li:first-child{
    border-right:2px solid #fff;
}



.home-banner {
    background-color: #1F375E;
    position: relative;
    z-index: 1;
    height: 100vh;    
    background: url(../images/main_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.banner .interval {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-left: 60px
}

.banner .banner__content{
    padding: 0;
}
.banner .banner__content-inner {
    max-width: 400px;
    margin-top: 100px;
    text-align: start
}
 
.banner .banner-left-text {
    position: absolute;
    bottom: 200px;
    left: 90px
}

.banner .banner-right-text {
    position: absolute;
    bottom: 200px;
    right: 90px
}

.main_navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
nav.nav.navbar {
    height: 100vh;
}
nav.nav.navbar ul li a{
    font-family: 'SpaceGroteskSemiBold';
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    line-height: 65px;
}
nav.nav.navbar ul li:nth-child(1) {
    position: absolute;
    left: 2%;
    top: 35%;
}
nav.nav.navbar ul li:nth-child(2) {
    position: absolute;
    left: 2%;
    bottom: 5%;
}
nav.nav.navbar ul li:nth-child(3) {
    position: absolute;
    left: 27%;
    bottom: 35%;
}
nav.nav.navbar ul li:nth-child(4) {
    position: absolute;
    right: 25%;
    top: 22%;
}
nav.nav.navbar ul li:nth-child(5) {
    position: absolute;
    right: 1%;
    top: 6%;
}
nav.nav.navbar ul li:nth-child(6) {
    position: absolute;
    right: 6%;
    bottom: 37%;
}
nav.nav.navbar ul li:nth-child(7) {
    position: absolute;
    right: 13%;
    bottom: 4%;
}
nav.nav.navbar ul li a:hover{
    color: #fff;
}
.footer_section {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #1F375E;
    z-index: 2;
}
.about_eca_banner .page_title {
    text-align: left;
    vertical-align: middle;
    padding-top: 70px;
    padding-left: 20%;
}
.slick-slide {
    margin: 0px 15px
}

.slick-slide img {
    display: inline-block
}

.slick-list {
    margin: 0px -15px
}
.my-app {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow-x: clip
}
.main_navigation.arabic_nav nav.nav.navbar ul li:nth-child(5){
    position: absolute;
    right: 5%;
    top: 6%; 
}

/***** About page *****/


.about_banner{
    background-color: #1F375E;
}
.left_content h1, .center_content h1, .right_contnet h1 {
    font-family: SpaceGroteskVariableFont;
    font-weight: normal;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
}
.center_content h1, .right_contnet h1 {
    text-align: center;
}
.about_banner .footer_navigation {
    padding: 100px 0;
}
.about_navigation{
    padding:200px 0 50px 0;
}
.main_page_title {
    padding-left: 5%;
    padding-top:5%;
}
.main_page_title a{
    font-family: SpaceGroteskSemiBold;
    font-size: 52px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    line-height: 60px;
}
.about_navigation ul {
    width: 80%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: -webkit-fill-available;
    gap: 10px;
    margin:0 150px;
}
.about_navigation ul li a {
    font-family: SpaceGroteskVariableFont;
    font-size: 52px;
    font-weight: normal;
    line-height: 45px;
    color: #fff;
}
.about_navigation ul li a:hover{
    color: #fff;
}
.about_navigation ul li.line1:after{
    content: "";
    display: block;
    height: 20px;
    background-image: url('../images/ecd_about_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 70%;
}
.about_navigation ul li.line2:after{
    content: "";
    display: block;
    height: 20px;
    background-image: url('../images/about_fair_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 70%;
}
.about_navigation ul li.line3:after{
    content: "";
    display: block;
    height: 20px;
    background-image: url('../images/about_activities_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 50%;
}

.footer_navigation ul {
    width: 80%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: -webkit-fill-available;
    gap: 10px;
    margin:0 150px;
}
.footer_navigation ul li a {
    font-family: SpaceGroteskVariableFont;
    font-size: 62px;
    font-weight: normal;
    line-height: 45px;
    color: #1F375E;
}
.footer_navigation ul li.line1:after{
    content: "";
    display: block;
    height: 20px;
    background-image: url('../images/ecd_about_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 70%;
}
.footer_navigation ul li.line2:after{
    content: "";
    display: block;
    height: 20px;
    background-image: url('../images/about_fair_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 70%;
}
.footer_navigation ul li.line3:after{
    content: "";
    display: block;
    height: 20px;
    background-image: url('../images/about_activities_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 50%;
}
.row.about_top_section {
    padding: 0px 145px;
    margin-top: 5%;
}
.page_title a {
    font-size:62px;
    text-transform: uppercase;
    font-family: SpaceGroteskVariableFont;
    line-height: 55px;
    color: #1F375E;
}
.bg_images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
img.img-responsive.about_img1 {
    position: absolute;
    top: 35%;
    left: -30%;
    width: 30%;
}
img.img-responsive.about_img2 {
    position: absolute;
    right: 20%;
    top: -50%;
    width: 20%;
}
img.img-responsive.about_img3 {
    position: absolute;
    bottom: -30%;
    right: 20%;
    width:30%;
}
.left_content p{
    font-family: SpaceGroteskVariableFont;
    font-size: 15px;
    line-height: 25px;
}
/***** About ECA ***/

.about_eca_banner{
    background-color: #fff;
}
.about_eca_section, .the_fair_section {
    width: 95%;
    margin: 0% auto !important;
    padding-top: 2%;
}
.about_eca_banner h1, .about_eca_banner p, .about_eca_banner a {
    color: #1F375E;
}
.right_sidebar .palcename h1, .right_sidebar .date h1, .right_sidebar .time h1 {
    font-size: 36px;
    line-height: 45px;
    float: right;
    width: 100%;
    font-weight: normal;
} 
.right_sidebar .palcename h1, .right_sidebar .date h1 {
    margin-bottom: 45%;
}

.about_eca_section .left_content {
    padding-right: 500px;
    padding-top: 100px;
    padding-left: 5%;
}
.about_eca_section .left_content span:after{
    content: "";
    display: block;
    height: 30px;
    background-image: url('../images/ecd_about_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 50%;
}
.about_eca_section .left_content span {
    font-family: SpaceGroteskVariableFont;
    font-weight: normal;
    font-size: 62px;
    line-height: 60px;
    color: #1F375E;
    display: inline-block;
    margin-bottom: 5%;
}
.footer_navigation {
    padding: 70px 0 70px 0;
}
.right_sidebar {
    position: fixed;
    right: 8%;
    top: 15%;
    z-index: 2;
}

/******** The Fair *****/

.about_fair_banner {
    background-color: #fff;
    overflow-y: scroll;
}
.the_fair_section {
    width: 95%;
    margin: 0% auto !important;
    padding-top: 2%;
    height: 100%;
}
.the_fair_section h1, .the_fair_section p, .the_fair_section a {
    color: #1F375E;
}
.the_fair_section .left_content span {
    font-family: SpaceGroteskVariableFont;
    font-weight: normal;
    font-size: 62px;
    line-height: 60px;
    color: #1F375E;
    display: inline-block;
    margin-bottom: 5%;
}
.the_fair_section .left_content span:after{
    content: "";
    display: block;
    height: 30px;
    background-image: url('../images/ecd_about_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 50%;
}
.row.why_ecd_fair {
    background: #FF9E02;
    padding: 100px 200px;
    height: 100%;
    position:relative;
}
.row.the_fair_section .left_content {
    padding-left: 5%;
    padding-top: 5%;
    padding-right: 40%;
}
.row.why_ecd_fair h1 {
    color: #1F375E;
    font-size: 46px;
    font-family: SpaceGroteskVariableFont;
   
}
.about_fair_banner .footer_section  a{
    color: #1F375E;
}
.row.why_ecd_fair ul {
    width: 50%;
    counter-reset: my-awesome-counter;
    position: relative;
}
.row.why_ecd_fair ul li {
    color: #1F375E;
    font-family: SpaceGroteskVariableFont;
    padding: 10px 0;
    font-size: 14px;
    line-height: 23px;
    counter-increment: my-awesome-counter;
    padding-left: 62px;
}
.row.why_ecd_fair ul li::before {
    content: counter(my-awesome-counter);
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    padding-right: 57px;
    left: 0;
    padding-top: 10px;
}
.about_fair_banner .page_title {
    text-align: left;
    vertical-align: middle;
    padding-top: 70px;
    padding-left: 20%;
}


.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.arrow.bounce {
    text-align: right;
    margin-right: 30%;
}
.ar_arrow.bounce {
    text-align: left;
    margin-left: 30%;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/****** Activities *****/

.activities_banner {
    background-color: #fff;
}
.activities_section {
    width: 95%;
    margin: 0% auto !important;
    padding-top: 2%;
    height: 80%;
}
.activities_section h1, .activities_section p, .activities_section a {
    color: #1F375E;
}
.activities_section .left_content span {
    font-family: SpaceGroteskVariableFont;
    font-weight: normal;
    font-size: 62px;
    line-height: 60px;
    color: #1F375E;
    display: inline-block;
    margin-bottom: 5%;
}
.activities_section .left_content span:after{
    content: "";
    display: block;
    height: 30px;
    background-image: url('../images/ecd_about_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 50%;
}

.activities_section .left_content .about_content {
    padding-left: 5%;
    padding-top: 2%;
    padding-right: 40%;
}   

.activity_categories ul li {
    display: inline-block;
    width: 16%;
    text-align: center;
    color:#1F375E;
    font-size: 14px;
    font-family: SpaceGroteskSemiBold;
    line-height: 20px;
    vertical-align: top;
}
.activity_categories ul li img {
    width: 25%;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}
.ar_activity_categories ul li img{
     width: 35%;
}
.ar_activity_categories {
    padding: 50px 70px 0px 0px !important;
}
.activity_categories p.title {
    color: #FF9E02;
    font-family: SpaceGroteskSemiBold;
    font-size: 22px;
    margin-bottom: 30px;
}
.activity_categories {
    padding: 50px 70px 0 70px;

}
.activities_banner .page_title {
    text-align: left;
    vertical-align: middle;
    padding-top: 70px;
    padding-left: 20%;
}

div#eventtime {
    font-size: 36px;
    line-height: 45px;
    float: right;
    width: 100%;
    font-weight: normal;
    color: #1F375E;
   
}
.right_sidebar h1{
    font-family: SpaceGroteskVariableFont;
}
.arabic_right_sidebar h1{
    font-family: bukraregular;
}
.row.about_top_section #eventtime, .right_sidebar #eventtime{
    font-family: SpaceGroteskVariableFont;
}
.row.arabic_top_section #eventtime, .arabic_right_sidebar #eventtime{
    font-family: bukraregular;
}
/***** exhibitors *****/
section.exhibitors {
    padding: 30px 0 200px 0;
}

.exhibitors_banner, .exhibitors_banner .footer_section{
    background-color: #5DB390;
}
.exhibitors_section {
    width: 95%;
    margin: 0% auto !important;
    padding-top: 1%;
}
.exhibitor_content {
    position: relative;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    height: 300px;
    width: auto;
}
.exhibitor_content .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .5s ease;
    opacity: 0;
}
.exhibitor_content .content p {
    color: red;
    padding: 20px;
   
}
.exhibitor_content:hover .img image {
    opacity: 0.3;
    cursor: pointer;
  }
  .exhibitor_content:hover .content{
    opacity: 0;
    cursor: pointer;
  }
  .exhibitors_banner .footer_section {
    padding: 0 0 30px 0;
}
.exhibitors_banner .footer_section .page_title a{
    color: #fff;
}

/**
 *  Progress Bar
 */
 .progress {
    display: block;
    width: 50%;
    height: 10px;
    border-radius: 0px;
    overflow: hidden;
    background:rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(to right, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    margin: 50px auto;
}
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  section.exhibitor .heading h1 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: SpaceGroteskSemiBold;
    color:#fff;
}
.slide-group {
    position: absolute;
    top: 47%;
    transform: translateY(-30%);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
    left: 0;
    right: 0;
}
.slide-btn {
    width: 74px;
    min-width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 40px;
    z-index: 2;
    border: none;
}
.slide-btn:hover {
    color: #fff;
    background-color: transparent;
    border: none;
}
.exhibitors_banner .footer_section .page_title {
    text-align: left;
    padding-top: 0;
    padding-left: 70px;
}
.slick-slide img {
    display: inline-block;
    width: 100%;
}


.exhibitor_content .img h1 {
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    font-family: SpaceGroteskVariableFont;
    color:#000;
}
.exhibitor_content .img {
    position: absolute;
        left: 0;
    right: 0;
    top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/********* Speakers *********/

section.speakers {
    padding: 10px 0 70px 0;
}

.speakers_banner, .speakers_banner .footer_section{
    background-color: #DB6569;
}
.speakers_section {
    width: 95%;
    margin: 0% auto !important;
    padding-top: 1%;
}
.speakers_section h1{
    color:#fff;
     font-family: SpaceGroteskSemiBold;
      font-size: 62px;
    line-height: 75px;
    margin:10% 2%;
}
.speakers_banner .footer_section {
    padding: 0 0 30px 0;
}
.speakers_banner .footer_section .page_title a{
    color: #fff;
}
section.speakers .heading h1 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: SpaceGroteskSemiBold;
    color: #fff;
    width: 80%;
}
.speakers_banner .footer_section .page_title {
    text-align: left;
    padding-top: 0;
    padding-left: 70px;
}
.speaker_data{
    margin: 10px 0;
}
.speaker_data .name ul, .speaker_data .time ul {
    display: inline-block;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: -webkit-fill-available;
}
.speaker_data .name ul li, .speaker_data .time ul li {
    font-family: SpaceGroteskVariableFont;
    color: #fff;
    line-height: normal;
    padding: 5px 0;
}
.speaker_data .name ul li:first-child, .speaker_data .time ul li:first-child {
    text-transform: capitalize;
    font-family: SpaceGroteskSemiBold;
    font-weight: bold;
    font-size: 18px;
}
.speaker_desc p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-family: SpaceGroteskVariableFont;
}

/****** AGENDA ******/

section.agenda {
    padding:  0;
}
.agenda_data, .ar_agenda_data {
    height: 73vh;
    overflow-y: scroll;
}
.agenda_banner{
    background-color: #FF9E02;
}
.agenda_banner .footer_section{
    background-color: transparent;
}
.agenda_section {
    width: 95%;
    margin: 0% auto !important;
    padding-top: 0;
}
.agenda_banner .footer_section {
    padding: 0 0 30px 0;
}
.agenda_banner .footer_section .page_title a{
    color: #fff;
}
.archive_dates ul li span {
    font-size: 62px;
    line-height: 70px;
    font-family: SpaceGroteskSemiBold;
    color: #fff;
}
.archive_dates ul li:hover{
    cursor: pointer;
}
.archive_dates {
    padding: 100px 0 0 0;
}
section.agenda .page_title {
    position: fixed;
    bottom: 5%;
    text-align: left;
}
section.agenda .page_title a{
    color: #fff;
    font-family: SpaceGroteskSemiBold;
}
section.agenda .page_title a.download_agenda {
    color: #fff;
    font-family: SpaceGroteskSemiBold;
    font-size: 14px;
    text-decoration: underline;
    line-height: 22px;
    margin-bottom: 25px;
    margin-left: 10px;
    display: none;
}
.map_link a {
    font-size: 62px;
    text-align: right;
    float: right;
    color: #fff;
    font-family: SpaceGroteskSemiBold;
}
.map_link a:hover{
    color: #fff;
}
.agenda_content img {
    width: 600px;
    height: 200px;
    border: 1px solid #71706e;
}
.agenda-wrapper {
    margin-bottom: 35px;
}
.map_tab {
    background: #fff;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;

}
.map_back_btn {
    color: #fff;
    background: #1F375E;
    padding: 15px 30px;
    border-radius: 20px;
    display: none;
    text-align: center;
    width: 30%;
    margin: 70% auto;
}
.ar_agenda_data .map_tab {
    background: #fff;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    right:unset;
}
/*.map_img {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.map_img img {
    width: 72%;
    margin: 0 auto;
    display: block;
}
.map_link h1 {
    line-height: 45px;
    margin: 0;
    padding: 0;
}
.map_link {
    position: fixed;
    right: 2%;
    bottom: 5%;
}
a.downloadmap {
    font-size: 16px;
    text-align: left !important;
    text-decoration: underline;
    opacity: 0;
    color: #FF9D00;
}
.agenda_content .img img {
    width: 100%;
    object-fit: cover;
}
h1.workshop_name {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-family: SpaceGroteskSemiBold;
    line-height: 45px;
}

ul.sub_area li {
    font-size: 20px;
    line-height: 30px;
    font-family: SpaceGroteskSemiBold;
    color: #fff;

}
.sub_area li{
    opacity: 0.5;
}
.sub_area li.active_area{
    opacity: 1;
}
.agenda_arrow_down {
    position: fixed;
    left: 25%;
    bottom: 15%;
    font-size: 22px;
    color: #fff;
    right:unset;
}
.ar_agenda_arrow_down {
    position: fixed;
    right: 25%;
    bottom: 15%;
    font-size: 22px;
    color: #fff;
    left:unset;
}
.map_img {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_art {
    position: absolute;
    top: 0;
    left: 30%;
    width: 35%;
}
.page_art2 {
    position: absolute;
    right: 0;
    width: 100%;
    left: 0;
    bottom:0;
}
.page_art2 img {
    float: right;
    margin-right: -12px;
}
.ar_page_art2 {
    position: absolute;
    right: 0;
    width: 100%;
    left: 0;
    bottom:0;
}
.ar_page_art2 img {
    float: left;
    margin-left: -12px;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/**** Contact ****/

section.contact {
    padding: 10px 0 0 0;
}

.contact_banner{
    background-color: #8B86D0;
}

.contact_section {
    width: 95%;
    margin: 0% auto !important;
    padding-top: 1%;
}
a.contact_page_title {
    text-align: right;
    float: right;
    font-size: 52px;
    padding: 45px;
    line-height: 70px;
    font-family: SpaceGroteskSemiBold;
        color: #8c86c0;
}
.contact_right_tab_side {
    background: #fff;
    height: 100vh;
    padding: 0px;
}
a.contact_page_title:hover{
    color: #8c86c0;
}
.parkmap {
    width: 400px;
    height: 500px;
    margin: 200px;
    border: 2px solid #ccc;
}
.parkmap iframe {
    width: 100%;
    height: 100%;
}
.contact_content {
    text-align: center;
    padding: 150px 50px;
}
.contact_content a {
    display: block;
    margin: 20px auto;
    width: 50%;
}
.contact_btns {
    color: #fff;
    border: 1px solid #ffff;
    border-radius: 25px;
    padding: 15px;
    font-size: 32px;
    font-family: SpaceGroteskSemiBold;
}
.contact_btns:hover{
    color: #fff;
    border: 1px solid #ffff;
}
.contact_content{
    margin-top:10%;
}
.contact_content h1 {
    font-size: 22px;
    line-height: 30px;
    font-family: SpaceGroteskSemiBold;
    color: #fff;
    text-align: left;
    margin-bottom:5%;
}
.contact_content p {
    font-size: 42px;
    line-height: 45px;
    font-family: SpaceGroteskSemiBold;
    color: #fff;
    text-align: left;
    margin-bottom:5%;
}
.parkmap img {
    width: 55%;
    margin: 0 auto;
    display: block;
}

/***** REGISTER ****/

section.register {
    padding: 10px 0 0 0;
    position: relative;
}
.register_banner{
    background-color: #75A7C7;
}
 
.register_section {
    width: 95%;
    margin: 0% auto !important;
    padding-top: 1%;
}
.form_area {
    background: #fff;
    height: 100vh;
    overflow: hidden;
}
/*.register_content p {*/
/*    font-size: 36px;*/
/*    font-family: SpaceGroteskSemiBold;*/
/*    color: #fff;*/
/*    line-height: 45px;*/
/*    padding: 50px;*/
/*    width: 55%;*/
/*     margin: 0 auto;*/
/*}*/

.register_content p {
    font-size: 28px;
    font-family: SpaceGroteskSemiBold;
    color: #fff;
    line-height: 35px;
    padding: 50px;
    width: 75%;
}

.register_content .page_title {
    position: fixed;
    bottom: 5%;
    color: #fff;
    left: 3%;
}
.register_content .page_title a{
    font-family: SpaceGroteskSemiBold;
    color: #fff !important;
}
.register_content_form label {
    color: #1F375E;
    font-family: SpaceGroteskSemiBold;
    font-size: 15px;
}
.register_content_form {
    padding: 150px 50px;
}
.register_content_form input {
    border: 1px solid #1F375E;
    border-radius: 10px;
    padding: 10px;
}
.register_content_form .form-group {
    margin: 0 0 20px 0;
}
.register_content_form .form-group .mb-20 {
    margin-bottom: 20px;
}
.btn-number {
    background: transparent;
    border: none;
    color: #1F375E;
}
input#quantity {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}
span.input-group-btn.minus-btn {
    position: absolute;
    left: 0;
}
span.input-group-btn.plus-btn {
    position: absolute;
    right: 0;
}
span.input-group-btn button {
    padding: 10px 20px;
}
span.input-group-btn button:hover, span.input-group-btn button:active{
    background: transparent;
    border: none;
    color: #1F375E;
}
span.input-group-btn button:focus{
    box-shadow: none !important;
    background: transparent;
    border: none;
    color: #1F375E;
}
input.btn.btn-primary.submit_btn {
    width: 100%;
    border: none;
    color: #fff;
    padding: 20px 0;
    background: #75A7C7;
    border-radius: 19px;
    text-transform:inherit;
    font-size: 24px;
    font-family: SpaceGroteskSemiBold;
}
::placeholder {
    color: #1F375E;
    opacity: 0.4; /* Firefox */
    font-family: SpaceGroteskSemiBold;
  }
  
  ::-ms-input-placeholder { /* Edge 12-18 */
    color: #1F375E;
    opacity: 0.4; /* Firefox */
    font-family: SpaceGroteskSemiBold;
  }

a.btn.btn-default.register_link{
      font-family: SpaceGroteskSemiBold;
      color: #fff;
       font-size: 32px;
      line-height: 42px;
      border:1px solid #fff;
      padding:20px 40px;
      border-radius:25px;
}
.radio_labels{
    padding: 0px 20px;
}


/**** FAQs ****/

.faq_banner{
    background-color: #1F375E;
}
.faq_banner .footer_navigation {
    padding: 100px 0;
}

.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
}

.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 6px;
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
    padding: 17px 49px;
    color: #71748d;
    background-color: #dddde8;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.tab-vertical .nav-tabs .nav-link.active {
    color: #5969ff;
    background-color: #fff !important;
    border-color: transparent !important;
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
}

.tab-vertical .tab-content {
    overflow: auto;
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    background: #fff;
    padding: 30px;
}
.faqs-tabs {
    width: 90%;
    margin: 2% auto;
}
.right_tab_side{
    background: #fff;
    height: 100vh;
    padding: 200px;
}
.faqs-tabs ul li a {
    color: #fff;
    font-family: SpaceGroteskSemiBold;
    font-size: 18px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 10px 0;
}
.faqs-tabs ul li a:hover{
    color: #fff;
}

.faqs-tabs .nav-pills .nav-link.active, .faqs-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background:#1F375E;
}
.faq_content h1 {
    font-family: SpaceGroteskSemiBold;
    font-size: 32px;
    line-height: 45px;
    color: #1F375E;
}
.faq_content p{
    font-family: SpaceGroteskVariableFont;
    font-size: 18px;
    line-height: 25px;
    color: #1F375E;
    margin:10% 0;
}
.pop_alert {
    background: #75A7C7;
    padding: 25px 50px;
    color: #fff;
    border-radius: 20px;
    margin-top: 40%;
}
.pop_alert p{
    color: #fff;
    font-family: SpaceGroteskSemiBold;
    font-size: 18px;
    line-height: 25px;
}
.mobile_faq_banner{
    display: none;
}







  /******* ARABIC CSS *******/
.arabic_page{
    direction: rtl;
}
.ar_txt{
    font-family:bukraregular !important;
}
  .arabic_nav ul li a{
    font-family: bukrabolditalic !important;
    line-height: 60px;
    font-size: 48px !important;
  }
 .arabic_top_section {
    direction: rtl;
}
.arabic_right_sidebar{
    font-family:bukraregular !important;
}
.arabic_navigation ul li a{
    font-family:bukraregular !important;
}
.arabic_navigation {
    direction: rtl;
}

.arabic_about_banner .main_page_title a {
    font-family:bukraregular !important;
}
.ar_about_eca_banner .right_sidebar {
    position: fixed;
    left: 8% !important;
    right: unset;
}
.arabic_right_content {
    padding-left: 500px !important;
    padding-top: 100px;
    padding-right: 5% !important;
}
.arabic_right_content span {
    font-family:bukraregular !important;
    font-size: 42px !important;
}
.arabic_right_content p {
    font-family:bukraregular !important;
} 
.arabic_right_sidebar .palcename h1, .arabic_right_sidebar.date h1 {
    font-family:bukraregular !important;
}
.arabic_footer_section ul li a {
    font-family: bukraregular !important;
    font-size: 44px;
}
.arabic_footer_section .page_title a{
    font-family:bukraregular !important;
}

.arabic_about_banner .main_page_title {
    padding-right: 5% !important;
    padding-top:7%;
}
.about_img1_ar{
    right: -35%;
    top:35%;
    position: absolute;
    width: 25%;
}
.arabic_about_banner .bg_images .about_img2 {
    position: absolute;
    left: 20% !important;
    right: unset;
}
.arabic_about_banner .bg_images .about_img3 {
    left: 20% !important;
    right: unset;
}
.ar_about_fair_banner .right_sidebar {
    position: fixed;
    left: 8% !important;
    right: unset;
    top:15%;
}
.ar_about_fair_banner  .page_title {
    text-align: right;
    vertical-align: middle;
    padding-top: 70px;
    padding-right: 20%;
}
.row.ar_why_ecd_fair {
    background: #FF9E02;
    padding: 100px 200px;
    height: 100%;
    position:relative;
}
.row.ar_why_ecd_fair h1 {
    color: #1F375E;
    font-size: 46px;
    font-family:bukraregular !important;
}
.row.ar_why_ecd_fair ul {
    width: 50%;
    counter-reset: my-awesome-counter;
    position: relative;
}
.row.ar_why_ecd_fair ul li {
    color: #1F375E;
    font-family:bukraregular !important;
    padding: 10px 0;
    font-size: 14px;
    line-height: 23px;
    counter-increment: my-awesome-counter;
    padding-left: 62px;
}
.arabic_footer_section ul {
    margin: 0 95px;
}
.arabic_page_title {
    text-align: right !important;
    padding-right: 14%;
}
.ar_why_ecd_fair h1{
    font-family:bukraregular !important;
}
.ar_why_ecd_fair ul li {
    font-family: bukraregular !important;
    padding: 10px 0;
    padding-right: 62px !important;
    padding-left: 0 !important;
}
.ar_why_ecd_fair ul li::before {
    position: absolute;
    padding-right: 0px !important;
    right: 0 !important;
    padding-top: 10px;
}
.row.ar_why_ecd_fair ul li {
    color: #1F375E;
    font-family: SpaceGroteskVariableFont;
    padding: 10px 0;
    font-size: 14px;
    line-height: 23px;
    counter-increment: my-awesome-counter;
    padding-left: 62px;
}
.row.ar_why_ecd_fair ul li::before {
    content: counter(my-awesome-counter);
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    padding-right: 57px;
    left: 0;
    padding-top: 10px;
}
.ar_activities_banner .right_sidebar {
    position: fixed;
    left: 8% !important;
    right: unset;
}
.arabic_right_content .about_content {
    padding-right: 5% !important;
    padding-left: 0% !important;
}
.ar_activities_banner .arabic_right_content {
    padding-top: 45px !important;
    padding-left: 200px !important;
}
.ar_activity_categories ul li {
    font-family: bukraregular !important;
}
.arabic_top_section .left_content h1, .arabic_top_section .center_content h1, .arabic_top_section .right_contnet h1 {
    font-family:bukraregular !important;
}
.ar_exhibitor h1, .ar_speakers h1{
    font-family: bukrabolditalic !important;
}
.arabic_page_title a{
    font-family:bukraregular !important;
    line-height: 70px;
}
.ar_speakers_slider .speaker_data .name ul li, .ar_speakers_slider .speaker_data .time ul li {
    font-family:bukraregular !important;
    color: #fff;
}
.ar_speakers_slider .speaker_desc p {
    font-family: bukraregular !important;
    text-align: right;
}
.ar_map_link {
    left:2%;
    right: unset;
}
.top_position {
    top: 5%;
}
a.ar_contact_page_title {
    text-align: right;
    float: left;
    font-size: 42px;
    padding: 45px;
    line-height: 70px;
    font-family: bukrabolditalic !important;
    color:#8B86D0;
}
.ar_contact_content {
    text-align: center;
    padding: 150px 50px;
    margin-top:10%;
}
.ar_contact_content h1 {
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    font-family: bukrabolditalic !important;
}
.ar_contact_content a {
    font-family: bukrabolditalic !important;
}
.ar_contact_btns {
    color: #fff;
    border: 1px solid #ffff;
    border-radius: 25px;
    padding: 15px;
    font-size: 30px;
    font-family: bukrabolditalic !important;
}
.ar_contact_content a {
    display: block;
    margin: 20px auto;
    width: 50%;
}

.ar_contact_content h1 {
    font-size: 22px;
    line-height: 30px;
    font-family: bukrabolditalic;
    color: #fff;
    text-align: right;
    margin-bottom: 5%;
}
.ar_contact_content p {
    font-size: 32px;
    line-height: 45px;
    font-family:bukraregular;
    color: #fff;
    text-align: right;
    margin-bottom: 5%;
}


/*.ar_register_content p {*/
/*    font-size: 36px;*/
/*    font-family: bukrabolditalic !important;*/
/*    color: #fff;*/
/*    line-height: 50px;*/
/*    padding: 50px;*/
/*    width:55%;*/
/*    margin:0 auto;*/
/*}*/


.ar_register_content p {
    font-size: 26px;
    font-family: bukrabolditalic !important;
    color: #fff;
    line-height: 35px;
    padding: 50px;
    width:75%;
}


a.btn.btn-default.ar_register_link{
     font-family: bukrabolditalic !important;
      color: #fff;
       font-size: 32px;
      line-height: 42px;
      border:1px solid #fff;
      padding:20px 40px;
      border-radius:25px;
}
.ar_register_content .page_title {
    position: fixed;
    bottom: 5%;
    color: #fff;
    right: 3%;
}
.ar_register_content .page_title a {
    font-family: bukrabolditalic !important;
    color: #fff !important;
}
.ar_register_content_form {
    padding: 150px 50px;
}
.ar_register_content_form label {
    color: #1F375E;
    font-family:bukraregular !important;
    font-size: 15px;
}
.ar_register_content_form .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
}
.ar_register_content_form .form-group {
    margin: 0 0 20px 0;
}
.ar_register_content_form input {
    border: 1px solid #1F375E;
    border-radius: 10px;
    padding: 10px;
}
.ar_register_content_form .form-group .mb-20 {
    margin-bottom: 20px;
}
.ar_register_content_form .submit_btn {
    font-family: bukrabolditalic !important;
}
.ar_contact_btns:hover{
    color: #fff;
    border: 1px solid #ffff;
}
.ar_register_content_form::placeholder {
    color: #1F375E;
    opacity: 0.4; /* Firefox */
    font-family: bukrabolditalic !important;
  }
  
  .ar_register_content_form::-ms-input-placeholder { /* Edge 12-18 */
    color: #1F375E;
    opacity: 0.4; /* Firefox */
    font-family: bukrabolditalic !important;
  }
  section.ar_agenda .page_title a {
    color: #fff;
    font-family: bukrabolditalic !important;
    font-size: 36px;
    text-align: right;
}
section.ar_agenda .page_title a.download_agenda {
    text-align: right;
    float: right;
    font-family: bukrabolditalic !important;
    display: none;
}

.ar_map_link a {
    font-size: 36px;
    text-align: right;
    float: left;
    color: #fff;
    font-family: bukrabolditalic !important;
}
.ar_map_link a.downloadmap{
    font-size: 14px;
    font-family: bukrabolditalic !important;
}
.main_navigation.arabic_nav nav.nav.navbar ul li:nth-child(4) {
    right: 35%;
    top: 23%;
}
.main_navigation.arabic_nav nav.nav.navbar ul li:nth-child(5) {
    right: 4%;
} 
.main_navigation.arabic_nav nav.nav.navbar ul li:nth-child(6) {
        right: 7%;
    }
.main_navigation.arabic_nav nav.nav.navbar ul li:nth-child(7) {
    right: 8%;
}
.ar_agenda_data h1.workshop_name {
    font-family: bukrabolditalic !important;
    padding: 15px 0;
}
.ar_agenda_section .speaker_desc p{
    font-family:bukraregular !important;
    font-size: 14px;
}
.ar_agenda_section .speaker_data .name ul li, .ar_agenda_section .speaker_data .time ul li{
     font-family:bukraregular !important;
    font-size: 14px;
}
.about_time {
    color: #fff !important;
    font-size: 46px !important;
    text-align:right;
}
.arabic_top_section .about_time{
    text-align:left;
}


/*** ar faq ***/

.ar_faqs-tabs {
    width: 90%;
    margin: 2% auto;
}
.ar_right_tab_side{
    background: #fff;
    height: 100vh;
    padding: 200px;
}
.ar_faqs-tabs ul li a {
    color: #fff;
    font-family: bukrabolditalic !important;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 10px 0;
    text-align: right !important;
}
.ar_faqs-tabs ul li a:hover{
    color: #fff;
}

.ar_faqs-tabs .nav-pills .nav-link.active, .ar_faqs-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background:#1F375E;
}
.ar_faq_content h1 {
    font-family: bukrabolditalic;
    font-size: 32px;
    line-height: 45px;
    color: #1F375E;
}
.ar_faq_content p{
    font-family:bukraregular;
    font-size: 18px;
    line-height: 25px;
    color: #1F375E;
    margin:10% 0;
}
.ar_speakers_section h1{
    color:#fff;
    font-family: bukrabolditalic;
      font-size: 62px;
    line-height: 75px;
    margin:10% 4%;
}
section.exhibitor .heading h1{
    font-size: 48px;
    line-height: 66px;
}
.pop_alert {
    background: #75A7C7;
    padding: 25px 50px;
    color: #fff;
    border-radius: 20px;
    margin-top: 30%;
}
.pop_alert p{
    color: #fff;
    font-family: bukrabolditalic;
    font-size: 18px;
    line-height: 25px;
}
.left_tab_side .main_page_title {
    padding-right: 5%;
    padding-top: 5%;
}
.left_tab_side .main_page_title a{
    font-family: bukrabolditalic;
    font-size: 32px;
    line-height: 35px;
}