body, div, span, section, nav, ul, input {
  margin: 0;
  padding: 0;
}

section, nav, ul {
  display: block;
}

ul {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

button, a, li {
  cursor: pointer;
}

button:focus, a:focus, li:focus {
  outline: 0;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

sup, sub {
  font-weight: inherit !important;
  font-size: 70% !important;
  margin-left: 5px;
}

.fx {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fx-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.fx-col, .fx-col-r {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.fx-col-r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fx-row, .fx-row-r {
  /*mmm*/
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fx-row-r {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.fx-btn {
  border: none;
  border-radius: 10px;
  min-width: 20px;
  padding: 5px 10px;
  margin: 2px 5px;
  height: auto;
  background-color: #fff;
  color: #155da3;
  font-size: inherit;
}

* {
  font-family: 'Cairo', sans-serif;
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: normal;
  font-weight: normal;
}

body {
  min-width: 1100px;
}

.sectionTitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.53;
  color: #000000;
  border-top: 5px solid #e73f17;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  clear: both;
  padding-top: 20px;
  margin: 0 0 10px;
}

.Speakers .sectionTitle {
  color: #fff;
}

.Line {
  width: 179px;
  height: 3px;
  border: solid 3px #e73f17;
  margin: 30px 0;
}

.AG-Btn, .AG-Btn-lite, .AG-Btn-n {
  border-radius: 35px;
  border: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  background-color: #fff;
  color: #155da3;
  width: 376px;
  height: 70px;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.AG-Btn:hover, .AG-Btn-lite:hover, .AG-Btn-n:hover {
  background-color: #155da3;
  color: #fff;
}

.AG-Btn-lite {
  background: none;
  border: 1px solid #155da3;
  color: #fff;
  padding: 5px 30px;
  width: auto;
  height: auto;
}

.AG-Btn-n {
  background: #155da3;
  color: #fff !important;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.AG-Btn-n:hover {
  background-color: #fff;
  color: #155da3 !important;
}

div.fx .mainPading,
div.fx section {
  padding: 0 140px;
  padding-top: 80px;
}

nav {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  padding: 30px 80px;
  width: 100%;
}

nav li, nav img {
  cursor: pointer;
}

nav > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

nav li > a[href="#regForm"] {
  display: inline-block;
  padding: 7px 0;
  width: 184px;
  border-radius: 25px;
  border: solid 2px #fff;
  text-align: center;
}

footer {
  background-image: url("./img/footer@3x.jpg");
  background-size: cover;
  background-position: top right;
  padding-top: 50px;
}

footer .footerLinks {
  width: 300px;
  font-size: 14px;
  margin-top: 30px;
}

footer .socilaIcons {
  width: 110px;
  margin-top: 30px;
}

footer .copyRight {
  width: 100%;
  height: 40px;
  background-color: #111920;
  margin-top: 60px;
}

body .popUp {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

body .popUp .main {
  width: 466px;
  height: 383px;
  background-color: #f7f8fc;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .popUp .main-title {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

body .popUp .main-logo {
  width: 92px;
  height: 93px;
  margin-top: 23px;
}

body .popUp .main-msg {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #9b9b9b;
  width: 302px;
  text-align: center;
  margin-top: 32px;
}

body .popUp .main-btn {
  width: 376px;
  border-radius: 35px;
  background-color: #155da3;
  border: none;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}

body.active-popUp {
  overflow: hidden;
}

body.active-popUp > .popUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Cover {
    height: 100vh;
    background-image: url("./img/backG4.png");
    background-size: cover;
}

.Cover .infoBox .eventTitle {
  font-size: 59px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

    .Cover .infoBox .eventDate {
        color: inherit;
        min-width: 340px;
        /*  max-width: 640px;
*/
        max-width: 700px;
        width: 100%;
    }

#countdown {
  height: auto;
  text-align: center;
  margin: 45px 0;
  background: rgba(34, 34, 34, 0.7);
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  border: 1px solid #111;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  padding: 24px 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#countdown #tiles {
  position: relative;
  z-index: 1;
}

#countdown #tiles > span {
  width: 92px;
  max-width: 92px;
  font: bold 48px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
  margin: 0 7px;
  padding: 18px 0;
  display: inline-block;
  position: relative;
}

#countdown #tiles > span:before {
  content: "";
  width: 100%;
  height: 13px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}

#countdown #tiles > span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
}

#countdown .labels {
  width: 100%;
  height: 25px;
  text-align: center;
  bottom: 8px;
}

#countdown .labels li {
  width: 102px;
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: #f47321;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.Slider .moveOn {
    display: -webkit-inline-box;
    /* white-space: nowrap; */
    width: 1024px;
    /* width: 950px;  by mona   */
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .Slider .moveOn .sliderItem {
        max-width: 1024px;
        /*max-width: 950px; by mona   */
    }

.Slider .moveOn .sliderItem * {
  color: #000000;
}

        .Slider .moveOn .sliderItem .itemVideo, .Slider .moveOn .sliderItem .itemInfo {
            /*min-width: 400px;*/
            min-width: 512px;
        }

.Slider .moveOn .sliderItem .itemVideo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.Slider .moveOn .sliderItem .itemVideo img {
  width: 100%;
  height: auto;
}

.Slider .moveOn .sliderItem .itemInfo {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.Slider .moveOn .sliderItem .itemInfo .infoHeader .sectionTitle,
.Slider .moveOn .sliderItem .itemInfo .infoHeader h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.53;
  border-top: 5px solid #e73f17;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  clear: both;
  margin: 0 0 10px;
}

.Slider .moveOn .sliderItem .itemInfo .infoHeader .infoNav i {
  font-size: 39px;
  color: #e5e5e5;
  cursor: not-allowed;
}

.Slider .moveOn .sliderItem .itemInfo .infoHeader .infoNav i:hover {
  color: #e5e5e5;
}

.Slider .moveOn .sliderItem .itemInfo .infoHeader .infoNav i:first-child {
  margin-right: 10px;
}

.Slider .moveOn .sliderItem .itemInfo .infoHeader .infoNav i.active {
  color: #000000;
  cursor: pointer;
}

.Slider .moveOn .sliderItem .itemInfo h5 {
  font-size: 24.5px;
  font-weight: 600;
  line-height: 1.35;
  margin: 10px 0;
}

.Slider .moveOn .sliderItem .itemInfo p {
  font-size: 16px;
  line-height: 1.69;
  color: #4a4a4a;
}

.Agenda .agendaList .dayOfList {
  min-height: 122px;
  border: 1px solid #dadada;
}

.Agenda .agendaList .dayOfList:not(:last-child) {
  border-bottom: none;
}

.Agenda .agendaList .dayOfList > div.fx-col, .Agenda .agendaList .dayOfList > div.fx-col-r {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Agenda .agendaList .dayOfList > div.fx-col > .fx-row, .Agenda .agendaList .dayOfList > div.fx-col-r > .fx-row, .Agenda .agendaList .dayOfList > div.fx-col > .fx-row-r, .Agenda .agendaList .dayOfList > div.fx-col-r > .fx-row-r {
  width: 100%;
}

.Agenda .agendaList .dayOfList i {
  color: black;
  margin: 0 30px;
}
    .Agenda .agendaList .dayOfList .eventTitle i {
        margin: 0px;
    }

.Agenda .agendaList .dayOfList .eventDate {
  width: 114px;
  height: 122px;
  background-color: #155da3;
  color: #fff;
  padding: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/*.Agenda .agendaList .dayOfList .eventDate > span:first-of-type {
  font-size: 40px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 10px;
}



.Agenda .agendaList .dayOfList .eventDate > span:nth-of-type(2) {
  font-size: 19px;
  line-height: 1.42;
  font-weight: 600;
}*/
/*// by mona //*/
    .Agenda .agendaList .dayOfList .eventDate > span:first-of-type {
        font-size: 15px;
        line-height: 1.42;
        font-weight: 600;
    }
    .Agenda .agendaList .dayOfList .eventDate > span:nth-of-type(2) {
        font-size: 30px;
        line-height: 27px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .Agenda .agendaList .dayOfList .eventDate > span:nth-of-type(3) {
        font-size: 15px;
        line-height: 1.42;
        font-weight: 600;
    }

    /*////////////////////////////////////////////////*/
.Agenda .agendaList .dayOfList .eventTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.Agenda .agendaList .dayOfList .eventTitle span:first-of-type {
  border: 2px solid #155da3;
  border-radius: 50%;
  margin-right: 20px;
  width: 40px;
  height: 40px;
}

.Agenda .agendaList .dayOfList .eventTitle span:first-of-type i {
  color: #155da3;
  font-size: 18px;
}

.Agenda .agendaList .dayOfList .eventTitle span:nth-of-type(2) {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
}

.Agenda .agendaList .dayOfList .eventDescription {
  display: none;
  width: 100%;
  background-color: #eff4f9;
  padding: 30px 0 30px 154px;
}

.Agenda .agendaList .dayOfList .eventDescription li {
  font-size: 16px;
  line-height: 1.69;
  color: #4a4a4a;
}

.Agenda .agendaList .dayOfList:nth-child(1) .eventDate {
  background-color: #155da3;
}

.Agenda .agendaList .dayOfList:nth-child(1) .eventTitle i {
  color: #155da3 !important;
}

.Agenda .agendaList .dayOfList:nth-child(1) .eventTitle > span:first-of-type {
  border-color: #155da3;
}

.Agenda .agendaList .dayOfList:nth-child(2) .eventDate {
  background-color: #3482ce;
}

.Agenda .agendaList .dayOfList:nth-child(2) .eventTitle i {
  color: #3482ce !important;
}

.Agenda .agendaList .dayOfList:nth-child(2) .eventTitle > span:first-of-type {
  border-color: #3482ce;
}

.Agenda .agendaList .dayOfList:nth-child(3) .eventDate {
  background-color: #4999e7;
}

.Agenda .agendaList .dayOfList:nth-child(3) .eventTitle i {
  color: #4999e7 !important;
}

.Agenda .agendaList .dayOfList:nth-child(3) .eventTitle > span:first-of-type {
  border-color: #4999e7;
}

.Agenda .agendaList .dayOfList:nth-child(4) .eventDate {
  background-color: #7ab8f5;
}

.Agenda .agendaList .dayOfList:nth-child(4) .eventTitle i {
  color: #7ab8f5 !important;
}

.Agenda .agendaList .dayOfList:nth-child(4) .eventTitle > span:first-of-type {
  border-color: #7ab8f5;
}

.regForm {
  background-color: #eff4f9;
}

.regForm * {
  color: #000;
}

.regForm .fx-col, .regForm .fx-col-r {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.regForm .shirtSize img {
  width: 100%;
}

.regForm > div:first-child {
  margin-bottom: 40px;
}

.regForm .price {
  min-width: 411px;
  height: 100px;
}

.regForm .price > :nth-child(2) {
  margin-right: 14px;
}

    .regForm .price .roomType {
        width: 78px;
        /*width: 58px; commented by mona */ 
        height: inherit;
        border-radius: 2px;
        background-color: #1b7bd7;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        font-size: 19px;
        font-weight: 300;
        line-height: 1.21;
        color: #fff;
        word-wrap: break-word;
        padding: 10px;
    }

.regForm .price .roomType:nth-child(3) {
  background-color: #155da3;
}

.regForm .price .roomPrice {
  width: 116px;    /*width: 135px; // commented by mona*/
  height: inherit;
  border-radius: 2px;
  background-color: #155da3;
}

.regForm .price .roomPrice * {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
}

.regForm .price .roomPrice:nth-child(4) {
  background-color: #02305c;
}

.regForm .sectionName {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.72;
  color: #000000;
}

.regForm .rowSection {
  width: 100%;
  margin-bottom: 50px;
}

.regForm .rowSection > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.regForm .rowSection > div:first-child {
  padding-right: 182px;
}

.regForm label,
.regForm .lableName {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  color: #000000;
}

.regForm [type="text"],
.regForm .input {
  border: 0;
  border-bottom: 1px solid #979797;
  background-color: #eff4f9;
  width: 100%;
}

.regForm [type="text"]:focus,
.regForm .input:focus {
  outline: none;
  border-bottom: 2px solid #e73f17;
}

.Speakers {
  background-image: url("./img/speakers-bg@3x.png");
  background-size: cover;
  background-position: center;
  padding-bottom: 80px !important;
}

.Speakers .allSpeakers {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.Speakers .allSpeakers .singleSpaker {
  min-width: 250px;
  width: calc(100% / 3);
  height: 429px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: gray;
  background-image: url("./img/speaker-default.png");
  background-size: cover;
  background-position: center;
}

.Speakers .allSpeakers .singleSpaker .speakerInfo {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 24px 19px;
}

.Speakers .allSpeakers .singleSpaker .speakerInfo .speakerName {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.53;
  color: #fff;
}

.Speakers .allSpeakers .singleSpaker .speakerInfo .speakerTitle {
  font-size: 20px;
  line-height: 1.75;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */