html,
body {
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#main-scrollbar {
  height: 100vh;
  overflow-y: scroll;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

#main-scrollbar {
  background: -webkit-gradient(linear, left top, left bottom, from(#006298), to(#48B9F1));
  background: linear-gradient(to bottom, #006298, #48B9F1);
}

.primaryBlueColor .navbar-nav a {
  text-decoration: none;
}

.__primary {
  color: #006298;
}

.__darkBlueBg {
  background-color: #006298;
}

.navbarStyle {
  position: absolute;
  top: 0;
  z-index: 1000000 !important;
  background-color: white;
  border-radius: 0px 0px 30px 30px;
  background-position-y: bottom;
  width: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1400px) {
  .navbar.container {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 20px;
  }
}

@media (min-width: 1400px) {
  .navbar.container {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

@media screen and (max-width: 769px) {
  .navbarStyle {
    margin: 0;
    width: 100%;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #006298;
  font-weight: bold;
  font-size: medium;
  padding: 1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #006298;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  border: 1px solid #00639883;
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  margin-top: 0;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: white;
}

.btn-outline {
  color: #006298;
  text-decoration: none;
  border-color: #006298;
  background-color: white;
}

.btn-outline:hover {
  color: white;
  background-color: #006298;
}

@media screen and (min-width: 1400px) {
  .navbar-nav a:not(:last-child) {
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
  }
  .navbar-nav a:not(:last-child):after {
    position: absolute;
    left: 50%;
    content: '';
    height: 2px;
    background: #928b8b;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 0;
    bottom: 0;
    top: 70%;
  }
  .navbar-nav a:not(:last-child):hover:after {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    position: absolute;
    width: 60%;
    left: 20%;
    top: 70%;
    background-color: #07a389;
  }
}

.navImage {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@media screen and (min-width: 550px) {
  .navImage {
    position: absolute;
    top: 85%;
    right: 13%;
  }
}

@media screen and (max-width: 549px) {
  .navImage {
    position: absolute;
    top: 90%;
    right: 8%;
    width: 83%;
  }
}

.bannerAdjust {
  position: relative;
}

.align {
  position: absolute;
}

@media screen and (min-width: 1500px) {
  .align {
    position: absolute;
    top: 13%;
    left: 8%;
  }
}

@media screen and (max-width: 1499px) {
  .align {
    position: relative;
    padding-top: 7rem;
    margin: 5px;
  }
}

.logoResize {
  height: 90px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: height 1.5s, width 1.5s;
  transition: height 1.5s, width 1.5s;
}

@media screen and (max-width: 767px) {
  .logoResize {
    height: 60px;
  }
}

@media screen and (max-width: 800px) {
  .display-4 {
    font-size: larger;
    font-weight: 700 !important;
  }
  .fs-3 {
    font-size: larger !important;
  }
  .iconResize {
    height: 5rem !important;
    width: 5rem !important;
  }
}

.textOverBanner {
  position: relative;
}

.customPadding {
  padding: 5rem 5rem 0rem 5rem;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: black;
}

.dairyForNutritionTxt {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.textBlue {
  color: #072F69;
  font-weight: 400;
}

.responsiveTextAlign {
  text-align: justify;
}

@media screen and (min-width: 1200px) {
  .responsivePadding {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 1199px) {
  .responsivePadding {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .responsivePadding {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.fontWeight {
  font-weight: 400;
}

.conatinerstyle {
  margin: 0 !important;
  padding: 5rem;
}

.eventCard {
  background-color: #006298;
  color: white;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 10px #5a5757;
          box-shadow: 4px 4px 10px #5a5757;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  width: 100%;
}

.textCustomBlue {
  color: #006298;
}

.lightBold {
  font-weight: 600;
}

.textBottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 400;
}

.gradientArea {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#173B79), to(#278CC5));
  background-image: linear-gradient(180deg, #173B79, #278CC5);
}

.customCard {
  border: none;
  color: white;
  border-radius: 0;
  background-color: transparent;
}

.card-header {
  border-radius: 0 !important;
}

.headingBold {
  letter-spacing: 2px;
  font-weight: bold;
}

.addEffects {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.customCard:hover .addEffects {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.iconResize {
  height: 8rem;
  width: 8rem;
}

.paddingAdjust1 {
  padding: 0rem 3rem 0rem 3rem;
}

@media screen and (max-width: 499px) {
  .paddingAdjust {
    padding: 1rem;
  }
}

@media screen and (min-width: 500px) {
  .paddingAdjust {
    padding: 3rem;
  }
}

.accomodation {
  position: relative;
}

.accomodation .card {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  -webkit-box-shadow: 4px 4px 10px #adabab;
          box-shadow: 4px 4px 10px #adabab;
  background-color: transparent;
}

.accomodationBottomPic {
  background-image: url("../assets/accomodationbg.png");
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -10%;
  height: 200px;
  left: 0;
  right: 0;
}

.card-horizontal {
  background-color: white;
  color: black;
  border-radius: 1rem;
  overflow: hidden;
}

.img-square-wrapper {
  overflow: hidden;
}

.transparentContainer {
  border-radius: 0px 0px 1rem 1rem;
  background-color: #216faa;
}

.gradientInverse {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#278CC5), to(#173B79));
  background-image: linear-gradient(180deg, #278CC5, #173B79);
}

.profile {
  border-radius: .75rem;
  -webkit-box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.123);
          box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.123);
  min-width: 200px;
  background-color: #ffffff;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  overflow: hidden;
  width: 100%;
}

.user {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.forHover {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.hoverScale:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hoverScale:hover .profile {
  -webkit-box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.178);
          box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.178);
}

.ShowMoreText a {
  text-decoration: none;
}

@media screen and (min-width: 991px) {
  .rightBorder {
    border-right: solid 4px white;
  }
}

@media screen and (max-width: 500px) {
  .alignText1 {
    padding-top: 10rem !important;
  }
}

@media screen and (max-width: 991px) {
  .alignText1 {
    padding-top: 7rem;
  }
}

@media screen and (min-width: 992px) {
  .alignText1 {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .alignText1 {
    position: absolute;
  }
  .bannerTopPadding {
    padding-top: 7rem;
  }
}

@media screen and (min-width: 1400px) {
  .alignText1 {
    position: absolute;
  }
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black;
  position: relative;
  bottom: -55px;
}

@media screen and (min-width: 600px) {
  .horizontalPadding {
    padding: 0rem 4rem 0rem 4rem;
  }
}

.bannerCarousel .carousel-item .img-fluid {
  width: 100%;
}

.bannerCarousel .carousel-item a {
  display: block;
  width: 100%;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-arrow {
  color: #006298;
}

.slick-arrow::before {
  position: absolute;
  color: #006298;
}

.slick-arrow.slick-next {
  z-index: 100;
  right: 10px;
}

.slick-arrow.slick-next::before {
  content: url("../assets/arrow-right-circle.svg");
}

.slick-arrow.slick-prev {
  z-index: 100;
  left: -10px;
}

.slick-arrow.slick-prev::before {
  content: url("../assets/arrow-left-circle.svg");
}

.imageBackground {
  background: url("/assets/divBackground.svg");
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.row.gx-lg-5 .col-md-12:nth-child(odd) {
  padding-left: 0px;
}

.row.gx-lg-5 .col-md-12:nth-child(even) {
  padding-right: 0px;
}

.__bg {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

._firstBottomCarousel1 > .col-md-4 > .d-flex {
  width: 100%;
}

.__btn {
  background-color: white;
  color: #48B9F1;
}

.__btn_revers {
  background-color: white;
  color: #006298;
}

.__btn_revers1 {
  background-color: #006298;
  color: white;
  border: none;
}

.__btn_revers1:hover {
  background-color: #48B9F1;
}

.__btn_revers2 {
  background-color: white;
  color: #006298;
  border: none;
}

.__noHover {
  pointer-events: none;
}

.form_contact label {
  color: white;
}

.mapsection {
  background-color: #202020;
  -webkit-transition: opacity 5s ease-in-out;
  transition: opacity 5s ease-in-out;
}

.mapsection:hover img {
  opacity: 0.5;
}

.__banner_text {
  font-size: 4vw;
  margin-top: 0rem;
  margin-top: 3rem;
}

.__banner_text .__f3 {
  font-size: 2vw;
}

.__banner_text .__f2 {
  font-weight: 500;
}

.__banner_text button {
  font-size: 1.5vw;
  font-weight: 500;
}

@media (min-width: 776px) {
  .__banner_text {
    margin-top: 8rem;
  }
}

@media (max-width: 764px) {
  .__banner_text {
    margin-top: 6rem;
  }
}

@media (max-width: 500px) {
  .__banner_text {
    margin-top: 5rem;
  }
  .__left {
    position: absolute !important;
    top: 90%;
    left: -30% !important;
  }
}

@media (max-width: 400px) {
  .logoResize {
    height: 36px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 750px) {
  .__f3 {
    font-size: larger;
    font-weight: 500;
  }
  .__f2 {
    font-size: larger;
  }
  button {
    font-size: xx-large;
    margin: 5px 0;
    font-weight: normal;
  }
}

.scrolled .logoResize {
  height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.scrolled a button {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.95rem;
}

.scrolled .navImage {
  opacity: 0;
}

.__submenus {
  list-style: none;
}

.__submenus li a.nav-link.dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 700px) {
  .hideimg {
    visibility: hidden;
  }
}

.redField {
  color: red;
}

.__mbform {
  margin-bottom: 30px;
}

.__social .__icon {
  color: white;
  background-color: #006298;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.__social .__icon:hover {
  background-color: white;
}

.__social .__icon:hover .fa-brands {
  color: #006298;
}

.__social .__icon a {
  color: white;
  text-decoration: none;
}

.__social .koo svg {
  height: 32px;
  font-size: 20px;
}

.__social .koo:hover .cls-1 {
  fill: #006298;
}

.__social .koo:hover .cls-2 {
  fill: white;
}

.__table_font {
  font-size: 1rem;
}

@media screen and (max-width: 450px) {
  .__table_font {
    font-size: .90rem;
  }
}

.__border {
  border: none;
}

@media screen and (min-width: 542px) {
  .__responsive {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .__border {
    border-right: 1px solid #dee2e6;
  }
}

.__footer .table-responsive a {
  color: #006298;
  text-decoration: none;
}

.__poster .__text {
  color: #006298;
}

.__poster .__li_style {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #006298;
  background-color: white;
  border-radius: 0.5rem;
}

.dropdown-menu {
  top: 100%;
  right: 0;
}

.__banner {
  height: 14vh;
}

@media screen and (max-width: 767px) {
  .__scrollable {
    overflow-y: auto;
    max-height: 80vh;
  }
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.__hotels .__card {
  background-color: #006298;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 40px;
  margin-top: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.__hotels .__card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -7px;
  bottom: -3px;
  right: -7px;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
  -webkit-box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.2);
}

.__hotels .__card .__header {
  color: #006298;
  padding: 1rem 1.5rem;
}

.__hotels .__card .__header a {
  color: #006298;
}

.__hotels .__content {
  padding: 1rem 1.5rem;
}

.__hotels img {
  max-width: 275px;
}

a.__collapse:not(.collapsed) i::before {
  content: '\f106';
  color: #006298;
}

a.__collapse.collapsed i::before {
  content: '\f107';
  color: #006298;
}

.__table .table-responsive {
  overflow-x: auto;
}

.__table th {
  background-color: #006298;
  color: white;
}

.__table table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.__table table > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #e4ecf3;
  color: #006298;
}

.__table table > tbody > tr:nth-of-type(even) > * {
  color: #006298;
}

.__table table > :not(:first-child) {
  border-top: 0px solid currentColor;
}

.__text {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .__text {
    font-size: smaller;
    font-weight: normal;
  }
}

.blink_me {
  color: white;
  -webkit-animation: blinker 3s ease-in-out infinite;
          animation: blinker 3s ease-in-out infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.__star {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 150px solid #2881b7;
  position: relative;
}

.__star::after {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 150px solid #2881b7;
  position: absolute;
  content: "";
  top: 30px;
  left: -100px;
}

.__star2 {
  border-bottom: 150px solid #045796;
}

.__star2::after {
  border-top: 150px solid #045796;
}

.__features {
  font-size: 14px;
  color: white;
  line-height: 1.1;
  top: 45%;
}

.__features2 {
  font-size: 12px;
  top: 35%;
}

@media screen and (max-width: 650px) {
  .__features {
    font-size: 18px;
    top: 40%;
  }
  .__features2 {
    font-size: 16px;
    top: 30%;
  }
}

.__speakers .card {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  min-width: 260px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 10px;
}

.__speakers .card:before {
  height: 190px;
  width: calc(100% + 100px);
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4481eb), to(#04befe));
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
  border-radius: 4px 4px 100% 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 0;
}

.__speakers .card .close {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background-image: url("https://rafaelalvucas.github.io/assets/icons/misc/cross.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  margin: 10px;
  padding: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.__speakers .card .close:hover {
  background-size: 100%;
  opacity: 0.8;
}

.__speakers .card .arrow {
  display: none;
}

.__speakers .card article {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.__speakers .card article h2 {
  color: white;
  margin: 0;
  padding: 40px 20px 10px 20px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.__speakers .card article .title {
  color: white;
  padding: 10px 20px;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.__speakers .card article .desc {
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #666;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.__speakers .card article .pic {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100%;
  margin: 20px 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.__speakers .card article .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__speakers .card .actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  z-index: 1;
}

.__speakers .card .actions .btn {
  border: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 1px);
  height: 36px;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  color: #4481eb;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: rgba(68, 129, 235, 0.08);
}

.__speakers .card .actions .btn span {
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.__speakers .card .actions .btn .icon {
  width: 10px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.__speakers .card .actions .btn:before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  background: #4481eb;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 0;
  opacity: 0.2;
}

.__speakers .card .actions .btn:focus {
  outline: 0;
}

.__speakers .card .actions .btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.__speakers .card .actions .btn:hover span {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.__speakers .card .actions .btn:hover .icon {
  width: 22px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.__speakers .card .actions .btn:hover:nth-child(3) .icon {
  width: 18px;
}

.__speakers .card .actions .btn:hover:before {
  height: 100%;
}

.__speakers .card .actions .btn.clicked span {
  display: none;
}

.__speakers .card .actions .btn.clicked .icon {
  width: 22px;
  opacity: 1;
  -webkit-animation: icon 0.5s ease forwards;
          animation: icon 0.5s ease forwards;
}

@-webkit-keyframes icon {
  0% {
    width: 22px;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 22px;
  }
}

@keyframes icon {
  0% {
    width: 22px;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 22px;
  }
}

.__speakers .card .actions .btn.clicked:before {
  opacity: 0.3;
  height: 100%;
}

.__speakers .card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.__speakers .card:hover:before {
  height: 100%;
  border-radius: 4px;
}

.__speakers .card:hover .desc {
  color: white;
}

.__speakers .card:hover .pic {
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
}

.__speakers .card:hover .pic img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.__speakers .card.closed {
  min-width: 120px;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

.__speakers .card.closed .title,
.__speakers .card.closed .desc,
.__speakers .card.closed .actions,
.__speakers .card.closed .close {
  display: none;
}

.__speakers .card.closed h2 {
  padding: 0;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 440px;
  z-index: 2;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.__speakers .card.closed .pic {
  border-radius: 100%;
  height: 400px;
  width: 400px;
  position: absolute;
  top: -20px;
  margin: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.__speakers .card.closed .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.__speakers .card.closed .pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.__speakers .card.closed:before {
  height: 100%;
  border-radius: 4px;
}

.__speakers .card.closed .arrow {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  bottom: 15px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("https://rafaelavlucas.github.io/assets/icons/misc/expand.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.__speakers .card.closed:hover .arrow {
  background-size: 100%;
  opacity: 0.6;
}

.__summit_sponsors .box {
  padding-left: 5px;
  padding-right: 5px;
}

.__summit_sponsors .icDiv {
  background: #FFF;
  padding: 5px;
}

.__summit_sponsors .minibaslik {
  color: #46a1da;
  line-height: 2.5;
  font-size: 1.25rem;
}

.__summit_sponsors .mini {
  color: #46a1da;
  font-size: 15px;
}

.__news .__news_page {
  height: 100%;
}

@media (min-width: 768px) {
  .__news .__news_page .__border_side {
    border-left: 1px solid #006298;
  }
}

.__news .__news_page .__news_list_item {
  padding: 0.75rem 0rem;
  border-bottom: 1px solid #48B9F1;
}

.__news .__news_page .__news_list_item .__item_title {
  color: gray;
  margin-bottom: 0.25rem;
}

.__news .__news_page .__news_list_item .__item_time {
  color: #006298;
  font-size: 0.9rem;
}

.__news .__news_details {
  margin-top: 2rem;
}

.__news .__news_details h1 {
  color: #006298;
}

.__news .__news_details .__time {
  color: #006298;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.__news .__news_details .__img {
  max-width: 100%;
  width: 300px;
  max-height: 300px;
  margin: 10px;
  padding: 5px;
  text-align: center;
  float: left;
  overflow: hidden;
  color: white;
}

.__news .__news_details p {
  text-align: justify;
  font-size: 1rem;
}

.__news .__pagination a {
  color: gray;
  text-decoration: none;
  padding: 2px 8px;
  margin: 2px;
  border-radius: 5px;
}

.__news .__pagination a.current {
  background-color: #006298;
  color: white;
}

.__news .__pagination a:hover:not(.current) {
  background-color: #ddd;
}

@media screen and (min-width: 992px) {
  .__borderr {
    border-right: 1px solid #D1D2D7;
  }
}

.fs-7 {
  font-size: 0.85rem;
}

@media screen and (min-width: 1700px) {
  .__pt {
    padding-top: 3.5rem;
  }
}

@media screen and (min-width: 1100px) and (min-height: 850px) and (max-width: 1500px) {
  .__pt100vh {
    padding-top: 1rem;
  }
  .__100vh {
    padding-top: 5rem !important;
  }
  .__vh {
    height: 100vh;
    scroll-snap-align: center;
  }
  .__vh .__customHeight {
    max-height: 300px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0.5rem;
  }
  .logoResize {
    height: 30px;
  }
  .__mt {
    margin-top: 1.25rem !important;
  }
}

.__visitor_login .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9*/
  position: relative;
}

.__visitor_login .iframe-container iframe {
  border: 0;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.__hide[aria-expanded="true"] {
  display: none;
}

.__appstore {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .__appstore {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.__appstoreMobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .__appstoreMobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.__exhibitorsCard {
  height: 175px;
  width: 175px;
}

.__exhibitorImage {
  max-height: 175px;
}

.__sponsorsCardHighP {
  height: 250px;
  width: 250px;
}

.__sponsorsCardLowP {
  height: 175px;
  width: 175px;
}

.__imgHighP {
  max-height: 250px;
}

.__imgLowP {
  max-height: 175px;
}

@media screen and (max-width: 450px) {
  .__exhibitorsCard {
    height: 150px;
    width: 150px;
  }
  .__exhibitorImage {
    max-height: 150px;
  }
  .__sponsorsCardHighP {
    height: 150px;
    width: 150px;
  }
  .__sponsorsCardLowP {
    height: 125px;
    width: 125px;
  }
  .__imgHighP {
    max-height: 150px;
  }
  .__imgLowP {
    max-height: 125px;
  }
}
/*# sourceMappingURL=style.css.map */