body {
  overflow-x: hidden;
  color: #000000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;

}

#banner-modal .modal-dialog {
  max-width: 1180px;
}
.modal-body .button-common {
    margin-left: 4px;
}
.slick-slide .button-common {
    margin-right: 6px;
}
#banner-modal .modal-body img {
  width: 100%;
}

#banner-modal .modal-body {
  padding: 0px;
}

#banner-modal .modal-body button {
  position: absolute;
  width: 33px;
  opacity: 1;
  right: -30px;
  top: -40px;
}
  .kc_column {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.shedule-text {
    padding-left: 50px;
}
.body-active {
  position: fixed;
  width: 100%;
}

a {
  cursor: pointer;
}

a:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-banner .banner-content a {
  color: #158fa9;
  font-size: 20px;
  line-height: 31.94px;
  letter-spacing: 0.05px;
  position: relative;

  padding-bottom: 10px;
}

.home-banner .banner-content .button-banners {
  display: flex;
}

.home-banner .banner-content .register-banner {
  background-color: #53bda2;
  padding: 10px 10px;
  width: 190px;
  color: #fff;
}

.home-banner .banner-content .register-banner::after {
  background-image: url(../images/register-icon2.png);
  background-repeat: no-repeat;
  right: 12px;
  top: 52%;
  transform: translateY(-50%);
}

.home-banner .banner-content .view-schedule {
  margin-left: 10px;
  line-height: 51.94px;
  padding-bottom: 0px;
  border: 2px solid #53bda2;
  padding: 0px 20px;
  color: #53bda2;
}

.home-banner .banner-content .view-schedule::after {
  display: none;
}

.home-banner .banner-content .logo-banner {
  padding-bottom: 0px;
}

.home-banner .banner-content .logo-banner::after {
  display: none;
}

.home-banner .banner-content a::after {
  content: "";
  position: absolute;
  background-image: url(../images/right-arrow.png);
  width: 28px;
  background-size: 100%;
  right: -40px;
  top: 6px;
  background-size: 100%;
  height: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* .home-banner .banner-content a:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: -50px;
} */

.section {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vertical-center {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-center__inner {
  display: table-cell;
  vertical-align: middle;
}

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

.section--full,
.section--vertical {
  min-height: 100vh;
  position: relative;
  padding-left: 180px;
}

.section--vertical {
  background-color: rgba(0, 38, 43, 0.07);
  padding: 80px 0px 0px 180px;
}

.section--vertical h3 {
  font-size: 37.5px;
  line-height: 49px;
  letter-spacing: 0.09px;
  color: #000000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
  padding-bottom: 40px;
}

.section--vertical .slick-list.draggable {
  padding: 0px 60px 0px 0px;
}

.block-list {
  white-space: nowrap;
}

.block-list .slick-disabled::before {
  background-image: url(../images/right-arrow-disable.png) !important;
}

.block-list .slide-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  border: none;
}

.block-list .slide-arrow:focus {
  outline: 0;
}

.block-list .slide-arrow::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/right-arrow.png);
}

.block-list .slick-prev {
  bottom: 136px;
  right: 130px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.block-list .slick-next {
  bottom: 153px;
  right: 110px;
}

.block-list .slick-arrow {}

.block-list__item {
  width: 568px;
  height: 100vh;
  min-height: 600px;
  display: inline-block;
  white-space: normal;
  padding-right: 20px;
}

.block-list__item-inner {
  width: 100%;
  height: 100%;
}

.block-list__item-inner img {
  width: auto;
  margin-bottom: 20px;
}

.block-list__item-inner h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05px;
  color: #000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
  width: 276px;
}

.block-list__item-inner p {
  padding-right: 150px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.block-list__item:first-child {
  margin-left: 0;
}



.scrollend {
  -webkit-transform: translateX(-1500px);
  transform: translateX(-1500px);
}

.logo {
  position: absolute;
  z-index: 999;
  left: 350px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-height: 2900px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.left {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin: 0 auto;
  max-height: 2900px;
  position: relative;
  width: 30%;
}

.right {
  color: #fff;
  height: auto;
  margin: 0 auto;
  max-height: 2900px;
  position: relative;
  width: 30%;
}

.droite {
  position: relative;
  right: 300px;
  bottom: 300px;
}

.image1 {
  position: relative;
  z-index: 99;
}

.zoom-img {
  overflow: hidden;
}

.home-banner {
  padding-top: 40px;
  height: 100%;
  position: relative;
}

.home-banner .image-left {
  position: absolute;
  left: 0px;
  top: 0px;
}

.home-banner .image-right {
  position: absolute;
  right: 0px;
  top: 0px;
}

.home-banner .main-logo {
  width: 100%;
}

.home-banner .main-logo img {
  width: auto;
  display: table;
  margin: auto;
}

.home-banner .banner-content {
  padding-top: 130px;
  position: relative;
  padding-bottom: 40px;
}

.home-banner .banner-content h2 {
  font-size: 48px;
  letter-spacing: 0.12px;
  color: #000000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
  margin-bottom: 30px;
}

.home-banner .banner-content h2 span {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
}

.home-banner .banner-content h2 .bnr-block {
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
}

.home-banner .banner-content p {
  font-size: 20px;
  line-height: 36.94px;
  letter-spacing: 0.05px;
  width: 417px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
}

.home-banner .banner-content p span {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fdb714), color-stop(100%, #fdb714), color-stop(90%, transparent), to(transparent));
  background-image: linear-gradient(transparent 60%, #fdb714 0%, #fdb714 100%, transparent 90%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-animation: animatedBackground 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s forwards;
  animation: animatedBackground 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s forwards;
  display: inline-block;
}

@-webkit-keyframes animatedBackground {
  to {
    background-size: 100% 100%;
  }
}

@keyframes animatedBackground {
  to {
    background-size: 100% 100%;
  }
}

.home-banner .banner-content .bottom-logo {
  display: block;
  margin-top: 110px;
  width: 210px;
  image-rendering: -webkit-optimize-contrast;
}

.home-banner .banner-content .banner-slider .zoom-slider {
  width: 746px;
  height: 377px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.home-banner .banner-content .banner-slider .zoom-slider::after {
  content: "";
  width: 100%;
  height: 600px;
  position: absolute;
}

.home-banner .banner-content .banner-slider .zoom-slider .slick-slide .zoom-img img {
  opacity: 0;
  transition: .2s;
}

.home-banner .banner-content .banner-slider .zoom-slider .slick-active .zoom-img img {
  opacity: 1;
  transition: .2s;
}

.home-banner .banner-content .banner-slider .zoom-slider .zoom-img img {
  width: 100%;
}

.home-banner .banner-content .banner-slider .zoom-slider .slick-list.draggable {
  border-top-left-radius: 580px !important;
  border-top-right-radius: 570px !important;
  z-index: 99;
}

.home-banner .banner-content .slick-active img {
  -webkit-animation: fadezoom 5s 1s linear;
  animation: fadezoom 5s 1s linear;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);

  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);

  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

  }
}

.tabs_wrapper {
  display: none;
}

.tabs_wrapper .nav-tabs {
  border: none;
}

.tabs_wrapper .nav-tabs li {
  width: 25%;
  margin: 0;
  padding: 0;
}

.tabs_wrapper .nav-tabs li a {
  width: 100%;
  margin: 0;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background: transparent !important;
}

.tabs_wrapper .nav-tabs.nav-tabs-white li a {
  color: #fff;
}

.tabs_wrapper .nav-tabs li.active a {
  border-bottom: 3px solid #158fa9;
  color: #158fa9;
}

a.register_link_arrow {
  width: 50px;
  margin-left: 12px;
}

a.register_link_arrow img {
  width: 50px;
  height: 50px;
  padding: 11px;
  border: 2px solid #000;
  border-radius: 50px;
}

.mission_main_section_wrapper {
  height: 100% !important;
  padding: 170px 0 !important;
}

.about-setion {
  background-image: url(../images/smart-about-bnr.png);
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
}

.about-setion .right-top {
  position: absolute;
  right: 0px;
  top: -100px;
}

.about-setion .menu-bg {
  position: absolute;
  top: 16%;
  left: 0px;
}

.about-setion .about-right {
  position: absolute;
  right: 0px;
  top: 34%;
}

.about-setion .menu-sticky {
  position: absolute;
  height: 100vh;
  width: 140px;
  float: left;
  left: 0%;
}

.about-setion .menu-sticky .navigation {
  position: absolute;
  width: 140px;
  top: 340px;
  color: #1f1f1f;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 30px 10px 45px;
}

.about-setion .menu-sticky .navigation__link {
  display: block;
  color: #1f1f1f;
  text-decoration: none;
  padding: 7px 0px;
  position: relative;
  font-weight: 500;
}

.about-setion .menu-sticky .navigation__link::after {
  position: absolute;
  content: "";
  background-image: url(../images/minus.png);
  width: 18px;
  height: 4px;
  background-size: 100% 100%;
  left: -27px;
  top: 17px;
  z-index: 99;
  background-repeat: no-repeat;
}

.about-setion .menu-sticky .navigation__link.active {
  color: #158fa9;
}

.about-setion .menu-sticky .navigation__link.active::after {
  position: absolute;
  content: "";
  background-image: url(../images/plus.png);
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  left: -27px;
  top: 10px;
  z-index: 99;
  background-repeat: no-repeat;
}

.about-setion .menu-sticky .green-color {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-setion .menu-sticky .green-color a {
  color: #158fa9;
}

.about-setion .menu-sticky .green-color a::after {
  background-image: url(../images/minus-green.png);
}

.about-setion .menu-sticky .green-color .active {
  color: #fff;
}

.about-setion .menu-sticky .green-color .active:after {
  background-image: url(../images/plus-green.png);
}

.about-setion .fixed-top {
  right: auto;
  left: 0%;
  position: fixed;
}

.about-setion .fixed-top .navigation {
  top: 340px;
  padding: 10px 30px 10px 45px;
}

.about-setion .about-top {
  width: 539px;
  padding-top: 250px;
}

.about-setion .about-top p {
  font-size: 20px;
  line-height: 32px;
  color: #1f1f1f;
  letter-spacing: 0.05px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.about-setion .about-top p span {
  font-weight: 900;
  font-family: 'IBM Plex Sans', sans-serif;
}

.about-setion .about-top2 {
  padding-right: 83px;
  padding-top: 150px;
}

.about-setion .about-top2 p {
  font-size: 20px;
  line-height: 32px;
  color: #1f1f1f;
  letter-spacing: 0.05px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.about-setion .about-top2 p span {
  font-weight: 900;
  font-family: 'IBM Plex Sans', sans-serif;
}

.about-setion .about-content {
  margin-top: 110px;
  position: relative;
  overflow: visible;
}

.about-setion .about-content p {
  font-size: 20px;
  line-height: 32px;
  color: #1f1f1f;
  letter-spacing: 0.05px;
  font-family: 'IBM Plex Sans', sans-serif;
  padding-top: 34px;
  padding-left: 10px;
  margin-bottom: 0px;
}

.about-setion .about-content p span {
  font-weight: 900;
  font-family:'IBM Plex Sans', sans-serif;
}

.about-setion .about-content img {
  width: 257px;
}

.about-setion .about-content::after {
  content: "";
  background-image: url(../images/abt-content2.png);
  width: 208px;
  height: 208px;
  background-size: 100%;
  position: absolute;
  left: -230px;
  top: 50px;
}

.about-setion .about-content::before {
  content: "";
  background-image: url(../images/abt-content3.png);
  width: 141px;
  height: 141px;
  position: absolute;
  left: -163px;
  top: 280px;
}

.section--full {
  background-color: #005963;
  width: 100%;
  /*padding: 190px 0px;*/
  padding: 150px 0px;
  height: 100vh;
  min-height: 100%;
}

.section--full img {
  width: 100%;
  /* float: left; */
  margin-top: 20px;
  image-rendering: -webkit-optimize-contrast;
  display: table;
  margin: auto;
  margin-top: -60px;
}

.section--full .mission-div h4 {
  color: #007C89;
  font-size: 37.5px;
  line-height: 49.94px;
  letter-spacing: 0.09px;
  font-weight: 900;
  text-align: left;
}

.section--full .mission-div p {
  color: #ebebeb;
  letter-spacing: 0.04px;
  line-height: 22px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
}

.section--full .mission-div2 p {
  color: #ebebeb;
  letter-spacing: 0.04px;
  line-height: 22px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-top: 35px;
  text-align: left;
}

.summit-section {
  padding: 100px 0px 0px;
  position: relative;
}

.summit-section .mission-left {
  position: absolute;
  top: 50px;
  width: auto;
}

.summit-section .mission-right {
  position: absolute;
  right: 0px;
  width: auto;
  top: 0px;
}

.summit-section .mission-bottom {
  position: absolute;
  bottom: -170px;
}

.summit-section .gallery-img {
  width: 428px;
  float: right;
}

.summit-section .gallery-img img {
  width: 100%;
  margin-top: 65px;
}

.summit-section .gallery-section {
  position: relative;
  background-color: #33a595;
  padding: 126px 93px 140px 90px;
}

.summit-section .gallery-section::after {
  content: "";
  background-image: url(../images/summit-1.png);
  width: 65px;
  height: 65px;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.summit-section .gallery-section::before {
  content: "";
  background-image: url(../images/summit-2.png);
  width: 90px;
  height: 90px;
  background-size: 100%;
  bottom: -1px;
  right: 0px;
  position: absolute;
}

.summit-section .gallery-section h5 {
  font-size: 37.5px;
  color: #fff;
  line-height: 49.94px;
  letter-spacing: 0.09px;
  font-weight: 900;
  margin-bottom: 60px;
}

.summit-section .gallery-section h6 {
  font-size: 37.5px;
  color: #1f1f1f;
  line-height: 49.94px;
  letter-spacing: 0.09px;
  font-weight: 900;
}

.summit-sectionTwo {
  padding: 170px 0px 120px;
}

.summit-sectionTwo h2 {
  color: rgba(0, 0, 0, 0.15);
  font-size: 37.5px;
  line-height: 49.94px;
  letter-spacing: 0.09px;
  font-weight: 900;
  margin-bottom: 56px;
}

.summit-sectionTwo .detail-points .service-detail {
  margin-bottom: 50px;
  height: 120px;
  position: relative;
}

.summit-sectionTwo .detail-points .service-detail img {
  position: absolute;
  bottom: 52px;
  width: auto;
}

.summit-sectionTwo .detail-points .service-detail h6 {
  font-size: 20px;
  line-height: 49.94px;
  letter-spacing: 0.05px;
  font-weight: 900;
  position: absolute;
  bottom: 0px;
}

.save-the-date {
  position: relative;
  padding: 0px 0px 110px;
  background: #f5f5f5;
}

.save-the-date .save-left {
  position: absolute;
  left: 0px;
  bottom: -140px;
}

.save-the-date p {
  font-size: 35.5px;
  line-height: 55.94px;
  letter-spacing: 0.09px;
  color: #000000;
  font-family: 'IBM Plex Sans', sans-serif;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 70px;
}

.save-the-date p span {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
}

.save-the-date p .italic-span {
  font-style: italic;
}

.save-the-date .register-date {
  height: 136px;
  width: 100%;
  position: relative;
  margin-bottom: 76px;
  margin-top: 30px;
}

.save-the-date .register-date img {
  position: absolute;
}

.save-the-date .register-date h3 {
  font-size: 37.5px;
  line-height: 55.94px;
  letter-spacing: 0.09px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
  padding: 65px 0px 0px 20px;
  position: relative;
  z-index: 9;
}

.save-the-date a {
  display: inline-block;
  width: 304px;
  font-size: 37.5px;
  line-height: 55.94px;
  letter-spacing: 0.09px;
  background-color: #53bda2;
  font-family: 'IBM Plex Sans', sans-serif;
  padding: 15px 20px;
  color: #fff;
}

.aos-animate p span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fdb714), color-stop(90%, #fdb714), color-stop(90%, transparent), color-stop(90%, transparent));
  background-image: linear-gradient(transparent 60%, #fdb714 0%, #fdb714 90%, transparent 90%, transparent 90%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-animation: animatedBackground 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s forwards;
  animation: animatedBackground 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s forwards;
}

@keyframes animatedBackground {
  to {
    background-size: 100% 100%;
  }
}

.footer {
  background-image: url(../images/footer-bg.png);
  width: 100%;
  padding: 65px 0px 40px 0px;
  position: relative;
  z-index: 999999;
  float: inline-end;
}

.footer .footer-left p {
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 43.94px;
  letter-spacing: 0.05px;
}

.footer .footer-left p a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
  font-style: italic;
  color: #fff;
}

#banner-modal {
  z-index: 999999;
}

.footer .footer-center img {
  width: 240px;
  display: table;
  margin: auto;
  image-rendering: -webkit-optimize-contrast;
}

.footer .footer-right p {
  color: #fff;
  text-align: right;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  line-height: 43.94px;
  letter-spacing: 0.05px;
}

.footer .footer-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  padding-left: 0px;
}

.footer .footer-right ul li {
  list-style: none;
  float: left;
  margin-left: 18px;
}


#section-4 {
  background-image: url(../images/shedule.svg);
  background-size: 132%;
  background-position: -280px -50px;
  background-color: #f4f4f4;
  height: 100%;
}

#section-4 .shedule-div {
  padding-top: 90px;
  overflow-x: hidden;
  padding-bottom: 60px;
}

#section-4 .shedule-div .slider-information {
  width: 152%;
  height: 76px;
}

#section-4 .shedule-div .slider-information img {
  width: 100%;
}

#section-4 .shedule-div .sheduleDayOneslider {
  width: 150%;
}

/* #section-4 .shedule-div .sheduleDayOneslider .slick-prev {
  display: none !important;
}
#section-4 .shedule-div .sheduleDayOneslider .slick-next {
  display: none !important;
} */
#section-4 .shedule-div .sheduleDayOneslider .slick-list.draggable {
  padding: 0px 150px 0px 0px !important;
}


#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .dateChange .hk-time-block {
  display: block;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .dateChange .hk-time-none {
  display: none;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .buttonChange .activeButton {
  border-bottom: 4px solid #fdb715;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: fit-content;
  color: #00877a;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside a.modal-a {
  position: relative;
  bottom: auto;
  left: auto;
  display: inline-block;

}

/* #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside a::after {
  content: "";
  width: 100%;
  background-color: #707070a1;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -6px;
} */
#section-4 .shedule-div .sheduleDayOneslider {
  width: 150%;
}

#section-4 .shedule-div .sheduleDayOneslider .slick-prev.slick-disabled {
  display: none !important;
}

#section-4 .shedule-div .sheduleDayOneslider .slick-next.slick-disabled {
  display: none !important;
}

#section-4 .shedule-div .sheduleDayOneslider .slick-arrow {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 999;
  width: 30px;
  cursor: pointer;
}

#section-4 .shedule-div .sheduleDayOneslider .slick-prev {
  left: -40px;
}

#section-4 .shedule-div .sheduleDayOneslider .slick-next {
  right: 170px;
}

#section-4 .shedule-div .sheduleDayOneslider .slick-list.draggable {
  padding: 0px 150px 0px 0px !important;
}

#section-4 .shedule-div .sheduleDayOneslider .slick-slide {
  opacity: 0.6;
}

#section-4 .shedule-div .sheduleDayOneslider .slick-center {
  opacity: 1;
}

#section-4 .shedule-div .sheduleDayOneslider .slick-active {
  opacity: 1;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside {
  background-color: #e6e6e6;
  padding: 30px 30px;
  margin: 0px 15px;
  border-radius: 10px;
  height: auto !important;
  position: relative;
  /* border-bottom: 3px solid #fdb714; */
  margin-bottom: 25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.about-setion .menu-sticky .light-color
{
  background-color: transparent;
}
#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .dateChange h5 {
  color: #000;
  font-size: 17px;
  line-height: 41px;
  font-family: 'IBM Plex Sans', sans-serif;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .dateChange .hk-time-block {
  display: block;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .dateChange .hk-time-none {
  display: none;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .buttonChange .button-common {
  font-size: 14px;
  line-height: 19px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 34px;
  height: 32px;
  color: #0000004f;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .buttonChange .button-common:focus {
  outline: none;

}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .buttonChange .activeButton {
  border-bottom: 4px solid #fdb715;
  color: #000;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  color: #46555f;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-top: 15px;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: fit-content;
  color: #00877a;
}

#section-4 .tab-menu {
  padding: 0px;
  display: inline-block;
  padding-left: 20px;
}

#section-4 .tab-menu li {
  float: left;
  list-style: none;
  position: relative;
  border-right: 1px solid #e0e0e0;
  margin-bottom: 60px;
}

#section-4 .tab-menu li h5 {
  position: absolute;
  font-weight: 200;
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;
  bottom: -34px;
  color: #00000085;
}

#section-4 .tab-menu li a {
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.4;
  display: inline-block;
}

#section-4 .tab-menu li a.active {
  opacity: 1;
}

/* #section-4 .tab-menu li:first-child{
  border-bottom: 3px solid #fdb715;

}

#section-4 .tab-menu li:nth-child(2){
  border-bottom: 3px solid #fdb715;
}
#section-4 .tab-menu li:nth-child(3){
  border-bottom: 3px solid #03b5d2;
}
#section-4 .tab-menu li:nth-child(5){
  border-bottom: 3px solid #00b180;
}
#section-4 .tab-menu li:nth-child(4){
  border-bottom: 3px solid #00b180;
} */
#section-4 .tab-menu li a {
  color: #000;
}

#section-4 .tab-menu li a p {
  font-size: 18px;
}

#section-4 .tab-menu li a h6 {
  font-size: 35px;
}

/* #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside a::after {
  content: "";
  width: 100%;
  background-color: #707070a1;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -6px;
} */
#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside p {
  font-size: 18px;
  line-height: 16px;
  color: #46555f;
  font-family: 'IBM Plex Sans', sans-serif;
  padding-right: 110px;
  padding-bottom: 120px;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul {
  padding: 0px;
  width: 100%;
  display: inline-block;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li {
  float: left;
  width: 100%;
  height: auto;
  list-style: none;
  margin-right: 20px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 10px;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li p {
  padding-right: 0px;
  font-size: 12px;
  padding-bottom: 0px;
  text-align: left;
  word-break: break-word;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: 60px;
  color: #000;

}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li h6 {
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  background-color: #00877a;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
  color: #fff;
  padding: 3px 5px 2px;
  text-transform: uppercase;
  width: fit-content;
  display: table;
  margin: auto;
  bottom: -6px;
  left: -9px;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li h4 {
  font-size: 12px;
  color: #7E7E7E;
  line-height: 16px;
  letter-spacing: normal;

  text-align: left;
  margin-left: 60px;
  margin-top: 5px;
}

#section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
  float: left;
  border: 1px solid #dadada;
}

#section-4 .sheduleDayOneslider {
  display: none;
}

#section-4 .sheduleDayOneslider.active {
  display: block;
}

#section-4 .sheduleDayOneslider .day-detail {
  background-color: #e6e6e6;
  padding: 30px 30px;
  margin: 0px 15px;
  border-radius: 10px;
  height: auto;
  min-height: 447px;
  position: relative;
  border-bottom: 3px solid #fdb714;
  margin-bottom: 25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#section-4 .sheduleDayOneslider .day-detail h3 {
  font-size: 24px;
  line-height: 41px;
  font-weight: 900;
  color: #46555f;
  padding-right: 80px;

}

#section-4 .sheduleDayOneslider h5 {
  font-size: 15px;

}

#section-4 .sheduleDayOneslider h5 span {
  font-weight: 200;
}

.shedule-popup .modal-dialog {
  max-width: 1215px;
  border-radius: 0px;
  min-height: 646px;
}

.shedule-popup .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 999;
  border-bottom: 0px;
}

.shedule-popup .modal-dialog .modal-content .modal-header button {
  opacity: 1;
}

.shedule-popup .modal-dialog .modal-content .modal-header button span {
  display: inline-block;
  color: #00877a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  border-bottom: 2px solid #cacaca;
  padding-bottom: 5px;
  opacity: 1;
}

.shedule-popup .modal-dialog .modal-content .modal-body {
  padding: 126px 0px 126px 154px;
}

.shedule-popup .modal-dialog .modal-content .modal-body h3 {
  padding-top: 15px;
  font-size: 30px;
  line-height: 41px;
  font-weight: 900;
  color: #46555f;
}

.shedule-popup .modal-dialog .modal-content .modal-body p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'IBM Plex Sans', sans-serif;
  padding-top: 20px;
  color: #46555f;
  padding-right: 18px;
  padding-bottom: 40px;
}

.shedule-popup .modal-dialog .modal-content .modal-body .dateChange h5 {
  color: #339d8d;
  font-size: 30px;
  line-height: 41px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.shedule-popup .modal-dialog .modal-content .modal-body .dateChange .hk-time-block {
  display: block;
}

.shedule-popup .modal-dialog .modal-content .modal-body .dateChange .hk-time-none {
  display: none;
}

.shedule-popup .modal-dialog .modal-content .modal-body .buttonChange .button-common {
  font-size: 14px;
  line-height: 19px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 34px;
  height: 32px;
  color: #fff;
  background-color: #cacaca;
}

.shedule-popup .modal-dialog .modal-content .modal-body .buttonChange .button-common:focus {
  outline: none;
}

.shedule-popup .modal-dialog .modal-content .modal-body .buttonChange .activeButton {
  background-color: #3bb59b;
}

.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg {
  padding: 0px;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}

.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li {
  width: 20%;
  list-style: none;
  position: relative;
}
.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li::after {
  display:none;
}
/* .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li::after {
  content: "";
  width: 2px;
  height: 55px;
  background-color: #cacaca;
  position: absolute;
  left: -40px;
  top: 11px;
}
.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li:nth-child(1)::after {
  display:none;
} */
/* .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li:nth-child(2)::after {
  content: "";
  width: 2px;
  height: 55px;
  background-color: #cacaca;
  position: absolute;
  left: -40px;
  top: 11px;
} */

.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li img {
  width: 89px;
  height: 89px;
  border: 1px solid #000;
  border-radius: 70px;
  image-rendering: -webkit-optimize-contrast;
	margin-right: 10px;
}

.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li h2 {
  font-size: 15px;
  line-height: 27px;
  color: #46555f;
  font-family: 'IBM Plex Sans', sans-serif;
  margin-top: 10px;
}

.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li p {
  font-size: 14px;
  line-height: 19px;
  color: #46555f;
  font-family: 'IBM Plex Sans', sans-serif;
  padding-top: 0px;
  padding-bottom: 0px;
}

.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg .host {
  position: relative;
}

.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg .host h6 {
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  position: absolute;
  background-color: #00877a;
  font-weight: 900;
  color: #fff;
  padding: 2px 12px;
  /* bottom: -13px; */
  top: 75px;
  left: -2px;
  text-transform: uppercase;
}

.shedule-popup {
  z-index: 999999;
}

.speakers-popup .modal-dialog {
  max-width: 1215px;
  border-radius: 0px;
  min-height: 646px;
}

.speakers-popup .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  border-bottom: 0px;
}

.speakers-popup .modal-dialog .modal-content .modal-header button {
  opacity: 1;
  background-color: #fff;
  border-radius: 50px;
  padding: 0px;
  margin: 0px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 3px #eee;
}

.speakers-popup .modal-dialog .modal-content .modal-header button span {
  display: inline-block;
  color: #00877a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;

  padding-bottom: 5px;
  opacity: 1;
}

body.modal-open {
  overflow: hidden;
}

button:focus {
  outline: none;
}

.speakers-popup .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.speakers-popup .modal-dialog .modal-content .modal-body .speakersimg {
  overflow: hidden;
  padding-right: 0px;
  height: 100%;
  position: relative;
}

.speakers-popup .modal-dialog .modal-content .modal-body .speakersimg img {
  width: 57%;
  height: auto;
  object-fit: initial;
  left: 50%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -34%);
  image-rendering: -webkit-optimize-contrast;
  border: 0;
  box-shadow: none;

}
.team-each-popup .col-md-4 img {
  width: 60% !important;
  padding: 50px 0px !important;
/*   top: 50% !important; */
  position: relative !important;
/*   left: 20% !important; */
}

.speakers-popup .modal-dialog .modal-content .modal-body .speakers-quote {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 160px;
  padding: 90px 120px 25px 0px;
}

.speakers-popup .modal-dialog .modal-content .modal-body .speakers-quote h3 {
  font-size: 30px;
  line-height: 41px;
  color: #46555f;
  font-weight: 600;
}

.speakers-popup .modal-dialog .modal-content .modal-body .speakers-quote h4 {
  color: #339d8d;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.speakers-popup .modal-dialog .modal-content .modal-body .speakers-quote p {
  font-size: 18px;
  line-height: 24px;
  color: #46555f;

}

.custom-popup {
  width: 550px;
  box-shadow: 1px 1px 1px #eee;
  background-color: #fff;
  display: table;
  margin: auto;
  padding: 30px 0px;
  margin-top: 4%;
  position: relative;
}

.custom-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
}

.custom-popup h3 {
  text-align: center;
}

.custom-popup p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}

.custom-popup .logo-2 {
  width: 150px;
  display: table;
  margin: auto;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 15px;
}

.custom-popup .speaker-img .speaker-left {
  position: relative;

  width: 50%;
}

.custom-popup .speaker-img .speaker-right {
  position: relative;
  width: 50%;
}

.custom-popup .speaker-img {
  display: flex;
  width: 100%;
  margin: 35px 0px 50px;
}

.custom-popup .speaker-img img {
  width: 100%;
}

.custom-popup .regis {
  background-color: #53bda2;
  padding: 10px 10px;
  width: 190px;
  color: #fff;
  font-size: 20px;
  line-height: 31.94px;
  letter-spacing: 0.05px;
  position: relative;
  border: 0;
  text-align: left;
  display: table;
  margin: auto;
}

.speaker-left ul {
  position: absolute;
  bottom: 0px;
}

.speaker-left ul li {
  list-style: none;
  color: #fff;
}

.speaker-left::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00000038;
  left: 0px;
  top: 0px;
}

.speaker-right::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00000038;
  left: 0px;
  top: 0px;
}

.speaker-right ul {
  position: absolute;
  bottom: 0px;
}

.speaker-right ul li {
  list-style: none;
  color: #fff;
}

.custom-popup-overlay {
  height: 100vh;
  width: 100%;
  background-color: #00000030;
  position: fixed;
  z-index: -9;
  background-attachment: fixed;
  opacity: 0;
  transition: 0.4s;
}

.custom-popup-overlay .custom-popup {
  margin-top: 4%;
  transition: 0.4s;
}

.custom-popup-overlay.active .custom-popup {
  margin-top: 2%;
  transition: 0.4s;
}

.custom-popup-overlay.active {
  opacity: 1;
  transition: 0.4s;
  z-index: 99999;
}

.custom-popup .regis::after {
  background-image: url(../images/register-icon2.png);
  background-repeat: no-repeat;
  right: 12px;
  top: 52%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 28px;
  background-size: 100%;
  height: 15px;
  transition: 0.2s;
}

.sponsors {
  padding-top: 110px;
}

.sponsors h2 {
  font-size: 37.5px;
  line-height: 49.94px;
  letter-spacing: 0.1px;
  color: #000000;
  font-family: 'Avenir';
  font-weight: 900;
}

.our-sponsors {
  width: 100%;
  padding: 80px 0px;
  background-color: rgb(237 240 240);
}

.our-sponsors .our-sponsors-logo {
  width: 100%;
  margin: 30px 0px 60px;
text-align: center;
}

.our-sponsors .our-sponsors-logo img {
  width: auto;
  height: 80px;
}

@media screen and (max-width: 1440px) and (min-width: 1366px) {
  #section-4 .shedule-div .sheduleDayOneslider .slick-next {
    right: 420px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-list.draggable {
    padding: 0px 410px 0px 0px !important;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .dateChange h5 {
    font-size: 14px;
    line-height: 28px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .buttonChange .button-common {
    width: 29px;
    height: 30px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1280px) {
  #section-4 .shedule-div .sheduleDayOneslider .slick-list.draggable {
    padding: 0px 460px 0px 0px !important;
  }

}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .home-banner .banner-content {
    padding-top: 70px;
  }

  .home-banner .banner-content .bottom-logo {
    margin-top: 60px;
  }

  .about-setion .menu-sticky .navigation {
    top: 22%;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-next {
    right: 469px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-list.draggable {
    padding: 0px 460px 0px 0px !important;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li p {
    font-size: 10px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1200px) {
  #section-4 .shedule-div .sheduleDayOneslider .slick-next {
    right: 500px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-prev {
    left: 0px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-list.draggable {
    padding: 0px 490px 0px 0px !important;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .dateChange h5 {
    font-size: 12px;
    line-height: 28px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .buttonChange .button-common {
    width: 25px;
    height: 27px;
    padding: 0px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1208px;
  }
  .kc-container {
    max-width: 1208px !important;
}
}

@media (min-width: 1700px) {
  .container {
    max-width: 1208px;
  }
  .kc-container {
    max-width: 1208px !important;
}

  /* .about-setion .menu-sticky {
    left: 17%;
  } */
  .about-setion .fixed-top {
    left: 17%;
  }
}

@media (min-width: 768px) {
  .hide-desk {
    display: none !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 540px) {
  .home-banner .banner-content .banner-slider .zoom-slider {
    width: 426px;
    height: 216px;
  }

  .summit-section .gallery-section {
    padding: 106px 33px 100px 33px;
  }

  .summit-section .gallery-section h5 {
    font-size: 31.5px;
    color: #fff;
    line-height: 41.94px;
  }

  .summit-section .gallery-section h6 {
    font-size: 31.5px;

    line-height: 41.94px;
  }

  .summit-sectionTwo .detail-points .service-detail {
    height: 140px;
  }

  .summit-sectionTwo .detail-points .service-detail h6 {
    line-height: 23.94px;
  }

  .block-list__item-inner img {
    width: 100%;
  }

  .block-list__item-inner p {
    padding-right: 50px;
  }

  .block-list__item-inner h5 {
    padding-right: 30px;
  }

  #section-4 .tab-menu {
    display: flex;
  }

  #section-4 .tab-menu li {
    margin-bottom: 30px;

  }

  #section-4 .tab-menu li a h6 {
    font-size: 25px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-list.draggable {
    padding: 0px 410px 0px 70px !important;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-prev {
    left: 50px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-next {
    right: 310px;
  }

  .our-sponsors .our-sponsors-logo img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
  }

}

@media (max-width: 767px) {
	.shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li::after {
  display:none;
}
  .hide-mobile {
    display: none !important;
  }

  .speaker-left ul li {
    font-size: 12px;
  }

  .speaker-right ul li {
    font-size: 12px;
  }

  .custom-popup h3 {
    font-size: 16px;
  }

  .custom-popup p {
    font-size: 16px;
  }

  .custom-popup {
    width: 95%;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-slide {
    margin-right: 0px !important;
  }

  #section-4 {
    height: auto;
  }

  #section-4 .shedule-div {
    padding-bottom: 30px;
  }

  .home-banner {
    padding-top: 20px;
    overflow: hidden;
    height: 100vh;

  }

  .home-banner .container {
    height: 100%;
  }

  .home-banner .main-logo img {
    width: 155px;
  }

  .home-banner .mobile-div-banner {
    height: 100%;
  }

  .home-banner .banner-content {
    padding-top: 80px;
    height: 100%;
  }

  .home-banner .banner-content h2 {
    width: 240px;
    font-size: 32px;
    margin-bottom: 50px;
  }

  .home-banner .banner-content h2 .bnr-block {
    display: inline;
  }

  /* .save-the-date a{
    font-size: 16px;
    padding: 15px 20px;
    line-height: 24px;
  } */
  .home-banner .banner-content p {
    font-size: 16px;
    line-height: 24.94px;
    letter-spacing: 0.04px;
    width: 252px;
    margin-bottom: 25px;

  }

  .sponsors {
    padding-top: 30px;
  }

  .our-sponsors {
    padding: 40px 0px;
  }

  .home-banner .banner-content a {
    font-size: 16px;
    line-height: 24.94px;
    letter-spacing: 0.04px;
  }

  .home-banner .banner-content a::after {
    top: 4px;
  }

  .home-banner .banner-content .banner-slider .zoom-slider {
    right: -320px;
    width: 566px;
    height: 296px;
    bottom: 0px;
  }

  .home-banner .banner-content .bottom-logo {
    width: 170px;
    margin-top: 48px;
  }

  .about-setion {
    background-image: unset;
  }

  .about-setion .about-top {
    width: 100%;
    padding-top: 120px;
    padding-right: 13px;
    padding-left: 33px;
  }

  .about-setion .about-top p {
    font-size: 14px;
    line-height: 22.94px;
    letter-spacing: 0.04px;
    position: relative;
  }

  .about-setion .about-top p::before {
    content: '';
    background-image: url(../images/p-before.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: -22px;
    top: -13px;
  }

  .about-setion .about-top2 {
    padding-right: 13px;
    padding-left: 33px;
    padding-top: 46px;

  }

  .about-setion .about-top2 p::before {
    content: '';
    background-image: url(../images/p-before.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: -22px;
    top: -13px;
  }

  .about-setion .about-top2 p {
    font-size: 14px;
    line-height: 22.94px;
    letter-spacing: 0.04px;
    position: relative;
  }

  .about-setion .about-content p {
    font-size: 14px;
    line-height: 22.94px;
    letter-spacing: 0.04px;
    padding-right: 13px;
    padding-left: 33px;
  }

  .about-setion .about-content img {
    width: 36%;
    height: 131px;
    display: table;
    margin: auto;
    object-fit: contain;
    object-position: bottom;
  }

  .about-setion .about-content::before {
    width: 29%;
    height: 88px;
    position: absolute;
    left: auto;
    top: 43px;
    right: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .about-setion .about-content::after {
    width: 29%;
    height: 96px;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 36px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .summit-section {
    padding: 50px 0px 0px;
  }

  .summit-section .gallery-section {
    padding: 100px 20px 40px 20px;
  }

  .summit-section .gallery-section::after {
    width: 37px;
    height: 37px;
    display: none;
  }

  .summit-section .gallery-section::before {
    width: 51px;
    height: 51px;
  }

  .summit-section .gallery-section h5 {
    font-size: 20px;
    line-height: 34.94px;
    letter-spacing: 0.05px;
  }

  .summit-section .gallery-section h6 {
    font-size: 20px;
    line-height: 34.94px;
    letter-spacing: 0.05px;
  }

  .save-the-date {
    padding: 0px 0px 60px;
  }

  .save-the-date p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.05px;
    color: #1f1f1f;
    margin-top: 30px;
  }

  .save-the-date .register-date {
    margin-bottom: 43px;
    height: 96px;
  }

  .save-the-date .register-date img {
    width: 99px;
  }

  .save-the-date .register-date h3 {
    font-size: 32px;
    padding: 28px 0px 0px 20px;
    position: relative;
    z-index: 8;
  }

  .footer {
    background-image: url(../images/footer-bg-mob.png);
    padding: 40px 0px 40px 0px;
    text-align: center;
    background-position: -30px 30px;
  }

  .footer .footer-left p {
    font-size: 16px;
    letter-spacing: 0.04px;
  }

  .footer .footer-center img {
    padding-bottom: 35px;
  }

  .footer .footer-right p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.04px;
  }

  .footer .footer-right ul {
    float: unset;
    margin: 0 auto;
    width: 235px;
  }

  .mission_section_wrapper {
    padding-left: 0;
  }

  .footer_register_btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
  }

  .footer_register_btn img {
    position: absolute;
    right: 20px;
    top: 37.5%;
  }

  .tabs_wrapper {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    left: 0px;
    padding: 0px 15px;
    transition: 0.3s;
  }

  .fixed {
    position: fixed;
    top: 0px;
    transition: 0.3s;
    width: 100%;
  }

  .block-list__item-inner p {
    padding-right: 0;
  }

  .block-list .slick-prev,
  .block-list .slick-next,
  .about-setion .menu-sticky {
    display: none;
  }

  .block-list .slick-prev,
  .block-list .slick-next {
    display: none !important;
  }

  .block-list__item {
    padding: 0;
  }

  .service-detail {
    display: grid;
    place-content: flex-start;
    height: 100%;
  }

  .summit-sectionTwo .detail-points .service-detail img {
    position: initial;
    height: 60px;
  }

  .summit-sectionTwo .detail-points .service-detail h6 {
    position: initial;
    line-height: 33px;
  }

  .section--full .mission-div h4 {
    color: #007C89;
    font-size: 33px;
  }

  .about-setion .about-content {
    margin-top: 15px;
  }

  .summit-sectionTwo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section--full img {
    width: 100%;
    margin-top: 0px;
  }

  .mission-div {
    margin-top: 60px;
  }

  .block-list__item-inner img {
    width: auto;
  }

  .slick-initialized .slick-slide {
    margin-right: 60px;
  }

  .block-list__item-inner h5 {
    width: 100%;
  }

  a.register_link_arrow img {
    width: auto;
    height: auto;
    border: 0;
    padding: 0px;
    margin-top: -7px;
  }

  .footer .footer-right {
    margin-top: 30px;
  }

  .summit-section .gallery-img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-bottom: -70px;
  }
  .summit-section .kc_col-sm-6 {
    width: 100% !important;
float: none !important;
}
.summit-section .gallery-img img {
  width: 90% !important;
  display: table;
  margin: auto;
  float: none !important;
}
.summit-sectionTwo .kc_col-sm-10 {
  position: relative;
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
  .summit-section .gallery-img img {
    width: 90%;
    display: table;
    margin: auto;
  }

  .mission_main_section_wrapper {
    padding: 50px 0px !important;
  }

  #section-4 .tab-menu li a p {
    font-size: 11px;
  }

  #section-4 .tab-menu li a h6 {
    font-size: 14px;
  }

  #section-4 .tab-menu li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  #section-4 .tab-menu {
    display: flex;
    padding-left: 0px;
    justify-content: space-between;
  }

  #section-4 .shedule-div .sheduleDayOneslider {
    width: 100%;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside h2 {
    font-size: 14px;
    padding-right: 0px;
    line-height: 20px;
    padding-bottom: 5px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-list.draggable {
    padding: 0px 0px 0px 0px !important;
  }

  #section-4 .tab-menu li {
    width: 100%;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-next {
    right: 0px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .slick-prev {
    left: 0px;
  }

  .home-banner .banner-content .register-banner {
    padding: 5px 10px;
    width: 162px;
    color: #fff;
    line-height: 34px;
  }

  .home-banner .banner-content .view-schedule {
    padding: 0px 12px;
    line-height: 40.94px;
  }

  .home-banner .banner-content .register-banner::after {
    top: 55%;
  }

  .home-banner .banner-content .button-banners {
    display: inline-grid;
  }

  .home-banner .banner-content .view-schedule {
    width: 162px;
    margin-left: 0px;
    margin-top: 10px;
  }

  .speakers-popup .modal-dialog .modal-content .modal-body .speakersimg {
    padding: 15px 0px 10px 15px;
    height: 300px;
  }

  .speakers-popup .modal-dialog .modal-content .modal-body .speakersimg img {
    width: 40%;
    height: 100%;
    object-fit: contain;
    object-position: left;
    top: 0px;
    transform: translate(-50%, 0px);
    left: 50%;
  }

  .speakers-popup .modal-dialog .modal-content .modal-body .speakers-quote {
    top: 0px;
    transform: translateY(0px);
    padding-right: 0px;
    padding-right: 15px;
    padding-left: 30px;
    padding-top: 20px;
  }

  .speakers-popup .modal-dialog .modal-content .modal-body .speakers-quote h3 {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .speakers-popup .modal-dialog .modal-content .modal-body .speakers-quote h4 {
    font-size: 14px;
    font-size: 19px;
  }

  .speakers-popup .modal-dialog .modal-content .modal-body .speakers-quote p {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #46555f;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body {
    padding: 96px 15px 36px 15px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li img {
    width: 48px;
    height: 48px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li {
    margin-right: 10px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .dateChange h5 {
    font-size: 10px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .buttonChange {
    display: flex;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside .buttonChange .button-common {
    width: auto;
    font-size: 10px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li {
    float: left;
    height: 113px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg {

    display: block;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg .host h6 {
    font-size: 7px;
    line-height: 8px;
    top: 37px;
    left: -3px;
    padding: 2px 5px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li h2 {
    font-size: 12px;
    line-height: 15px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li:nth-child(2)::after {
    display: none;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul {
    margin-bottom: 0px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside a {
    bottom: 10px;
    font-size: 15px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li p {
    padding-right: 0px;
    padding-top: 7px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .dateChange h5 {
    font-size: 12px;
    line-height: 20px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .buttonChange .button-common {
    width: 24px;
    height: 24px;
    padding: 0px;
    font-size: 9px;
    line-height: 27px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body p {
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .buttonChange {
    float: right;
  }

  .shedule-popup .modal-dialog .modal-content .modal-header {
    right: 0px;
  }

  .shedule-popup .modal-dialog .modal-content .modal-body .speakersModalimg li p {
    font-size: 11px;
    line-height: 16px;
  }

  .our-sponsors .our-sponsors-logo img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
  }

  .our-sponsors .our-sponsors-logo {
    margin: 30px 0px 20px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li p {
    word-break: inherit;
    font-size: 11px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li img {
    width: 45px;
    height: 45px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li p {
    margin-left: 52px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside ul li h6 {
    left: -10px;
    font-size: 8px;
  }

  #banner-modal .modal-body button {
    right: 0px;
    top: -43px;
  }
}

@media (max-width: 390px) {
  .block-list__item-inner img {
    width: 100%;
  }

  .home-banner .banner-content .banner-slider .zoom-slider {
    right: -220px;
    width: 396px;
    height: 216px;
    bottom: 0px;
  }

  #section-4 .shedule-div .sheduleDayOneslider .Dayoneinside {
    padding: 30px 20px;
    margin: 0px 10px;
  }
}

@media screen and (max-width: 1190px) and (min-width: 992px) {
  .home-banner .banner-content .banner-slider .zoom-slider {
    width: 596px;
    height: 296px;
  }

  .summit-sectionTwo .detail-points .service-detail {
    height: 120px;
  }

  .summit-sectionTwo .detail-points .service-detail img {
    bottom: 92px
  }

  .summit-sectionTwo .detail-points .service-detail h6 {
    line-height: 32px;
  }
}

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