/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*----------------------------------------------------------------------------------- 
[Table of contents] 
1.0 General 
2.0 Header (Logo or navigation) 
3.0 Home (Section) 
4.0 About (Section) 
5.0 Statistic (Section) 
6.0 Keynote Speakers (Section) 
7.0 Conference Schedule (Section) 
8.0 Sponsorship (Section) 
9.0 Sponsors & Partners (Section) 
10.0 Register Now (Section) 
11.0 Contact (Section) 
12.0 Subscription and Social Media 
13.0 Footer 
14.0 Media Queries */

/** * 1.0 General * ----------------------------------------------------------------------------- */

/* Global */

body {
  margin: 0;
  padding: 0;
  line-height: 1.85em;
  font-family: "Raleway", sans-serif;
  color: #242732;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  color: #263fd9;
}

a:hover {
  text-decoration: none;
  color: #263fd9;
}

input,
a:focus {
  outline: 0;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  padding-bottom: 10px;
  line-height: 26px;
}

h2 {
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  font-weight: 900;
}

.overflow {
  overflow: hidden;
}

.block-center {
  margin: 0 auto;
}

/* Preloader */

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.preloader .loader {
  width: 60px;
  height: 60px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.preloader .loader:before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 2px solid #263fd9;
  border-right: 2px solid #2575fc;
  border-bottom: 2px solid #2575fc;
  border-left: 2px solid #2575fc;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.preloader i:before {
  font-size: 35px;
}

/* Preloader animation */

@-webkit-keyframes spin {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Spacer */

.spacer_30vh {
  height: 30px;
}

.spacer_20vh {
  height: 20px;
}

.spacer_10vh {
  height: 10px;
}

/* Button */

.btn-ntPrimaryFull {
  min-width: 120px;
  background-color: #263fd9;
  border: 2px solid #263fd9;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 15px;
  outline: none;
  display: inline-block;
  margin-right: 10px;
}

.btn-ntPrimaryFull:hover {
  border: 2px solid rgba(140, 140, 140, 1);
  background-color: transparent;
  color: #263fd9;
}

.btn-ntPrimaryBorder {
  min-width: 120px;
  background-color: transparent;
  border: 2px solid rgba(140, 140, 140, 1);
  text-transform: uppercase;
  font-weight: 700;
  color: #263fd9;
  letter-spacing: 1px;
  border-radius: 15px;
  outline: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 30px;
  /* margin-top: 20px; */
}

.btn-ntPrimaryBorder:hover {
  border: 2px solid #263fd9;
  background-color: #263fd9;
  color: #ffffff;
}

.btn.ntLargexx {
  font-size: 16px;
  padding: 16px 29px;
}

.btn.ntLarge {
  font-size: 14px;
  padding: 14px 27px;
}

.btn.ntMedium {
  font-size: 12px;
  padding: 12px 25px;
}

.btn.ntSmall {
  font-size: 10px;
  padding: 10px 23px;
}

/* Way Point */

.ntWayPoint {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc(100% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.ntWayPoint::after {
  content: "";
  background-image: url("../images/way-point.svg");
  width: 253px;
  height: 38px;
}

.ntWayPoint i {
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 25px;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
  -o-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
  -webkit-animation: bounce_10px 2s ease infinite;
  animation: bounce_10px 2s ease infinite;
}

.ntWayPoint:hover i {
  top: 15px;
}

/* Section Heading */

span.btm-bar {
  background: url("../images/h1-btm-bar-blue.png") no-repeat;
  width: 130px;
  height: 17px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

span.btm-bar-white {
  background: url("../images/bar-white.png") no-repeat;
  width: 130px;
  height: 17px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}

/** * 2.0 Header (Logo or navigation) * ----------------------------------------------------------------------------- */

/*Logo*/

#logo_home {
  position: relative;
  z-index: 3;
}

#logo_home {
  margin-bottom: 0;
}

#logo_home a {
  width: 120px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: 600;
  font-size: 50px;
}

/*Navigation*/

.ntNavbar {
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 15px;
}

.ntNavbar li {
  position: relative;
}

.ntNavbar li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  margin: 0 15px;
  display: block;
  position: relative;
}

.ntNavbar li a.active,
.ntNavbar li a:hover {
  color: #263fd9;
  text-shadow: none;
}

.ntNavbar li a:before {
  content: "";
  position: absolute;
  background-color: #263fd9;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 2px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.ntNavbar li a:hover:before,
.ntNavbar li a.active:before,
.ntNavbar li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/*Sticky Header*/

.ntHeader.fixed {
  z-index: 4;
  position: fixed;
  border-bottom: 0;
  padding: 10px 0;
  -webkit-transition: 450ms ease-out;
  -o-transition: 450ms ease-out;
  transition: 450ms ease-out;
}

.ntHeader.fixed.slideDown {
  top: 0;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  height: 75px;
}

.fixed .ntNavbar li a {
  color: #242732;
}

.fixed #logo_home a {
  width: 110px;
  height: 33px;
  color: rgba(150, 0, 0, 1) !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ntInnerSection {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

/*Mobile Nav*/

.navbar {
  padding: 0;
}

.navbar-toggler {
  position: relative;
  z-index: 9;
  right: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 4px 6px;
}

.navbar-toggler-icon {
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  text-shadow: none;
  outline: 0;
}

/** * 3.0 Home (Section) * ----------------------------------------------------------------------------- */

.ntHome {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* background-image: url('../images/header-area.jpg'); */
  background-size: cover;
  background-position: center;
  border-bottom: 4px solid #fff;
  min-height: 570px;
}

.ntHome.particles {
  /* background-image: url('../images/cyberweekbackground2.JPG'); */
}

.ntHome.bubble {
  background-image: url("../images/header-area-02.jpg");
}

.ntHome:before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear,
      left top, right top,
      color-stop(50%, rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(left,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.6;
}

.ntHeader {
  width: 100%;
  padding: 20px 0;
  z-index: 4;
  position: absolute;
  top: 0;
}

.ntHome .ntWayPoint {
  bottom: -2px;
  z-index: 2;
}

.ntHome .ntWayPoint::after {
  content: "";
  background-image: url("../images/way-point-white.svg");
  width: 253px;
  height: 38px;
}

.ntHome .ntWayPoint i {
  text-align: center;
  color: #263fd9;
  top: 15px;
}

span.line {
  border-top: 2px solid rgba(140, 140, 140, 1);
  display: block;
  width: 42%;
}

.ntContact span.line {
  width: 47%;
}

/*Main Title*/

.mainTitle {
  z-index: 2;
  position: absolute;
  color: #fff;
  bottom: 15%;
  text-align: center;
  left: 0;
  right: 0;
}

.mainTitle .location {
  overflow: hidden;
  /* display: block; */
  margin-bottom: 25px;
  margin-top: 4%;
  background-color: rgba(255, 255, 255, 0.45);
}

.mainTitle span.where,
.mainTitle span.when,
.mainTitle span.download {
  text-shadow: 1px 1px 0px #0000007a;
  font-size: 18px;
  color: #fff;
}

.mainTitle .location span i {
  background: rgba(255, 255, 255, 1);
  color: #263fd9;
  padding: 10px;
  display: block;
  float: left;
  font-size: 25px;
  text-align: center;
  border-radius: 3px;
  width: 55px;
  margin-top: 3px;
}

.mainTitle .location span b {
  display: block;
  text-transform: uppercase;
  color: #263fd9;
  font-weight: 700;
  text-shadow: -1px -1px 20px #fff;
  font-size: 14px;
  line-height: 16px;
  margin-top: 6px;
}

.mainTitle h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 56px;
  text-shadow: 1px 1px 0px #0000001a;
  text-align: center;
  line-height: 70px;
}

.mainTitle p {
  font-weight: 300;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 1px 1px 0px #0000001a;
  text-align: center;
}

.mainTitle h1 b {
  color: #ffffff;
}

.mainTitle .btn-ntPrimaryBorder {
  color: #ffffff;
}

.mainTitle .btn-ntPrimaryBorder:hover {
  /* border-color: rgba(150, 0, 0, 1); */
}

.mainTitle .btn-ntPrimaryFull:hover {
  color: #ffffff;
}

@media screen and (max-height: 768px) {
  .mainTitle {
    bottom: 4%;
    left: 0;
    right: 0;
  }

    /* button */
    .btn-ntPrimaryBorder,
    .btn-ntPrimaryFull {
      margin-bottom: 15px;
    }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* Text Clip Animation */

.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
  font-size: 4vw !important;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  font-size: 2vw !important;
  display: block;
  text-align: center;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/** * 4.0 About (Section) * ----------------------------------------------------------------------------- */

.ntAbout {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: #000;
}

.ntAboutThumb {
  text-align: left;
  margin-bottom: 40px;

  border: 1px solid #dee2e6 !important;
}

.ntAboutThumb img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.ntAboutThumb h3 {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #263fd9;
  text-align: center;
}

.ntAboutThumb p {
  margin: 0;
  line-height: 1.4em;
  height: 240px;
}

.ntAboutThumb a {}

/** * 5.0 Statistic (Section) * ----------------------------------------------------------------------------- */

.ntCounter_type {
  padding-bottom: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
  background: -o-linear-gradient(left, #6a11cb 0%, #2575fc 100%);
  background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}

.ntCounter_type i {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 95px;
  text-align: center;
  display: block;
  opacity: 0.2;
  position: absolute;
  left: 10%;
  top: 10px;
}

.ntCounter_type h3 {
  font-weight: 900;
  display: block;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

.ntCounter_type span.ntCounterTitle {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
  font-weight: 100;
}

/** * 6.0 Keynote Speakers (Section) * ----------------------------------------------------------------------------- */

.ntSpeaker {
  background-color: #f7f9fb;
  -webkit-transition: 450ms ease-out;
  -o-transition: 450ms ease-out;
  transition: 450ms ease-out;
  padding-bottom: 0;
  padding-top: 0;
}

.ntSpeaker .btn {
  margin-top: 25px;
}

.ntSuperTitle {
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
}

.ntSubTitle {
  font-size: 16px;
  font-weight: 400;
}

.ntSpeaker .ntSubTitle {
  margin-bottom: 60px;
  text-align: center;
}

/* Countdown */
.container__full {
  width: 100%;
  background: #263fd9;
  padding-bottom: 2rem;
}

.container__counter {
  width: 1100px;
  margin: 0 auto;
}

.countdown-title {
  color: #fff;
  font-weight: 100;
  font-size: 40px;
  margin: 50px 0px 20px;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
}

.countdown-number {
  padding: 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.countdown-time {
  padding: 15px;
  border-radius: 3px;
  background: #2b63cc;
  display: inline-block;
}

.countdown-text {
  display: block;
  padding-top: 5px;
  font-size: 16px;
}

/* End Countdown */

/* Speakers Items */

.ntOurSpeakersItem {
  position: relative;
  overflow: hidden;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.ntOurSpeakersItem::after,
.ntOurSpeakersItem::before {
  width: 95.5555%;
  height: 93.5555%;
  margin: 2.6666%;
}

.ntOurSpeakersItem:hover::after,
.ntOurSpeakersItem:hover::before {
  -webkit-transform: scale(0);
}

.ntOurSpeakersItem img {
  width: 20vw;
  height: 20vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: auto;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.ntOurSpeakersItem .caption {
  position: absolute;
  bottom: 0;
  background: #ffffffbd;
  width: 100%;
  padding: 25px 20px;
}

.ntOurSpeakersItem .ntSuperTitle {
  text-transform: uppercase;
  font-size: 10px;
  color: #6a11cb;
  margin-bottom: 2px;
  letter-spacing: 1.5px;
  text-align: left;
  line-height: 10px;
  font-weight: 600;
}

.ntOurSpeakersItem .ntSubTitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 0;
}

.ntOurSpeakersItem h3 {
  font-weight: bold;
  text-transform: capitalize;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
}

.ntOurSpeakersItem .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a11cb4f), to(#2575fc4d));
  background: -o-linear-gradient(top, #6a11cb4f 0%, #2575fc4d 100%);
  background: linear-gradient(to bottom, #6a11cb4f 0%, #2575fc4d 100%);
  padding: 30px;
  display: none;
  color: #ffffff;
  padding-top: 30%;
}

.ntOurSpeakersItem .overlay .ntSuperTitle {
  color: #fff;
}

.ntOurSpeakersItem .overlay .ntSubTitle {
  color: #fff;
  margin-top: 5px;
  text-align: left;
}

.ntOurSpeakersItem .overlay h3::after {
  border-color: #fff;
}

/** * 7.0 Conference Schedule (Section) * ----------------------------------------------------------------------------- */

.ntSchedule {
  padding-top: 80px;
  padding-bottom: 40px;
}

.ntSchedule .ntSubTitle {
  margin-bottom: 60px;
  text-align: center;
}

.ntSchedule p {
  text-align: center;
}

/* tab */

ul.ntScheduleTab {
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

ul.ntScheduleTab li a.active {
  color: #ffffff;
  border-color: #263fd9;
  background-color: #263fd9;
  font-weight: 900;
}

ul.ntScheduleTab li a:hover {
  color: #ffffff;
  background: #263fd9;
  border-color: #263fd9;
}

ul.ntScheduleTab li {
  margin-right: 5px;
}

ul.ntScheduleTab li a {
  padding: 5px 15px;
  display: block;
  border: 2px solid rgba(140, 140, 140, 1);
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.ntBtnDownloadSchedule {
  right: 0;
  color: #4842e3;
  bottom: 0;
  padding: 5px 15px;
  font-size: 14px;
  position: absolute;
  border-radius: 50px;
  border: 2px solid #4842e3;
  margin-bottom: 10px;
}

.ntBtnDownloadSchedule:hover {
  color: #263fd9;
  border-color: #263fd9;
}

/* Tab content */

.ntTabContent {
  overflow: hidden;
  padding: 30px;
  position: relative;
  background: #f7f9fb;
}

.ntTabContent .ntEvent {
  overflow: hidden;
}

.ntTabContent .ntEvent .ntEventTime {
  float: left;
  width: 25.57319%;
  text-align: right;
  padding-right: 33px;
  position: relative;
  line-height: 1.82em;
  font-size: 22px;
  font-weight: bold;
  color: rgba(150, 0, 0, 1);
}

.ntTabContent .ntEvent .ntEventTime span {
  display: block;
  width: 11px;
  height: 11px;
  background-color: rgba(150, 0, 0, 1);
  position: absolute;
  top: 17px;
  right: -6px;
  color: white;
  border-radius: 50%;
  text-align: center;
}

.ntTabContent .ntEvent .tnEventInfo {
  float: left;
  width: 74.42681%;
  padding-left: 57px;
  border-left: 1px solid rgba(150, 0, 0, 1);
}

.ntTabContent .ntEvent .ntEventTime,
.ntTabContent .ntEvent .tnEventInfo h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(140, 140, 140, 1);
  line-height: 34px;
}

.ntTabContent .ntEvent .tnEventInfo h3 {
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}

.ntTabContent .ntEvent .tnEventInfo .ntSocialIcons {
  display: block;
  width: 130px;
  margin: 0 auto;
}

.tnEventInfo .ntSocialIcons a {
  border-color: rgba(150, 0, 0, 1);
  color: rgba(150, 0, 0, 1);
}

.tnEventInfo .ntSocialIcons a a:active,
.tnEventInfo .ntSocialIcons a:focus,
.tnEventInfo .ntSocialIcons a:hover {
  border-color: rgba(150, 0, 0, 1);
  background-color: rgba(150, 0, 0, 1);
  color: #fff;
}

.ntTabContent .ntEvent hr {
  border-color: #eee;
}

/*extend */

.ntTabContent .ntEvent.extend .tnSpeakerName {
  overflow: hidden;
  margin-bottom: 35px;
  line-height: 22px;
}

.ntTabContent .ntEvent.extend .tnSpeakerName .ntCaptionText {
  overflow: hidden;
  float: left;
}

.ntTabContent .ntEvent.extend .tnSpeakerName p {}

.ntTabContent .ntEvent.extend .tnSpeakerName strong {
  color: #4842e3;
  font-size: 18px;
  font-weight: 400;
}

.ntTabContent .ntEvent.extend .ntCaption {
  overflow: hidden;
  display: block;
  background: #ffffff;
  padding: 25px 20px;
  border: 1px solid #eee;
}

.ntTabContent .ntEvent.extend .ntCaption .ntImage {
  display: block;
  overflow: hidden;
  width: 170px;
  float: left;
  margin-right: 25px;
}

.ntTabContent .ntEvent.extend .ntCaption .ntImage img {
  border: 1px solid #eeeeee;
  border-radius: 100px;
  width: 100%;
  margin-bottom: 15px;
}

.ntTabContent .ntEvent.extend .ntCaptionText {
  width: 100%;
}

/** * 8.0 Sponsorship (Section) * ----------------------------------------------------------------------------- */

.ntSponsorship {
  background: #4842e3;
  color: #fff;
  text-align: center;
  background-attachment: fixed;
  padding-bottom: 80px;
}

.ntSponsorship h2 {
  color: #fff;
}

.ntSponsorship .ntSubTitle {
  margin-bottom: 30px;
}

.ntPackages {
  margin-top: 50px;
  text-align: center;
  color: #333;
}

.ntPackages .ntPackagesSuperTitle {
  background: #f7f9fb;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 80px 0px 0px 0px;
}

.ntPackages .ntPackagesSuperTitle h4 {
  font-size: 20px;
}

.ntPackages .ntPackagesSuperTitle h3 {
  color: #333;
  font-weight: bold;
  font-size: 45px;
}

.ntPackages .ntPackagesSuperTitle h3>i {
  font-size: 65px;
  color: rgba(150, 0, 0, 1);
}

.ntPackages h2>i {
  font-size: 50px;
  color: #b1b1b1;
}

.ntPackagesDetails {
  background: #fff;
  border-radius: 0px 0px 80px 0px;
}

.ntPackagesDetails ul {
  margin: 0;
  list-style-type: none;
  padding: 40px 0;
}

.ntPackagesDetails ul li {
  border-bottom: 2px dotted #dedede;
  padding: 8px 0;
  font-size: 14px;
}

.ntPackages .ntPackagesDetails .btn-ntPrimaryBorder {
  margin-bottom: 35px;
}

.ntPackages:hover .ntPackagesDetails .btn-ntPrimaryBorder {
  border: 2px solid rgba(150, 0, 0, 1);
  background-color: rgba(150, 0, 0, 1);
  color: #ffffff;
}

/** * 9.0 Sponsors & Partners (Section) * ----------------------------------------------------------------------------- */

.ntSponsors {
  padding: 50px 0 100px 0;
}

.ntSponsors .ntSubTitle {
  text-align: center;
  margin-bottom: 60px;
}

.ntSponsors header .ntSuperTitle {
  margin-bottom: 30px;
  color: rgba(150, 0, 0, 1);
  text-transform: uppercase;
  font-weight: 500;
}

.ntSponsors .ntSponsorList {
  padding: 0px;
  margin-bottom: 25px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 320px;
  display: inline-block;
}

/* .ntSponsors .ntSponsorList:hover {
    box-shadow: 0 10px 30px rgba(121, 121, 121, 0.27);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
} */

.ntSponsors .ntSponsorList img {
  margin: 0;
  display: block;
  opacity: 1;
  max-height: 120px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

/** * 10.0 Register Now (Section) * ----------------------------------------------------------------------------- */

.ntRegister {
  background: #4842e3;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}

.ntRegister h3>b {
  display: block;
  font-size: 40px;
  font-weight: 900;
}

.ntRegister h3 {
  text-align: center;
  font-size: 23px;
  line-height: 34px;
  font-weight: 100;
}

.ntRegister h2 {
  color: #fff;
}

/*ntRegisterForm*/

.ntRegisterForm {
  padding-top: 80px;
  padding-bottom: 80px;
  background: -webkit-gradient(linear,
      left top, right top,
      color-stop(50%, rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(left,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
}

.ntRegisterForm .ntSubTitle {
  text-align: center;
  margin-bottom: 60px;
}

.ntRegisterForm .ntSubmit {
  width: 385px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.ntRegisterForm input,
.ntRegisterForm select {
  width: 100%;
  padding: 13px 20px;
  background: #ffffff;
  border: 2px solid #eaeaea;
  -webkit-box-shadow: 1px 6px 10px #00000005;
  box-shadow: 1px 6px 10px #00000005;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #242732;
  font-size: 15px;
  line-height: 1.4em;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  margin: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ntRegisterForm input:focus,
.ntRegisterForm select:focus {
  -webkit-box-shadow: 1px 6px 10px #eee;
  box-shadow: 1px 6px 10px #eee;
  border: 2px solid #4842e3;
  outline: none;
}

.ntRegisterForm .arrow {
  position: relative;
}

.ntRegisterForm .arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  position: absolute;
  right: 30px;
  top: 33px;
}

#success {
  position: fixed;
  top: 89px;
  z-index: 9;
  right: 15px;
}

/*Ajax Validation*/

span.error {
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: -20px;
  right: 15px;
  background: #e65858;
  padding: 0px 5px;
}

span.error:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e65858;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}

/** * 11.0 Contact (Section) * ----------------------------------------------------------------------------- */

.ntContact {
  position: relative;
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}

.ntContactDetails {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 50%;
  margin-right: -540px;
  top: 65px;
  overflow: hidden;
  padding: 40px;
  width: 350px;
}

.ntContactDetails h2 {
  text-align: left;
  font-weight: 900;
  font-size: 36px;
}

.ntContactDetails .ntSubTitle {
  margin: 15px 0;
}

.ntContactDetails h5 {
  font-weight: 700;
}

.ntContactDetails p:last-child {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .ntContactDetails {
    margin-right: -450px;
  }
}

@media screen and (max-width: 991px) {
  .ntContactDetails {
    margin-right: -43.5555%;
  }

  .ntOurSpeakersItem img {
    height: 33vw;
    width: 33vw;
  }
}

/*Google Map*/

#map {
  width: 100%;
  height: 730px;
}

/** * 12.0 Subscription and Social Media * ----------------------------------------------------------------------------- */

/* Subscribe */

.ntSubscribe {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.ntSubscribe .form {
  width: 50%;
  margin: 0 auto;
  position: relative;
  padding: 0 7%;
  padding-bottom: 13px;
  bottom: 0;
}

.ntSubscribe form {
  position: relative;
}

.ntSubscribe:before {
  content: "";
  background-color: #4842e3;
  position: absolute;
  left: 0;
  width: 25%;
  height: 100%;
  bottom: 0;
}

.ntSubscribe:after {
  content: "";
  background-color: #4842e3;
  position: absolute;
  right: 0;
  width: 25%;
  height: 100%;
  bottom: 0;
}

.ntSubscribe input[type="email"] {
  width: 100%;
  background: #fff;
  border: 2px solid #4842e3;
  border-radius: 50px;
  padding: 15px 25px;
  color: #333;
  font-size: 16px;
}

.ntSubscribe button[type="submit"] {
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: 5px 0;
  font-size: 12px;
  padding: 0 25px;
  font-weight: 700;
  letter-spacing: 3px;
  width: auto;
  position: absolute;
  background: #4842e3;
  border: 0;
  cursor: pointer;
  display: block;
  color: #fff;
}

.ntSubscribeLeft {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-2%);
  -ms-transform: translateX(-2%);
  transform: translateX(-2%);
  bottom: calc(0% - 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ntSubscribeRight {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  bottom: calc(0% - 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Social Media */

.ntCommunity {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4842e3), color-stop(150%, #6a11cb));
  background-image: -o-linear-gradient(top, #4842e3 0%, #6a11cb 150%);
  background-image: linear-gradient(to bottom, #4842e3 0%, #6a11cb 150%);
  position: relative;
  padding-bottom: 80px;
}

.ntCommunity ul.ntSocialIcons {
  width: 505px;
  margin: 0 auto;
  list-style-type: none;
  overflow: hidden;
  padding-left: 0;
  margin-top: 50px;
}

.ntCommunity ul.ntSocialIcons li {
  float: left;
}

.ntCommunity ul.ntSocialIcons a {
  width: 72px;
  height: 72px;
  font-size: 31px;
  line-height: 68px;
  text-align: center;
  margin: 0 6px;
}

.ntCommunity ul.ntSocialIcons li a>i {}

.ntCommunity h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  line-height: 38px;
  color: #ffffff;
}

.ntCommunity .ntSubTitle {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}

.ntCommunity .line {
  border-top: 1px solid #ffffff54;
  display: block;
  width: 66.666667%;
  margin: 0 auto;
  max-width: 66.666667%;
}

/*Social Media Icons*/

.ntSocialIcons {
  display: block;
  margin-top: 15px;
}

.ntSocialIcons a {
  color: #fff;
  display: inline-block;
  width: 35px;
  text-align: center;
  line-height: 32px;
  height: 35px;
  font-size: 14px;
  margin-right: 5px;
  border: 2px solid #ffffff;
  border-radius: 50px;
}

.ntSocialIcons a:active,
.ntSocialIcons a:focus,
.ntSocialIcons a:hover {
  background-color: rgba(150, 0, 0, 1);
  border-color: rgba(150, 0, 0, 1);
}

/** * 13.0 Footer * ----------------------------------------------------------------------------- */

footer {
  font-size: 14px;
  padding-bottom: 0px;
}

footer p {
  margin-bottom: 80px;
}

footer .footnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .footnav ul li a {
  color: #000;
  text-decoration: underline;
}

footer .footnav ul li a:hover {
  color: #333;
  text-decoration: none;
}

footer .foot-logo {
  margin-top: 30px;
}

/** * 14.0 Media Queries * ----------------------------------------------------------------------------- */

/* Desktop */

@media screen and (max-width: 1199px) {
  .ntOurSpeakersItem .overlay {
    padding-top: 15% !important;
  }

  .ntSponsors .ntSponsorList img {
    /* width: 100%; */
  }
}

/* Laptop */

@media screen and (max-width: 1024px) {
  .cd-nav-trigger {
    display: block;
  }

  .ntOurSpeakersItem h3 {
    font-size: 14px;
  }

  .ntOurSpeakersItem .caption {
    padding: 10px 20px;
  }
}

/* Tablet (landscape) */

@media screen and (max-width: 991px) {

  /*Main Title*/
  .mainTitle h1 {
    font-size: 35px;
    line-height: 32px;
  }

  .cd-headline.clip .cd-words-wrapper {
    font-size: 55px;
  }

  .mainTitle span.where,
  .mainTitle span.when,
  .mainTitle span.download {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .mainTitle .location span i {
    padding: 12px 15px;
    font-size: 20px;
    width: 55px;
  }

  /*Mobile Nav*/
  .ntNavbar {
    left: 0;
    background: #fcfcfc;
    padding: 10px;
    margin-top: 20px;
    position: relative;
  }

  .ntNavbar li a {
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    color: #333;
  }

  .ntNavbar li:last-child a {
    border-bottom: 0;
  }

  .ntNavbar li a:before {
    display: none;
  }

  .fixed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }

  .fixed .navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  .fixed .ntNavbar li a,
  .fixed .ntNavbar {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  /*Button*/
  .btn-ntPrimaryBorder,
  .btn-ntPrimaryFull {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .btn.ntMedium {
    font-size: 11px;
    padding: 12px 18px;
  }

  /* Statistic */
  .ntCounter_type span.ntCounterTitle {
    margin-bottom: 80px;
  }

  .ntCounter_type .col-md-3:last-child span.ntCounterTitle {
    margin-bottom: 0px;
  }

  .ntCounter_type i {
    left: 25%;
  }

  /* speaker */
  .ntSubTitle {
    margin-bottom: 36px;
  }

  .ntOurSpeakersItem .overlay {
    padding-top: 20%;
  }

  /* conference schedule */
  .ntTabContent .ntEvent.extend .ntCaption .ntImage {
    float: initial;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .ntTabContent .ntEvent.extend .ntCaptionText {
    text-align: center;
  }

  /* subscribe */
  .ntSubscribe .form {
    width: 80%;
  }

  .ntSubscribe:after,
  .ntSubscribe:before {
    width: 10%;
  }

  /* speakers */
  .one-fifth {
    max-width: 33.33% !important;
  }

  footer ul {
    display: none !important;
  }
}

/* Tablet (portrait) */

@media screen and (max-width: 767px) {

  /* community */
  .ntCommunity ul.ntSocialIcons {
    width: 83%;
  }

  .ntCommunity ul.ntSocialIcons a {
    width: 54px;
    height: 54px;
    font-size: 22px;
    line-height: 54px;
    margin-bottom: 10px;
  }

  .ntOurSpeakersItem .overlay {
    padding-top: 40%;
  }

  /* subscribe */
  .ntSubscribe .form {
    width: 100%;
    padding: 0 12%;
  }

  .ntSubscribe,
  .ntSubscribeLeft,
  .ntSubscribeRight,
  .ntSubscribe:before,
  .ntSubscribe:after {
    display: none;
  }

  ul.ntScheduleTab li .ntBtnDownloadSchedule {
    display: none;
  }

  ul.ntScheduleTab {
    width: 280px;
    margin: 0 auto;
  }

  .ntSponsors .ntSponsorList img {
    /* width: inherit; */
  }

  /*footer*/
  footer .footnav,
  footer p {
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  footer .foot-logo {
    margin-top: 0px;
  }

  .ntOurSpeakersItem img {
    height: 50vw;
    width: 50vw;
  }

  /* speakers */
  .one-fifth {
    max-width: 50% !important;
  }
}

/*Mobile*/

@media screen and (max-width: 480px) {

  /* community */
  .ntContactDetails {
    margin-right: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    background: #f7f9fb;
  }

  .ntCommunity ul.ntSocialIcons {
    width: 94%;
  }

  .ntCommunity ul.ntSocialIcons a {
    width: 54px;
    height: 54px;
    font-size: 22px;
    line-height: 54px;
    margin-bottom: 10px;
  }

  .ntRegisterForm .ntSubmit {
    width: 100%;
  }

  /*Register*/
  .ntRegister h3>b {
    font-size: 23px;
  }

  .ntRegister h3 {
    font-size: 17px;
    line-height: 28px;
  }

  .ntSubTitle {
    font-size: 16px;
  }

  .ntSpeaker .btn {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  ul.ntScheduleTab li a {
    font-size: 14px;
    padding: 5px 15px;
  }

  /*Conference Schedule*/
  .ntTabContent .ntEvent .tnEventInfo {
    width: 95%;
    margin-left: 15px;
    padding-left: 20px;
  }

  .ntTabContent .ntEvent .ntEventTime {
    width: 95%;
    text-align: left;
    padding-right: 0;
    padding-left: 35px;
    font-size: 15px;
  }

  .ntTabContent .ntEvent .ntEventTime span {
    top: 10px;
    left: 11px;
  }

  .ntTabContent .ntEvent.extend span {
    left: 0;
    right: 0;
    top: 2px;
    width: 28px;
    height: 28px;
  }

  .footer-logo {
    font-size: 42px !important;
  }

  .cd-headline.clip span {
    font-size: 6vw !important;
  }

  .cd-headline.clip .cd-words-wrapper {
    font-size: 4vw !important;
  }
}

/* Mini-Mobile */

@media screen and (max-width: 320px) {

  /* main title */
  .mainTitle {
    left: 0;
    right: 0;
  }

  .mainTitle h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .cd-headline.clip .cd-words-wrapper {
    font-size: 42px;
  }

  .mainTitle span.where,
  .mainTitle span.when,
  .mainTitle span.download {
    margin-bottom: 15px;
    width: 100%;
  }

  .mainTitle .location span i {
    padding: 12px 15px;
    margin-right: 15px;
    font-size: 20px;
  }

  /* button */
  .btn-ntPrimaryBorder,
  .btn-ntPrimaryFull {
    margin-bottom: 15px;
  }
}

.custom-ul {
  border-bottom: 0 !important;
}

.btn-custom {
  min-width: 120px;
  background-color: rgba(140, 140, 140, 1);
  border: 2px solid rgba(140, 140, 140, 1);
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 0px;
  outline: none;
  display: block;
  margin-right: 0px;
  font-size: 22px;
  padding: 12px 25px;
}

.btn-custom:hover {
  border: 2px solid rgba(150, 0, 0, 1);
  background-color: rgba(150, 0, 0, 1);
  color: #ffffff;
}

.btn-custom-register {
  min-width: 120px;
  background-color: #263fd9;
  border: 2px solid #263fd9;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 5px;
  outline: none;
  display: block;
  margin-right: 0px;
  font-size: 22px;
  padding: 12px 25px;
}

.btn-custom-register:hover {
  border: 2px solid rgba(140, 140, 140, 1);
  background-color: rgba(140, 140, 140, 1);
  color: #ffffff;
}

.footer-logo {
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  float: right;
}

.rts a {
  color: #ff0000;
  font-weight: 900;
}

.rts {
  padding-right: 15px;
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding-bottom: 25px;
  padding-top: 25px;
  background-color: #000;
  color: #fff;
}

.copyright {
  float: left;
}

.m-top-bottom {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.image-container {
  width: 300px;
  height: 300px;
}

.image-container img {
  height: 300px;
}

.speaker-page h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.speaker-link {
  text-decoration: none;
  color: #000 !important;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
  content: "Show more";
}

.read-more-state:checked~.read-more-trigger:before {
  content: "Show less";
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: 0.25em;
}

.speaker-page .description {
  margin-top: 20px;
}

.speaker-page .ntNavbar li a {
  color: #000;
}

.btImage {
  height: 120px;
  width: 278px;
}

.background-video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -webkit-filter: grayscale(1);

  filter: grayscale(1);

}

.background-video-container img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.one-fifth {
  max-width: 20%;
}

.significanceSection {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))),
    url("../images/agenda-background2-blured.png");
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/agenda-background2-blured.png");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/agenda-background2-blured.png");
  color: #fff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.index-page #logo_home a {
  color: #fff;
}

.about-style {
  font-size: 1.1rem;
}

.ntAbout ul li p {
  line-height: 1.6em;
}

.significanceSection h3 {
  font-size: 2.75rem;
}

footer {
  margin-top: 0px;
}

.ntAbout h3 {
  font-size: 2.9rem;
  margin-bottom: 10px;
}

.ntSponsors h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 25px !important;
  font-weight: 400;
}

.page-logo-white {
  display: block;
}

.page-logo-black {
  display: none;
}

.fixed .page-logo-white {
  display: none;
}

.fixed .page-logo-black {
  display: block;
  margin-bottom: 20px;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.view-more-button {
  width: 100vw;
  background: rgba(140, 140, 140, 1);
  border: rgba(140, 140, 140, 1);
  outline: none !important;
  padding: 10px 0;
}

#view-more-content {
  max-width: 100%;
}

.ntOurSpeakersItem img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.ntAbout ul {
  list-style: none;
}

.ntAbout li::before {
  content: "•";
  color: red;
  display: inline-block;
  width: 0.9em;
  margin-left: -1em;
  font-size: 25px;
}

footer ul {
  /* display: flex !important; */
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  position: relative !important;
}

.developed {
  text-align: right;
}

.countdown-soon.sflat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  background: rgba(255, 255, 255, 0.45);
  padding: 10px 0px;
  margin-bottom: 40px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.countdown-soon.sflat>li {
  padding: auto;
  width: 25%;
  list-style: none;
}

.countdown-soon.sflat>li>span {
  background: none;
  width: auto;
  height: auto;
  line-height: normal;
  color: rgba(150, 0, 0, 1);
  text-shadow: 1px 1px 20px #fff;
  font-weight: 700;
  font-size: 36px;
}

.countdown-soon.sflat>li>p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

/*social*/

.social_row{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.social_row b{
  margin-right: 10px;
}
.social_row i{
  margin-right: 15px;
}
.social_row svg{
  margin: 0 5px 0 5px;
  opacity: 1;
}
.social_row a:hover{
  opacity: 0.8;
}
.social_row .black_icons svg{
  fill: #333333;
}
.social_row .black_icons a:hover svg{
  fill: #263FD9;
}
.social_row .white_icons svg{
  fill: white;
}
.social_row .white_icons a:hover svg{
  fill: #263FD9;
}

/*table styles*/
table{
  width: 100%;
  border-collapse:collapse;
  border-spacing:0;
  margin: 15px 0 20px 0;
}
table, td, th {
  border: 1px solid #ddd;
}
td, th {
  padding: 5px;
  width: 30px;
  height: 35px;
}
th {
  background-color: #7accee;
}
table tr{
  text-align: left;
}
table tr td{
  width: 45%;
}
table tr td:first-child{
  background-color: #f7f7f7;
  text-align: center;
  width: 10%;
  font-weight: 600;
}

.speaker_header_page{
  background-color: #141414;
  padding-bottom: 40px;
}

.class_for_images img{
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}

.update_button a{
  font-size: 25px;
  color: #F60A0A;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}
.line_height_change a{
  line-height: 1.8em;
}

/*new btn in hero banner*/
.new_btn{
  margin-top: 12%;
  position: relative;
}
.new_btn a{
  position: absolute;
  z-index: 9;
  right: 0;
  font-size: 18px;
  padding: 12px 25px;
  min-width: 120px;
  background-color: #263fd9;
  border: 2px solid #263fd9;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.5;
  vertical-align: middle;
  border-radius: 15px;
  outline: none;
  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
  font-family: Arial, sans-serif;
}
.new_btn:hover a{
  color: white;
  font-weight: 700;
  border: 2px solid rgba(140, 140, 140, 1);
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .new_btn{
    margin-top: 30%;
  }
  .new_btn a{
    font-size: 12px;
  }
}

/* EVENT PROGRAM LIST */
.event_program ul.nav-tabs li{
  display: flex; 
  flex-grow: 1;
  min-height: 60px;
  
}
.event_program ul.nav-tabs li a{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: grey;
  transition: background-color .3 ease-in-out;
}
.event_program ul.nav-tabs li a:hover{
  background-color: #263fd9;
}
.event_program ul.nav-tabs li a.active{
  background-color: #263fd9;
}
.event_program ul.nav-tabs li a.active:before{
  content: '';
  top: 100%;
  z-index: 9;
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 8px solid  #263fd9;
}
.event_program .accordion h3{
  margin-top: 30px;
}
.event_program .accordion .card-body{
  padding: 1.5rem;
}
.event_program .accordion .card-header{
  padding: 0;
}
.event_program .accordion .card-header:hover{
  background-color: rgba(0, 0, 0, 0.06);
  transition: background-color .3 ease-in-out;
}
.event_program .accordion .card-header button{
  padding: 1rem 1.25rem;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-decoration: none;
  text-align: left;

}
.event_program .accordion .lunch_section .card-header{
  background-color: rgba(0, 0, 0, 0);
}
.event_program .accordion .lunch_section .card-header button{
  cursor: default;
  color: black;
}
.event_program .card button{
  white-space: normal;
}


/* GALLERY STYLES */
.my-gallery{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}