* {
  margin: 0;
  padding: 0;
  border: 0;
}
@font-face {
  font-family: 'calibri';
  src: url('../fonts/calibri.ttf') format('truetype');
}
@font-face {
  font-family: 'calibrib';
  src: url('../fonts/calibrib.ttf') format('truetype');
}
@font-face {
  font-family: 'Candara';
  src: url('../fonts/Candara.ttf') format('truetype');
}
@font-face {
  font-family: 'Candarab' !important;
  src: url('../fonts/Candarab.ttf') format('truetype');
}
body {
  font-family: Candara !important;
  font-size: 16px !important;
  color: #000 !important;
  line-height: 25px !important;
  letter-spacing: 0.5px;
  overflow-x: hidden !important;
  padding-top: 70px;
}
/*Start css for Key Discussion Points section*/
.gray-bg {
  background-color: #f6f6f6;
  border-top: 1px solid #192331;
  padding: 30px 0px;
}
h1 {
  font-size: 60px;
  color: #393485;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.key-discussion-points-outer {
  min-height: 275px;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10), 0 10px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.key-discussion-points-outer:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18), 0 15px 15px rgba(0, 0, 0, 0.15);
}
.key-discussion-points-outer:hover img {
  animation: shake 0.5s ease-in-out;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
/*End css for Key Discussion Points section*/
/*Start css for Speakers section*/
.speakers-bg {
  background-color: #1a3062;
  background-image: url(../images/speakers-bg.jpg);
  background-position: top center;
  background-repeat: repeat;
  width: auto;
  height: auto;
  padding: 50px 0px;
}
.speakers-bg h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.guest-img-wrapper {
  width: 280px;
  height: 280px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px !important;
}
.guest-img-wrapper img {
  width: 280px;
  height: 280px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px #58595b !important;
  cursor: pointer;
}
.guest-info {
  width: 280px;
  display: block;
  margin: 0 auto;
  font-family: Calibri;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  /*background-color: #33a4cb;
    padding: 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
  padding: 18px 5px;
  margin-bottom: 50px;
}
.guest-info span {
  font-family: Calibri;
  font-size: 18px;
  font-weight: bold !important;
  letter-spacing: 1px;
}
.guest-info p {
  /*text-transform: capitalize !important;*/
  margin-bottom: 0 !important;
  margin-top: 5px !important;
  font-family: Century Gothic !important;
  font-size: 12px;
  color: #64e7ff;
  text-transform: uppercase;
}
.guest-info ul {
  padding-left: 20px !important;
}
.guest-info ul li {
  list-style: disc;
  list-style-position: outside;
  color: #ceedf9 !important;
  text-transform: capitalize !important;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
}
.speaker-name {
  font-family: Calibri;
  font-size: 18px;
  color: #1284ba;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  margin-top: 10px;
}
.speaker-designation {
  font-family: Calibri;
  font-size: 15px;
  color: #6d6e71;
  text-transform: uppercase;
}
.speaker-biography {
  font-family: Calibri;
  text-align: justify;
  padding-top: 20px;
}
.close {
  font-size: 28px !important;
  color: #000 !important;
  opacity: 0.6 !important;
  text-shadow: none !important;
}
.modal-header {
  border-bottom: none !important;
  padding: 25px 50px !important;
}
.modal-title {
  font-size: 20px;
  font-weight: bold !important;
  text-transform: uppercase !important;
  line-height: 25px !important;
  margin-right: 10px !important;
}
.designation {
  font-family: 'calibri';
  font-size: 16px;
  color: #a3ace5;
  font-weight: normal;
  text-transform: capitalize;
}
.btn-close {
  --bs-btn-close-bg: url("../images/close-icon-img.png") !important;
}
.modal-content {
  border-radius: 0 !important;
  border: none !important;
}
.modal-body {
  font-family: Calibri !important;
  text-align: justify !important;
  padding: 60px !important;
  background-color: #fff;
  max-height: 650px;
  overflow-y: auto;
}
/*End css for Speakers section*/
/*Start css for Photo Gallery section*/
.customer-logos {
  visibility: hidden;
  padding: 50px 0px;
}
.customer-logos.slick-initialized {
  visibility: visible;
}
.gallery-img {
  width: 380px;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 4px;
}
.customer-logos .slick-slide {
  /*margin: 0 10px;*/
  margin: 10px;
}
.customer-logos.slick-slider {
  margin: 0 -10px;
}
@media (max-width: 991px) {
  .gallery-img {
    width: 45%;
    height: auto;
    max-height: 200px;
  }
}
@media (max-width: 575px) {
  .gallery-img {
    width: 48%;
    height: auto;
    max-height: 150px;
    margin: 1%;
  }
}
#modalImage {
  max-height: 80vh;
  width: auto;
}
.slick-slide {
  margin: 20px;
  border: 5px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.15);
}
.slick-slide img {
  width: 100%;
  height: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  cursor: pointer;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.modal {
  visibility: hidden;
}
.modal.show {
  visibility: visible;
}
#imageModal .modal-body {
  margin: 0 auto;
  padding: 0px 60px 60px 60px !important;
  overflow-y: hidden !important;
}
/*End css for Photo Gallery section*/
/*Start css for Contact Us section*/
.contact-us-bg-img {
  background-color: #363680;
  font-family: Calibri;
  background-image: url("../images/contact-us-bg.jpg");
  background-position: top -142px center;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}
.fa-envelope:before {
  font-size: 50px;
  color: #fff;
  opacity: 0.5;
}
.link {
  font-size: 16px;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
}
.link:hover {
  color: #33a4cb;
}
.contact-us-outer {
  color: #fff;
  border: 2px solid #5856a8;
  padding: 20px;
  margin: 90px 0px !important;
}
/*End css for Contact Us section*/
/*Start css for Footer section*/
footer {
  font-family: Calibri;
  font-size: 15px;
  color: #fff;
  background-color: #1699c5;
  padding: 15px;
  padding: 15px 0px;
}
/*End css for Footer section*/
.pT80 {
  padding-top: 80px;
}
.event-date {
  display: inline-block;
  font-family: Calibri;
  font-size: 100px;
  color: #29689d;
  font-weight: bold;
  margin-right: 10px;
}
.event-month {
  display: inline-block;
  font-family: Calibri;
  font-size: 22px;
  color: #2d8cbf;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
.event-name {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 40px !important;
}
.event-address {
  font-family: Calibri;
  font-size: 22px;
  color: #58595b;
  font-weight: bold;
  letter-spacing: 3px !important;
  margin-top: 22px;
  margin-bottom: 30px;
}
.location-icon {
  height: 30px !important;
}
.reimagine-logo {
  width: 92%;
}
#counter {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: left;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#counter .items .counter-blue-img {
  width: 106px;
  height: 106px;
  margin: 10px;
  text-align: center;
  /*background-image: url("../images/counter-blue-img.png");*/
  background-color: #009ee5;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 3px 6px rgba(0, 0, 0, 0.20);
}
#counter .items .counter-yellow-img {
  width: 106px;
  height: 106px;
  margin: 10px;
  text-align: center;
  /*background-image: url("../images/counter-yellow-img.png");*/
  background-color: #153eab;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 3px 6px rgba(0, 0, 0, 0.20);
}
#counter .items .counter-green-img {
  width: 106px;
  height: 106px;
  margin: 10px;
  text-align: center;
  /*background-image: url("../images/counter-green-img.png");*/
  background-color: #4b40ac;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 3px 6px rgba(0, 0, 0, 0.20);
}
#counter .items .counter-red-img {
  width: 106px;
  height: 106px;
  margin: 10px;
  text-align: center;
  /*background-image: url("../images/counter-red-img.png");*/
  background-color: #270e7f;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 3px 6px rgba(0, 0, 0, 0.20);
}
#counter .items .counter-blue-img .count {
  font-family: Calibri;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
  /*padding-top: 5px;*/
  padding-top: 22px;
}
#counter .items .counter-blue-img h3 {
  font-family: Calibri;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px !important;
}
#counter .items .counter-yellow-img .count {
  font-family: Calibri;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
  /*padding-top: 5px;*/
  padding-top: 22px;
}
#counter .items .counter-yellow-img h3 {
  font-family: Calibri;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px !important;
}
#counter .items .counter-green-img .count {
  font-family: Calibri;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
  /*padding-top: 5px;*/
  padding-top: 22px;
}
#counter .items .counter-green-img h3 {
  font-family: Calibri;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px !important;
}
#counter .items .counter-red-img .count {
  font-family: Calibri;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
  /*padding-top: 5px;*/
  padding-top: 22px;
}
#counter .items .counter-red-img h3 {
  font-family: Calibri;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px !important;
}
.counter-blue-img h1, .counter-yellow-img h1, .counter-green-img h1, .counter-red-img h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 0px !important;
}
.yellow-submit-btn-banner {
  background-color: #8c0f6e !important;
  font-weight: bold;
  font-size: 18px;
  color: #fff !important;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0px !important;
  margin-top: 40px;
  padding: 20px 45px;
  letter-spacing: 1px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 3px 6px rgba(0, 0, 0, 0.20);
}
.yellow-submit-btn-banner:hover {
  background-color: #373580 !important;
  color: #fff !important;
}
.yellow-submit-btn-banner:focus {
  background-color: #8c0f6e !important;
  color: #fff !important;
}
.lady-img {
  top: 116px !important;
  right: -17px !important;
}
.navbar {
  background-color: #fff !important;
  box-shadow: 0px 0px 10px 0px #58595b !important;
}
.nav-link {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.linkedin {
  background: #007bb5;
  color: #fff;
  padding: 8px 11px;
}
.linkedin:hover {
  background: #2899cf;
  color: #fff;
}
.mB50 {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .navbar-nav {
    align-items: flex-start !important;
    text-align: left;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link {
    text-align: left;
    padding-left: 0;
  }
}
.modal-body-video {
  padding: 30px !important;
  background-color: #fff;
  max-height: 650px;
}
.modal-header-video {
  border-bottom: none !important;
  padding: 20px 30px 0px 30px !important;
}