@font-face {
    font-family: "Dubai-Bold";
    src: url("../../../webfonts/Dubai-Fonts/Dubai-Bold.woff");
}
@font-face {
    font-family: "Dubai-Regular";
    src: url("../../../webfonts/Dubai-Fonts/Dubai-Regular.woff");
}
@font-face {
    font-family: "Dubai-Medium";
    src: url("../../../webfonts/Dubai-Fonts/Dubai-Medium.woff");
}
body{
    position: relative;
    direction: rtl;
    font-family: "Dubai-Regular",sans-serif;
    overflow-x: hidden;
}
body.stop-scroll{
    overflow-y: hidden;
}
a,a:hover{
    text-decoration: none;
}
.btn,.btn:focus{
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}
::selection {
    background: rgb(253 210 68);
    color: #000;
}
::selection {
    background: rgb(253 210 68);
    color: #000;
}
.fixed-social{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    background-color:rgb(29 70 82);
    width: 60px;
    height: auto;
    position: fixed;
    top: 160px;
    left: 0;
    border-radius: 0 0 5px 0;
    z-index: 99;
}
.fixed-social-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 57px;
    font-size: 19px;
    color: white;
    transition: all .3s ease 0s;
}
.fixed-social-link:hover{
    border-radius: 0 5px 5px 0;
    width: 68px;
    color: white;
    background-color:rgb(70 101 163);
    transform: scaleX(1);
    transition: all .3s ease 0s;
    margin-right: -10px;
}
#scroll-up{
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: rgb(255 255 255);
    color: rgb(29 70 82);
    font-size: 27px;
    z-index: 10;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    opacity : 0;
    transition: 0.5s;
}
#scroll-up:hover{
    background-color: rgb(29 70 82);
    color: white;
}
#scroll-up.active{
    opacity : 1;
    transition: 0.5s;
}
.main-video-div{
    position: relative;
    width: 100%;
    height: 700px;
}
.opacity-video-div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29,45,80,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.muntada-title{
    font-family: "Dubai-Regular", sans-serif;
    font-size: 73px;
    font-weight: 600;
    text-shadow: 1px 3px 0 rgb(0 0 0 / 30%);
    color: white;
}
.muntada-time{
    font-family: "Dubai-Regular", sans-serif;
    font-size: 46px;
    font-weight: 600;
    text-shadow: 1px 3px 0 rgb(0 0 0 / 30%);
    color: white;
    margin-top: 60px;
}
.register-now-link{
    font-family: "Dubai-Regular", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: white;
    background-color: rgb(226 175 2);
    border-radius: 13px;
    padding: 10px 40px;
    display: inline-block;
}
.register-now-link:hover,.more-link:hover,.more-link.blue:hover{
    color: #aa3000;
    background-color: rgb(29 70 82);
}
#clockdiv{
    display: flex;
    justify-content: center;
}
.clock-sub-div:not(:first-child){
    margin-right: 70px;
}
.days,.hours,.minutes,.seconds{
    font-family: "Dubai-Bold", sans-serif;
    font-size: 67px;
    color: white;
}
.time-text{
    font-family: "Dubai-Regular", sans-serif;
    font-size: 22px;
    color: white;
}

.activity-section{
    background-color: rgb(231 230 236);
    padding-top: 100px;
    padding-bottom: 85px;
}
.section-title{
    font-family: "Dubai-Bold", sans-serif;
    font-size: 40px;
    line-height: 46px;
    color: rgb(29 70 82);
}
.line-icon{
    width: 28%;
}
.activity-pills{
    justify-content: center;
    padding-right: 0;
}
.activity-pills .activity-link.active, .activity-pills .show>.activity-link,.activity-pills .activity-link:hover{
    background-color: white !important;
}
.activity-link,.activity-link:focus{
    font-family: "Dubai-Regular", sans-serif;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 125px;
    border-radius: 40px !important;
    border: 5px solid;
    background: rgb(231 230 236);
    outline: none;
}
.activity-link:after{
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: -12px
}
.activity-time{
    font-size: 16px;
}
.activity-link.active:after{
    display: block;
}
.activity-link.green:after{
    border-top: 12px solid #aa3000;
}
.activity-link.blue:after{
    border-top: 12px solid #1d4652;
}
.activity-link.orange:after{
    border-top: 12px solid #f7a530;
}
.activity-link.pink:after{
    border-top: 12px solid #cb1d5c;
}
.activity-link.green{
    color: #aa3000 !important;
    border: 5px solid #aa3000;
}
.activity-link.blue{
    color: #1d4652 !important;
    border: 5px solid #1d4652;
}
.activity-link.orange{
    color: #f7a530 !important;
    border: 5px solid #f7a530;
}
.activity-link.pink{
    color: #cb1d5c !important;
    border: 5px solid #cb1d5c;
}
.activity-box-div{
    background-color: rgb(239 239 242);
    margin-top: 35px;
    text-align: right;
}
.clock-icon{
    font-size: 18px;
    color: #aa3000;
}
.event-time{
    font-family: "Dubai-Regular",sans-serif;
    font-size: 18px;
    color: #1d4652;
    margin-right: 10px;
}
.event-link{
    font-family: "Dubai-Regular",sans-serif;
    font-size: 28px;
    color: #1d4652;
}
.event-link:hover{
    color: rgb(226 175 2);
}
.trainers-speakers-title{
    font-family: "Dubai-Regular",sans-serif;
    font-size: 28px;
    color: #cb1d5c;
}
.event-text{
    font-family: "Dubai-Regular",sans-serif;
    font-size: 17px;
    color: #1d4652;
    line-height: 30px;
}
span{
    background: none !important;
}
.person-img-div{
    display: flex;
    width: 75px;
    height: 75px;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 4px;
    border-left-width: 1px;
    border-style: solid;
    border-radius: 50%;
    margin: auto;
}
.person-img-div.green{
    border-color: #aa3000 !important;
}
.person-img-div.blue{
    border-color: #1d4652 !important;
}
.person-img-div.orange{
    border-color: #f7a530 !important;
}
.person-img-div.pink{
    border-color: #cb1d5c !important;
}
.green_div{
    border-color: #aa3000 !important
}
.orange_div{
    border-color: #f7a530 !important;

}
.blue_div{
    border-color: #1d4652 !important;

}
.pink_div{
    border-color: #cb1d5c !important;

}
.green_title{
color:#cb1d5c;
}
.blue_title{
color:#62892c;
}
.orange_title{
color: #1d4652;
}
.person-link-div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.person-link{
    display: inline-block;
    margin-right: 10px;
    flex: 0 0 19%;
}
.person-img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.person-name{
    font-family: "Dubai-Regular",sans-serif;
    font-size: 22px;
}
.person-name.pink{
    color: #cb1d5c !important;
}
.person-name.green{
    color: #aa3000 !important;
}
.person-name.blue{
    color: #1d4652 !important;
}
.event-lang-box{
    font-family: "Dubai-Bold",sans-serif;
    font-weight: bold;
    font-size: 16px;
    background-color: #aa3000 !important;
    color: white;
    padding-top: 3px;
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
}
.event-lang-box.en{
    margin-right: 5px;
    margin-left: 10px;
}
.mt-100{
    margin-top: 40px;
}
.guest-img-div,.session-img-div{
    position: relative;
    border-radius: 5px;
}
.guest-img-div:before,.session-img-div:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 5px;
    z-index: 1;
}
.guest-img,.session-img{
    width: 100%;
    border-radius: 5px;
}
.guest-content-div,.session-content-div{
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 18px;
    text-align: left;
    opacity: 1;
}
.guest-content-div.active,.session-content-div.active{
    opacity: 0;
}
.guest-name,.session-name{
    font-family: "Dubai-Regular", sans-serif;
    color: white;
    font-size: 22px;
    display: block;
}
.guest-position,.session-position{
    font-family: "Dubai-Regular", sans-serif;
    color: white;
    font-size: 15px;
    display: block;
}
.guest-img-div:after,.session-img-div:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 100%;
    width: 100%;
    background-color: rgba(80, 80, 80, 0.8);
    border-radius: 5px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s ease 0s;
}
.guest-img-div:hover:after,.session-img-div:hover:after{
    bottom: 0;
    opacity: 1;
    transition: all .4s ease 0s;
}
.guest-hover-div,.session-hover-div{
    position: absolute;
    inset: 0;
    display: none;
}
.guest-hover-div.active,.session-hover-div.active{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    padding: 0 35px;
}
.guest-hover-name{
    font-family: "Dubai-Regular", sans-serif;
    color: #aa3000;
    font-size: 20px;
}
.session-hover-name{
    font-family: "Dubai-Regular", sans-serif;
    color: #1d4652;
    font-size: 20px;
}
.session-hover-name:hover{
    color: #aa3000;
}
.more-link{
    font-family: "Dubai-Regular", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: rgb(226 175 2);
    border-radius: 13px;
    display: flex;
    width: 150px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.more-link.muntada{
    font-family: "Dubai-Regular", sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: white;
    background-color: rgb(226 175 2);
    border-radius: 13px;
    display: flex;
    width: 300px;
    height: 53px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}
.more-link.blue{
    color: rgb(29 70 82);
}
.more-arrow{
    font-size: 18px;
    position: relative;
    top: 3px;
    right: 5px;
}
.goals-section{
    background-image: url("../../images/about-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}
.goals-div{
    background-color: rgb(250 249 251);
}
.goals-title{
    font-family: "Dubai-Bold",sans-serif;
    font-size: 28px;
    color: rgb(29 70 82);
}
.goals-ul{
    padding-right: 0;
    list-style: none;
    width: 95%;
}
.goals-ul p{
    font-family: "Dubai-Regular",sans-serif;
    font-size: 18px;
    color: rgb(29 70 82);
    text-align: justify;
    margin-right: 9px;
}
.goals-ul li{
    display: flex;
    align-items: baseline;
    color: rgb(29 70 82);
}
.goals-ul li::before {
    content: "\2022";
    color: rgb(29 70 82);
    font-weight: bold;
    display: inline-block;
    font-size: 30px;
    position: relative;
    top: 3px;
    left: 5px;
}
.goals-video-div{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(226 175 2);
    padding: 10px;
}
.play-video-link,.play-video-link:hover{
    font-size: 35px;
    background-color: rgb(29 70 82);
    color: rgb(170 48 0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(33 ,52 ,96, 1);
    transform: scale(1);
    animation: pulse-black 1.7s infinite;
}
@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(33 ,52 ,96, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(33 ,52 ,96, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(33 ,52 ,96, 0);
    }
}
.modal{
    background-color: rgba(0,0,0,0.4);
}
.video-modal-dialog{
    max-width: 900px;
}
.video-modal-content{
    border: none !important;
    background: none !important;
    height: 100%;
}
.video-modal-close,.video-modal-close:hover,.committee-modal-close,.committee-modal-close:hover{
    opacity: 1 !important;
    color: white;
    font-size: 28px;
}
.committee-modal-close-div{
    position: absolute;
    top: 5px;
    right: 13px;
}
.committee-modal-close,.committee-modal-close:hover{
    text-shadow: none;
    color: #525252;
    opacity: 1 !important;
    font-size: 28px;
}
.iframe-div{
    background-color: rgb(0 0 0);
}
.iframe-style{
    width: 100%;
    height: 430px;
}
.numbers-section{
    background-color: rgb(33,52,96,0.53);
}
.numbers-icons{
    font-size: 50px;
    color: rgb(220 220 220);
    line-height: 60px;
}
.number-div{
    font-family: "Dubai-Bold",sans-serif;
    font-size: 60px;
    color: rgb(170 48 0);
    line-height: 60px;
}
.numbers-icons:hover{
    color: rgb(226 175 2);
}
.number-div:hover{
    color: rgb(226 175 2);
}
.numbers-txt{
    font-family: "Dubai-Bold",sans-serif;
    color: rgb(226 175 2);
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
}
.committee-img-div{
    position: relative;
}
.committee-img{
    width: 100%;
}
.committee-content-div{
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    text-align: center;
    opacity: 1;
    right: 0;
    padding-bottom: 35px;
    transition: 0.3s;
}
.committee-name-div{
    position: relative;
    bottom: -10px;
    transition: 0.3s;
}
.committee-name-div.active{
    bottom: 0;
    transition: 0.3s;
}
.committee-content-div:before{
    content: '';
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(to bottom, rgb(34 34 34 / 0%), rgb(34 34 34));
    z-index: 0;
    pointer-events: none;
}
.committee-name{
    font-family: "Dubai-Bold", sans-serif;
    font-size: 22px;
    color: white;
    display: block;
}
.committee-name:hover{
    text-decoration: underline;
}
.committee-more{
    font-family: "Dubai-Regular", sans-serif;
    font-size: 19px;
    color: rgba(255,255,255,0.5);
    opacity: 0;
}
.committee-more:hover{
    color: white;
}
.more-arrow-span{font-size: 12px;}
.more-arrow-span i{
    transform: rotate(180deg);
}
.committee-link:hover .committee-content-div:before{
    top: 10%;
    transition: 0.3s;
}
.committee-link:hover .committee-more{
    opacity: 1;
}
.sponsor-link-box{
    display: block;
    background-color: white;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 25%);
    border-radius: 8px 8px 8px 8px;
}
.sponsor-link-box:hover img{
    transform : scale(0.9);
}
.committee-modal-dialog{
    max-width: 950px;
}
.committee-body-style{
    background: rgb(255 255 255);
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.committee-content-style{
    background: none !important;
    border: none !important;
    border-radius: 20px !important;
    height: 445px;
}
.committee-img-popup-div,.committee-img-popup-div img{
    width: 100%;
    border-radius: 0 20px 20px 0;
    height: 100%;
}
.committee-details-popup{width: 100%;}
.committee-details-name{
    font-family: "Dubai-Bold",sans-serif;
    font-size: 22px;
    color: black;
}
.scroll-committee-content{
    overflow-y: scroll;
    height: auto;
    width: 100%;
}
.committee-details-text{
    font-family: "Dubai-Regular",sans-serif;
    font-size: 18px;
    color: black;
    line-height: 38px;
    max-height: 250px;
    overflow-y: auto;
}
.share-title{
    font-family: "Dubai-Bold", sans-serif;
    font-size: 16px;
    color: rgb(29 70 82);
}
.share-social-div{
    display: flex;
    justify-content: center;
}
.social-media-inside-link,.social-media-inside-link:hover{
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.social-media-inside-link:not(:first-child){
    margin-right: 5px;
}
.social-media-inside-link.fb{background-color:rgb(60 88 154);}
.social-media-inside-link.twitter{background-color:rgb(85 172 238);}
.social-media-inside-link.whatsapp{background-color:rgb(85 235 76);}
.social-media-inside-link.linkedin{background-color:rgb(0 119 181);}
.social-media-inside-link.share{background-color:rgb(238 142 45);}
.add-to-title{
    font-family: "Dubai-Bold", sans-serif;
    font-size: 18px;
    color: rgb(29 70 82);
}
.add-to-icon{
    width: 50px;
}
#registerModal{
    transform: scale(1);
    transition:  0.2s;
    z-index: 9999999;
}
.register-modal-close,.register-modal-close:hover{
    opacity: 1 !important;
    color: rgb(56 196 180);
    font-size: 24px;
}
.modal.fade .register-modal-dialog{
    transform: scale(0.3);
    transition: transform 0.5s ease-out;
}
.modal.show .register-modal-dialog {
    transform: scale(0.8);
    transition: transform 0.5s ease-out;
}
.register-modal-dialog{
    max-width: 850px !important;
    margin-top: 50px;
}
.register-modal-content{
    background: none;
    border: none !important;
    width: 100%;
    height: 100%;
}
.register-modal-body-style{
    background-color: rgb(56 69 79);
    padding: 20px !important;
    width: 100%;
    height: 100%;
}
.speakers-main-div{
    display: flex;
    flex-wrap: wrap;
}
/* added by rawan for live event option */
.circle-offline{
    /* position: absolute;
      left: 50%;
      top: 50%; */
      transform: translateX(-50%) translateY(-50%);
      width: 17px;
      height: 17px;
      margin-right: 10px;
    }
  .circle-offline:before {
      content: "";
      position: relative;
      display: block;
      width: 190%;
      height: 190%;
      box-sizing: border-box;
      margin-right: -9px;
      margin-top: 2px;
      border-radius: 45px;
      background-color: gray;
      animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }
    .circle-offline:after {
      content: "";
      position: absolute;
      left: 2px;
    top: 10px;
      display: block;
      width: 100%;
      height: 100%;
      background-color: gray;
      border-radius: 50px;
      animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.5s infinite;
    }
.circle {
    /* position: absolute;
    left: 50%;
    top: 50%; */
    transform: translateX(-50%) translateY(-50%);
    width: 17px;
    height: 17px;
    margin-right: 10px;
  }
  .circle:before {
    content: "";
    position: relative;
    display: block;
    width: 190%;
    height: 190%;
    box-sizing: border-box;
    margin-right: -9px;
    margin-top: 2px;
    border-radius: 45px;
    background-color: red;
    animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
  .circle:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: red;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.5s infinite;
  }
  .live-img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.online{
    width: 25px;
    height: 30px;
    /* margin-left: 20px; */
  }
  .Offline-img{
    width: 20px;
    height: 25px;
  }
  .social
{
    width: 50px;
    height: 50px;
    /* background-color: #245383!important; */
    border-radius: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Dblue
{
    background-color:#4267b2;
}
.Lblue
{
    background-color: #1da1f2!important;
}
/* .insta
{
    background: transparent linear-gradient(137deg, #405DE6 0%, #833AB4 32%, #E1306C 54%, #FD1D1D 79%, #FCAF45 100%) 0% 0% no-repeat padding-box;
} */
.Dgray2
{
    background-color: #245383!important;
}
.linked{
    background-color: #0077B5;
}
.social  i{
    font-size: 22px;
    color: white;
}
  @keyframes pulse {
    0% {
      transform: scale(0.4);
    }
    80%, 100% {
      opacity: 0;
    }
  }
  @keyframes circle {
    0% {
      transform: scale(0.7);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.7);
    }
  }
@media (max-width: 900px) {
    .padding-r-0{padding-right: 0;}
    .padding-l-0{padding-left: 0;}
    .section-title{font-size: 35px;}
    .line-icon {width: 75%;}
    .muntada-title{
        font-size: 40px;
        margin: 0 15px;
    }
    .muntada-time{font-size: 21px;}
    .guest-position{margin: 0 5px;}
    .more-link {
        font-size: 20px;
        padding: 6px 30px;
    }
    .goals-video-div{
        width: 95px;
        height: 95px;
    }
    .play-video-link, .play-video-link:hover{font-size: 33px;}
    .days, .hours, .minutes, .seconds{font-size: 45px;}
    .time-text{font-size: 19px;}
    .clock-sub-div:not(:first-child){margin-right: 30px;}
    .person-link{
        flex: 0 0 30%;
    }
    .person-name{
        font-size: 20px;
    }
    .goals-ul p{
        text-align: right;
    }
    .activity-link, .activity-link:focus {
        height: 90px;
        line-height: 18px;
    }
    .committee-img-popup-div,.committee-img-popup-div img{
        border-radius: 20px 20px 0 0;
        height: unset;
    }
    .committee-details-popup{
        background-color: white !important;
        border-radius: 0 0 20px 20px;
    }
    .scroll-committee-content{
        height: 250px;
    }
    .committee-modal{
        top: 8%;
    }
    .committee-details-text{
        line-height: 2em;
        max-height: 150px;
    }
    .committee-modal-dialog{
        min-height: auto !important;
    }

}
