body {
  font-family: "Roboto", sans-serif;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  overflow-y: scroll;
}

*, h1, h2, h3, h4, h5, h6, ul, li, a, p, img {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

textarea {
  resize: none;
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input {
  font-family: "Roboto", sans-serif;
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  cursor: pointer;
}

.clear {
  clear: both;
}

.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

/* bannner start */
.banner {
  width: 100%;
  height: 100vh;
  /*background:url(../images/tradeConnectBanner.jpg);*/
  position: relative;
  background-size: cover;
}

.banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.bannerInn {
  text-align: center;
}

.bannerLogo {
  width: 54.259%;
  margin: 0 auto;
}

.bannerLogo img {
  width: 100%;
}

.bannerDesc {
  font-size: 36px;
  color: #ffffff;
  margin: 61px auto 0;
  text-align: center;
  font-weight: 300;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.eventTime {
  font-size: 36px;
  color: #ffffff;
  margin: 10px auto 0;
  text-align: center;
  font-weight: 300;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.eventTime a {
  color: #ffffff;
}

.playBtn {
  width: 347px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 5px;
  margin: 26px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 25px 10px 25px 0;
  position: relative;
  text-transform: uppercase;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition-delay: 0.1s;
}

.playIc {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/playIc.png);
  margin-right: 10px;
}

.playBtn {
  width: 347px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 5px;
  margin: 26px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 25px 10px 25px 0;
  position: relative;
  text-transform: uppercase;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition-delay: 0.1s;
}

.registerBtn {
  width: 347px;
  height: 80px;
  margin: 31px auto 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  background-color: #cdcf00;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition-delay: 0.1s;
}

.watchrecap {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  margin-top: 15.5px;
  display: inline-block;
  text-transform: uppercase;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition-delay: .1s;
}

.registerBtn.disable {
  background-color: #cccccc;
  color: #ffffff;
}

.bannerDesc.for_anim, .playBtn.for_anim, .eventTime.for_anim, .registerBtn.for_anim, .watchrecap.for_anim {
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0);
  opacity: 0;
}

.bannerLogo.for_anim {
  opacity: 0;
}

.mouse_ic {
  width: 20px;
  height: 37px;
  background: url(../images/mouse_ic.png) no-repeat;
  margin: 0 auto;
  position: relative;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.loading_dot {
  width: 3px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 9px;
  animation-duration: 1.5s;
  animation-name: position;
  animation-iteration-count: infinite;
}

@keyframes position {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    top: 22px;
    opacity: 1;
  }
  90% {
    top: 22px;
    opacity: 0;
  }
  100% {
    top: 22px;
    opacity: 0;
  }
}

.banner .videoCont {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-item: center;
  justify-content: center;
  left: 0;
  top: 0;
}

.banner .videoTint {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.banner video {
  background-color: #2e1a4e;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .bannerDesc, .eventTime {
    font-size: 24px;
  }
  .playBtn, .registerBtn {
    width: 258px;
    font-size: 18px;
    padding: 15px 7px 15px 0;
  }
  .registerBtn {
    height: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .mouse_ic {
    bottom: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .bannerDesc {
    width: 660px;
  }
  .bannerInn {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}

@media only screen and (max-width: 1023px) {
  .banner .container {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .bannerInn {
    width: 100%;
    z-index: 2;
  }
  .bannerDesc {
    width: 80%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner .videoCont {
    display: none;
  }
  .banner {
    background-size: cover;
    background-position: right;
  }
  .bannerDesc {
    /*width: 100%;  */
    font-size: 16px;
    line-height: 26px;
    margin-top: 21px;
  }
  .eventTime {
    font-size: 16px;
  }
  .playBtn {
    font-size: 14px;
    width: 215px;
    padding: 12px 10px 12px 0;
  }
  .playIc {
    width: 17px;
    height: 17px;
    background-size: cover;
  }
  .mouse_ic {
    bottom: 60px;
  }
  .registerBtn {
    width: 215px;
    height: 40px;
    font-size: 16px;
  }
  .watchrecap {
    font-size: 12px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
  .bannerLogo {
    width: 36%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bannerDesc {
    width: 51%;
  }
}

@media only screen and (min-width: 560px) and (max-width: 639px) {
  .bannerDesc {
    width: 59%;
  }
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
  .bannerLogo {
    width: 36%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 559px) {
  .bannerLogo {
    width: 50.259%;
  }
  .bannerDesc {
    width: 68%;
  }
}

@media only screen and (max-width: 479px) {
  .bannerDesc {
    width: 92%;
  }
}

/* bannner end */
/* register start */
.registerCont {
  width: 100%;
  baCkground: #3a5067;
  padding: 98px 0;
}

.formDescCont {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}

.formLeft, .formRight {
  width: 50%;
  padding: 0 28px;
}

.formLeft {
  text-align: right;
}

.formLeft .formHd {
  font-size: 34px;
  color: #ffffff;
}

.formLeft .formDesc {
  font-size: 24px;
  color: #ffffff;
  margin-top: 33px;
}

.formLeft_v1 {
  width: 56%;
  padding: 0 20px;
  box-sizing: border-box;
}

.formLeft_v1 .formHd.l {
  font-size: 45px;
  color: #ffffff;
  text-align: right;
}

.formRight_v1 {
  width: 44%;
  padding: 0 20px;
  box-sizing: border-box;
}

.registerBtn_v1 {
  width: 347px;
  height: 80px;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #cdcf00;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.registerBtn_v1 span {
  font-size: 16px;
}

.input {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 51px;
  font-size: 18px;
  padding: 0 28px;
}

.input_btn {
  min-width: 100px;
  border-radius: 4px;
  font-size: 18px;
  text-transform: uppercase;
  height: 51px;
  background: #cdcf00;
  color: #000000;
  padding: 0 40px;
  float: right;
  font-weight: 600;
}

.registerCont.withBg {
  display: none;
  width: 100%;
  background: url("../images/register_bg.jpg");
  background-size: cover;
}

.registerCont.withBg_01 {
  width: 100%;
  background: url("../images/register_bg_01.jpg");
  background-size: cover;
}

@media only screen and (min-width: 1024px) {
  .formDescCont:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .formDescCont.v1 {
    position: relative;
  }
  .formDescCont.v1:after {
    left: 56%;
    transform: translateX(-56%);
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .formLeft_v1 .formHd.l {
    font-size: 40px;
  }
  .registerBtn_v1 {
    width: 240px;
    height: 70px;
    font-size: 20px;
  }
  .registerBtn_v1 span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  .registerCont {
    padding: 81px 0;
  }
  .formLeft, .formRight, .formLeft_v1, .formRight_v1 {
    width: 100%;
  }
  .formLeft {
    text-align: center;
  }
  .formRight {
    display: flex;
    flex-flow: column;
    margin-top: 28px;
    text-align: center;
  }
  .input_btn {
    margin: 5px auto 0;
    padding: 0 27px;
    float: none;
  }
  .formLeft_v1 .formHd {
    text-align: center !important;
  }
  .formRight_v1 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .registerCont {
    padding: 60px 0;
  }
  .formLeft .formHd {
    font-size: 26px;
    text-transform: uppercase;
  }
  .formLeft .formDesc {
    font-size: 18px;
    margin-top: 14px;
  }
  .formRight {
    margin-top: 24px;
    padding: 0 20px;
    display: block;
  }
  .input {
    height: 40px;
    font-size: 14px;
    padding: 0 13px;
  }
  .input_btn {
    font-size: 14px;
    height: 40px;
  }
  .formLeft_v1 .formHd.l {
    font-size: 26px;
  }
  .registerBtn_v1 {
    width: 300px;
    height: 46px;
    font-size: 18px;
  }
  .registerBtn_v1 span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .formRight {
    text-align: center;
  }
  .input_btn {
    float: none;
  }
}

@media only screen and (max-width: 559px) {
  .registerCont {
    padding: 60px 0;
  }
  .formLeft .formHd {
    font-size: 20px;
    text-transform: uppercase;
  }
  .formLeft .formDesc {
    font-size: 14px;
    margin-top: 14px;
  }
  .formRight {
    margin-top: 24px;
    padding: 0 20px;
    display: block;
  }
  .input {
    height: 40px;
    font-size: 14px;
    padding: 0 13px;
  }
  .input_btn {
    font-size: 14px;
    height: 40px;
  }
  .formLeft_v1 .formHd.l {
    font-size: 20px;
  }
  .registerBtn_v1 {
    width: 300px;
    height: 40px;
    font-size: 16px;
  }
  .registerBtn_v1 span {
    font-size: 12px;
  }
}

/* register end */
/* epxect start */
.expect_wrapper {
  width: 100%;
  background: #e3f2fa;
  padding: 98px 0;
}

.expect_hd {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  font-weight: 600;
}

.expect_subHd {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.expect_desc {
  font-size: 16px;
  color: #000000;
  margin-top: 33px;
  line-height: 22px;
}

.expectUl {
  list-style: none;
  width: 100%;
  margin-top: 94px;
}

.expectUl li {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 100px;
  position: relative;
}

.expectUl li .descCont {
  position: relative;
  z-index: 2;
}

.expectUl li .imageCont img {
  width: calc(100% - 58px);
}

.expectUl li:nth-child(odd) {
  flex-direction: row-reverse;
}

.expectUl li:nth-child(odd) .imageCont {
  text-align: right;
}

.expectUl li:first-child {
  margin-top: 0;
}

.scrollImg {
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  transition-delay: 0.2s;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
}

.scrollImg.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1279px) {
  .expect_wrapper {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .expect_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .expectUl .descCont, .expectUl .imageCont {
    width: 50%;
  }
  .expectUl li.inspiringSpeakers:after {
    content: '';
    width: 182px;
    height: 161px;
    z-index: 1;
    background: url("../images/inspiring_speakers_ic.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
  }
  .expectUl li.globalConnections:after {
    content: '';
    width: 225px;
    height: 160px;
    z-index: 1;
    background: url("../images/new_global_connections_ic.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(36%, -6%);
  }
  .expectUl li.insideAccess:after {
    content: '';
    width: 80px;
    height: 160px;
    z-index: 1;
    background: url("../images/inside_access_ic.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -15%);
  }
  .expectUl li.funFood:after {
    content: '';
    width: 161px;
    height: 161px;
    z-index: 1;
    background: url("../images/fun_food_ic.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(36%, -6%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .expect_wrapper {
    padding-top: 79px;
    padding-bottom: 55px;
  }
  .expect_wrapper .container {
    padding: 0 20px;
  }
  .expectUl {
    margin-top: 48px;
    margin-top: 23px;
    margin-bottom: 0;
  }
  .expectUl li {
    flex-flow: column;
    display: block;
    margin-top: 43px;
  }
  .expectUl li .descCont, .expectUl li .imageCont {
    width: 100%;
  }
  .expectUl li .imageCont {
    margin-bottom: 14px;
  }
  .expectUl li .imageCont img {
    width: 100%;
  }
  .expectUl li.inspiringSpeakers .descCont :after {
    content: '';
    width: 182px;
    height: 161px;
    z-index: 1;
    background: url("../images/inspiring_speakers_ic.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .expectUl li.globalConnections .descCont :after {
    content: '';
    width: 225px;
    height: 160px;
    z-index: 1;
    background: url("../images/new_global_connections_ic.png") no-repeat;
    position: absolute;
    top: -64px;
    right: 62px;
    transform: translate(36%, -6%);
    z-index: -1;
  }
  .expectUl li.insideAccess .descCont:after {
    content: '';
    width: 80px;
    height: 160px;
    z-index: 1;
    background: url("../images/inside_access_ic.png") no-repeat;
    position: absolute;
    top: -80px;
    left: 14px;
    transform: translate(-50%, -15%);
    z-index: -1;
  }
  .expectUl li.funFood .descCont :after {
    content: '';
    width: 161px;
    height: 161px;
    z-index: 1;
    background: url("../images/fun_food_ic.png") no-repeat;
    position: absolute;
    top: -119px;
    right: 0;
    transform: translate(36%, -6%);
    z-index: -1;
  }
  .expect_hd {
    font-size: 26px;
    line-height: 26px;
  }
  .expect_subHd {
    font-size: 22px;
  }
  .expect_desc {
    font-size: 18px;
    margin-top: 10px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
  .expect_wrapper {
    padding-top: 55px;
  }
  .expect_wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .expectUl {
    margin-top: 23px;
    margin-bottom: 0;
  }
  .expectUl li {
    flex-flow: column;
    display: block;
    margin-top: 26px;
  }
  .expectUl li .descCont, .expectUl li .imageCont {
    width: 100%;
  }
  .expectUl li .imageCont {
    margin-bottom: 14px;
  }
  .expectUl li .imageCont img {
    width: 100%;
  }
  .expectUl li.inspiringSpeakers .descCont :after {
    content: '';
    width: 95px;
    height: 84px;
    z-index: 1;
    background: url("../images/inspiring_speakers_ic.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -16px;
    left: 12px;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .expectUl li.globalConnections .descCont :after {
    content: '';
    width: 83px;
    height: 85px;
    z-index: 1;
    background: url("../images/new_global_connections_ic.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -42px;
    right: 5px;
    transform: translate(36%, -6%);
    z-index: -1;
  }
  .expectUl li.insideAccess .descCont :after {
    content: '';
    width: 50px;
    height: 107px;
    z-index: 1;
    background: url("../images/inside_access_ic.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -66px;
    left: 19px;
    transform: translate(-50%, -15%);
    z-index: -1;
  }
  .expectUl li.funFood .descCont :after {
    content: '';
    width: 66px;
    height: 87px;
    z-index: 1;
    background: url("../images/fun_food_ic.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: -38px;
    right: 0;
    transform: translate(36%, -6%);
    z-index: -1;
  }
  .expect_hd {
    font-size: 26px;
    line-height: 26px;
  }
  .expect_subHd {
    font-size: 18px;
  }
  .expect_desc {
    font-size: 16px;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .expect_wrapper {
    overflow: hidden;
  }
}

@media only screen and (max-width: 559px) {
  .expect_wrapper {
    padding-top: 55px;
  }
  .expect_wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .expectUl {
    margin-top: 23px;
    margin-bottom: 0;
  }
  .expectUl li {
    flex-flow: column;
    display: block;
    margin-top: 26px;
  }
  .expectUl li .descCont, .expectUl li .imageCont {
    width: 100%;
  }
  .expectUl li .imageCont {
    margin-bottom: 14px;
  }
  .expectUl li .imageCont img {
    width: 100%;
  }
  .expectUl li.inspiringSpeakers .descCont :after {
    content: '';
    width: 85px;
    height: 76px;
    z-index: 1;
    background: url("../images/inspiring_speakers_ic.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -16px;
    left: 12px;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .expectUl li.globalConnections .descCont :after {
    content: '';
    width: 73px;
    height: 75px;
    z-index: 1;
    background: url("../images/new_global_connections_ic.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -42px;
    right: 5px;
    transform: translate(36%, -6%);
    z-index: -1;
  }
  .expectUl li.insideAccess .descCont :after {
    content: '';
    width: 35px;
    height: 75px;
    z-index: 1;
    background: url("../images/inside_access_ic.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -66px;
    left: 19px;
    transform: translate(-50%, -15%);
    z-index: -1;
  }
  .expectUl li.funFood .descCont :after {
    content: '';
    width: 56px;
    height: 74px;
    z-index: 1;
    background: url("../images/fun_food_ic.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: -38px;
    right: 0;
    transform: translate(36%, -6%);
    z-index: -1;
  }
  .expect_hd {
    font-size: 20px;
    line-height: 26px;
  }
  .expect_subHd {
    font-size: 16px;
  }
  .expect_desc {
    font-size: 14px;
    margin-top: 6px;
  }
}

/* epxect end */
/* testimonials start */
.testiWrapper {
  width: 100%;
  height: auto;
  background: #3a5067 url(../images/trans_start.png) no-repeat 114% 150%;
  padding: 105px 0;
}

.testiUl {
  width: 100%;
  height: auto;
  list-style: none;
}

.testiUl a {
  text-decoration: none;
  outline: none;
}

.testiUl > li {
  float: left;
  width: 100%;
}

.quoteIc {
  width: 78px;
  height: 54px;
  background: url(../images/quote.png);
  background-size: cover;
}

.testiTxt {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
  margin-top: 44px;
}

.testiUserCont {
  width: auto;
  display: flex;
  flex-flow: row wrap;
  margin-top: 73px;
}

.testiUserImg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testiUserImg img {
  width: 100%;
}

.testiUserDetails {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 22px;
}

.testiUserName {
  font-size: 24px;
  color: #cdcf00;
}

.testiUserDesig {
  font-size: 18px;
  color: #ffffff;
}

.testiUserlocation {
  font-size: 16px;
  color: #ffffff;
}

.slick-dots {
  width: auto;
  list-style-type: none;
  text-align: center;
  margin-top: 92px;
}

.slick-dots li {
  width: auto;
  display: inline-block;
  margin-left: 6px;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li button {
  font-size: 0;
  color: transparent;
  position: relative;
  width: 15px;
  height: 15px;
  background: transparent;
}

.slick-dots li button:before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #cdcf00;
}

@media only screen and (min-width: 480px) and (max-width: 1279px) {
  .testiWrapper {
    padding: 75px 0;
    background-position: 148% 339%;
    background-position: 122% 126%;
    background-size: 42%;
  }
  .testiWrapper .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .slick-dots {
    margin-top: 64px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .testiWrapper {
    padding: 31px 0;
    background-size: 40%;
    background-position: 124% 143%;
  }
  .testiWrapper .container {
    padding: 0 20px;
  }
  .quoteIc {
    width: 62px;
    height: 43px;
  }
  .testiTxt {
    font-size: 18px;
    line-height: 29px;
    margin-top: 22px;
  }
  .testiUserCont {
    margin-top: 53px;
  }
  .testiUserImg {
    width: 55px;
    height: 55px;
  }
  .testiUserDetails {
    margin-left: 10px;
  }
  .testiUserName {
    font-size: 18px;
  }
  .testiUserDesig {
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .testiWrapper {
    background-position: 123% 121%;
  }
}

@media only screen and (min-width: 560px) and (max-width: 639px) {
  .testiWrapper {
    padding: 31px 0;
    background-size: 44%;
    background-position: 124% 124%;
  }
  .testiWrapper .container {
    padding: 0 10px;
  }
  .quoteIc {
    width: 52px;
    height: 36px;
  }
  .testiTxt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 22px;
  }
  .testiUserCont {
    margin-top: 53px;
  }
  .testiUserImg {
    width: 50px;
    height: 50px;
  }
  .testiUserDetails {
    margin-left: 10px;
  }
  .testiUserName {
    font-size: 16px;
  }
  .testiUserDesig {
    font-size: 14px;
  }
}

@media only screen and (max-width: 559px) {
  .testiWrapper {
    padding: 31px 0;
    background-size: 44%;
    background-position: 124% 108%;
  }
  .testiWrapper .container {
    padding: 0 10px;
  }
  .quoteIc {
    width: 43px;
    height: 30px;
  }
  .testiTxt {
    font-size: 14px;
    line-height: 23px;
    margin-top: 17px;
  }
  .testiUserCont {
    margin-top: 53px;
  }
  .testiUserImg {
    width: 50px;
    height: 50px;
  }
  .testiUserDetails {
    margin-left: 10px;
  }
  .testiUserName {
    font-size: 14px;
  }
  .testiUserDesig {
    font-size: 12px;
  }
}

/* testimonials end */
/* footer start */
.footerWrapper {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 44px 20px 0;
  padding-bottom: 73px;
}

.footerCont {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}

.footerUl {
  width: auto;
  list-style: none;
  margin-top: 14px;
  float: left;
}

.footerUl li {
  float: left;
  border-left: 1px solid #333333;
  margin-left: 6px;
  padding-left: 6px;
}

.footerUl li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

.footerUl li a {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

.socialCont {
  float: right;
  width: auto;
  display: flex;
  align-items: center;
}

.socialTxt {
  font-size: 16px;
  color: #333333;
}

.socilUl {
  width: auto;
  list-style: none;
  margin-left: 20px;
}

.socilUl li {
  float: left;
  width: 48px;
  height: 48px;
  margin-left: 14px;
}

.socilUl li:first-child {
  margin-left: 0;
}

.socilUl li a, .socilUl li img {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .footerWrapper {
    padding: 29px 0 50px;
  }
  .footerCont {
    display: flex;
    flex-flow: column-reverse;
    padding: 0 10px;
    text-align: center;
  }
  .footerUl {
    margin-top: 20px;
  }
  .footerUl li {
    float: none;
    display: inline-block;
  }
  .footerUl li:first-child {
    width: 100%;
  }
  .footerUl li:nth-child(2) {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
  .footerUl li a {
    font-size: 12px;
  }
  .socialCont {
    flex-flow: column;
  }
  .socialTxt {
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
  .socilUl {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 7px;
  }
  .socilUl li {
    float: none;
    display: inline-block;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .footerUl li:first-child {
    margin-bottom: 14px;
  }
  .footerUl li a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .footerUl li:first-child {
    margin-bottom: 10px;
  }
  .footerUl li a {
    font-size: 14px;
  }
}

/* footer end */
/* image gallery start */
.galleryWrapper {
  width: 100%;
  background: #e3f2fa;
  padding-top: 79px;
  /*padding-bottom: 100px; */
}

.galleryHd {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
}

.gallerydesc {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 49px;
  padding: 0 20px;
}

.galleryUl {
  width: 100%;
  list-style: none;
}

.galleryUl li {
  width: 100%;
  position: relative;
}

.galleryUl li img {
  width: 100%;
}

.grid {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.gridCol {
  width: 33.33%;
  display: flex;
  flex-flow: row wrap;
  background-color: #000000;
}

.grid-item {
  width: 50%;
  position: relative;
  padding-bottom: 37.3%;
  overflow: hidden;
}

.grid-item--width2 {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.grid-item img, .grid-item--width2 img {
  position: absolute;
  top: 0;
  left: 0;
}

.smartphoto-caption {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
  display: none;
}

.smImg {
  display: none;
}

.enlarge_cont {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.enlarge_btn {
  width: 130px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  margin-left: -20%;
  opacity: 0;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.searc_ic {
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url(../images/search_w_ic.png);
  margin-right: 10px;
  background-size: cover;
}

@media only screen and (min-width: 1280px) {
  .grid-item:hover .enlarge_cont {
    opacity: 1;
  }
  .grid-item:hover .enlarge_btn {
    opacity: 1;
    margin-left: 0;
  }
}

.grid_blur {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.smImg {
  width: 100%;
  opacity: 1;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.imgLoaded .smImg {
  opacity: 0;
  position: absolute;
}

.bx-wrapper .bx-prev {
  width: 48px;
  height: 48px;
  background: url(../images/prev_Arr.png);
}

.bx-wrapper .bx-next {
  width: 48px;
  height: 48px;
  background: url(../images/next_Arr.png);
}

@media only screen and (max-width: 1023px) {
  .galleryWrapper {
    padding-top: 59px;
    /*padding-bottom: 58px;*/
  }
  .gallerydesc {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 767px) {
  .galleryUl li {
    overflow: hidden;
    overflow-x: scroll;
  }
  .grid {
    width: 187%;
  }
  .galleryHd {
    font-size: 20px;
    padding: 0 10px;
  }
  .gallerydesc {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .smartphoto-caption {
    font-size: 26px;
  }
  .galleryHd {
    font-size: 26px;
  }
  .gallerydesc {
    font-size: 16px;
  }
}

@media only screen and (max-width: 559px) {
  .smartphoto-caption {
    font-size: 20px;
  }
  .galleryHd {
    font-size: 20px;
  }
  .gallerydesc {
    font-size: 14px;
  }
}

/* image gallery end */
/*error msg start*/
.sponsormsg, .msg, .msg_1 {
  color: #ffffff;
  font-size: 13px;
}

/*error msg end*/
/* Video Overlay start */
.input.err {
  border: 1px solid red;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
  padding: 0;
  padding-top: 54px;
}

.overlay_wrp_01 {
  width: 642px;
  height: 362px;
  position: relative;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 99px auto 0;
  background: #000000;
}

.overlay_wrp_01 .clsBtn_v2 {
  font-size: 30px;
  position: absolute;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #000000;
  color: #ffffff;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  display: block;
}

.scrollOver {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .overlay_wrp_01, #ytplayer {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .overlay {
    padding-top: 0;
  }
}

/* Video Overlay End */
/* meetPartnersWrp start */
.meetPartnersWrp {
  width: 100%;
  background: #ffffff;
  display: none;
}

.partnersHd {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  margin: 60px 0;
}

.meetParnerstUl {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
  margin-bottom: 100px;
}

.meetParnerstUl li {
  width: 300px;
  margin: 20px 18px;
  height: 150px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .meetParnerstUl li {
    width: 250px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .partnersHd {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .meetParnerstUl {
    margin-bottom: 50px;
  }
  .meetParnerstUl li img {
    max-width: 80%;
  }
}

@media only screen and (min-width: 560px) and (max-width: 639px) {
  .meetParnerstUl li {
    width: 220px;
  }
}

@media only screen and (max-width: 559px) {
  .partnersHd {
    font-size: 20px;
    margin: 40px 0 20px;
  }
  .meetParnerstUl {
    margin-bottom: 50px;
  }
  .meetParnerstUl li {
    margin: 10px;
    width: 133px;
    height: 66px;
  }
  .meetParnerstUl li img {
    max-width: 80%;
  }
}

/* meetPartnersWrp end */
/* agenda start */
.agendaWrp {
  width: 100%;
  background: #ffffff;
}

.agedaInnWrp {
  max-width: 850px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 81px auto 98px;
}

.agendaHd {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
}

.agenda_subHd {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  letter-spacing: 0.48px;
}

.tablist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}

.tablist li {
  list-style-type: none;
}

.tablist li a {
  width: 100%;
  text-decoration: none;
}

.tablist li a br {
  display: none;
}

.tablist li a .txt {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 0.48px;
  text-align: center;
  color: #000000;
}

.tablist li a .underline {
  width: 100%;
  height: 3px;
  background-color: transparent;
  display: block;
  margin-top: 9px;
}

.tablist li a.act .underline {
  background-color: #cdcf00;
}

.agendaTabCont {
  display: flex;
  flex-flow: column;
  margin-top: 48px;
}

.agendaInnTabCont {
  display: flex;
  margin-top: 48px;
  position: relative;
  display: none;
}

.verBorder {
  width: 2px;
  position: absolute;
  top: 6px;
  height: calc(100% - 13px);
  background: #000000;
  left: 225px;
}

.timeCont {
  position: relative;
  width: 195px;
  flex-grow: 0;
  flex-shrink: 0;
  /* &:after { content:''; width:2px; height:100%; position:absolute; top:3px; right:0; height:calc(100% - 13px); background:#000000; right:5px; } */
}

.agendaDescCont {
  margin-left: 63px;
}

.agendaListWrp {
  position: relative;
}

.agendaList {
  list-style: none;
}

.agendaList li {
  width: 100%;
  line-height: 22px;
  margin-top: 23px;
  display: flex;
  flex-flow: row;
  position: relative;
}

.agendaList li:first-child {
  margin-top: 0;
}

.agendaList li:after {
  content: '';
  position: absolute;
  left: 219px;
  top: 4px;
  width: 10px;
  height: 10px;
  border: solid 2px #cdcf00;
  background-color: #cdcf00;
  border-radius: 50%;
}

.timeTxt {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #666666;
  z-index: 1;
  line-height: 22px;
}

.descHd {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.desctxt {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.agendaHint {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
  margin-top: 67px;
}

.speakerHint {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
  margin-top: 20px;
}

.agendaSubHd {
  margin: 40px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .agenda_subHd, .tablist li a .txt {
    font-size: 22px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .agendaHd {
    font-size: 26px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
  .agenda_subHd, .tablist li a .txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 639px) {
  .verBorder {
    left: 5px;
  }
  .agendaList li {
    flex-flow: column;
  }
  .agendaList li:after {
    left: -1px;
  }
  .agendaDescCont {
    margin-left: 27px;
  }
  .timeTxt {
    text-align: left;
    margin-left: 27px;
  }
  .timeTxt br {
    display: none;
  }
  .agedaInnWrp {
    margin: 40px auto 50px;
  }
  .agendaTabCont {
    margin-top: 0;
  }
  .agendaHint {
    margin-top: 40px;
  }
  .agendaInnTabCont {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 559px) {
  .agendaHd {
    font-size: 20px;
  }
  .tablist li {
    text-align: center;
  }
  .tablist li .txt br {
    display: block;
  }
  .timeTxt, .descHd, .desctxt, .agenda_subHd, .tablist li a .txt, .agendaHint {
    font-size: 14px;
  }
}

/* agenda end */
/*# sourceMappingURL=style.css.map */