.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 20px;
}

[class*="uk-inline"] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.plus-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
}

.fourth {
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}

.text-white {
  color: #fff;
}

ul.social-buttons li {
  margin-right: 5px;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  /* display: block; */
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timer-title {
  font-weight: 700;
}

.footer-section {
  color: white;
  font-size: 14px;
  font-weight: 400;
  background-color: #212529;
}

.footer-section a {
  color: white;
}

a:hover,
a:focus {
  color: #01bacf;
}

.stat-count i {
  margin-bottom: 10px;
  color: #22b0e5;
  font-size: 36px;
}

.stat-count h4 {
  font-weight: 100;
  font-size: 64px;
  font-style: normal;
}

.stat-count h4:after {
  position: absolute;
  width: 24px;
  height: 4px;
  content: "";
  background: #c6c6c6;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}

*:focus {
  outline: none;
}

a.active {
  color: #134b95 !important;
  background-color: #fff;
  font-weight: 700 !important;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list-inline > li {
  display: inline-block;
}

.main-navigation.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

nav li {
  list-style: none;
}

.main-navigation {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2062ae;
  text-align: left;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  padding-top: 30px;
  overflow: scroll;
  z-index: 999;
  line-height: 1.1;
}

.main-navigation ul a {
  padding: 10px 20px;
  display: block;
  color: white;
  text-decoration: none;
}

.top-nav {
  position: fixed;
  z-index: 1000;
  padding: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-bottom: 4px;
  padding-top: 4px;
  background-color: #2062ae;
  width: 100%;
  box-shadow: 0 4px 5px -2px #001577;
}

.content-container {
  border: 1px solid lightgray;
  margin: 2% 0;
  padding: 2%;
}

.table-title {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #ababab;
  font-size: 15px;
}

.title {
  font-size: 24px;
  font-weight: bold;
}

table.agenda-table thead tr td:nth-child(1) {
  width: 20%;
}

table.agenda-table thead tr td:nth-child(2) {
  width: 20%;
}

table.agenda-table thead tr td:nth-child(3) {
  width: 28%;
}

table.agenda-table thead tr td:nth-child(4) {
  width: 15%;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }

  .fourth {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  .pt-40 {
    padding-top: 40px;
  }
}

@media (min-width: 576px) {
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .desktop-nav-container {
    max-width: 1250px;
  }
}

@media (min-width: 1200px) {
  .desktop-nav-container {
    max-width: 1200px;
  }
}

@media (max-width: 1220px) {
  a.nav-highlight {
    margin: 0px;
  }
}

@media (max-width: 991px) {
  .section-logos {
    position: relative;
  }

  /* .section {
    padding: 3rem 2rem;
  } */
}

@media (max-width: 1387px) {
  .slider-bottom {
    bottom: 5px;
  }

  .carousel-indicators {
    bottom: 50px;
  }
}

@media (max-width: 1387px) {
  .home-text-wrapper {
    top: 0%;
    padding-top: 80px;
  }
}

@media (max-width: 1387px) {
  .home-message p.network-name {
    font-size: 30px;
  }

  .home-message p {
    font-size: 30px;
  }

  .home-message .network-conference {
    padding: 2%;
    margin: 0 10%;
  }

  .home-message .network-conference p {
    font-size: 20px;
  }

  .home-message p.network-hash {
    font-size: 15px;
  }
}

@media (max-width: 554px) {
  .home-message p {
    font-size: 25px;
  }

  .home-message small {
    font-size: 12px;
  }
}

@media (max-width: 468px) {
  .home-message p {
    font-size: 20px;
  }
  .home-message .f30 {
    font-size: 15px !important;
  }
  .home-wrapper-box p {
    font-size: 20px !important;
  }
}

.carousel {
  margin-top: 0em;
}

@media (max-width: 360px) {
  .carousel {
    margin-top: 2.8em;
  }
}

/* @media (max-width: 1366px) {
  .carousel {
    margin-top: 0em;
  }
} */

@media (max-width: 428px) {
  .home-message .network-conference p {
    font-size: 15px;
  }

  .home-message small {
    font-size: 9px;
  }

  .home-message p {
    font-size: 15px;
  }

  .home-message p.network-name {
    font-size: 20px;
  }
}
