@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@font-face {
  font-family: amazonEmberRg;
  src: url("../fonts/Amazon_Ember_Rg.ttf");
  font-weight: normal;
}
@font-face {
  font-family: amazonEmber;
  src: url("../fonts/AmazonEmber.ttf");
  font-weight: bold;
}
@font-face {
  font-family: amazonEmberDisplay;
  src: url("../fonts/AmazonEmberDisplay.ttf");
  font-weight: bold;
}
@font-face {
  font-family: amazonEmberDisplay_Bd;
  src: url("../fonts/AmazonEmberDisplay_Bd.ttf");
  font-weight: bold;
}
@font-face {
  font-family: amazonEmberDisplay_Rg;
  src: url("../fonts/AmazonEmberDisplay_Rg.ttf");
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::placeholder {
  color: #2074d5;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2074d5;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2074d5;
}
body {
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-family: amazonEmberRg;
  font-size: 16px;
  /* background: #0071C5 url(../assets/images/bg.jpg) top repeat; */
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 13, 43, 1) 46%,
    rgba(0, 1, 18, 1) 100%
  );
  line-height: 21px;
}
header img {
  width: 100%;
}
h1 {
  font-family: amazonEmberDisplay_Bd;
  font-size: 40px;
  margin: 0;
  line-height: 63px;
  font-weight: 400;
  margin-bottom: 20px;
}
h2 {
 font-family: amazonEmber;
  font-size: 36px;
  margin: 0px;
  margin-bottom: 20px;
  line-height: 46px;
  font-weight:300 !important;
}
h3 {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  display: block;
}
p {
  padding-bottom: 15px;
  margin: 0px;
  line-height:28px;
}
.banner h3{
	font-size:36px;
}
.spacer {
  width: 100%;
  float: left;
  height: 50px;
}
.flx {
  display: flex;
  flex-direction: row;
  /* flex-wrap: nowrap; */
  justify-content: center;
}
.flx div {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  padding: 0 30px;
}
.subber div span img {
  width: 50px;
  height: auto;
}
.subber div div span {
  float: left;
}
.subber div p {
  font-size: 18px;
  float: left;
  margin: 0;
  margin-left: 15px;
}
.band_bt {
  background: #2074d542;
  padding: 15px 0px;
  margin-top: -78px;
  z-index: 99;
  position: relative;
}
.padd100 {
  padding: 50px 0;
  padding-bottom: 0;
}
.padd-bottom {
  padding-bottom:50px;
}
.padd25 {
  padding: 25px 0;
}
.section-about {
  background: #ffffff;
  color: #000000;
}
.cards div {
  padding-right: 25px;
  padding-bottom: 20px;
}
.cards div p {
  margin: 0;
}
.cards div p:nth-child(1) {
  padding-top: 25px;
  border-top: 1px solid #707070;
  color: #ff9900;
  font-weight: bold;
}
.cards div p:nth-child(2) {
  color: #fff;
  font-weight: bold;
}
.cards div:nth-child(7) {
  float: left;
  clear: both;
}
.team div img {
  margin-bottom: 0px;
}
.team div p {
  padding-left: 0px;
  margin: 0;
}
@media (max-width: 576px) {
  .flx {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .flx div {
    justify-content: center;
  }
  .band_bt {
    margin-top: 0;
  }
  .padd100 {
    padding: 50px 0;
  }
}
.box_blue .btn-close{color:#ffffff!important;}
.box_blue {
  background: #383472;
  padding: 0px;
  border: 2px solid #7c5aed;
  overflow: hidden;
	    -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.mar-lft {
  margin-left: 20px;
}

.resp-tabs-list li {
  font-weight: bold;
  display: flex;
  padding: 10px 20px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background: #3e3c73;
  border-radius: 5px;
  margin-left: 10px;
  flex-direction: row;
  font-weight: normal;
  align-items: center;
	justify-content: center;
	width:25%;
}
.resp-tabs-list li img {
  margin-right: 10px;
}
.resp-tabs-list li:nth-child(1) {
  margin-left: 0;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
	
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-active {
  color: #232f3e;
  /* border: 1px solid #c1c1c1; */
  /* border-bottom: none; */
  /* margin-bottom: -1px !important; */
  /* padding: 12px 14px 14px 14px !important; */
  background: #7ce8f4 !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  /* font-size: 13px; */
  /* border: 1px solid #c1c1c1; */
  /* border-top: 0px solid #c1c1c1; */
  margin: 0px;
  padding: 10px 15px;
  background: #232f3f;
  margin: 0px 0px 2px 0px;
  border-radius: 10px;
  font-size: 20px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #7ce8f4 !important;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
.resp-accordion img {
  margin-right: 10px;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .section-about {
    background-image: none;
  }
  .spacer {
    height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .mar-lft {
    margin-left: 0;
    margin-top: 10px;
  }
  .padd100 {
    padding: 50px 0;
  }
  .padd-bottom {
    padding-bottom: 50px;
  }
  .section-about {
    background-size: cover;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .cards {
    margin-top: 10px;
  }
  .sign-up {
    max-width:100%; margin: 0 auto
  }
}
@media only screen and (max-width: 1199px) {
  .resp-tabs-list li {
    padding: 10px 10px;
  }
  .resp-tabs-list li img {
    margin-right: 5px;
    width: 25px;
  }
  .cards div {
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 23px;
  }
}
/* swiper */
.slider {
  position: relative;
}
.swiper-container {
  padding-bottom: 20px;
}
.swiper-scrollbar {
  background: #d6d6d6;
}
.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-wrapper {
  /* padding: 30px !important; */
}
.swiper-wrapper img {
  width: 100%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/rightico.png") !important;
  right: -60px !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/leftico.png") !important;
  left: -60px !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background-size: 40px 40px !important;
}
/* swiper */
/* carousel */
.block-one {
  background-color: #fff;
  color: #626262;
  font-size: 14px;
}
.block-text {
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 20px;
}
.block-text p {
  color: #707070;
  padding-top: 12px;
  line-height: 20px;
}
.block-text a {
  color: #222222;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  font-weight: bold;
}
.block-text a:hover {
  color: #0972d3;
}
/* 
.block-text a:after {
  padding-left: 10px;
  content: ' ';
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  background: url("../assets/images/Icon-arrow-right.png") no-repeat center center;
} */
.block-text .blocktextalignleft {
  float: left;
  padding-right: 10px;
  text-align: center;
}
.block-text .blocktextalignleft small {
  font-size: 14px;
  text-align: center;
  padding: 0;
}
.block-text .blocktextalignleft .blkTextlft {
  font-size: 25px;
  font-weight: 700;
  color: #0856a2;
}
.block-text .blocktextalignleft .blkTextlftTwo {
  font-size: 14px;
  display: block;
  color: #0856a2;
}
.block-text .blocktextalignright {
  float: left;
  padding-left: 10px;
  font-weight: bold;
  line-height: normal;
  border-left: solid 1px #d8d8d8;
  color: #222222;
  font-size: 17px;
}
.leftIcon {
  background: url("../images/leftico.png") no-repeat center center;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  right: 50%;
}
.rightico {
  background: url("../images/rightico.png") no-repeat center center;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  left: 50%;
}
@media only screen and (max-width: 1200px) {
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
}

.agenda-list button {
  padding: 14px 30px;
  margin:0 auto;
  color: #222445;
  background: url("../images/btn-bg.png") center repeat;
  border: none;
  font-weight: bold;
  border-radius: 10px;
	width:auto;
}
/* Sign */
.sign-up {
  padding: 0px;
  margin: 0px;
  text-align: center;
  max-width: 60%; margin: 0 auto;
}
.sign-up form button {
  padding: 14px 30px;
  margin: 15px 0px 0px 0px;
  color: #222445;
  background: url("../images/btn-bg.png") center repeat;
  border: none;
  font-weight: bold;
  border-radius: 10px;
}
.sign-up .form-dis {
  padding: 0;
  margin: 0px;
  font-size: 14px;
  display: block;
  line-height: 19px;
}
.sign-up .sign-in {
  padding: 30px 0px 0px 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}
/*footer*/
footer {
  background: #232f3e;
  color: #ffffff;
  padding: 20px 0px;
  text-align: center;
}
footer p {
  color: #232323;
  font-size: 14px;
}
/*-------anwar---------*/
.bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .headline {
  font-size: 48px;
  text-transform: uppercase;
  background-color: transparent;
}
.section .blur-edges {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
}
/*@media (max-width: 700px) {

  .bg-video {

    background: url("//ak5.picdn.net/shutterstock/videos/23647405/thumb/1.jpg") center center/cover no-repeat;

  }

  .bg-video__content {

    display: none;

  }

}

*/
.button {
  line-height: inherit;
  position: absolute;
  bottom: 150px;
  background: #ff9900;
  border: 0;
  padding: 15px 40px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.button:hover {
  background: #fff;
  color: #ff9900;
  text-decoration: none;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-dialog center {
  padding: 20px 0px;
}
.modal-dialog {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
button.close {
  -webkit-appearance: none;
  padding: 10px 20px;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.9;
}
.modal-content {
  border-radius: 0;
  background-color: inherit;
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  .bg-video {
    position: relative;
    z-index: -1;
    overflow: hidden;
  }
  .section {
    height: auto;
    text-align: center;
    display: block;
  }
  .band_bt {
    margin-top: -26px;
    position: relative;
  }
  .button {
    position: relative;
    bottom: 50px;
    color: #fff;
  }
}
@media only screen and (max-width: 576px) {
  .button {
    position: relative;
    bottom: 27px;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .bg-video {
    margin-bottom: 23px;
  }
  .subber div span img {
    width: 40px;
  }
  .flx div p {
    font-size: 14px;
  }
}
.flx div p {
  margin: 0;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .swiper-button-next {
    right: -4% !important;
  }
  .swiper-button-prev {
    left: -4% !important;
  }
  .cards div:nth-child(7) {
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
  .cards div:nth-child(7) {
    float: none;
  }
	h1 {
		line-height: normal;
	}
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 90vw;
    height: auto;
    margin: 0 auto;
  }
  .cards div:nth-child(7) {
    float: none;
  }
}

@media only screen and (max-width: 450px) {
  .swiper-button-next {
    top: 40% !important;
  }
  .swiper-button-prev {
    top: 40% !important;
  }
  .cards div:nth-child(7) {
    float: none;
  }
}
.sign-up form .form-control {
  padding: 10px 20px;
  margin: 0px 0px 15px 0px;
  color: #232323 !important;
  border: none;
  border-radius: 10px;
  height: 50px;
  font-weight: normal;
  background-color: aliceblue !important;
}
.sign-up form .form-select {
  padding: 10px 20px;
  margin: 0px 0px 15px 0px;
  color: #232323 !important;
  border: none;
  border-radius: 10px;
  height: 50px;
  font-weight: normal;
  background-color: aliceblue !important;
}
.sign-up form optgroup {
  background: #d4d4d4;
}
.sign-up form optgroup:nth-child(even) {
  background: #f0f0f0;
}
.sign-up .form-group .info {
  padding-bottom: 10px;
  display: block;
}

.team p.dis {
  font-size: 14px;
  line-height: 19px;
}
.aus-dt {
  padding-bottom: 10px;
}

/* ------- For Form  chkbox -------*/
/* ------- For Form  chkbox -------*/

.sign-up form .form-control button,
input,
select,
textarea {
  margin-bottom: 15px;
}

.sign-up form input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0 7px;
  line-height: normal;
  float: left;
  width: auto;
}

.sign-up form p {
  float: left;
  font-size: 14px !important;
  float: left;
  margin-left: 0px;
  text-align: left;
}

.sign-up form a {
  color: #377dff;
}

.chk {
  float: left;
  width: 100%;
  margin-left: 0px;
}

.checkbox {
  width: 25px !important;
  background-color: #eee;
}

.chk-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.chk-form-group label {
  position: relative;
  cursor: pointer;
  float: left;
}

.chk-form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #00a0f3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.chk-form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #00a0f3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ------ Chk box */

.cards div p:nth-child(5) {
  color: #00a1c9;
}

.banner {
  background: url("../images/banner_nov1.png") center no-repeat;
  background-size: cover;
  padding: 10vh 0px 5vh 0px;
  /* border-bottom:12px solid #232323; */
}
.banner .vh-center {
  display: flex;
  flex-direction: column;
  gap:50px;
}
.cards {
  background: #d9d9d9;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
}
.agenda {
  background: url("../images/bg.png") center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.spk {
  padding-bottom: 25px;
}
.spk h3 {
  padding-bottom: 15px;
}
.spk .designation {
  position: relative;
  display: inline;
  line-height: normal;
}
.spk .designation:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 15px;
  height: 15px;
  /* background: url("../images/designation-l.png") no-repeat center center; */
}
.spk .designation:before {
  content: "";
  position: absolute;
  right: -30px;
  width: 15px;
  height: 15px;
  /* background: url("../images/designation-r.png") no-repeat center center; */
}

#form form label {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
  display: block;
}
#form form .red {
  color: red;
}
#form form {
  padding: 30px 30px 60px  30px;
  text-align: left;
}
#form h3 {
 
  font-size: 21px;
  margin: 0px;
  padding: 30px 0px 10px 0px;
}

.resp-tabs-list {
  background: #232f3e;
  display: flex;
  padding: 25px;
  margin: 0px;
}
.resp-tabs-container .agenda-list {
  padding: 25px 25px 50px 25px;
}
.place {
  background: #232f3e;
}
.place img {
  width: 100%;
}


@media only screen and (max-width: 991px) {

  .sign-up {
    max-width:100%; margin: 0 auto
  }
}




table.agenda{
	background:#ff0;border:1px solid #7CE8F4;
}
table.agenda th{background:#7CE8F4; color:#1E2441; font-size:21px; padding:10px; border-right:1px solid #ffffff;}
table.agenda td{background:#4c6196; color:#1E2441; font-size:17px; padding:15px 10px; color:#ffffff; border-bottom:1px solid #7CE8F4;border-right:1px solid #7CE8F4;}

.speakers {
  display: none;
}
.speakers.active {
  display: block;
}




