@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Whitney Medium";
  src: url("../fonts/Whitney-Medium.woff2") format("woff2"), url("../fonts/Whitney-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney semibold";
  src: url("../fonts/Whitney-Semibold.woff2") format("woff2"), url("../fonts/Whitney-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("../fonts/Whitney-Bold.woff2") format("woff2"), url("../fonts/Whitney-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.skyText {
  color: #86c3be;
  text-decoration: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Poppins", serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #1a1719;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Whitney";
}

img {
  max-width: 100%;
}

.searchBox .searchIcon, .agendaSheducle .agendaListing .knowMore img, .agendaSheducle .agendaListing .knowMore, .ourSpeakersTabs .nav-tabs .nav-link::after, .memoriesBtn a, .bannerSlider .swiper-button-prev::after,
.bannerSlider .swiper-button-next::after, .quckLinks ul li a, .socailIcons a, .memoriesSlider .memoriesItem .memoriesContent, .viewAll, .testimonialSec .testimonialContent .swiper-button-prev::after,
.testimonialSec .testimonialContent .swiper-button-next::after, .ourSpeakerSec .swiper-button-prev::after,
.ourSpeakerSec .swiper-button-next::after, .whyshouldAttendSec .swiper-button-prev::after,
.whyshouldAttendSec .swiper-button-next::after, .whyshouldAttendSec .attendContent .learnMore, .btn, .headerSec .menuBtn .dropdownMenu a, .headerSec .menuBtn, .headerSec .registerBtn {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.wraper {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

.mobileSlider {
  display: none;
}

@media (max-width: 990px) {
  .mobileSlider {
    display: block;
  }
  .desktopSlider {
    display: none;
  }
}
.headerSec {
  background: #1a1719;
  padding: 14px 0px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 111;
  top: 0;
}
.headerSec .headerlogos {
  display: flex;
}
@media (max-width: 767px) {
  .headerSec .headerlogos {
    width: 80%;
  }
  .headerSec .headerlogos .navbar-brand {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .headerSec .headerlogos .navbar-brand img {
    max-height: 25px !important;
  }
}
@media (max-width: 990px) {
  .headerSec .navbar-nav {
    margin-top: 20px;
  }
  .headerSec .navbar-toggler {
    position: fixed;
    right: 10px;
    top: 15px;
    border: none;
  }
  .headerSec .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }
  .headerSec .navbar-collapse .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .headerSec .navbar-collapse .icon {
    display: none;
  }
}
@media (max-width: 990px) {
  .headerSec {
    padding: 10px 0;
  }
  .headerSec .navbar {
    padding: 0;
  }
}
.headerSec .navbar-nav .nav-item {
  padding: 0 8px;
}
@media (max-width: 1190px) {
  .headerSec .navbar-nav .nav-item {
    padding: 0 5px;
  }
}
@media (max-width: 990px) {
  .headerSec .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .headerSec .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
.headerSec .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 0 0 6px;
}
@media (min-width: 1191px) and (max-width: 1399px) {
  .headerSec .navbar-nav .nav-link {
    font-size: 12px;
  }
}
@media (min-width: 991px) and (max-width: 1190px) {
  .headerSec .navbar-nav .nav-link {
    font-size: 11px;
  }
}
.headerSec .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #86c3be;
  transition: width 0.3s ease-in-out;
}
.headerSec .navbar-nav .nav-link:hover, .headerSec .navbar-nav .nav-link.active {
  color: #86c3be;
}
.headerSec .navbar-nav .nav-link:hover:after, .headerSec .navbar-nav .nav-link.active:after {
  width: 100%;
}
.headerSec .registerBtn {
  color: #fff;
  font-size: 16px;
  background: #86c3be;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  margin-left: 30px;
}
@media (min-width: 991px) and (max-width: 1190px) {
  .headerSec .registerBtn {
    font-size: 14px;
    padding: 9px 15px;
  }
}
@media (max-width: 990px) {
  .headerSec .registerBtn {
    margin-left: 5px;
    text-align: center;
  }
}
.headerSec .registerBtn:hover {
  background: #003a63;
  color: #fff;
}
.headerSec .menuBtn {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  padding: 14px 10px;
  border-radius: 10px;
  font-weight: 700;
  margin-left: 30px;
  display: flex;
  align-items: center;
  width: 43px;
}
@media (max-width: 990px) {
  .headerSec .menuBtn {
    border: none;
    position: initial;
    margin-left: 0;
    width: 100%;
    padding: 0;
    padding-left: 10px;
    padding-top: 10px;
  }
}
.headerSec .menuBtn .icon {
  position: relative;
  height: 2px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.headerSec .menuBtn .icon:before, .headerSec .menuBtn .icon:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.headerSec .menuBtn .icon:before {
  top: -7px;
}
.headerSec .menuBtn .icon:after {
  top: 7px;
}
.headerSec .menuBtn.open .icon {
  background-color: transparent;
}
.headerSec .menuBtn.open .icon:before {
  transform: rotate(45deg) translate(0, 0);
  top: 0;
}
.headerSec .menuBtn.open .icon:after {
  transform: rotate(-45deg) translate(0, 0);
  top: 0;
}
.headerSec .menuBtn:hover {
  cursor: pointer;
}
.headerSec .menuBtn .dropdownMenu {
  position: absolute;
  background-color: rgba(27, 32, 54, 0.8);
  border-radius: 10px;
  padding: 15px;
  display: none;
  top: 70px;
  min-width: 240px;
  right: 0;
}
@media (max-width: 990px) {
  .headerSec .menuBtn .dropdownMenu {
    position: inherit;
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
}
.headerSec .menuBtn .dropdownMenu::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 19px 10.5px;
  border-color: transparent transparent rgba(27, 32, 54, 0.8) transparent;
  content: "";
  position: absolute;
  top: -17px;
  right: 20px;
}
@media (max-width: 990px) {
  .headerSec .menuBtn .dropdownMenu::after {
    display: none;
  }
}
.headerSec .menuBtn .dropdownMenu a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.headerSec .menuBtn .dropdownMenu a:hover {
  color: #86c3be;
  padding-left: 10px;
}
.headerSec .menuBtn.open .dropdownMenu {
  display: block;
}

.bannerSec {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0%;
  padding-bottom: 0%;
  margin-top: 88px;
}
@media (max-width: 990px) {
  .bannerSec {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0016b9+0,0016b9+60,000b61+100&0+0,0.65+100 */
    background: linear-gradient(to bottom, rgba(0, 22, 185, 0) 0%, rgba(0, 22, 185, 0.6) 60%, rgba(0, 11, 97, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: #283a6f;
  }
}
.bannerSec .container {
  top: 0;
  bottom: 0;
  padding-bottom: 5%;
  padding-top: 5%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .bannerSec .container {
    position: initial !important;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bannerSec .container h1 img {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .bannerSec {
    padding-top: 0%;
    margin-top: 70px;
    padding-bottom: 0%;
  }
}
.bannerSec video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerSec h2 {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: "Poppins", serif;
}
@media (max-width: 1536px) {
  .bannerSec h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bannerSec h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.btn {
  color: #fff;
  background: #86c3be;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border: none;
}
.btn:hover {
  background: #003a63;
  color: #fff;
}
.btn.register {
  padding: 15px 40px;
  min-width: 214px;
}

.countDown {
  text-align: center;
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 50px auto 0;
  padding: 0;
}
@media (max-width: 767px) {
  .countDown {
    margin: 30px auto 10px;
  }
}
.countDown li {
  display: inline-block;
  font-size: 1.4rem;
  list-style-type: none;
  padding: 1em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  color: #fff;
  min-width: 190px;
  margin: 0 20px;
}
@media (max-width: 1536px) {
  .countDown li {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .countDown li {
    min-width: 22%;
    font-size: 1.5rem;
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .countDown li {
    min-width: 80px;
    font-size: 0.7rem;
    margin: 0 2px;
  }
}
.countDown li span {
  display: block;
  font-size: 3.5rem;
  font-weight: normal;
  font-family: "Whitney";
  font-weight: 700;
}
@media (max-width: 1536px) {
  .countDown li span {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .countDown li span {
    font-size: 2rem;
  }
}

.sambhavnaSec {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  .sambhavnaSec {
    padding: 30px 0;
  }
}
.sambhavnaSec iframe {
  max-width: 100%;
}
@media (max-width: 767px) {
  .sambhavnaSec iframe {
    height: auto;
  }
}
.sambhavnaSec h2 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sambhavnaSec h2 {
    font-size: 1.8rem;
  }
}
.sambhavnaSec p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #58595b;
}
@media (max-width: 767px) {
  .sambhavnaSec p {
    font-size: 16px;
  }
}
.sambhavnaSec p span {
  font-weight: 700;
}
.sambhavnaSec .videoOuter {
  margin: 50px 0 0;
  border-radius: 10px;
}
.sambhavnaSec .leftImage {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 990px) {
  .sambhavnaSec .leftImage {
    display: none;
  }
}
.sambhavnaSec .rightImage {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 990px) {
  .sambhavnaSec .rightImage {
    display: none;
  }
}

.whyusSec {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.whyusSec .container {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .whyusSec .container {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .whyusSec {
    padding: 0;
  }
}
.whyusSec .counterSec {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
}
.whyusSec .counterSec .countvalue {
  font-size: 3rem;
  font-weight: 800;
  position: relative;
}
.whyusSec .counterSec .countvalue .value {
  font-family: "Whitney";
}
@media (max-width: 767px) {
  .whyusSec .counterSec .countvalue {
    font-size: 1.5rem;
    padding-top: 20%;
  }
}
.whyusSec p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .whyusSec p {
    font-size: 0.8rem;
  }
}
.whyusSec .counterItem {
  position: relative;
  width: 33%;
}
.whyusSec .counterItem:nth-child(2) {
  text-align: center;
}
.whyusSec .counterItem:nth-child(2) .countvalue {
  justify-content: center;
}
.whyusSec .counterItem:nth-child(2) .lineWhite {
  right: -10%;
}
@media (max-width: 767px) {
  .whyusSec .counterItem:nth-child(2) .lineWhite {
    right: -5%;
  }
}
.whyusSec .counterItem:last-child {
  text-align: right;
}
.whyusSec .counterItem:last-child .countvalue {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .whyusSec .counterItem:last-child .countvalue {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .whyusSec .counterItem:last-child p {
    text-align: center;
  }
}
.whyusSec .counterItem .lineWhite {
  position: absolute;
  right: 0%;
  top: 10%;
}
.whyusSec .whyusSlider img {
  min-height: 150px;
}

.whyAttendSec {
  padding: 100px 0;
  position: relative;
  background: #003a63 url("../images/attend-bg.jpg") no-repeat center bottom;
}
@media (max-width: 767px) {
  .whyAttendSec {
    padding: 30px 0;
  }
}
.whyAttendSec .deafultHeading h2 {
  color: #fff;
}
.whyAttendSec .content {
  position: relative;
}
.whyAttendSec .content h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .whyAttendSec .content h3 {
    font-size: 1.2rem;
  }
}
.whyAttendSec .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .whyAttendSec .content ul {
    margin-bottom: 0;
  }
}
.whyAttendSec .content ul li {
  position: relative;
  padding-left: 50px;
  background: url("../images/list-arrow.svg") no-repeat left 0px;
  background-size: 24px auto;
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .whyAttendSec .content ul li {
    font-size: 1rem;
    background-size: 14px;
    padding-left: 20px;
    background-position: left 10px;
  }
}

.deafultHeading {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .deafultHeading {
    margin-bottom: 20px;
  }
}
.deafultHeading .title {
  width: 230px;
  margin: 0 auto;
  background-color: #f3f3f3;
  border-radius: 7px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.deafultHeading h2 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 1536px) {
  .deafultHeading h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .deafultHeading h2 {
    font-size: 1.6rem;
  }
}

.whyshouldAttendSec {
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  .whyshouldAttendSec {
    padding: 30px 0;
  }
}
.whyshouldAttendSec h2 {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 60px;
  color: #1a1719;
}
@media (max-width: 767px) {
  .whyshouldAttendSec h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .whyshouldAttendSec .attendContent {
    margin-bottom: 30px;
  }
}
.whyshouldAttendSec .attendContent img {
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 100%;
}
.whyshouldAttendSec .attendContent h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .whyshouldAttendSec .attendContent h4 {
    font-size: 1.5rem;
  }
}
.whyshouldAttendSec .attendContent p {
  font-weight: 500;
  color: #333333;
}
.whyshouldAttendSec .attendContent ul {
  list-style: disc;
  padding: 0 0 0 15px;
}
.whyshouldAttendSec .attendContent ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.whyshouldAttendSec .attendContent .learnMore {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  display: inline-flex;
  border-radius: 10px;
  background: #003a63;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  min-width: 150px;
  text-align: center;
  justify-content: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .whyshouldAttendSec .attendContent .learnMore {
    margin-top: 10px;
  }
}
.whyshouldAttendSec .attendContent .learnMore:hover {
  background: #86c3be;
  color: #fff;
}
.whyshouldAttendSec .sliderAction {
  position: absolute;
  right: 0;
  top: 30px;
  min-width: 100px;
}
@media (max-width: 767px) {
  .whyshouldAttendSec .sliderAction {
    min-width: 100%;
    top: 30%;
    max-width: 450px;
  }
}
.whyshouldAttendSec .swiper-button-prev::after,
.whyshouldAttendSec .swiper-button-next::after {
  background: #86c3be;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  padding: 13px 16px;
}
.whyshouldAttendSec .swiper-button-prev::after:hover,
.whyshouldAttendSec .swiper-button-next::after:hover {
  background: #fff;
  color: #86c3be;
}

.ourSpeakerSec {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .ourSpeakerSec {
    padding: 30px 0;
  }
  .ourSpeakerSec .viewAll {
    margin-top: 30px;
  }
}
.ourSpeakerSec .swiper {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  padding: 0 20px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .ourSpeakerSec .swiper {
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    margin-top: 20px;
  }
}
.ourSpeakerSec .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourSpeakerSec .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourSpeakerSec .speakerItem {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: calc(100% - 20px);
  background: #060b1f;
}
.ourSpeakerSec .speakerItem .speakerContent {
  padding: 10px;
  background-color: #060b1f;
  color: #fff;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2px;
  border-radius: 0 0 10px 10px;
}
.ourSpeakerSec .speakerItem .speakerContent h4 {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ourSpeakerSec .speakerItem .speakerContent h4 {
    font-size: 1.2rem;
  }
}
.ourSpeakerSec .speakerItem .speakerContent p {
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .ourSpeakerSec .speakerItem .speakerContent p {
    font-size: 0.8rem;
  }
}
.ourSpeakerSec .speakerItem .speakerImage {
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.ourSpeakerSec .speakerItem .speakerImage img {
  transition: 0.3s;
}
.ourSpeakerSec .speakerItem .speakerImage img:hover {
  transform: scale(1.1);
}
.ourSpeakerSec .swiper-button-prev::after,
.ourSpeakerSec .swiper-button-next::after {
  background: #86c3be;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  padding: 13px 16px;
}
.ourSpeakerSec .swiper-button-prev::after:hover,
.ourSpeakerSec .swiper-button-next::after:hover {
  background: #fff;
  color: #86c3be;
}

.patnersSlider .swiper-wrapper {
  padding: 20px 0;
}
.patnersSlider .swiper-button-prev::after,
.patnersSlider .swiper-button-next::after {
  display: none;
}

.testimonialSec {
  background: #effffe;
  display: flex;
  font-size: 0;
}
@media (max-width: 991px) {
  .testimonialSec {
    flex-direction: column;
  }
}
.testimonialSec .testimonialVideo {
  width: 50%;
  background-size: cover !important;
  position: relative;
}
@media (max-width: 991px) {
  .testimonialSec .testimonialVideo {
    width: 100%;
    padding: 20px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .testimonialSec .testimonialVideo {
    width: 100%;
    padding: 20px;
    min-height: 300px;
  }
}
.testimonialSec .testimonialVideo .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.testimonialSec .testimonialVideo .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.testimonialSec .testimonialVideo .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.testimonialSec .testimonialVideo .video-play-button:hover:after {
  background-color: #e6e6e6;
}
.testimonialSec .testimonialVideo .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.testimonialSec .testimonialVideo .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #c9c9c9;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.testimonialSec .testimonialVideo .video-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}
.testimonialSec .testimonialVideo .video-overlay.open {
  position: absolute;
  z-index: 1000;
  opacity: 1;
}
.testimonialSec .testimonialVideo .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.testimonialSec .testimonialVideo .video-overlay-close:hover {
  color: #fa183d;
}
.testimonialSec .testimonialVideo .video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.testimonialSec .testimonialContent {
  padding: 100px;
  width: 50%;
}
@media (max-width: 1536px) {
  .testimonialSec .testimonialContent {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .testimonialSec .testimonialContent {
    width: 100%;
    padding: 20px;
  }
}
.testimonialSec .testimonialContent .swiper-wrapper {
  padding-bottom: 80px;
}
.testimonialSec .testimonialContent .sliderActionBtn {
  width: 100px;
  position: relative;
  margin-bottom: 40px;
}
.testimonialSec .testimonialContent .swiper-button-prev::after,
.testimonialSec .testimonialContent .swiper-button-next::after {
  background: #f3f3f3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
  color: #1a1719;
  box-sizing: border-box;
  font-size: 18px;
  padding: 13px 16px;
}
.testimonialSec .testimonialContent .swiper-button-prev::after:hover,
.testimonialSec .testimonialContent .swiper-button-next::after:hover {
  background: #fff;
  color: #86c3be;
}
.testimonialSec .testimonialContent p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #58595b;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .testimonialSec .testimonialContent p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}
.testimonialSec .testimonialContent .userInfo {
  display: flex;
}
.testimonialSec .testimonialContent .userInfo p {
  color: #544e51;
  font-size: 16px;
  margin: 0;
}
.testimonialSec .testimonialContent .userInfo .userImage {
  margin-right: 10px;
}
.testimonialSec .testimonialContent .userInfo .userImage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.testimonialSec .testimonialContent .userInfo .name {
  font-size: 18px;
  font-weight: 700;
}
.testimonialSec .testimonialContent .userInfo div {
  flex: 1;
}
.testimonialSec .testimonialContent .deafultHeading {
  text-align: left;
}
.testimonialSec .testimonialContent .deafultHeading .title {
  margin: 0 0 20px;
  width: 156px;
}
.testimonialSec .testimonialContent .deafultHeading h2 {
  text-align: left;
}

.viewAll {
  text-decoration: none;
  background: #003a63;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  min-width: 200px;
  display: inline-block;
  margin-top: 70px;
}
.viewAll:hover {
  background: #1a1719;
}

.memoriesSlider .memoriesItem {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.memoriesSlider .memoriesItem .memoriesImage {
  min-height: 400px;
}
.memoriesSlider .memoriesItem .memoriesImage img {
  transition: 0.3s;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.memoriesSlider .memoriesItem .memoriesImage img:hover {
  transform: scale(1.1);
}
.memoriesSlider .memoriesItem .memoriesContent {
  position: absolute;
  bottom: -200px;
  left: 20px;
  right: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  opacity: 0;
}
.memoriesSlider .memoriesItem .memoriesContent h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.memoriesSlider .memoriesItem .memoriesContent p {
  font-size: 20px;
  font-weight: 700;
  color: #1a1719;
  text-align: left;
}
.memoriesSlider .memoriesItem .memoriesContent .exportIcon {
  width: 52px;
  height: 52px;
  background: #1a1719;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.memoriesSlider .memoriesItem .memoriesContent .placeholderlogo {
  position: absolute;
  right: 15px;
  top: 15px;
}
.memoriesSlider .memoriesItem .memoriesContent img {
  width: auto;
  height: auto;
}
.memoriesSlider .memoriesItem:hover .memoriesContent {
  opacity: 1;
  bottom: 20px;
}

.footerMain {
  background: #1a1719;
  padding: 50px 0;
  position: relative;
}
.footerMain .leftImage {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 990px) {
  .footerMain .leftImage {
    display: none;
  }
}
.footerMain .rightImage {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 990px) {
  .footerMain .rightImage {
    display: none;
  }
}
.footerMain .footerLogo img {
  width: auto;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerMain .footerLogo img {
    margin-top: 10px;
  }
}

.socailIcons {
  display: flex;
  margin-top: 30px;
}
.socailIcons a {
  text-decoration: none;
  margin-right: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.socailIcons a:hover {
  box-shadow: 1px 2px 10px 4px hsla(0, 0%, 100%, 0.3);
  background: rgba(134, 195, 190, 0.8);
}
.socailIcons a img {
  width: auto;
  height: auto;
}

.footerDescp {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .footerDescp .footerLogo {
    display: flex;
  }
  .footerDescp .footerLogo img {
    max-width: 50%;
  }
}

.getinTouch p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 20px;
}
.getinTouch p a {
  color: #fff;
  text-decoration: none;
}
.getinTouch p a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .quckLinks {
    margin-top: 20px;
  }
}
.quckLinks h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.quckLinks ul {
  list-style: none;
  padding: 0;
}
.quckLinks ul li {
  margin-bottom: 10px;
}
.quckLinks ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .quckLinks ul li a {
    font-size: 0.9rem;
  }
}
.quckLinks ul li a:hover {
  color: #86c3be;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 20px;
  }
}
@keyframes zoomin {
  from {
    width: 200px;
  }
  to {
    width: 302px;
  }
}
@keyframes zoominTwo {
  from {
    width: 200px;
  }
  to {
    width: 423px;
  }
}
@keyframes zoominThree {
  from {
    width: 100px;
  }
  to {
    width: 163px;
  }
}
@keyframes zoominFour {
  from {
    width: 150px;
  }
  to {
    width: 223px;
  }
}
.count-value {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  animation: none;
}

@keyframes lucky-draw {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
}
.animate {
  animation: lucky-draw 0.3s ease-in-out infinite;
}

.loginModal .modal-content {
  border-radius: 20px;
}
.loginModal .modal-header {
  justify-content: flex-end;
}
.loginModal .closeBtn {
  border: none;
  background: none;
  padding: 0;
}
.loginModal h1 {
  font-size: 2.4rem;
  color: #003a63;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .loginModal h1 {
    font-size: 2rem;
  }
}
.loginModal p {
  font-size: 1rem;
  font-weight: normal;
  color: #28363f;
}
.loginModal label {
  font-weight: normal;
  color: #003a63;
  font-size: 1rem;
  margin-bottom: 10px;
}
.loginModal .form-control {
  height: 4rem;
  border-radius: 10px;
  box-shadow: rgba(134, 195, 190, 0.1607843137) 0px 0px 6px 4px;
  border: none;
  font-size: 1.1rem;
  padding-left: 30px;
}
.loginModal .optInputs .form-control {
  padding-left: 0;
  text-align: center;
  padding-right: 0;
}
.loginModal .nothaveAccount {
  font-size: 1rem;
  color: #1a1719;
}
@media (max-width: 767px) {
  .loginModal .nothaveAccount {
    font-size: 0.8rem;
  }
}
.loginModal .modal-body {
  --bs-modal-padding: 2.4rem;
}
@media (max-width: 767px) {
  .loginModal .modal-body {
    --bs-modal-padding: 1.4rem;
  }
}
.loginModal .btn {
  background: #003a63;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 1.2rem 1rem;
}

.bannerSlider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100% !important;
}
.bannerSlider .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerSlider .swiper-button-prev::after,
.bannerSlider .swiper-button-next::after {
  background: #86c3be;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  padding: 13px 16px;
}
.bannerSlider .swiper-button-prev::after:hover,
.bannerSlider .swiper-button-next::after:hover {
  background: #fff;
  color: #86c3be;
}
.bannerSlider .swiper-button-prev {
  left: 30px;
}
.bannerSlider .swiper-button-next {
  right: 30px;
}

.whyAttendSlider .swiper-pagination {
  margin: 0 auto;
  right: 0;
  position: initial;
}
@media (max-width: 767px) {
  .whyAttendSlider .swiper-pagination {
    margin-bottom: 40px;
  }
}
.whyAttendSlider .swiper-pagination-bullet {
  margin: 0 !important;
  width: 50px;
  height: 6px;
  border-radius: 0;
  background: #fff !important;
  opacity: 1;
}
.whyAttendSlider .swiper-pagination-bullet-active {
  background: #86c3be !important;
}
.whyAttendSlider .slide-info {
  position: relative;
  padding: 0 20px;
  margin: 0px auto;
  display: inline-block;
  vertical-align: top;
}
.whyAttendSlider .slide-info .firstNumber,
.whyAttendSlider .slide-info .lastNumber {
  position: absolute;
  top: 22px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.whyAttendSlider .slide-info .firstNumber {
  left: 0;
}
.whyAttendSlider .slide-info .lastNumber {
  right: 0;
}

.innnerBanner {
  background: #003a63;
  color: #fff;
  position: relative;
  min-height: 400px;
  padding: 100px 0;
  text-align: center;
  margin-top: 88px;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .innnerBanner {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .innnerBanner {
    padding: 50px 0;
    min-height: initial;
    margin-top: 70px;
  }
}
.innnerBanner .bannerDesc {
  max-width: 780px;
  margin: 0 auto;
}
.innnerBanner .bannerDesc p {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .innnerBanner .bannerDesc p {
    font-size: 0.8rem;
  }
}
.innnerBanner .bannerDesc h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .innnerBanner .bannerDesc h1 {
    font-size: 2rem;
  }
}
.innnerBanner .bannerDesc h4 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Whitney Medium";
}
.innnerBanner .leftImage {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 990px) {
  .innnerBanner .leftImage {
    max-width: 20%;
  }
}
.innnerBanner .rightImage {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 990px) {
  .innnerBanner .rightImage {
    max-width: 20%;
  }
}

.agendaPage {
  padding: 100px 0;
}
.agendaPage h2 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .agendaPage h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .agendaPage {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .agendaTabing {
    width: 100%;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
  }
}
.agendaTabing .nav-item {
  padding: 0 10px;
  width: 33.3333%;
}
@media (max-width: 767px) {
  .agendaTabing .nav-item {
    width: auto;
    white-space: nowrap;
    display: inline-flex;
  }
}
.agendaTabing .nav-link {
  font-size: 1.25rem;
  color: #003a63;
  background: #d8efff;
  width: 100%;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1536px) {
  .agendaTabing .nav-link {
    font-size: 1.1rem;
  }
}
@media (max-width: 990px) {
  .agendaTabing .nav-link {
    font-size: 0.8rem;
  }
}
.agendaTabing .nav-link.active {
  background: #003a63;
  color: #fff;
}
.agendaTabing .nav-link.active::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 17px 13px 0 13px;
  border-color: #003a63 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  margin: 0 auto;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.memoriesBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}
.memoriesBtn a {
  border: 1px solid #28363f;
  border-radius: 25px;
  color: #28363f;
  font-size: 1.1rem;
  display: inline-flex;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0 10px;
}
@media (max-width: 990px) {
  .memoriesBtn a {
    white-space: nowrap;
    font-size: 0.9rem;
    margin: 0 6px;
  }
}
.memoriesBtn a:hover, .memoriesBtn a.active {
  background: #86c3be;
  border-color: #86c3be;
  color: #fff;
}

.editionsListing {
  padding: 35px 0;
}
@media (max-width: 767px) {
  .editionsListing {
    padding: 15px 0;
  }
  .editionsListing:nth-child(even) .row .col-md-6:last-child {
    order: 1;
  }
  .editionsListing:nth-child(even) .row .col-md-6:first-child {
    order: 2;
  }
}
.editionsListing .badge {
  background-color: #86c3be !important;
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: 500;
}
.editionsListing h3 {
  margin-top: 20px;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .editionsListing h3 {
    font-size: 1.5rem;
  }
}
.editionsListing .editionsDesc {
  padding-left: 20px;
}
@media (max-width: 990px) {
  .editionsListing .editionsDesc {
    padding-top: 10px;
    padding-left: 0;
  }
}

.ourSpeakersTabs .tab-content {
  padding-top: 30px;
}
.ourSpeakersTabs .nav-tabs {
  justify-content: center;
  display: flex;
  border-bottom: none;
}
@media (max-width: 990px) {
  .ourSpeakersTabs .nav-tabs {
    display: flex;
    width: 100%;
    overflow-x: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: none;
    justify-content: flex-start;
  }
}
@media (max-width: 990px) {
  .ourSpeakersTabs .nav-tabs .nav-item {
    width: auto;
  }
}
.ourSpeakersTabs .nav-tabs .registerForm .customCheckbox label {
  font-size: 16px;
}
.ourSpeakersTabs .nav-tabs .nav-link {
  color: #003a63;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  border: none;
  width: 100%;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .ourSpeakersTabs .nav-tabs .nav-link {
    white-space: nowrap;
    font-size: 0.8rem;
  }
}
.ourSpeakersTabs .nav-tabs .nav-link::after {
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #d8efff;
  height: 6px;
  position: absolute;
  bottom: -6px;
  width: 100%;
}
@media (max-width: 767px) {
  .ourSpeakersTabs .nav-tabs .nav-link::after {
    bottom: 0;
  }
}
.ourSpeakersTabs .nav-tabs .nav-link.active::after, .ourSpeakersTabs .nav-tabs .nav-link:hover::after {
  width: 100%;
  background: #003a63;
}

.patnerListing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.patnerListing .patnersItem {
  border-radius: 20px;
  background: #fff;
  box-shadow: -1px 3px 8px rgba(0, 0, 0, 0.2);
  width: 23%;
  margin: 0 1%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 170px;
  max-height: 170px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .patnerListing .patnersItem {
    width: 46%;
    padding: 10px;
  }
}
.patnerListing .patnersItem img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 170px;
}
.patnerListing .patnersItem .patnerType {
  background: #e1e1e1;
  border-radius: 20px;
  font-size: 18px;
  padding: 5px 20px;
  position: absolute;
  bottom: -15px;
  margin: 0 auto;
  width: auto;
  display: inline-block;
}

.ourPatnersPage {
  min-height: 400px;
  position: relative;
  padding: 30px 0 80px;
}
.ourPatnersPage .rightImage {
  position: absolute;
  right: 0;
  top: 0px;
}
@media (max-width: 990px) {
  .ourPatnersPage .rightImage {
    display: none;
  }
}
.ourPatnersPage .patnerTypesHead {
  display: flex;
  max-width: 570px;
  margin: 50px auto;
  text-align: center;
  width: 100%;
  justify-content: center;
  position: relative;
  font-size: 24px;
  font-weight: 500;
}
.ourPatnersPage .patnerTypesHead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  background: #1a1719;
  height: 2px;
  width: 100%;
}
.ourPatnersPage .patnerTypesHead span {
  background: #fff;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
.ourPatnersPage .patnersOuter {
  background-color: #f3f3f3;
  border-radius: 10px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.agendaSheducle .timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.agendaSheducle .timeline .timeline-time {
  position: absolute;
  left: 0;
  width: 18%;
  text-align: center;
  top: 100px;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .agendaSheducle .timeline .timeline-time {
    display: none;
  }
}
.agendaSheducle .timeline > li {
  position: relative;
  min-height: 50px;
  padding: 20px 0;
}
.agendaSheducle .timeline > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: url(../images/line-dashed.png) repeat-y left top;
  left: 9%;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .agendaSheducle .timeline > li::after {
    display: none;
  }
}
.agendaSheducle .timeline > li:first-child::after {
  bottom: 0;
  top: 180px;
}
.agendaSheducle .timeline > li:last-child .timeline-icon {
  display: none;
}
.agendaSheducle .timeline > li:last-child::after {
  bottom: auto;
  top: 0;
  height: 140px;
}
.agendaSheducle .timeline .timeline-time .date,
.agendaSheducle .timeline .timeline-time .time {
  display: block;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .agendaSheducle .timeline .timeline-time .date,
  .agendaSheducle .timeline .timeline-time .time {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .agendaSheducle .timeline .timeline-time .date,
  .agendaSheducle .timeline .timeline-time .time {
    font-size: 12px;
  }
}
.agendaSheducle .timeline .timeline-time .date {
  line-height: 26px;
  font-weight: normal;
  color: #28363f;
}
.agendaSheducle .timeline .timeline-time .time {
  line-height: 24px;
  color: #003a63;
  font-weight: 500;
}
.agendaSheducle .timeline .timeline-icon {
  left: 4%;
  position: absolute;
  width: 10%;
  text-align: center;
  top: 160px;
}
@media (max-width: 767px) {
  .agendaSheducle .timeline .timeline-icon {
    display: none;
  }
}
.agendaSheducle .timeline .timeline-icon a {
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 28px;
  background: #fff;
  line-height: 10px;
  color: #fff;
  font-size: 14px;
  position: relative;
  border: 1px solid #28363f;
  transition: border-color 0.2s linear;
}
.agendaSheducle .timeline .timeline-icon a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #28363f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.agendaSheducle .timeline .timeline-body {
  margin-left: 20%;
  background: #fff;
  position: relative;
  padding: 20px 25px;
  border-radius: 6px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .agendaSheducle .timeline .timeline-body {
    margin-left: 0;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.agendaSheducle .timeline .timeline-body:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #fff;
  left: -20px;
  top: 20px;
}
.agendaSheducle .timeline .timeline-body > div + div {
  margin-top: 15px;
}
.agendaSheducle .timeline .timeline-body > div + div:last-child {
  margin-bottom: -20px;
  padding-bottom: 20px;
  border-radius: 0 0 6px 6px;
}
.agendaSheducle .timeline-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e7eb;
  line-height: 30px;
}
.agendaSheducle .timeline-header .userimage {
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 40px;
  overflow: hidden;
  margin: -2px 10px -2px 0;
}
.agendaSheducle .timeline-header .username {
  font-size: 16px;
  font-weight: 600;
}
.agendaSheducle .timeline-header .username,
.agendaSheducle .timeline-header .username a {
  color: #2d353c;
}
.agendaSheducle .timeline img {
  max-width: 100%;
  display: block;
}
.agendaSheducle .timeline-content {
  letter-spacing: 0.25px;
  line-height: 18px;
  font-size: 13px;
}
.agendaSheducle .timeline-content:after,
.agendaSheducle .timeline-content:before {
  content: "";
  display: table;
  clear: both;
}
.agendaSheducle .timeline-title {
  margin-top: 0;
}
.agendaSheducle .timeline-footer {
  background: #fff;
  border-top: 1px solid #e2e7ec;
  padding-top: 15px;
}
.agendaSheducle .timeline-footer a:not(.btn) {
  color: #575d63;
}
.agendaSheducle .timeline-footer a:not(.btn):focus,
.agendaSheducle .timeline-footer a:not(.btn):hover {
  color: #2d353c;
}
.agendaSheducle .timeline-likes {
  color: #6d767f;
  font-weight: 600;
  font-size: 12px;
}
.agendaSheducle .timeline-likes .stats-right {
  float: right;
}
.agendaSheducle .timeline-likes .stats-total {
  display: inline-block;
  line-height: 20px;
}
.agendaSheducle .timeline-likes .stats-icon {
  float: left;
  margin-right: 5px;
  font-size: 9px;
}
.agendaSheducle .timeline-likes .stats-icon + .stats-icon {
  margin-left: -2px;
}
.agendaSheducle .timeline-likes .stats-text {
  line-height: 20px;
}
.agendaSheducle .timeline-likes .stats-text + .stats-text {
  margin-left: 15px;
}
.agendaSheducle .timeline-comment-box {
  background: #f2f3f4;
  margin-left: -25px;
  margin-right: -25px;
  padding: 20px 25px;
}
.agendaSheducle .timeline-comment-box .user {
  float: left;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 30px;
}
.agendaSheducle .timeline-comment-box .user img {
  max-width: 100%;
  max-height: 100%;
}
.agendaSheducle .timeline-comment-box .user + .input {
  margin-left: 44px;
}
.agendaSheducle .lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
.agendaSheducle .text-danger,
.agendaSheducle .text-red {
  color: #ff5b57 !important;
}
.agendaSheducle .agendaListing {
  padding: 40px;
  border: 1px solid #003a63;
  width: 100%;
}
@media (max-width: 767px) {
  .agendaSheducle .agendaListing {
    padding: 10px;
  }
  .agendaSheducle .agendaListing .text-end {
    text-align: left !important;
  }
}
.agendaSheducle .agendaListing .location {
  color: #86c3be;
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.agendaSheducle .agendaListing .location img {
  margin-right: 6px;
}
.agendaSheducle .agendaListing .timeTitle {
  font-size: 14px;
  color: #003a63;
  display: none;
}
@media (max-width: 767px) {
  .agendaSheducle .agendaListing .timeTitle {
    display: block;
  }
}
.agendaSheducle .agendaListing .knowMore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #003a63;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .agendaSheducle .agendaListing .knowMore {
    padding: 9px 10px;
  }
}
@media (max-width: 767px) {
  .agendaSheducle .agendaListing .knowMore.hiddenMobile {
    display: none;
  }
}
.agendaSheducle .agendaListing .knowMore img {
  margin-left: 10px;
}
.agendaSheducle .agendaListing .knowMore:hover {
  background: #1a1719;
}
.agendaSheducle .agendaListing .title {
  font-size: 18px;
  color: #003a63;
  font-weight: 600;
  padding-bottom: 10px;
}
.agendaSheducle .agendaListing p {
  font-size: 14px;
}
.agendaSheducle .agendaListing p span {
  font-weight: 600;
  color: #28363f;
}

.agendaModal .modal-dialog {
  max-width: 1100px;
}
.agendaModal .modal-header {
  justify-content: flex-end;
}
.agendaModal .modal-header .closeBtn {
  border: none;
  background: none;
  padding: 0;
}
.agendaModal .modal-content {
  border-radius: 1.25rem;
}
@media (max-width: 1100px) {
  .agendaModal .modal-content {
    width: 98%;
    margin: 0 auto;
  }
}
.agendaModal .locationText {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .agendaModal .locationText {
    font-size: 0.8rem;
    width: 100%;
    flex-wrap: wrap;
  }
}
.agendaModal .modal-body {
  padding: 20px 40px 50px;
}
@media (max-width: 767px) {
  .agendaModal .modal-body {
    padding: 15px;
  }
}
.agendaModal h2 {
  margin: 30px 0 30px;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .agendaModal h2 {
    font-size: 1.5rem;
  }
}
.agendaModal p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
@media (max-width: 767px) {
  .agendaModal p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.agendaModal .moderatorLisitng {
  display: flex;
  align-items: center;
}
.agendaModal .moderatorLisitng .profilePic {
  width: 4.5rem;
  height: 4.5rem;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
  border-radius: 50%;
}
@media (max-width: 990px) {
  .agendaModal .moderatorLisitng .profilePic {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.agendaModal .moderatorLisitng > div {
  flex: 1;
}
.agendaModal .moderatorLisitng .name {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .agendaModal .moderatorLisitng .name {
    font-size: 1rem;
  }
}
.agendaModal .moderatorLisitng p {
  font-size: 1rem;
  color: #28363f;
}

.moderatorSec h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
  color: #003a63;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .moderatorSec h3 {
    font-size: 1.5rem;
  }
}

.speakerPage .speakerItem {
  margin-bottom: 20px;
  cursor: pointer;
}
.speakerPage h2 {
  font-size: 2.5rem;
}
@media (max-width: 990px) {
  .speakerPage h2 {
    font-size: 1.8rem;
  }
}
.speakerPage p {
  font-size: 16px;
  color: #28363f;
}
.speakerPage .speakerImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speakerPage .speakerContent h3 {
  font-size: 1.5rem;
}
.speakerPage .speakerContent p {
  color: #fff;
  text-align: center;
}

.speakersModal .speakerImage img {
  border-radius: 15px;
  box-shadow: -1px 1px 11px 2px rgba(0, 0, 0, 0.1);
}
.speakersModal h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .speakersModal h2 {
    margin-top: 20px;
  }
}
.speakersModal p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.speakersModal .speakerDetail .socailIcons {
  margin-top: 15px;
  margin-bottom: 20px;
}
.speakersModal .speakerDetail .socailIcons a {
  margin-right: 6px;
  background-color: transparent;
}
.speakersModal .speakerDetail .socailIcons a:hover {
  transform: rotate(360deg);
  box-shadow: none;
  border: none;
}
.speakersModal .speakerAgenda {
  padding: 30px 25px;
  border-top: 1px solid rgba(40, 54, 63, 0.2);
  margin-top: 20px;
}
@media (max-width: 990px) {
  .speakersModal .speakerAgenda {
    margin-bottom: 10px;
    min-height: inherit;
    padding: 20px 0;
  }
}
.speakersModal .speakerAgenda p {
  font-size: 1rem;
  margin-bottom: 6px;
}
.speakersModal .speakerAgenda p span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #003a63;
}
.speakersModal .speakerAgenda p.fz-14 {
  font-size: 0.9rem;
}
.speakersModal .speakerAgenda p.fz-14 span {
  font-size: 0.9rem;
}
.speakersModal .speakerAgenda h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .speakersModal .speakerAgenda h3 {
    font-size: 1.2rem;
  }
}

.searchBox {
  position: relative;
  margin-bottom: 30px;
}
.searchBox .searchIcon {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  cursor: pointer;
  background: #d8efff;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.searchBox .searchIcon:hover, .searchBox .searchIcon:focus, .searchBox .searchIcon:active {
  background: #003a63;
}
.searchBox .searchIcon:hover svg path, .searchBox .searchIcon:focus svg path, .searchBox .searchIcon:active svg path {
  fill: #fff;
}
.searchBox .form-control {
  height: 3.75rem;
  border-color: #28363f;
  color: #28363f;
  font-size: 1.1rem;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 3.5rem;
}
.searchBox .form-control::-moz-placeholder {
  opacity: 0.3;
}
.searchBox .form-control::placeholder {
  opacity: 0.3;
}
.searchBox .form-control:focus {
  box-shadow: none;
}

.resourcesPage {
  padding-top: 80px;
}
.resourcesPage .tab-content {
  padding-top: 40px;
}

.dropdownsOuter {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .dropdownsOuter {
    justify-content: start;
  }
}
.dropdownsOuter .form-group {
  display: inline-flex;
  width: 21%;
  margin: 0 0 0 10px;
}
@media (max-width: 990px) {
  .dropdownsOuter .form-group {
    margin-top: 10px;
    width: 21%;
    margin-left: 5px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .dropdownsOuter .form-group {
    width: 48%;
  }
}
.dropdownsOuter .form-select {
  width: 100%;
  border-color: #22151d;
  height: 3.75rem;
}
@media (max-width: 767px) {
  .dropdownsOuter .form-select {
    height: 3rem;
  }
}

.resourcesCard {
  padding: 1.45rem;
  border: 1px solid #d9d9d9;
  border-radius: 1.25rem;
  min-height: calc(100% - 2.5rem);
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .resourcesCard {
    min-height: inherit;
  }
}
.resourcesCard__img img {
  border-radius: 1.25rem;
}
.resourcesCard .name {
  font-size: 1.5rem;
  min-height: 3.25rem;
  margin-top: 1.75rem;
}
.resourcesCard .name a {
  color: #1a1719;
  text-decoration: none;
}
.resourcesCard p {
  font-size: 1rem;
  line-height: 1.75rem;
}

.loadmoreouter {
  text-align: center;
  padding-top: 80px;
}
.loadmoreouter .loadMore {
  background: #003a63;
  font-size: 1rem;
  font-weight: 600;
  min-width: 210px;
  padding: 0.9rem 2rem;
}
.loadmoreouter .loadMore:hover {
  background: #86c3be;
}

.showMobileOnly {
  display: none;
}
@media (max-width: 767px) {
  .showMobileOnly {
    display: block;
  }
}

.cookie_modal h2 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .cookie_modal h2 {
    font-size: 1.5rem;
  }
}
.cookie_modal .modal-dialog {
  max-width: 674px;
}
.cookie_modal .modal-content {
  border-radius: 1.9rem;
  padding: 1.8rem;
}
@media (max-width: 767px) {
  .cookie_modal .modal-content {
    padding: 1rem;
  }
}
.cookie_modal .modal-content p {
  font-size: 1rem;
}
.cookie_modal .modal-content p a {
  color: #0095ff;
  text-decoration: none;
}
.cookie_modal .btn {
  width: 48%;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cookie_modal .btn {
    width: 100%;
    font-size: 1rem;
  }
}
.cookie_modal .btn.btn-secondary {
  background: #1a1719;
  border: 1px solid #1a1719;
  color: #fff;
  border: none;
}
.cookie_modal .btn.btn-secondary:hover {
  background: #003a63;
}
.cookie_modal .btn.btn-light {
  background: #fff;
  color: #003a63;
  border: 1px solid #28363f;
}
.cookie_modal .btn.btn-light:hover {
  background: #003a63;
  color: #fff;
}

.liveSection {
  padding: 130px 0;
}

.liveSection .liveOuter {
  background-color: #0b0c0e;
  border-radius: 10px;
  padding: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .liveSection .liveOuter {
    margin-bottom: 20px;
    padding: 10px;
  }
}

.loginModal .form-control {
  height: 60px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dce2e6;
  border-radius: 10px;
  font-size: 18px;
}

.loginModal .form-control:focus {
  outline: none;
  box-shadow: none;
}

.forgetPass {
  color: #04365e;
  font-size: 18px;
  transition: 0.5s color;
}

.forgetPass:hover {
  color: #000;
  text-decoration: underline;
}

.speakerModal.loginModal .modal-dialog {
  max-width: 505px;
}

.btnLogin {
  background: #00365e 0% 0% no-repeat padding-box;
  border: 1px solid #dce2e6;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  font-size: 20px;
  min-height: 60px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.btnLogin:hover {
  background-color: #2eaae1;
  color: #fff;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.liveChatOuter {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .liveChatOuter {
    flex-direction: column;
  }
}

.liveSection .chatouter {
  max-width: 380px;
  padding-left: 10px;
}

/*** chat css ***/
.liveSection .chatouter .card-bordered {
  border: 1px solid #ebebeb;
}

.liveSection .chatouter .card {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
  transition: 0.5s;
  background-size: cover;
  background-color: #e7e9ec;
  height: 100%;
}

.liveSection .chatouter .padding {
  padding: 3rem !important;
}

.liveSection .chatouter .card-header:first-child {
  border-radius: 9px 9px 0 0;
}

@media (min-width: 1539px) {
  .liveSection .container {
    max-width: 1440px;
  }
}
.liveSection .chatouter .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #001220;
}

.liveSection .chatouter .card-header .card-title {
  padding: 0;
  border: none;
}

.liveSection .chatouter h4.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.liveSection .chatouter .card-header > *:last-child {
  margin-right: 0;
}

.liveSection .chatouter .card-header > * {
  margin-left: 8px;
  margin-right: 8px;
}

.liveSection .chatouter .btn-secondary {
  color: #4d5259 !important;
  background-color: #e4e7ea;
  border-color: #e4e7ea;
  color: #fff;
}

.liveSection .chatouter .btn-xs {
  font-size: 11px;
  padding: 2px 8px;
  line-height: 18px;
}

.liveSection .chatouter .btn-xs:hover {
  color: #fff !important;
}

.liveSection .chatouter .card-title {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(77, 82, 89, 0.07);
}

.liveSection .chatouter .ps-container {
  position: relative;
}

.liveSection .chatouter .ps-container {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

.liveSection .chatouter .media-chat {
  padding-right: 64px;
  margin-bottom: 0;
}

.liveSection .chatouter .media {
  padding: 16px 12px;
  transition: background-color 0.2s linear;
}

.liveSection .chatouter .media .avatar {
  flex-shrink: 0;
}

.liveSection .chatouter .avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #8b95a5;
  text-transform: uppercase;
}

.liveSection .chatouter .media-chat .media-body {
  flex: initial;
  display: table;
}

.liveSection .chatouter .media-body {
  min-width: 0;
}

.liveSection .chatouter .media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 100;
  color: #9b9b9b;
}

.liveSection .chatouter .media > * {
  margin: 0 8px;
}

.liveSection .chatouter .media-chat .media-body p.meta {
  background-color: transparent !important;
  padding: 0;
  opacity: 0.8;
}

.liveSection .chatouter .media-meta-day {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  color: #8b95a5;
  opacity: 0.8;
  font-weight: 400;
}

.liveSection .chatouter .media {
  padding: 16px 12px;
  transition: background-color 0.2s linear;
}

.liveSection .chatouter .media-meta-day::before {
  margin-right: 16px;
}

.liveSection .chatouter .media-meta-day::before,
.liveSection .chatouter .media-meta-day::after {
  content: "";
  flex: 1 1;
  border-top: 1px solid #ebebeb;
}

.liveSection .chatouter .media-meta-day::after {
  content: "";
  flex: 1 1;
  border-top: 1px solid #ebebeb;
}

.liveSection .chatouter .media-meta-day::after {
  margin-left: 16px;
}

.liveSection .chatouter .media-chat.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  flex-direction: row-reverse;
  display: flex;
}

.liveSection .chatouter .media-chat {
  padding-right: 64px;
  margin-bottom: 0;
}

.liveSection .chatouter .media {
  padding: 16px 12px;
  transition: background-color 0.2s linear;
}

.liveSection .chatouter .media-chat.media-chat-reverse .media-body p {
  float: right;
  clear: right;
  background-color: #001220;
  color: #fff;
  border-radius: 20px 20px 0px 20px;
  font-size: 12px;
}

.liveSection .chatouter .media-chat.media-chat-reverse .media-body p span {
  display: block;
}

.liveSection .chatouter .media-chat.media-chat-reverse .media-body p time {
  color: #fff;
}

.liveSection .chatouter .media-chat .media-body p {
  position: relative;
  padding: 6px 20px;
  margin: 4px 0;
  background-color: #f5f6f7;
  color: #353535;
  font-size: 12px;
  background-color: #fff;
  border-radius: 20px 20px 20px 0px;
}

.liveSection .chatouter .media-chat .media-body p .username {
  font-weight: 500;
  display: block;
}

.liveSection .chatouter .media-chat.media-chat-reverse .media-body p span {
  display: block;
}

.liveSection .chatouter .time {
  color: #fff;
}

.liveSection .chatouter .border-light {
  border-color: #f1f2f3 !important;
}

.liveSection .chatouter .bt-1 {
  border-top: 1px solid #ebebeb !important;
}

.liveSection .chatouter .publisher {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1098039216);
}

.liveSection .chatouter .publisher > *:first-child {
  margin-left: 0;
}

.liveSection .chatouter .publisher > * {
  margin: 0 8px;
}

.liveSection .chatouter .publisher-input {
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent;
  color: #a4a4ad;
}

.liveSection .chatouter button,
.liveSection .chatouter input,
.liveSection .chatouter optgroup,
.liveSection .chatouter select,
.liveSection .chatouter textarea {
  font-weight: 300;
}

.liveSection .chatouter .publisher-btn {
  background-color: #812160;
  border: none;
  color: #8b95a5;
  font-size: 16px;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  transition: 0.2s linear;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liveSection .chatouter .file-group {
  position: relative;
  overflow: hidden;
}

.liveSection .chatouter .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

.liveSection .chatouter .text-info {
  color: #48b0f7 !important;
}

.keynotesOuter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.keynotesOuter .keynotesTags {
  border-radius: 50px;
  color: #fff;
  background: #003a63;
  padding: 5px 1rem;
  margin-right: 15px;
}

.addtoCalendarOuter {
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .addtoCalendarOuter {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.addtoCalendarOuter .addtoCalendar p {
  font-size: 0.9rem;
  color: #28363f;
  text-align: center;
}
.addtoCalendarOuter .addtoCalendar .calenderList {
  background-color: #fff;
  width: 154px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 3px 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.galleryPage .memoriesItem {
  max-width: 405px;
  margin-bottom: 20px;
}
.galleryPage .memoriesItem .memoriesImage img {
  height: 454px;
}/*# sourceMappingURL=style.css.map */