@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS";
}
@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/TrebuchetMS-Bold.woff2") format("woff2"),
    url("../fonts/TrebuchetMS-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/TrebuchetMS.woff2") format("woff2"),
    url("../fonts/TrebuchetMS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "bc-novatica-cyr";
  src: url("https://use.typekit.net/af/d008cd/00000000000000007735b6d3/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/d008cd/00000000000000007735b6d3/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3")
      format("woff"),
    url("https://use.typekit.net/af/d008cd/00000000000000007735b6d3/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3")
      format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

sup {
  font-size: 13px;
  color: green;
}
ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.main__container {
  max-width: 1200px;
  margin: auto;
}

.over__Section {
  max-width: 1000px;
  margin: auto;
}
.menu__inner__section > li > a.active {
  background: #fff;
  color: #000;
  border-radius: 5px;
}

.logo__section > ul > li:first-child img {
  background: #fff;
  border-radius: 100%;
}

.logo__section > ul > li > div > span {
  vertical-align: top;
  margin: 20px 0px 0 20px;
  display: inline-block;
}

.logo__section > ul > li > div > span > img {
  max-width: 120px;
}
.logo__section > ul {
  display: flex;
}
.logo__section > ul > li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 35px;
}

.logo__section > ul > li img {
  height: 70px;
}
.header__section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.logo__section {
  position: absolute;
  z-index: 9;
  bottom: 15px;
  transform: translateX(-50%);
  left: 50%;
}
.logo__section > ul > li > span {
  color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.press__release > a {
  color: #fff;
  padding: 0 5px;
  font-weight: bold;
}

.press__release {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  background: #221a6a;
  /*  font-weight: 600;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.press__release > a > img {
  max-width: 20px;
  margin: 0 10px;
}

.press__release > span {
  font-size: 15px;
  position: absolute;
  right: 30px;
  font-family: arial;
  top: 50%;
  transform: translateY(-50%);
  /* border: 1px solid #fff;*/
  color: #fff;
  width: 25px;
  border-radius: 100%;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

/* .menu__inner__section > li:last-child > a {
  background: #e9511d;
  border-radius: 5px;
  color: #fff;
} */
.header--logo__section > a > img {
  max-width: 100px;
}

/* .menu__inner__section > li:last-child:hover > a {
  background: #e9511d;
  color: #fff;
} */

.menu__inner__section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#menu__section > li {
  position: relative;
}
ul#menu__section > li:hover ul {
  display: block;
}

ul#menu__section > li > ul > li:last-child {
  border: 0;
}

#menu__section > li ul li:last-child sup {
  /*  color: #606060;*/
}

ul#menu__section > li > ul > li:nth-child(2) > a, ul#menu__section > li > ul > li:nth-child(2) > a > sup, ul#menu__section > li > ul > li:nth-child(3) > a, ul#menu__section > li > ul > li:nth-child(4) > a > sup, ul#menu__section > li > ul > li:nth-child(4) > a, ul#menu__section > li > ul > li:nth-child(3) > a > sup {
  color: grey;
}

ul#menu__section > li > ul > li:hover {
  background: #f5f5f5;
}
ul#menu__section > li > ul > li:first-child:hover {
  background: #fff;
}
ul#menu__section > li > ul > li:first-child > a sup, ul#menu__section > li > ul > li:first-child > a {
  color: grey;
}

ul#menu__section > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 0;
  border-radius: 5px;
  left: -200px;
  width: 100%;
  min-width: 310px;
  top: 30px;
}

ul#menu__section > li > ul > li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

ul#menu__section > li > ul {
  display: none;
}

ul#menu__section > li > ul > li > span {
  font-weight: 600;
}

ul#menu__section > li > ul > li > a {
  padding-left: 10px;
}

ul#menu__section > li > ul > li > a {
  text-decoration: none;
  color: #000;
}

.menu__inner__section > li > a {
  color: #fff;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 5px;
  font-family: "bc-novatica-cyr";
  font-size: 14px;
}

.menu__inner__section > li > a:hover {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
}

.menu__Section {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
  /*background: rgba(0, 0, 0, 0.4);*/
}
/*.menu__Section,
.menu__inner__section {
  height: 72px;
}*/

.header__banner_heading {
  position: relative;
  height: 100%;
  height: 300px;
}
.header__banner_section {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.header__banner_section > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__banner_section_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "bc-novatica-cyr";
  font-weight: 600;
  color: #fff;
}

.speakers__items_section {
  position: relative;
  width: 100%;
}
.speakers__items_container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.speakers__items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25%;
  padding: 50px 15px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.speakers__items_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 0;
  overflow: hidden;
  padding: 15px;
  margin: 0 auto 15px;
}
.banner__section h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding-top: 120px;
}
.banner__section {
  height: 100%;
  overflow: hidden;
  background: url(../images/background.jpg);
  background-size: cover;
  background-position: center center;
}
.fix__video__issue {
  position: relative;
  height: 280px;
  /* margin-bottom: 50px; */
}
.speakers__items_image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.speakers__items_info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 15px;
  flex-wrap: wrap;
}
.speakers__items_info h4 {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 5px 7px;
  font-size: 18px;
  color: #242424;
  font-family: "bc-novatica-cyr";
}
.speakers__items_info p {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 5px 7px;
  font-size: 14px;
  color: #707070;
}
.speakers__items_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.speakers__items_button button {
  padding: 8px 12px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  max-width: 150px;
  background-color: transparent;
  font-family: "bc-novatica-cyr";
  font-weight: 100;
  border: 1px solid #3e2a67;
  color: #3e2a67;
  font-size: 14px;
  cursor: pointer;
}
.speakers__items_info_modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  border-radius: 5px;
  z-index: 99;
}
.speakers__items_info_modal_content {
  background: #fff;
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
  padding: 50px 20px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  max-height: 550px;
  /*max-width: 100%;*/
  overflow-y: auto;
}
.speakers__items_info_modal_content .close {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 3.2rem;
  color: #707070;
  cursor: pointer;
}
.speakers__items_modal_info {
  position: relative;
  margin: auto;
  padding: 0 30px 0;
}
.speakers__items_modal_profile {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.speakers__items_modal_profile_info {
  display: block;
  overflow: hidden;
  /*margin-left: 30px;*/
}
.speakers__items_modal_profile_info h3 {
  width: 100%;
  margin: auto;
  padding: 5px 7px;
  font-size: 18px;
  color: #242424;
  font-family: "bc-novatica-cyr";
}
.speakers__items_modal_profile_info p {
  width: 100%;
  margin: auto;
  padding: 5px 7px;
  font-size: 14px;
  color: #707070;
}
.modal_box_company_name {
  width: 100%;
  margin: auto;
  padding: 5px 7px;
  font-size: 14px;
  color: #3e2a67;
}
.speakers__items_modal_social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 7px;
}
.speakers__items_modal_social_block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
}
.speakers__items_modal_social_block img {
  width: 100%;
  margin-top: 0 !important;
}
/*.speakers__items_modal_info_details {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 0 0;
}*/

.top--logo--section {
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.5);
}

.top--logo--section_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top--logo__section__left {
  display: flex;
  align-items: center;
}
.top--logo__section__left > div {
  padding: 0 10px;
}
.top--logo__section__left > div > a > img {
  max-height: 40px;
}

.partnership_logo {
  color: #fff;
  font-size: 15px;
  flex: 0 0 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnership_logo > span:last-child a:last-child {
  margin-top: 8px;
}

.partnership_logo > span:last-child {
  display: flex;
  align-items: center;
}
.partnership_logo > span > a > img.gift {
  max-width: 35px;
  border-radius: 5px;
}

.partnership_logo > span > a > img {
  max-width: 90px;
  object-fit: contain;
  margin: 0 10px;
}

/***New Speaker UI*/

.speakers__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.speakers__listInner {
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  max-width: 23%;
  /*  margin-bottom: 20px;*/
  margin: 0 10px 20px 10px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

/*.speakers__listInner:hover img {
   transform: scale(1.1)
}
*/
/*.speakers__listInner img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
*/

.speakers__listInner > img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 0 6px 0px rgb(0 0 0 / 10%);
  transition: all 0.2s ease-in-out;
}
.speakers__overlay {
  display: flex;
  align-items: center;
  /*background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 60%;
  bottom: 0px;
  left: 0;
  right: 0;*/
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 10px;
}

.speakers__content {
  /* padding: 0 10px;*/
  text-align: center;
  width: 100%;
}
.speakers__overlay h3 {
  font-family: "bc-novatica-cyr";
  font-size: 16px;
  color: #31006c;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 5px;
}

.speakers__overlay h4 {
  /*font-family: "bc-novatica-cyr";*/
  font-size: 14px;
  color: #e7e6e6;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0;
  font-weight: normal;
}

.speakers__overlay .speakers__content > P {
  /*font-family: "bc-novatica-cyr";*/
  font-size: 15px;
  color: #000;
  letter-spacing: 0;
  line-height: 20px;
  min-height: 80px;
}
.speakers__overlay a.linkedin {
  display: none;
}
.speakers__content a img {
  display: block;
  text-align: center;
  margin-top: 12px;
  width: 30px;
  height: 30px;
  margin: 12px auto 0 auto;
}
.btn-wrapper.profileBtn {
  margin-bottom: auto;
  margin-top: 6px;
}
.btn-wrapper.profileBtn a {
  color: #fff;
  /* display: none;*/
}
/*.btn-wrapper.profileBtn a {
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 20px;
    font-family: "bc-novatica-cyr";
    padding: 0px 18px;
    line-height: 47px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}*/

.speakers__listInner:hover .speakers__overlay {
  top: 0%;
  justify-content: center;
}
.speakers__listInner:hover .speakers__overlay .speakers__content h3,
.speakers__listInner:hover .speakers__overlay .speakers__content p,
.speakers__listInner:hover .speakers__overlay .btn-wrapper.profileBtn {
  text-align: center;
}
/*.speakers__listInner:hover .speakers__overlay .btn-wrapper.profileBtn a,
.speakers__listInner:hover .speakers__overlay .speakers__content a.linkedin {
  display: block;
}*/
.speakers__items_modal_profile_info {
  display: block;
  overflow: hidden;
}
.speakers__items_modal_profile_info h3 {
  width: 100%;
  margin: auto;
  padding: 5px 7px;
  font-size: 18px !important;
  color: #242424 !important;
}
.speakers__items_modal_profile_info p {
  width: 100%;
  margin: auto;
  padding: 5px 7px;
  font-size: 14px;
  color: #707070;
}
.speakers__items_modal_profile_image img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.speakers__items_modal_profile_image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  height: 180px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 0;
  /*overflow: hidden;*/
  padding: 8px;
  margin: 0;
  margin-right: 20px;
  border-radius: 100%;
}
.speakers__items_modal_info_details {
  max-height: 220px;
  overflow-x: auto;
}

.speakers__items_modal_info_details p {
  color: #242424 !important;
  font-size: 14px !important;
  line-height: normal;
  text-align: left !important;
}
.speakers__items_info_modal_content .speakers__items_modal_profile_info,
.speakers__items_info_modal_content .speakers__items_modal_profile_info h3,
.speakers__items_info_modal_content .speakers__items_modal_profile_info p {
  text-align: left !important;
}
.speakers__items_modal_social a {
  display: block !important;
}
.speakers__items_modal_info_details a {
  color: blue !important;
  display: inline-block !important;
}
.speakers__items_info_modal_content .speakers__items_modal_profile_info p {
  line-height: 22px;
}
/***End New Speaker UI*/
/***Footer Css**/
.footer__section {
  background: #261d70;
  padding: 10px 0;
  color: #fff;
  clear: both;
}
.footer__section__div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "bc-novatica-cyr";
}
.footer__section__div > div {
  font-size: 14px;
  font-weight: 600;
}
.footer__section__div > a {
  font-weight: 600;
}
.footer__section__div > ul {
  display: flex;
}
.footer__section__div > ul > li > a {
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid #fff;
}
.footer__section__div > ul > li:last-child > a {
  border-right: 0;
}
div.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #221a6a;
  right: 0;
  left: 0;
  max-width: 100%;
}
div.sticky > .header__section {
  max-width: 1200px;
  margin: auto;
  padding: 15px 0;
}
.sticky .menu__inner__section > li:last-child > a {
  background-color: #e9511d;
}
.ifsc > a > span {
  color: #fff;
  padding-left: 7px;
  font-size: 11px;
  font-family: "bc-novatica-cyr";
  font-weight: 600;
}

.top--logo__section__left > div > a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.partnership_logo > span {
  font-size: 11px;
  font-family: "bc-novatica-cyr";
  font-weight: 600;
}

.bottom__gap {
  padding-bottom: 40px;
}
.top--logo__section__left > div:first-child a {
  cursor: text;
}

.confirmed_pink {
  background: #fdf4ef;
  padding: 50px 0;
}

.confirmed_pink.white {
  background-color: #fff;
}

.confirmed_pink.blue {
  background-color: #edf1fa;
}

.confirmed__container > div > h3 {
  font-family: "bc-novatica-cyr";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 50px 0;
  font-size: 22px;
  text-align: center;
}

/*.confirmed_pink.white .speakers__overlay {
  background: rgba(38, 29, 112, 0.9);
}
*/
/*.confirmed_pink.pink .speakers__overlay {
  background: rgba(142, 83, 85, 0.9);
}
*/
.register__fixed {
  position: fixed;
  right: 0;
  z-index: 9;
  transform: translateY(-50%);
  top: 70%;
  background: #8e5355;
  max-width: 200px;
  padding: 15px;
  border-radius: 5px 0 0 5px;
}

.register__fixed > span {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  width: 20px;
  height: 20px;
  font-family: "Trebuchet MS";
  font-size: 14px;
  display: block;
  border-radius: 100%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  cursor: pointer;
}
.register__fixed > p {
  font-size: 13px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.register__fixed > a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  color: #000;
  max-width: 130px;
  margin: auto;
  font-family: "bc-novatica-cyr";
  font-size: 14px;
}

.footer__section__div > ul {
  display: none !important;
}
.speakers__listInner > a,
.profileBtn > a {
  background: #221a6a;
  padding: 9px 20px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-family: "Trebuchet MS";
  font-size: 15px;
  margin-top: 5px;
  display: inline-block;
  font-weight: bold;
}
#menu__section > li ul li:last-child sup
/*ul#menu__section > li > ul > li:nth-child(3) a sup*/{
  color: red;
}
/*ul#menu__section > li > ul > li:nth-child(3) a {
    color: #000;
}*/

@media (max-width: 767px) {
  .speakers__items_info_modal_content {
    max-height: 90vh;
  }

  .register__fixed > p {
    font-size: 11px;
  }
  .register__fixed > a {
    max-width: 100px;
    font-size: 12px;
  }
  .register__fixed {
    padding: 10px;
  }

  .bottom__gap {
    padding-bottom: 90px;
  }
  .top--logo--section {
    display: none;
  }

  .top--logo__section__left > div:first-child {
    margin-bottom: 10px;
  }
  .ifsc > a > span {
    font-size: 11px;
  }
  .top--logo__section__left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  /* .header--logo__section > a > img {
    max-width: 137px;
  } */
  .top--logo--section_inner {
    flex-direction: column;
  }
  .top--logo__section__left > div > a > img {
    max-height: 30px;
  }
  .partnership_logo > span > a > img {
    max-width: 70px;
    margin: 0 5px;
  }

  .partnership_logo > span {
    font-size: 12px;
    font-family: "Roboto Condensed";
  }
  .header__section {
    padding: 10px;
    position: relative;
  }
  .press__release > span {
    right: 10px;
  }
  .partnership_logo > span > a > img {
    margin: 0 5px;
  }

  div.sticky > .header__section {
    padding: 10px;
  }
  .menu__inner__section > li:last-child > a {
    background: #fff;
    border-radius: 5px;
    color: #000;
  }

  .menu__inner__section > li:last-child:hover > a {
    background: #fff;
    color: #000;
  }
  ul.menu__inner__section > li > a {
    color: #000;
  }

  .menu__inner__section.add {
    display: flex;
  }
  ul.menu__inner__section.add {
    display: flex;
  }
  ul.menu__inner__section {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 99;
    top: 60px;
    background: #fff;
    width: 100%;
    /* text-align: left; */
    justify-content: flex-start;
    height: auto;
    left: 0;
  }
  ul.menu__inner__section > li {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .logo__section > ul > li > div {
    display: flex;
  }
  .logo__section > ul > li {
    padding: 0 10px;
  }
  .speakers__items {
    max-width: 100%;
  }
  .speakers__items_info_modal_content {
    max-width: 98%;
    top: 20px;
  }
  .speakers__items_modal_profile {
    flex-wrap: wrap;
    justify-content: center;
  }
  .speakers__items_modal_profile_image {
    margin: 0 auto 15px;
  }
  .speakers__items_modal_profile_info {
    margin: 0 auto;
  }
  .speakers__items_modal_info {
    padding: 0;
  }
  .fix__video__issue {
    height: 30vh;
  }
  .banner__section h1 {
    padding-top: 0px;
  }
  ul.menu__inner__section > li > a {
    color: #000;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
    display: block;
  }

  .menu__inner__section.add {
    display: flex;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -3px);
    transform: rotate(45deg) translate(-5px, -3px);
  }

  .qwerty {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  /* .qwerty > span {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    display: block;
     position: absolute; 
     right: 0;
  } */
  ul.menu__inner__section.add {
    display: flex;
    /*top: 100px;*/
  }
  .speakers__listInner {
    max-width: 48%;
    box-sizing: border-box;
  }
  ul#menu__section > li > ul {
    position: static;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .speakers__listInner {
    max-width: 100%;
  }
  .speakers__listInner > img {
    height: 200px;
    width: 200px;
  }
  .speakers__overlay P {
    min-height: unset;
  }
  .footer__section__div,
  .footer__section__div > ul {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
