@charset "utf-8";

/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: #ffffff;
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.4px;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  min-height: 100vh;
}


body::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #4a47cc, #1d213e);
  opacity: 0.9;
}

.clear {
  clear: both;
}

.error {
  color: #f00;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #4a47cc;
  margin: 0 0 10px 0;
}

img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.text-center {
  text-align: center;
}

#loadingImg {
  background: #ffffff;
  text-align: center;
  z-index: 9999;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

#loadingImg img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}

.mainpage {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.wrapper {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #35af44;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #686868;
  border-radius: 10px;
}

.info-pop p {
  font-size: 16px;
  line-height: 30px;
  padding: 20px;
}

.info-pop a {
  color: #008eff;
  font-weight: bold;
}

.introjs-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0.5;
  background: #000;
  z-index: 99999;
  visibility: hidden;
}

div#intro-guid-1 {
  visibility: hidden;
  width: 14%;
  height: 11%;
  position: absolute;
  top: 47%;
  left: 37%;
  box-shadow: 0px 0px 0px 2px #fff;
  z-index: 999999;
  border-radius: 8px;
}

div#intro-guid-2 {
  visibility: hidden;
  width: 14%;
  height: 11%;
  position: absolute;
  top: 47%;
  left: 57%;
  box-shadow: 0px 0px 0px 2px #fff;
  z-index: 999999;
  border-radius: 8px;
}

div#intro-guid-3 {
  visibility: hidden;
  width: 14%;
  height: 11%;
  position: absolute;
  top: 47%;
  left: 57%;
  box-shadow: 0px 0px 0px 2px #fff;
  z-index: 999999;
  border-radius: 8px;
}

div#intro-guid-1 {
  visibility: hidden;
  width: 14%;
  height: 11%;
  position: absolute;
  box-shadow: 0px 0px 0px 2px #fff;
  z-index: 999999;
  border-radius: 8px;
}

.echo-msg {
  background: #8bc34a;
  padding: 5px;
  color: #385a10;
  font-weight: bold;
  margin: 0 0 5px;
}

.echo-msg.error {
  background: #f00;
  color: #fff;
}

.intro-info1 {
  width: 275px;
  background: #fff;
  padding: 1em;
  position: relative;
  right: 87px;
  top: -130px;
  border-radius: 8px;
  text-align: center;
}

.intro-info2 {
  width: 275px;
  background: #fff;
  padding: 1em;
  position: relative;
  left: 0px;
  top: -135px;
  border-radius: 8px;
  text-align: center;
}

.intro-info3 {
  width: 275px;
  background: #fff;
  padding: 1em;
  position: relative;
  left: 0px;
  top: -135px;
  border-radius: 8px;
  text-align: center;
}

.intro-info1::after {
  position: absolute;
  left: 85%;
  bottom: -24px;
  content: "";
  border-width: 12px;
  border-style: solid;
  border-color: #fff rgb(255 0 0 / 0%) rgb(0 0 0 / 0%) rgb(255 221 0 / 0%);
}

.intro-info2::after {
  position: absolute;
  left: 20px;
  bottom: -23px;
  content: "";
  border-width: 12px;
  border-style: solid;
  border-color: #fff rgb(255 0 0 / 0%) rgb(0 0 0 / 0%) rgb(255 221 0 / 0%);
}

.intro-info3::after {
  position: absolute;
  left: 20px;
  bottom: -23px;
  content: "";
  border-width: 12px;
  border-style: solid;
  border-color: #fff rgb(255 0 0 / 0%) rgb(0 0 0 / 0%) rgb(255 221 0 / 0%);
}

.intro-info1 button,
.intro-info2 button,
.intro-info3 button {
  padding: 5px 10px;
  margin: 10px 0 0;
  background: #2196f3;
  color: #fff;
  border: none;
  border-radius: 3px;
}

/*login*/

/* .login_form_left .wrapper {
  box-shadow: none;
}
.container {
  position: relative;
  -webkit-transform-origin: 0% 0% 0;
  transform-origin: 0% 0% 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
} */
/* .login_bg {
  background: url(../images/enter.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* .login-process-pages .mainpage,
.login-process-pages .wrapper,
.login-process-pages .container {
  height: 100%;
}
.login_form_left .login_bg {
  background: none;
} */
/* .login {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  background-color: #fefefe;
}
.login_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.left_side {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100vh;
  position: relative;
  background: url(../images/home-bg.jpg) no-repeat top;
  background-size: cover;
}
.right_side {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100vh;
  position: relative;
  background-image: url(../img/right_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.left_img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.left_img img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
} */
/*Right_side*/

.loginform {
  padding: 30px 30px 25px;
  max-width: 500px;
  width: 100%;
}

.loginform {
  max-width: 100%;
  padding: 50px 50px 25px;
  height: 100vh;
  overflow-y: auto;
}

.loginform {
  height: auto;
  overflow-y: auto;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px 0;
}

.loginform .login-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
}

.loginform .login-top h3 {
  margin: 0 0 10px 0;
}

.loginform h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #000;
  display: table;
  margin: 0 auto 10px;
}

.loginform h3 span {
  font-weight: normal;
}

.loginform .login-top p {
  color: #4a47cc;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.9;
  margin: 15px 0 0;
}

/*login*/

.form-group {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.form-step .form-group {
  margin-bottom: 7px;
}

.form-step .form-group label {
  color: #000;
  font-size: 14px;
  flex-basis: 100%;
  margin-bottom: 0;
}

.form-step .form-group .form-input {
  height: 30px;
  outline: none !important;
  border: 0;
  /* border-bottom: 1px solid #333; */
  font-size: 16px;
  padding: 0 10px 0 10px;
  flex-grow: 2;
  border-radius: 0px;
  background: #ffff;
  color: #020202;
  width: 100%;
  letter-spacing: 0.4px;
}

.form-btn {
  outline: none;
  border: 0;
  background: #e5007d;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  max-width: 200px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding: 3px 35px;
  cursor: pointer;
  border-radius: 14px;
}

.loginform .login-top p {
  color: #e5007d;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.9;
  margin: 15px 0 0;
}

.submit {
  justify-content: flex-start;
}

.any_queries {
  background-color: #e5007d;
  padding: 15px 10px 0 0;
  text-align: center;
  float: right;
  clear: right;
  position: relative;
  width: 185px;
  height: 74px;
  font-size: 16px;
}

.any_queries:before {
  content: "";
  background-image: url(../images/any-queries.jpg);
  height: 80px;
  width: 43px;
  background-repeat: no-repeat;
  background-size: 100% 79px;
  position: absolute;
  top: -2px;
  right: 185px;
}

.login-top p a {
  color: black;
}

.header-top {
  position: relative;
  /* overflow: hidden; */
  background: #fff;
}

.herader-left {
  float: left;
  width: 30%;
  margin: 0;
  padding-inline-start: 20px;
}

.herader-left ul li {
  display: inline-block;
}

.herader-left ul li a {
  display: block;
}

.herader-left ul li img {
  width: 332px;
}

.herader-menu {
  float: left;
  width: 35%;
  text-align: center;
  margin-top: 5px;
}

.herader-menu ul li {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}

.herader-menu ul li a {
  padding: 1px 30px;
  overflow: hidden;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  transition: all 300ms linear;
}

.herader-menu ul li a i {
  font-size: 27px;
  display: block;
  transition: all 300ms linear;
  color: #545454;
}

.herader-menu ul li a:hover,
.herader-menu ul li a i:hover {
  color: #4a47cc;
}

/* .herader-cl-logo {
  float: left;
  width: 10%;
  margin-top: 20px;
}
.herader-cl-logo img {
  width: 100%;
} */
.herader-cl-logo a {
  display: block;
}

.herader-user {
  position: relative;
}

.herader-user ul li {
  display: inline-block;
  margin: 7px;
}

.herader-user ul {
  margin: 0;
}

.herader-user ul li a {
  display: block;
  padding: 2px 0 0 0;
  text-align: center;
  margin: 0px;
  /* background: #eee; */
  color: #000;
  /* border-radius: 27px; */
  height: 25px;
  width: 35px;
}

.herader-user ul li a i {
  font-size: 20px;
  font-weight: 900;
}

.herader-user ul li a:hover {
  background: #4a47cc;
  color: #fff;
}

.header-dropdown {
  position: absolute;
  top: 47px;
  right: 0px;
  width: 200px;
  background: #fff;
  display: none;
  box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}

.header-dropdown::before {
  content: "";
  border-width: 7px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0%) rgb(255 0 0 / 0%) #bdbdbd rgb(255 0 0 / 0%);
  position: absolute;
  top: -15px;
  left: 50px;
  z-index: 11111;
}

.header-dropdown ul li {
  margin: 0;
  display: block;
}

.header-dropdown ul li a {
  font-size: 14px;
  color: #333;
  background: none;
  border-radius: 0;
  width: 100%;
  line-height: 15px;
  display: block;
  height: auto;
  text-align: left;
  padding: 12px 18px;
  transition: 0.5s ease-in;
  border-bottom: 1px solid #f5f5f5;
}

.header-dropdown ul li a {
  font-size: 14px;
}

.header-dropdown ul li a i {
  font-size: 14px;
}

.header-dropdown ul li:last-child a {
  border: none;
}

.header-dropdown ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.header-dropdown i.fa.fa-check-circle {
  color: #38ac3d;
}

.header-dropdown i.fa.fa-clock-o {
  color: #ff825b;
}

.header-dropdown i.fa.fa-minus-circle {
  color: #f00;
}

.header-dropdown i {
  color: #2196f3;
}

.po-clock {
  position: absolute;
  right: -3px;
  bottom: 4px;
  z-index: 1;
}

.po-clock i {
  color: #b68f11;
  font-weight: normal !important;
  font-size: 14px !important;
}

.home-bg {
  overflow: hidden;
}

.home-bg img {
  width: 100%;
}

.posi-rel {
  position: relative;
}

.exhibition-bg {
  position: fixed;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0;
}

.eposter a {
  display: block;
  width: 11%;
  height: 11%;
  position: absolute;
  top: 30%;
  left: 35%;
  z-index: 1111;
}

.eposter1 a {
  display: block;
  width: 11%;
  height: 11%;
  position: absolute;
  top: 30%;
  left: 58%;
  z-index: 1111;
}

.exhibition-hall a {
  display: block;
  width: 11%;
  height: 11%;
  position: absolute;
  top: 47%;
  left: 37%;
  z-index: 1111;
}

.scientific-hall a {
  display: block;
  width: 6%;
  height: 11%;
  position: absolute;
  top: 44%;
  left: 56%;
  z-index: 1111;
}

.scientific-hall1 a {
  display: block;
  width: 6%;
  height: 11%;
  position: absolute;
  top: 44%;
  left: 63%;
  z-index: 1111;
}

.custom-title2 {
  display: none;
  position: absolute;
  top: 45%;
  left: 25%;
  background: #2b2c2d;
  padding: 4px 10px;
  font-size: 13px;
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

.hint {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.hint .circle {
  border: 4px solid #534c54;
  background: #eae6e6;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pulse 2s linear;
  -moz-animation: pulse 2s linear;
  animation: pulse 2s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.hint .circle.one {
  -webkit-animation-delay: 200ms;
}

.hint .circle.two {
  -webkit-animation-delay: 750ms;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0.9;
  }

  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.video-fix {
  width: 40%;
  height: 44.5%;
  z-index: 1;
  position: absolute;
  top: 14%;
  left: -40px;
  right: 0;
  margin: 0 auto;
}

.video-fix.YOUTUBE {
  width: 45%;
  height: 41.2%;
  top: 15.8%;
}

.video-fix iframe {
  width: 100%;
  height: 100%;
}

.left-fix {
  position: fixed;
  left: 0;
  /* top: 40%; */
  bottom: 30%;
  z-index: 111;
}

.left-fix a,
.right-fix a {
  background: #ffffff;
  text-align: center;
  /* padding: 10px 15px 6px; */
  padding: 10px 9px 6px;
  transition: all 300ms linear;
  border-radius: 0px 4px 4px 0px;
  display: block;
  color: #4a47cc;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;

}

.left-fix a i,
.right-fix a i {
  display: block;
  font-size: 23px;
  font-weight: 500;
}

.right-fix {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1111;
}

.right-fix a {
  border-radius: 4px 0px 0px 4px;
}

.home-bg .left-fix a img {
  width: 23px;
  color: #ffffff;
}

.zoom-but {
  position: fixed;
  /* top: 40%; */
  bottom: 30%;
  right: 0px;
  color: #fff;
  font-size: 16px;
}

.zoom-but a {
  background: #ffffff;
  padding: 8px 11px;
  border-radius: 4px 0px 0px 4px;
  display: block;
  text-align: center;
  margin-bottom: 20px;

  color: #4a47cc;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

.zoom-but a i {
  margin-right: 6px;
}

.footerbg {
  position: fixed;
  background: linear-gradient(180deg,
      rgb(0 0 0 / 0%) 5.98%,
      rgb(0 0 0 / 50%) 25.24%,
      rgb(0 0 0 / 95%) 59.38%,
      #000000 90%,
      #000000 90%);
  z-index: 99;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  bottom: 0;
}

.footer {
  text-align: center;
  margin-top: 2em;
  border-bottom: 1px solid rgb(255 255 255 / 24%);
}

.footer ul li {
  display: inline-block;
  font-size: 13px;
}

.footer ul li a i {
  display: block;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 4px;
}

.footer ul li a {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  padding: 15px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  text-align: center;
  transition: all 300ms linear;
}

.footer-bottom {
  text-align: center;
  padding: 10px 20px 5px;
  overflow: hidden;
  font-size: 12px;
  color: rgb(255 255 255 / 54%);
}

.left-footer {
  float: left;
  width: 40%;
  text-align: left;
}

.center-footer {
  float: left;
  width: 20%;
  text-align: left;
}

.right-footer {
  float: right;
  width: 20%;
  text-align: right;
}

.right-footer a {
  color: rgb(255 255 255 / 54%);
}

.popup-bg {
  overflow: auto;
}

.popup-bg h2 {
  text-align: center;
  padding: 10px;
  background: #4a47cc;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.popup-container {
  margin: 2em 20px;
  overflow: hidden;
}

.schedule-body table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-body table td i {
  font-size: 20px;
  opacity: 0.5;
}

.schedule-body table td a i {
  opacity: 1;
}

.schedule-body table tr {
  overflow: hidden;
  margin-bottom: 10px;
}

.check-download a {
  color: #333;
}

.check-download a:hover {
  background: none;
}

.case_remove {
  background: #f00;
  border: none;
  color: #fff;
  padding: 8px 10px;
  cursor: pointer;
}

.schedule-body .case_remove i {
  opacity: 1;
}

.inoutinline {
  display: inline-block;
}

.inoutinline input {
  border: none;
  width: 30px;
  outline: none;
}

h3.table-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 17px;
}

a.play_video {
  background: #333;
  padding: 5px 20px;
  font-size: 14px;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

em.speaker_info {
  line-height: 19px;
}

td.table-icon-type a i {
  color: #333;
  font-size: 20px;
  font-weight: normal;
}

a.play_video {
  background: #333;
  padding: 5px 15px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 2px;
  display: block;
  text-align: center;
}

a.play_video.live {
  background: none;
}

table a:hover {
  background: #4c4b4b;
}

td.table-icon-type a:hover {
  background: none;
}

td.table-icon-type a i:hover {
  color: #4c4b4b;
  background: none;
}

.enquiry-fixed,
.enquiry-fixed1 {
  width: 375px;
  background: #fff;
  position: fixed;
  right: -450px;
  top: 0;
  height: calc(100vh - 79px);
  box-shadow: -5px 0px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 1111;
  transition: 0.5s ease-in;
}

.polls-bg {
  text-align: center;
  margin-top: 8em;
}

.polls-bg h4 {
  font-size: 18px;
}

.slide_header {
  display: flex;
  justify-content: space-between;
  height: 42px;
  background: #292f35;
  align-items: center;
  padding: 0 15px;
}

.slide_header h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-weight: normal;
}

.sideslider-close {
  width: 32px;
  height: 32px;
}

.sideslider-close a {
  display: block;
  font-size: 23px;
  text-align: center;
}

.form-bg {
  padding: 1em;
  overflow: hidden;
  background: #ffffff;
}

.form-bg ul li {
  display: block;
  margin-bottom: 10px;
}

.form-bg ul li textarea {
  padding: 15px;
  height: 80px;
  max-width: 570px;
  background: rgba(0, 0, 0, 0.03);
  font-size: 14px;
  flex-basis: 100%;
  width: 100%;
}

.form-bg ul li input[type="submit"],
.form-bg ul li input[type="button"] {
  border-radius: 2px;
  display: block;
  width: 104px;
  padding: 10px 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  outline: none;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  transition: all 300ms linear;
  outline: none;
}

.portrait-content {
  display: none;
}

.mobile-menu {
  display: none;
}

.spaonsor-left {
  position: absolute;
  top: 32%;
  left: 0%;
}

.spaonsor-left li,
.spaonsor-right li {
  display: block;
  margin: 3em 0px 2em;
  vertical-align: middle;
  padding: 8px;
  background: #2196f3;
  position: relative;
  z-index: 11;
}

.spaonsor-left li a,
.spaonsor-right li a {
  display: inline-block;
}

.spaonsor-left .spaonsor-img {
  border-radius: 100%;
  position: absolute;
  top: -10px;
  left: 90%;
}

.spaonsor-left .spaonsor-text {
  float: right;
  color: #fff;
  padding-right: 30px;
}

.spaonsor-left li h3,
.spaonsor-right li h3 {
  font-size: 16px;
  margin: 0px;
  color: #fff;
}

.spaonsor-left .spaonsor-img i {
  font-size: 20px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background: #2196f3;
  padding-top: 20px;
  width: 60px;
  height: 60px;
}

.spaonsor-right {
  position: absolute;
  top: 32%;
  right: 0%;
}

.spaonsor-right .spaonsor-img {
  border-radius: 100%;
  position: absolute;
  top: -8px;
  left: -12%;
}

.spaonsor-right .spaonsor-img i {
  font-size: 20px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background: #2196f3;
  padding-top: 20px;
  width: 60px;
  height: 60px;
}

.spaonsor-right .spaonsor-text {
  float: right;
  color: #fff;
  padding-left: 30px;
}

a.video-docu {
  position: relative;
  width: 120px;
  height: 90px;
  display: block;
  overflow: hidden;
}

.img-fluid img {
  width: 100%;
}

.video-hover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 102 / 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-hover i {
  color: #fff;
  font-size: 24px;
}

.chat-list {
  text-align: center;
}

.chat-list ul li {
  display: inline-block;
  width: 45%;
  padding: 20px;
  margin: 15px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px #dcdcdc;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background-image: radial-gradient(circle at center center,
      rgba(217, 217, 217, 0.05) 0%,
      rgba(217, 217, 217, 0.05) 15%,
      rgba(197, 197, 197, 0.05) 15%,
      rgba(197, 197, 197, 0.05) 34%,
      rgba(178, 178, 178, 0.05) 34%,
      rgba(178, 178, 178, 0.05) 51%,
      rgba(237, 237, 237, 0.05) 51%,
      rgba(237, 237, 237, 0.05) 75%,
      rgba(138, 138, 138, 0.05) 75%,
      rgba(138, 138, 138, 0.05) 89%,
      rgba(158, 158, 158, 0.05) 89%,
      rgba(158, 158, 158, 0.05) 100%),
    radial-gradient(circle at center center,
      rgb(255, 255, 255) 0%,
      rgb(255, 255, 255) 6%,
      rgb(255, 255, 255) 6%,
      rgb(255, 255, 255) 12%,
      rgb(255, 255, 255) 12%,
      rgb(255, 255, 255) 31%,
      rgb(255, 255, 255) 31%,
      rgb(255, 255, 255) 92%,
      rgb(255, 255, 255) 92%,
      rgb(255, 255, 255) 97%,
      rgb(255, 255, 255) 97%,
      rgb(255, 255, 255) 100%);
  background-size: 42px 42px;
  overflow: hidden;
}

.chat-list ul li::before {
  content: "";
  position: absolute;
  top: -260px;
  left: -65%;
  width: 240px;
  height: 450px;
  border-radius: 250px;
  z-index: -1;
  transform: rotate(100deg);
  box-shadow: 0px 0px 0px 5px #e0e0e0;
  background-image: repeating-linear-gradient(297deg,
      hsla(359, 0%, 70%, 0.12) 0px,
      transparent 2px,
      hsla(359, 0%, 70%, 0.12) 7px,
      transparent 9px,
      hsla(359, 0%, 70%, 0.12) 14px,
      transparent 16px,
      hsla(359, 0%, 70%, 0.12) 21px),
    repeating-linear-gradient(59deg,
      hsla(359, 0%, 70%, 0.12) 0px,
      transparent 2px,
      hsla(359, 0%, 70%, 0.12) 7px,
      transparent 9px,
      hsla(359, 0%, 70%, 0.12) 14px,
      transparent 16px,
      hsla(359, 0%, 70%, 0.12) 21px),
    repeating-linear-gradient(0deg,
      hsla(359, 0%, 70%, 0.12) 0px,
      transparent 2px,
      hsla(359, 0%, 70%, 0.12) 7px,
      transparent 9px,
      hsla(359, 0%, 70%, 0.12) 14px,
      transparent 16px,
      hsla(359, 0%, 70%, 0.12) 21px),
    linear-gradient(90deg, rgb(253, 253, 253), rgb(253, 253, 253));
}

.chat-list ul li:hover {
  box-shadow: 0px 10px 9px 0px #dcdcdc;
}

.chat-profile i {
  width: 75px;
  height: 75px;
  background: #fff;
  font-size: 50px;
  padding: 10px;
  border-radius: 101px;
  color: #888888;
  box-shadow: 0px 0px 4px 0px #cec7c7;
}

.chat-name {
  margin: 2em 0px;
  color: #fff;
}

.chat-name h3 {
  color: #ff0047;
}

.chat-iprofile a {
  background: #4caf50;
  padding: 10px;
  display: block;
  font-size: 16px;
  border-radius: 50px;
  box-shadow: -2px 3px 3px 1px #69926b;
}

.chat-iprofile a i {
  margin-right: 10px;
  font-size: 22px;
}

.documents-list table {
  width: 100%;
  overflow: scroll;
}

.file-view a {
  font-size: 14px;
  color: #ffffff;
  background: #000;
  padding: 6px 15px;
  text-transform: uppercase;
}

.file-view a i {
  margin-right: 16px;
}

h3.table-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 17px;
}

.person {
  background: #f6f5f5;
  padding: 15px;
  text-align: left;
}

.sales-person {
  margin: 1em 0px;
}

.person a {
  color: #000;
  font-weight: 600;
}

.person i {
  font-size: 20px;
  font-weight: 500;
  margin-right: 10px;
  color: #4a47cc;
}

.person-email {
  margin-bottom: 1em;
}

.social-list {
  text-align: center;
}

.social-list ul li {
  display: inline-block;
  overflow: hidden;
  margin: 8px;
}

.social-list ul li a {
  display: block;
  background: #000;
  width: 80px;
  height: 80px;
}

.social-list ul li a i {
  font-size: 25px;
  padding: 25px;
}

.social-list ul li a:hover {
  background: #4a47cc;
}

/*msg-alert*/

.msg-overlay {
  background-color: rgb(0 0 0 / 70%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 200000;
}

.msg-alert {
  background-color: #eceff1;
  width: 500px;
  padding: 2em 1em;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 200001;
  /*transform: translate(-50%, -50%);*/
  margin-top: -132px;
  margin-left: -256px;
  display: none;
}

.msg-alert img {
  width: 120px;
  margin: 0em auto 1em;
}

.msg-alert p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0 0 1em;
}

.msg-alert .confirm {
  font-size: 16px;
  padding: 0.5rem 2rem;
  border-radius: 0.2rem;
  background: #000;
  border: none;
  color: #fff;
  cursor: pointer;
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

.showSweetAlert {
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation="none"] {
  animation: none;
}

.showSweetAlert[data-animation="slide-from-top"] {
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation="slide-from-bottom"] {
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert {
  animation: hideSweetAlert 0.3s;
}

.hideSweetAlert[data-animation="none"] {
  animation: none;
}

.hideSweetAlert[data-animation="slide-from-top"] {
  animation: slideToTop 0.3s;
}

.hideSweetAlert[data-animation="slide-from-bottom"] {
  animation: slideToBottom 0.3s;
}

/*msg-alert*/

.play-video {
  background: #4a47cc;
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
}

table td .play-video i {
  color: #fff;
  font-size: 14px;
  margin: 0 5px 0 0;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.specialities-list {
  width: 90%;
  margin: auto;
}

.specialities-list ul li {
  width: 28%;
  display: inline-block;
  margin: 30px 22px;
  padding: 20px;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 14px rgba(12, 12, 12, 0.06);
  -khtml-box-shadow: 0 7px 14px rgba(12, 12, 12, 0.06);
  -moz-box-shadow: 0 7px 14px rgba(12, 12, 12, 0.06);
  -ms-box-shadow: 0 7px 14px rgba(12, 12, 12, 0.06);
  -o-box-shadow: 0 7px 14px rgba(12, 12, 12, 0.06);
  box-shadow: 0 7px 14px rgba(12, 12, 12, 0.06);
}

.sponsors-list1 h3 {
  margin: 1em 0 0;
  color: #1f1d1d;
}

.page_title {
  text-align: center;
  margin: 4em 0 2em 0;
}

.page_title h2 {
  color: #d7008c;
  font-size: 44px;
}

/* hall a */

.virtual-container {
  position: absolute;
  inset: 0;
  /* padding: 0 10rem; */
  width: 82%;
  margin: 0 9%;
  top: 6rem;
}



.left_side_banner {
  /* width: 15%; */
  /* background: #f7f7f7; */
  /* height: 100%; */
  display: flex;
  align-items: center;
}

.left_side_banner img {
  width: auto;
}

.video-container {
  position: relative;
  /*width: 60%;*/
}

.right_side_banner {
  /* width: 15%; */
  /* background: #f7f7f7; */
  /* height: 100%; */
  display: flex;
  align-items: center;
}

.video-container {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* height: 0; */
  overflow: hidden;
  /* max-width: 100%; */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dark-frame {
  filter: brightness(50%);
}

.herader-left ul {
  display: flex;
  gap: 15px;
}

.herader-left ul li {
  margin: auto;
}

.index_section {
  background: url("../images/index_1.jpg");
  min-height: 100dvh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.login_form {
  width: 300px;
  margin: auto;
  text-align: center;
}

.login-top p {
  font-weight: 800;
  color: #ffff;
}

::placeholder {
  color: #858585;
}

.login_form h3 {
  padding-top: 5px;
  color: #fff;
}

.loginform1 {
  width: 500px;
  margin: 20px auto;
  color: #ffffff;
}

.loginform1 h3 {
  color: #ffffff;
}

.main-page {
  /* background-color: #e15821; */
  background: url('../images/bg.webp') #e5007d;
  background-repeat: no-repeat;
  background-size: cover;
}

.loginform1 .form-step .form-group label {
  color: #ffffff;
}

.loginform1 .submit {
  margin-top: 20px;
}

.red {
  color: #f00;
}