.wrap {
  position: relative;
  /* z-index: 100; */
  width: 100%;
  height: 100%;
  padding: 0 60px;
  background: #FFFFFF;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.wrap:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(255,255,255,.5); */
}

.modal-backdrop.show {
  opacity: 0;
}

.slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 1rem auto;
  max-width: 1000px;
  width: 100%;
}

/* .slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 50px auto;
  max-width: 1200px;
  width: 100%;
} */
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: monospace;
  font-size: 5rem;
  z-index: 300;
  outline: none;
}

.slick-prev {
  left: 150px;
  text-align: left;
}

.slick-next {
  right: -150px;
  text-align: right;
}

.item.slick-slide {
  width: 460px;
  height: 460px !important;
  transition: transform .4s;
  position: relative;
}

.slick-slide:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  transition: transform .4s;
}

.item.slick-slide {
  transform: scale(0.7) translate(600px);
}

.item.slick-slide.slick-center+.slick-slide {
  transform: scale(0.9) translate(-280px);
  z-index: 10;
}

.item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
  transform: scale(0.7) translate(-600px);
  z-index: 5;
}

.item.slick-slide.slick-active {
  transform: scale(0.9) translate(280px);
}

.item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}

.slick-center:after {
  opacity: 0;
}

.slick-prev, .slick-next {
  position: absolute;
  right: -80px;
  bottom: 0px;
  background: transparent;
  border-radius: 0;
  font-size: 22px;
  font-family: 'Quicksand', sans-serif;
  z-index: 999;
  color: #DB0001;
}

.slick-prev {
  border-right: solid 1px #303030;
  color: #DB0001;
  left: -80px;
}

.slick-next {
  border-left: solid 1px #303030;
}

.slick-prev:hover, .slick-next:hover {
  color: #DB0001;
}

.imgBox {}

.desBox {
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  text-align: center;
  z-index: 999;
}

.desBox a {
  width: 250px;
  padding: 20px;
  background-color: #DB0001;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
}

.desBox a:hover {
  background-color: #303030;
  color: #fff;
}

.item.slick-slide.slick-active .desBox, .item.slick-slide .desBox {
  display: none;
}

.item.slick-slide.slick-center .desBox {
  display: block;
}

/* modal */
.modal-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  position: fixed;
  display: none;
}

.modal-container .modal-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 0;
  background-blend-mode: luminosity;
}

.modal-header {
  border-bottom: none;
  padding: 50px;
  border: none;
}

.modal-header button {
  background: rgba(240, 240, 240, 0.9);
  text-shadow: none;
  /* position: absolute; */
  right: 10%;
  top: 10%;
  line-height: 20px;
  width: 50px;
  height: 50px;
  padding: 10px !important;
  border-radius: 0;
}
}

.modal-content {
  top: 20%;
  left: 0px;
  right: 0px;
  display: block;
  opacity: 1;
}

.modal-container.speakers .modal-content {
  width: 80%;
  position: relative;
  box-shadow: none;
  margin: auto;
  border: none;
}

.modal-container.speakers .modal-content .image {
  width: 25%;
  margin-right: 0%;
  height: 400px;
  top: 20%;
  left: 0%;
  position: fixed;
  background: #333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: -8px 8px 47.43px 3.57px rgb(8 7 12 / 8%);
  -webkit-transform: translate(50%, 10%);
  transform: translate(50%, 10%);
  z-index: 2;
}

.modal-container.speakers .modal-content .details {
  position: absolute;
  right: 0%;
  width: 70%;
  margin-right: 0;
  padding: 80px;
  padding-left: 10%;
  background: white;
  box-shadow: -8px 8px 47.43px 3.57px rgb(8 7 12 / 8%);
}

.modal-container.speakers .modal-content .details .social {
  padding: 1rem;
  top: 0;
  right: 0;
  position: absolute;
  background: black;
}

.modal-container.speakers .modal-content .details .social ul, ol, dl, i {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none;
}

.modal-container.speakers .modal-content .details .social li:first-of-type {
  margin-right: 0.5em;
}

.modal-container.speakers .modal-content .details .social li {
  display: inline-block;
  vertical-align: top;
  max-height: 1.5rem;
}

.modal-container.speakers .modal-content .details .social span {
  color: white;
}

.modal-container.speakers .modal-content .details .tilt-wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.modal-container.speakers .modal-content .details .hr-container {
  width: 100%;
  float: left;
  margin: 30px 0;
  position: relative;
}

.modal-container.speakers .modal-content .details .hr-container hr {
  width: 61.86441%;
  float: left;
  margin-right: 1.69492%;
  height: 0.0625rem;
  margin: 0;
  background: black;
  top: 40%;
  left: 0;
  position: absolute;
}

.modal-container.speakers .modal-content .details .hr-container hr.fat {
  width: 6.375rem;
  height: 0.3125rem;
  background: #e62b1e;
  position: relative;
}

.modal-container.speakers .modal-content .details .hours span, .modal-container.speakers .modal-content .details .location span{
  color: #DB0001;
  margin-bottom: 10px;
  font-size: 14px;
}
.modal-container.speakers .modal-content .details .hours p, .modal-container.speakers .modal-content .details .location p{
  margin-top: 10px;
  font-weight: 500;
}


.modal-container.speakers .modal-content .details .social .linkedin-icon rect, .modal-container.speakers .modal-content .details .social .linkedin-icon polygon, .modal-container.speakers .modal-content .details .social .linkedin-icon path, .modal-container.speakers .modal-content .details .social .linkedin-icon circle, .modal-container.speakers .modal-content .details .social .facebook-icon rect, .modal-container.speakers .modal-content .details .social .facebook-icon polygon, .modal-container.speakers .modal-content .details .social .facebook-icon path, .modal-container.speakers .modal-content .details .social .facebook-icon circle, .modal-container.speakers .modal-content .details .social .twitter-icon rect, .modal-container.speakers .modal-content .details .social .twitter-icon polygon, .modal-container.speakers .modal-content .details .social .twitter-icon path, .modal-container.speakers .modal-content .details .social .twitter-icon circle {
  fill: white;
}

.modal-content .details .social ul li a {
  color: #fff !important;
  margin: auto 15px;
}

.name h3 {
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 1023.99px) {
  .modal-container.speakers .modal-content {
    width: 100%;
  }

  .modal-container.speakers .modal-content .details {
    position: absolute;
    right: 6%;
    width: 60%;
    margin-right: 0;
    padding: 100px 40px 40px;
    padding-left: 10%;
    background: white;
    box-shadow: -8px 8px 47.43px 3.57px rgb(8 7 12 / 8%);
  }

  .modal-container.speakers .modal-content .image {
    width: 25%;
    /* float: left; */
    margin-right: 0;
    top: 15%;
    left: 0%;
    position: fixed;
    background: #333;
    background-size: cover;
    background-position: center;
  }

  .modal-container.speakers .modal-content .details .hours {
    width: 45%;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }

  .slick-arrow {
    width: 30px;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 700px) {
  .modal-container.speakers .modal-content .image {
    width: 100%;
    /* float: left; */
    margin-right: 0;
    height: 100%;
    top: 0%;
    left: 0%;
    position: fixed;
    background: #333;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: -8px 8px 47.43px 3.57px rgb(8 7 12 / 8%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    z-index: 2;
    display: none;
  }

  .modal-header {
    margin: 0;
    padding: 30px;
  }

  .modal-header button {
    background: #f4f4f4;
    right: 30px;
    top: 5%;
    padding: 5px !important;
    z-index: 2;
    line-height: 5px;
    border-radius: 0;
    width: 30px;
    height: 30px;
  }

  .modal-content .details .social ul li a {
    color: #fff !important;
    margin: auto 15px;
  }

  .modal-content .details .social ul li a:hover {
    color: #DB0001 !important;
  }

  .modal-container.speakers .modal-content .details {
    position: fixed;
    left: 0%;
    width: 100%;
    top: 0;
    margin-right: 0;
    padding: 80px 20px;
    background: white;
    box-shadow: -8px 8px 47.43px 3.57px rgb(8 7 12 / 8%);
    z-index: 1;
    overflow-y: scroll;
  }

  .modal-container.speakers .modal-content .details .social {
    left: 0;
  }

  .modal-container.speakers .modal-content .details .social span {
    color: #DB0001;
  }

  .slider {
    width: 90%;
}

  .item.slick-slide {
    background-position: top center !important;
    height: 350px !important;
  }

  .slick-prev, .slick-next {
    font-size: 26px;
    padding: 0;
  }

  .slick-arrow {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 20px;
    line-height: 20px;
    margin-top: -25px;
  }
}

@media only screen and (max-width: 400px) {
  .modal-container.speakers .modal-content .details {
    position: fixed;
    left: 0%;
    width: 100%;
    top: 0;
    margin-right: 0;
    z-index: 1;
    height: 100vh;
    overflow-y: scroll;
  }

  .modal-content .details .social ul li a {
    color: #fff !important;
    margin: auto 15px;
  }
}
