@charset "UTF-8";
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.Title, .section-slider .swiper-container .slideCapt .banner-title {
  color: #000000;
  font-family: 'Ubuntu';
}

@media (min-width: 1600px) {
  .Title, .section-slider .swiper-container .slideCapt .banner-title {
    font-size: 2.8rem;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .Title, .section-slider .swiper-container .slideCapt .banner-title {
    font-size: 2.3rem;
  }
}

@media (min-width: 350px) and (max-width: 575.98px) {
  .Title, .section-slider .swiper-container .slideCapt .banner-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 349.98px) {
  .Title, .section-slider .swiper-container .slideCapt .banner-title {
    font-size: 1.85rem;
  }
}

.Title b, .section-slider .swiper-container .slideCapt .banner-title b {
  color: #ed1c24;
  font-family: 'Ubuntu-Bold';
}

@media (min-width: 1600px) {
  .title-medium {
    font-size: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .title-medium {
    font-size: 21px;
  }
}

@media (min-width: 350px) and (max-width: 575.98px) {
  .title-medium {
    font-size: 18px;
  }
}

@media (max-width: 349.98px) {
  .title-medium {
    font-size: 16px;
  }
}

.title-bullets {
  position: relative;
  padding-left: 15px;
}

.title-bullets::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ed1c24;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-fit.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .py-section {
    padding: 4.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .py-section {
    padding: 2.5rem 0;
  }
}

.color-red {
  color: #ed1c24;
}

.color-black {
  color: #000000;
}

.btn_main {
  color: #ffffff;
  border-radius: 25px;
  padding: 9px 20px;
  background: #ed1c24;
  border: 1px solid transparent;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

.btn_main:hover {
  color: #ed1c24;
  background: transparent;
  border: 1px solid #ed1c24;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.btn_main.reverse {
  background: transparent;
  color: #000000;
  border-color: #9FA3AE;
}

.btn_main.reverse:hover {
  background: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}

.btn_main.reverse-red {
  color: #ed1c24;
  background: transparent;
  border: 1px solid #ed1c24;
}

.btn_main.reverse-red:hover {
  background: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}

.btn_main.yellow {
  background: #E6A029;
}

.btn_main.yellow:hover {
  color: #E6A029;
  background: transparent;
  border: 1px solid #E6A029;
}

.btn_main.gray {
  background: #686E7F;
}

.btn_main.gray:hover {
  color: #686E7F;
  background: transparent;
  border: 1px solid #686E7F;
}

.btn_secondary {
  color: #ffffff;
  border-radius: 25px;
  padding: 9px 20px;
  background: #686E7F;
  border: 1px solid transparent;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}

.btn_secondary:hover {
  color: #000000;
  background: transparent;
  border: 1px solid #686E7F;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

@media (max-width: 991.98px) {
  .section-Banner .Breadcrumb {
    margin: 20px 0px;
  }
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #9B9B9B;
  margin: 0 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #ed1c24;
  background: #ffffff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.Arrows .swiper-button-prev,
.Arrows .swiper-button-next {
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #ed1c24;
  border-radius: 50%;
  padding: 10px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  right: 0 !important;
  left: 0 !important;
  margin-left: 5px;
  background-image: none;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 30;
}

.section-slider .swiper-container .container {
  padding-top: 3rem !important;
}

.section-slider .img-cover {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .section-slider .img-cover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
} */

.card-pdf {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-pdf .wrap-img {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 17px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.card-pdf .wrap-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ed1c24;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.card-pdf .wrap-img .fas {
  font-size: 5rem;
  color: #ed1c24;
}

.card-pdf .wrap-img .hvr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  z-index: 1;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.card-pdf p {
  color: #000000;
  margin-top: 1rem;
}

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

.card-pdf:hover .wrap-img::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card-pdf:hover .wrap-img .hvr-text {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  opacity: 1;
}

.banner_video .play-video {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner_video .play-video:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.divisions-section .divisions-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.divisions-section .divisions-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ed1c24;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.divisions-section .divisions-card .img-card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 65px;
  margin: 0 auto;
}

.divisions-section .divisions-card .title-card {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1600px) {
  .divisions-section .divisions-card .title-card {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .divisions-section .divisions-card .title-card {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .divisions-section .divisions-card .title-card {
    font-size: 14px;
  }
}

.divisions-section .divisions-card .description-card {
  color: #9D9D9D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.divisions-section .divisions-card p {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.divisions-section .divisions-card .arrow-card {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50px;
  font-size: 2.5rem;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.divisions-section .divisions-card .arrow-card svg {
  fill: #9D9D9D;
}

.divisions-section .divisions-card.active, .divisions-section .divisions-card:hover {
  color: #ffffff;
}

.divisions-section .divisions-card.active::before, .divisions-section .divisions-card:hover::before {
  opacity: 1;
}

.divisions-section .divisions-card.active .title-card,
.divisions-section .divisions-card.active .description-card, .divisions-section .divisions-card:hover .title-card,
.divisions-section .divisions-card:hover .description-card {
  color: #ffffff;
}

.divisions-section .divisions-card.active .img-card, .divisions-section .divisions-card:hover .img-card {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.divisions-details-video {
  height: 65vh;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  padding-bottom: 45.25%;
  max-width: 100%;
}

.divisions-details-video iframe {
  position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

@media (max-width: 991.98px) {
  .divisions-details-video {
    height: 50vh;
  }
}

.wrap-play-video-icon {
  position: relative;
}

.wrap-play-video-icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap-play-video-icon .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap-play-video-icon .video-title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap-play-video-icon .play-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  z-index: 1;
  fill: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap-play-video-icon .play-video-icon:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.wrap-play-video-icon.show .play-video-icon,
.wrap-play-video-icon.show .video-cover,
.wrap-play-video-icon.show .video-title, .wrap-play-video-icon.show::after {
  opacity: 0;
  pointer-events: none;
}

.sponsors-list .col-lg-3 {
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .sponsors-list .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
  }
}

.sponsors-list .sponsor {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 17px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .sponsors-list .sponsor {
    height: 250px;
  }
}

.sponsors-list .sponsor::before {
  content: '';
  position: absolute;
  height: 490%;
  width: 200%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-98%) translateY(-53%) rotate(45deg);
          transform: translateX(-98%) translateY(-53%) rotate(45deg);
  background-color: #ed1c24;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .sponsors-list .sponsor::before {
    -webkit-transform: translateX(-98%) translateY(-56%) rotate(45deg);
            transform: translateX(-98%) translateY(-56%) rotate(45deg);
  }
}

.sponsors-list .sponsor .hvr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.sponsors-list .sponsor .hvr-text .arrow {
  width: 25px;
  fill: #ffffff;
}

.sponsors-list .sponsor:hover::before {
  -webkit-transform: translateX(-9%) translateY(-41%) rotate(45deg);
          transform: translateX(-9%) translateY(-41%) rotate(45deg);
}

.sponsors-list .sponsor:hover .hvr-text {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.member-list {
  padding: 2rem 3rem 0rem;
  border: 1px solid #dee2e6;
  border-radius: 25px;
}

.member-list .tags {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          /* justify-content: center; */
  max-height: 250px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.member-list .tags .tag {
  padding: 10px 18px;
  background-color: #ffffff;
  margin: 0.5rem 0;
  text-transform: none;
  display: flex;
  align-items: center;
}

.member-list .tags .tag .img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

.member-list .tags .tag:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
          color: #000000;
}

.member-list .tags.show {
  max-height: fit-content;
}

.wrap-more {
  margin-bottom: -45px;
}

.member-list .more-tags {
  cursor: pointer;
}

.member-list .wrap-tag.show {
  display: block;
}

.member-list .wrap-tag.hide {
  display: none;
}

.member-list .more-tags .fas {
  background-color: #ffffff;
  padding: 12px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member-list .more-tags span {
  text-transform: uppercase;
  color: #000000;
  margin-top: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member-list .more-tags:hover .fas {
  background-color: #ed1c24;
  color: #ffffff;
}

.member-list .more-tags:hover span {
  color: #ed1c24;
}

.member-list .more-tags.active .fas {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.member-list .input-group {
  flex-wrap: nowrap;
}


.member-list .btn-search {
  width: calc(3rem + 2px);
  height: calc(3rem + 2px);
  min-width: calc(3rem + 2px);
  min-height: calc(3rem + 2px);
  padding: 0.5rem;
  border-radius: 50%;
  margin-left: 0.5rem;

}

.member-list .btn-search:hover {
  transform: none;
}

.merge-shapes {
  position: relative;
}

.merge-shapes .img-shape {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50vh;
  /* padding: 1rem; */
  -webkit-mask-image: url("../../imgs/shape.png");
          mask-image: url("../../imgs/shape.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .merge-shapes .img-shape {
    margin: 0 auto;
    width: 100%;
  }
}

.merge-shapes .img-shape:not(.shape-rotate) {
  z-index: 1;
  position: relative;
}

.merge-shapes .img-shape.shape-rotate {
  position: absolute;
  left: -2.5vw;
  bottom: 0;
  -webkit-transform: rotate(45deg) scale(0.9);
          transform: rotate(45deg) scale(0.9);
  z-index: 0;
  opacity: 0.25;
}

.login {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 75vh;
  background-position: center;
}

.login::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 64, 0.4);
  z-index: -1;
  pointer-events: none;
}

.column-two {
  -webkit-column-count: 2;
          column-count: 2;
}

.form-group {
  position: relative;
  margin-top: 3rem;
}

.form-group .input-icon,
.form-group .input-text {
  position: absolute;
  top: 0.85rem;
  left: 1.5rem;
  z-index: 1;
}

.form-group .custom-label {
  position: absolute;
  left: 1.5rem;
  top: -2rem;
  color: #ffffff;
}

.form-group .form-control {
  height: calc(3rem + 2px);
  padding: 0.375rem 1.5rem 0.375rem 3rem;
  border-radius: 24px;
  border: 1px solid #707070;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
  border-color: #707070 !important;
  color: #707070;
  background-color: rgba(255, 255, 255, 0.79);
}

.form-group .form-control.bootstrap-select {
  padding: 0;
}

.form-group .form-control.bootstrap-select .dropdown-toggle {
  padding: 0.375rem 1.5rem;
  background-color: transparent;
  border: none;
  height: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.form-group .form-control.bootstrap-select .dropdown-toggle::after {
  color: #000000;
}

.form-group .form-control.bootstrap-select .filter-option-inner {
  height: 100%;
}

.form-group .form-control.bootstrap-select .filter-option-inner .filter-option-inner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #686E7F;
}

.form-group .form-control.bootstrap-select .dropdown-menu {
  border-radius: 24px;
  width: 100%;
}

.form-group .form-control.bootstrap-select .dropdown-menu .dropdown-item {
  overflow-wrap: break-word;
  overflow: hidden;
  white-space: normal;
}

.form-group .form-control.bootstrap-select .dropdown-menu .dropdown-item.active, .form-group .form-control.bootstrap-select .dropdown-menu .dropdown-item:active {
  background-color: #ed1c24;
}

.form-group .form-control.bootstrap-select .dropdown-menu .dropdown-item.active span, .form-group .form-control.bootstrap-select .dropdown-menu .dropdown-item:active span {
  color: #ffffff;

}

.form-group .form-control.textarea {
  padding: 0.75rem 1.5rem 2.5rem;
  resize: none;
}

.form-group.selectpicker-icon .form-control.bootstrap-select .dropdown-toggle {
  padding: 0.375rem 1.5rem 0.375rem 3rem;
}

.form-group .counter {
  position: absolute;
  bottom: 0.75rem;
  right: 1.5rem;
  color: #000000;
  font-size: 12px;
}

.form-group.text-before-input .form-control {
  padding: 0.375rem 1.5rem 0.375rem 8rem;
}

.form-group textarea.form-control {
  height: auto;
}

.form-group .input-container {
  position: relative;
  margin: 0rem 2.5rem 1.5rem;
  /* Custom radio buttons */
  /* Custom checkbox */
}

.form-group .input-container label {
  margin-bottom: 0;
  color: #ffffff;
}

.form-group .input-container input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
}

.form-group .input-container input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  position: absolute;
  top: -3px;
  left: 0;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 50%;
}

.form-group .input-container input[type="radio"] {
  display: none !important;
  *display: inline;
}

.form-group .input-container input[type="radio"]:checked + label:before {
  border-width: 2px;
}

.form-group .input-container input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
}

.form-group .input-container input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
}

.form-group .input-container input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  position: absolute;
  top: 0px;
  left: 0;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 5px;
}

.form-group .input-container input[type="checkbox"] {
  display: none !important;
  *display: inline;
}

.form-group .input-container input[type="checkbox"]:checked + label:before {
  background-color: #ffffff;
}

.form-group .input-container input[type="checkbox"]:checked + label:after {
  content: "✔";
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.custom-file-pdf {
  width: auto;
  cursor: pointer;
  position: relative;
}

.custom-file-pdf input {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: auto;
}

.custom-file-pdf label {
  display: block;
  background: none;
  border: none;
  color: #686E7F;
  padding: 0px 25px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.custom-file-pdf label::after {
  display: none;
}

.custom-file-pdf label::before {
  content: "\f093";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #686E7F;
  cursor: pointer;
}

.forget-password-btn {
  text-decoration: underline !important;
  color: #ffffff;
}

.forget-password-btn:hover {
  color: #ffffff;
}

.login-link {
  color: #686E7F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login-link span {
  margin-left: 0.5rem;
}

.login-link:hover {
  color: #ed1c24;
}

.member-profile {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}

.member-profile::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1%;
  right: -1%;
  width: 102%;
  height: 200px;
  background: url("../../imgs/banner-strip.svg") no-repeat;
  background-size: contain;
  pointer-events: none;
}

.member-profile .company-info {
  background-color: #ffffff;
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 18px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  color: #000000;
}

.member-profile .company-info .logo {
  width: 160px;
  height: 160px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.13);
  margin: 0 auto;
}

.member-profile .company-info .info {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member-profile .company-info a.info:hover {
  color: #ed1c24;
}

.member-profile .company-info .membership-renew {
  background-color: #E6E9EF;
  padding: 1.5rem;
  border-radius: 9px;
}

.member-profile .company-info .membership-renew .info .text {
  color: #686E7F;
  text-align: left;
}

.member-profile .company-info .membership-renew .info .date {
  color: #000000;
}

.member-profile .about-company .pdf-icon {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member-profile .company-division .logo {
  width: 100px;
  height: 100px;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member-profile .company-division .logo:not(:last-child) {
  margin-right: 1rem;
}

.member-profile .company-division .logo:hover {
  background-color: #ed1c24;
}

.member-profile .company-division .logo:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.member-profile .company-info .membership-renew .event-date-count .box-date {
  background-color: #ffffff;
  padding: 0.5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.existing-members {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}

.existing-members::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1%;
  right: -1%;
  width: 102%;
  height: 100%;
  background: url("../../imgs/bg-existing-members.svg") no-repeat;
  background-size: 100%;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 1200px) {
  .edit-profile .form-wrapper {
    padding: 0 3rem;
  }
}

.edit-profile .form-wrapper .wrap-form {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 3rem;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767.98px) {
  .edit-profile .form-wrapper .wrap-form {
    padding: 1.5rem;
  }
}

.edit-profile .select-division .divison-type .logo {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  padding: 1.5rem;
  margin: 0.25rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  .edit-profile .select-division .divison-type .logo {
    width: 60px;
    height: 60px;
  }
}

.edit-profile .select-division .divison-type .remove-select {
  width: 20px;
  height: 20px;
  background-color: #ED1C24;
  border-radius: 50%;
  margin-left: auto;
  cursor: pointer;
}

.edit-profile .select-division .divison-type .remove-select i {
  color: #ffffff;
}

.edit-profile .select-division .divison-type.hidden {
  display: none;
}

.edit-profile .custom-label,
.edit-profile .question-title {
  color: #000000 !important;
}

.edit-profile .question-title::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.edit-profile .input-container label {
  color: #707070 !important;
}

.edit-profile .input-container input[type="radio"] + label:before {
  border: 1px solid #707070 !important;
}

.edit-profile .input-container input[type="radio"]:checked + label:after {
  background: #707070 !important;
}

.edit-profile .input-container input[type="checkbox"] + label:before {
  border: 1px solid #707070 !important;
}

.edit-profile .input-container input[type="checkbox"]:checked + label:before {
  background-color: #707070 !important;
}

.edit-profile .input-container input[type="checkbox"]:checked + label:after {
  color: #ffffff !important;
}

.edit-profile .avatar-edit a {
  color: #ed1c24;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.edit-profile .avatar-edit a:hover {
  color: #ed1c24;
}

@media (min-width: 576px) {
  .existingMembersModal .modal-dialog {
    max-width: 70vw;
  }
}

.existingMembersModal .modal-dialog .modal-content {
  border-radius: 20px;
}

.existingMembersModal .modal-dialog .modal-content .modal-header {
  padding: 1.5rem 2rem;
}

.existingMembersModal .modal-dialog .modal-content .modal-header .bootstrap-select .dropdown-toggle {
  background-color: #ffffff;
  border-color: #9D9D9D;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.existingMembersModal .modal-dialog .modal-content .modal-header .bootstrap-select .dropdown-item.active {
  background-color: #ed1c24;
}

.existingMembersModal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: -1.75rem;
  right: 1.5rem;
  color: #ffffff;
  opacity: 1;
  width: 25px;
  height: 25px;
  padding: 0;
}

.existingMembersModal .modal-dialog .modal-content .modal-body {
  padding: 1.5rem 2rem;
  max-height: 60vh;
  overflow-y: auto;
}

.existingMembersModal .modal-dialog .modal-content .modal-body .logo {
  width: 32px;
  height: 32px;
}

.nav_fixed {
  background-color: #ffffff;
  position: relative;
  z-index: 9;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  overflow: hidden;
}

.nav_fixed .nav-item {
  width: 100%;
  padding-left: 0.5rem;
}

.nav_fixed .nav-item:last-child .nav-link::before {
  display: none;
}

.nav_fixed .nav-item .nav-link {
  border: 0px solid transparent;
  text-transform: uppercase;
  position: relative;
  padding: 1rem 0.7rem 1rem 1.7rem;
  cursor: pointer;
  color: #9D9D9D;
}

.nav_fixed .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 30px;
  width: 1px;
  height: 75%;
  color: #9D9D9D;
  font-size: 0.6rem;
  border: 1px dashed;
}

.nav_fixed .nav-item .nav-link::after {
  content: '\f111';
  position: absolute;
  left: -2px;
  top: 18px;
  width: 0;
  height: 1px;
  cursor: pointer;
  color: #9D9D9D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.6rem;
}

.nav_fixed .nav-item .nav-link.active {
  color: #ed1c24;
  background-color: transparent;
  border-color: transparent;
  text-shadow: 0px 0px 1px #ed1c24;
}

.nav_fixed .nav-item .nav-link.active:after {
  content: '\f192';
  color: #ed1c24;
  font-size: 1.2rem;
  left: -6px;
  top: 13px;
}

.avatar-upload {
  position: relative;
  margin: 50px auto;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: .avatar-upload .avatar-edit input + label all 0.3s ease-in-out;
  transition: .avatar-upload .avatar-edit input + label all 0.3s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  color: #ed1c24;
}

.avatar-upload .avatar-preview {
  width: 160px;
  height: 160px;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
  .avatar-upload .avatar-preview {
    width: 60px;
    height: 60px;
  }
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.social-media-icons .icon {
  background-color: #9FA3AE;
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-media-icons .icon:not(:last-child) {
  margin-right: 1rem;
}

.social-media-icons .icon:hover {
  background-color: #ed1c24;
}

.ContactUs .ContactDetails .SendUs .SendUsForm {
  padding: 30px;
  position: relative;
}

.ContactUs .ContactDetails .SendUs .SendUsForm .thankyouMessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.ContactUs .ContactDetails .SendUs .SendUsForm.thankYou .thankyouMessage {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.history-wrapper {
  width: 100%;
}

.history-wrapper .history-slider {
  height: auto;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .history-wrapper .history-slider {
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  .history-wrapper .history-slider {
    width: 100%;
  }
}

.history-wrapper .history-slider .swiper-slide .img {
  margin: 20px auto;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .history-wrapper .history-slider .swiper-slide .img {
    width: 400px;
    height: 260px;
  }
}

@media (max-width: 767.98px) {
  .history-wrapper .history-slider .swiper-slide .img {
    width: 100%;
    height: 260px;
  }
}

.history-wrapper .history-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.history-wrapper .history-thumbs .swiper-slide {
  width: 85px;
  height: 85px;
  padding: 1rem;
  text-align: center;
  overflow: hidden;
  background-color: #9FA3AE;
  border-radius: 50%;
  color: #ffffff;
  opacity: .5;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  cursor: pointer;
}

.history-wrapper .history-thumbs .swiper-slide-active {
  background-color: #ed1c24;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.chairman-word {
  background-image: url("../../imgs/bg-shape-red.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 10rem 0rem;
  color: #ffffff;
}

.chairman-word  .merge-shapes {
  height: 50vh;
  width: 50vh;
  margin-left: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .chairman-word {
    padding: 10rem 0rem;
  }
}

@media (max-width: 991.98px) {
  .chairman-word {
    padding: 4rem 0rem;
    background-color: #ed1c24;
  }
}

.img-bubble-shape {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .img-bubble-shape {
    max-width: 150px;
    max-height: 150px;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .img-bubble-shape {
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
  }
}

.img-bubble-shape img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.board-directors .Title, .board-directors .section-slider .swiper-container .slideCapt .banner-title, .section-slider .swiper-container .slideCapt .board-directors .banner-title,
.executive-team .Title,
.executive-team .section-slider .swiper-container .slideCapt .banner-title,
.section-slider .swiper-container .slideCapt .executive-team .banner-title {
  color: #000000;
}

.board-directors .Title b, .board-directors .section-slider .swiper-container .slideCapt .banner-title b, .section-slider .swiper-container .slideCapt .board-directors .banner-title b,
.executive-team .Title b,
.executive-team .section-slider .swiper-container .slideCapt .banner-title b,
.section-slider .swiper-container .slideCapt .executive-team .banner-title b {
  color: #ed1c24;
}

.board-directors .card-team,
.executive-team .card-team {
  padding: 1.5rem;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

  {

}

@media (min-width: 1600px) {
 .board-directors .card-team .card-team-title,
.executive-team .card-team .card-team-title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
 .board-directors .card-team .card-team-title,
.executive-team .card-team .card-team-title {
    font-size: 18px;
  }
}

@media (min-width: 350px) and (max-width: 575.98px) {
 .board-directors .card-team .card-team-title,
.executive-team .card-team .card-team-title {
    font-size: 16px;
  }
}

@media (max-width: 349.98px) {
 .board-directors .card-team .card-team-title,
.executive-team .card-team .card-team-title {
    font-size: 14px;
  }
}

.board-directors .card-team .arrow-card,
.executive-team .card-team .arrow-card {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50px;
  font-size: 2.5rem;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.board-directors .card-team .arrow-card svg,
.executive-team .card-team .arrow-card svg {
  fill: #9D9D9D;
}

.board-directors .card-team:hover,
.executive-team .card-team:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.board-directors .card-team:hover .img-bubble-shape img,
.executive-team .card-team:hover .img-bubble-shape img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.board-directors .img-bubble-shape img,
.executive-team .img-bubble-shape img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/* .board-directors .img-bubble-shape,
.executive-team .img-bubble-shape  {
  border-radius: 0%;
} */

@media (min-width: 768px) {
  .galleryModal .modal-dialog {
    max-width: 80vw;
  }
}

.galleryModal .modal-dialog .modal-content {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
 height: 80vh;
  overflow-y: auto;
}

.galleryModal .modal-dialog .modal-content .close {
  position: absolute;
  right: 2rem;
  color: #ffffff;
  z-index: 1;
  text-shadow: none;
  font-size: 2rem;
  opacity: 1;
}

.galleryModal .modal-dialog .modal-content .modal-body  {
  height: 100%;
}

@media (min-width: 768px) {
  .galleryModal .modal-dialog .modal-content .close {
    position: absolute;
    top: -3rem;
  }
}

@media (max-width: 767.98px) {
  .galleryModal .modal-dialog .modal-content .close {
    position: fixed;
    top: 1rem;
  }
  .galleryModal .modal-dialog .modal-content .slider .swiper-slide {
    height: 60vh;
  }
  .galleryModal .modal-dialog .modal-content .slider .swiper-slide .row {
    height: 100%;
  }
  .galleryModal .modal-dialog .modal-content .slider .swiper-slide .col-lg-8{
    height: 27vh;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .galleryModal .modal-dialog .modal-content .slider {
    padding: 5rem;
    height: 100%;
  }
  .galleryModal .modal-dialog .modal-content .slider .swiper-container,
  .galleryModal .modal-dialog .modal-content .slider .swiper-slide .row {
    height: 100%;
  }

  .galleryModal .modal-dialog .modal-content .slider .swiper-slide .col-lg-8{
    height: 100%;
    overflow-y: auto;
  }
  .galleryModal .modal-dialog .modal-content .slider .Arrows {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767.98px) {
  .galleryModal .modal-dialog .modal-content .slider {
    padding: 1.5rem;
  }
}

.galleryModal .modal-dialog .modal-content .slider .social-media-icons .text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.galleryModal .modal-dialog .modal-content .slider .social-media-icons:hover .text {
  color: #ed1c24;
}

.galleryModal .modal-dialog .modal-content .slider .social-media-icons:hover .icon {
  background-color: #ed1c24;
}

.loader_modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loader_modal .loader {
  width: 48px;
  height: 48px;
  border: 5px dotted #ed1c24;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.events-section .datepicker-events {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
}

.events-section .datepicker-events .datepicker-inline {
  width: 100%;
}

.events-section .datepicker-events .table-condensed {
  width: 100%;
}

.events-section .datepicker-events td,
.events-section .datepicker-events th {
  padding: 0.5rem;
}

.events-section .no-events-message {
  background-color: #DDDDDD;
  padding: 1.5rem;
  border-radius: 18px;
}

.events-section .choose-events {
  border-bottom: 2px solid #DDDDDD;
  margin-bottom: 1.5rem;
}

.events-section .choose-events .btn-event {
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Ubuntu-Medium';
  display: block;
  border-radius: 14px 14px 0px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 0.65rem;
}

.events-section .choose-events .btn-event:hover, .events-section .choose-events .btn-event.active {
  background-color: #ed1c24;
  color: #ffffff;
}

.datepicker {
  background-color: #ffffff;
  padding: 0.5rem;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
}

.datepicker .datepicker-inline {
  width: 100%;
}

.datepicker .table-condensed {
  width: 100%;
}

.datepicker td,
.datepicker th {
  padding: 0.5rem;
}

.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-bottom:before {
  display: none;
}

.card_events {
  background-color: #ffffff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: block;
}

.card_events .img {
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .card_events .img {
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .card_events .img {
    height: 150px;
  }
}

.card_events .img .state {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  color: #ffffff;
  padding: 0.3rem 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 10px;
}

.card_events .img img {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  height: calc(100% + 20px);
}

.card_events .info {
  padding: 0.75rem 2rem;
  position: relative;
}

.card_events .info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background-color: #ed1c24;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card_events .info .hvr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
}

.card_events .info .hvr-text .arrow {
  width: 25px;
  fill: #ffffff;
}

.card_events:hover .img img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.card_events:hover .img .state {
  background-color: #ed1c24;
}

.card_events:hover .info::after {
  width: 100%;
}

.card_events:hover .info .hvr-text {
  opacity: 1;
}

.container-filter .controls .text,
.container-filter-table .controls .text {
  color: #686E7F;
}

.container-filter .controls .control,
.container-filter-table .controls .control {
  border-radius: 9px;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 45px;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  padding: 0.5rem;
  margin-left: 1rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.container-filter .controls .control::after,
.container-filter-table .controls .control::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../../imgs/Icon feather-arrow-down.png");
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-filter .controls .control.btn-desc::after,
.container-filter-table .controls .control.btn-desc::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.container-filter .controls .control.mixitup-control-active,
.container-filter-table .controls .control.active {
  background-color: #ed1c24;
}

.container-filter .controls .control.mixitup-control-active::after,
.container-filter-table .controls .control.active::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.card-seakers {
  background-color: #ffffff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: block;
}

@media (min-width: 768px) {
  .card-seakers {
    padding: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .card-seakers {
    padding: 1.25rem;
  }
}

.card-seakers .img {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .card-seakers .img {
    min-height: 120px;
    min-width: 120px;
    max-height: 120px;
    max-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .card-seakers .img {
    min-height: 80px;
    min-width: 80px;
    max-height: 80px;
    max-width: 80px;
  }
}

.event-sponsors {
  padding: 10rem 0rem;
  color: #ed1c24;
}

@media (min-width: 992px) {
  .event-sponsors {
    padding: 10rem 0rem;
  }
}

@media (max-width: 991.98px) {
  .event-sponsors {
    padding: 4rem 0rem 12rem;
  }
}

@media (min-width: 992px) {
  .event-details-video {
    margin-bottom: -9rem;
  }
}

.event-banner {
  position: relative;
}

/* .event-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 64, 0.4);
} */

.event-banner .event-state {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  color: #ffffff;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 1px;
  right: 20%;
  border-radius: 0px 0px 10px 10px;
  z-index: 1;
}

.event-banner .event-date-count {
  position: absolute;
  /* bottom: 2rem; */
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .event-banner .event-date-count {
    right: 12%;
  }
}

.event-banner .event-date-count .wrap-details {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 1rem;
  width: 84px;
}

@media (max-width: 767.98px) {
  .event-banner .event-date-count .wrap-details {
    margin: 0 0.35rem;
    width: 58px;
  }
}

.event-banner .event-date-count .wrap-details span {
  padding: 0.75rem 1.25rem;
  display: block;
  color: #686E7F;
  font-family: 'Ubuntu-Bold';
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .event-banner .event-date-count .wrap-details span {
    padding: 0.35rem .5rem;
  }
}

.event-banner .event-date-count .wrap-details .text {
  background-color: #ed1c24;
  color: #ffffff;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .event-date-count .wrap-details .text {
    padding: 0.25rem .5rem;
    font-size: 10px;
  }
}

.event-gallery {
  width: 100%;
}

.event-gallery-slider {
  width: 100%;
  margin: 0 0 10px 0;
}

.event-gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
  overflow: hidden;
  border-radius: 18px;
}

.event-gallery-slider .swiper-slide img {
  display: block;
}

.event-gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.event-gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: .25;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.75rem;
}

.event-gallery-thumbs .swiper-slide img {
  border-radius: 18px;
}

.event-gallery-thumbs .swiper-slide::after {
  content: '';
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ed1c24;
  bottom: 0rem;
  left: 0;
  position: absolute;
}

.event-gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.event-gallery-thumbs .swiper-slide-active::after {
  height: 3px;
}

.our-community-alseo-like {
  background-image: url("../../imgs/bg-shape-red.png");
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 10rem 0rem;
  color: #ffffff;
}

.our-community-alseo-like .Title, .our-community-alseo-like .section-slider .swiper-container .slideCapt .banner-title, .section-slider .swiper-container .slideCapt .our-community-alseo-like .banner-title {
  color: #ffffff;
}

.our-community-alseo-like .Arrows .swiper-button-prev,
.our-community-alseo-like .Arrows .swiper-button-next {
  background-color: #ffffff;
  color: #ed1c24;
}

@media (min-width: 992px) {
  .our-community-alseo-like {
    padding: 10rem 0rem;
  }
}

@media (max-width: 991.98px) {
  .our-community-alseo-like {
    padding: 4rem 0rem 0rem;
  }
}

.innovations-entrepreneurship-card .wrap-card {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.innovations-entrepreneurship-card .wrap-card .card-info {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.innovations-entrepreneurship-card .wrap-card .card-info::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #E6A029;
  border-radius: 4px 0 50px 0;
  z-index: 1;
}

.innovations-entrepreneurship-card .wrap-card .card-info::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -16px;
  background: #E6A029;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

@media (min-width: 768px) {
  .innovations-entrepreneurship-card .wrap-card .card-info {
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .innovations-entrepreneurship-card .wrap-card .card-info {
    height: 150px;
  }
}

.innovations-entrepreneurship-card .wrap-card .card-info .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.innovations-entrepreneurship-card .wrap-card .card-info .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 182, 212, 0.85);
}

.innovations-entrepreneurship-card .wrap-card .card-info .img::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 50px;
  background-image: url("../../imgs/white-dashs.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.innovations-entrepreneurship-card .wrap-card .card-info .more-details {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #ffffff;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.innovations-entrepreneurship-card .wrap-card .card-info .more-details .arrow {
  width: 25px;
  fill: #ffffff;
}

.innovations-entrepreneurship-card .wrap-card .card-info:hover::after {
  -webkit-transform: scale(21);
          transform: scale(21);
}

.innovations-entrepreneurship-card .wrap-card .card-info:hover .more-details {
  opacity: 1;
}

@media (min-width: 992px) {
  .innovations-entrepreneurship-card .wrap-card:nth-child(even) {
    margin-top: 5rem;
  }
}

.innovations-entrepreneurship-card .wrap-card:nth-child(even) .card-info::before, .innovations-entrepreneurship-card .wrap-card:nth-child(even) .card-info::after {
  background-color: #ed1c24;
}

.innovations-entrepreneurship-card .wrap-card:nth-child(even) .img::after {
  background-color: rgba(0, 0, 0, 0.65);
}

.innovations-entrepreneurship-card .wrap-card:nth-child(even) .img::before {
  display: none;
}

.banner-ebni {
  background-image: url("../../imgs/ebni-banner.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 150px;
  padding: 1rem 0rem;
}

@media (max-width: 991.98px) {
  .banner-ebni {
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .banner-ebni .logo {
    max-width: 155px;
  }
}

@media (max-width: 991.98px) {
  .banner-ebni .logo {
    max-width: 100px;
  }
}

.ebni-journal {
  background-image: url("../../imgs/ebni-journal.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 992px) {
  .ebni-journal {
    padding: 14rem 0rem;
  }
}

@media (max-width: 991.98px) {
  .ebni-journal {
    padding: 4rem 0rem;
  }
}

@media (min-width: 992px) {
  .ebni-journal .card-pdf .wrap-img {
    min-height: 160px;
  }
}

@media (max-width: 991.98px) {
  .ebni-journal .card-pdf .wrap-img {
    min-height: 120px;
  }
}

.our-projects {
  background-image: url("../../imgs/project- banner.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 992px) {
  .our-projects {
    padding: 10.5rem 0rem;
  }
}

@media (max-width: 991.98px) {
  .our-projects {
    padding: 4rem 0rem;
  }
}

@media (min-width: 992px) {
  .our-projects .Title, .our-projects .section-slider .swiper-container .slideCapt .banner-title, .section-slider .swiper-container .slideCapt .our-projects .banner-title {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media (min-width: 992px) {
  .our-projects .description-width {
    width: 50%;
  }
}

.project-partners {
  background-image: url("../../imgs/partnersBg.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 80px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ed1c24;
}

@media (min-width: 992px) {
  .project-partners {
    padding: 18rem 4rem;
  }
}

@media (max-width: 991.98px) {
  .project-partners {
    padding: 16rem 0rem 12rem;
  }
}

.eitesal-services .divisions-card.active::before {
  background-color: #686E7F;
}

.eitesal-services .divisions-card .img-card {
  max-width: 150px;
  margin: 0;
}

.services-ecourses .card_events .info .img-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.services-ecourses .card_events .info .name {
  font-size: 12px;
  color: #9D9D9D;
}

.services-ecourses .card_events .info .dates {
  font-size: 12px;
}

.providers-list {
  background-image: url("../../imgs/bg-providers-list.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 992px) {
  .providers-list {
    padding: 8rem 0rem 4rem;
  }
  .providers-list .swiper-wrapper {
    padding-bottom: 5rem;
  }
}

@media (max-width: 991.98px) {
  .providers-list {
    padding: 5rem 0rem;
  }
  .providers-list .swiper-wrapper {
    padding-bottom: 4rem;
  }
}

.providers-list .Arrows .swiper-button-prev,
.providers-list .Arrows .swiper-button-next {
  background-color: #ffffff;
  color: #ed1c24;
}

.providers-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #ffffff;
  background: #ed1c24;
}

.service-providers {
  background-image: url("../../imgs/bg-shape-red.png");
  color: #ffffff;
}

@media (min-width: 992px) {
  .service-providers {
    padding: 10rem 0rem;
  }
}

@media (max-width: 991.98px) {
  .service-providers {
    padding: 4rem 0rem 12rem;
  }
}

.courses-also-like {
  background-image: url("../../imgs/project- banner.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
}

@media (min-width: 992px) {
  .courses-also-like {
    padding: 16rem 0rem 4rem;
  }
}

@media (max-width: 991.98px) {
  .courses-also-like {
    padding: 4rem 0rem 12rem;
  }
}

.courses-also-like .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.5;
}

.reports-publications-accordion .accordion-item {
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 18px;
}

.reports-publications-accordion .accordion-item .fa-chevron-down {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reports-publications-accordion .accordion-item.active .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reports-publications-accordion .panel {
  display: none;
  overflow: hidden;
}

form .invalid-feedback {
  margin: 0.75rem 1rem 0rem;
}

form .error-res {
  margin: 0.75rem 1rem 0rem;
  font-size: 80%;
  color: #dc3545;
}

form .wrapper-form {
  border-bottom: 1.5px solid #9FA3AE;
}

form .wrapper-form .form-title {
  position: relative;
  color: #ffffff;
  padding-left: 35px;
}

form .wrapper-form .form-title::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ed1c24;
}

form .question-title {
  font-size: inherit;
  position: relative;
  color: #ffffff;
  padding-left: 40px;
}

form .question-title::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 2px;
  width: 15px;
  height: 15px;
  background-image: url("../../imgs/Icon awesome-question-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.FactsAndReviews .Reviews .container .swiper-container .ReviewItem .RevHeader .img-bubble-shape {
  display: inline-block;
}

@media (min-width: 768px) {
  .FactsAndReviews .Reviews .container .swiper-container .ReviewItem .RevHeader .img-bubble-shape {
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .FactsAndReviews .Reviews .container .swiper-container .ReviewItem .RevHeader .img-bubble-shape {
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;
  }
}
/*# sourceMappingURL=style.css.map */

.mix,
.gap {
    display: inline-block !important;
    width: 100%;
}

/* .mix {
    display: none;
} */

/*** Tab Banner ***/
.tab-banner {
  position: relative;
  z-index: 9;
  /* background-color: #ffffff; */
  border-radius: 25px;
  overflow: hidden;
  padding: 10px 0;
}

.tab-banner:not(.ebni) {
  margin-top: 20.5px;
}
.tab-banner .btn-tab-banner  {
  padding: 9px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
  color: #000000;
  border-radius: 25px;
  font-family: 'Ubuntu-Medium';
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media  (max-width: 575.98px) {
  .tab-banner .btn-tab-banner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tab-banner:not(.ebni) .btn-tab-banner:hover {
  color: #dc3545;
}

.tab-banner:not(.ebni) .btn-tab-banner.active {
  background-color: #dc3545;
  color: #ffffff;
}

/* ebni */
.tab-banner.ebni {
  margin-top: 20px;
}
.tab-banner.ebni .btn-tab-banner:hover {
  color: #E6A029;
}

.tab-banner.ebni .btn-tab-banner.active {
  background-color: #E6A029;
  color: #ffffff;
}

/*** Activity Log ***/
.activity-log  .table-responsive {
  border: 1px solid #dee2e6;
  border-radius: 25px;
  /* overflow: hidden; */
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.activity-log  .table {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}

.activity-log .table thead {
  background-color: #5a6268;
  color: #ffffff;
  border-radius: 25px;
}

.activity-log .table thead th {
  border: none;
}

.activity-log .table td:not(:last-child) {
  border-right: 1px solid #dee2e6;
}

.activity-log .table .content.show-category {
  display: table-row;
}

.activity-log .table .content.hide-category {
  display: none;
}

.activity-log .table .content.show {
  display: table-row;
}

.activity-log .table .content.hide {
  display: none;
}

.activity-log .table .content.hide-category.show {
  display: none;
}
.activity-log .table .content.show-category.hide {
  display: none;
}


.container-filter-table .form-control.bootstrap-select .dropdown-toggle {
  min-width: 200px;
}
.container-filter-table  .form-control.bootstrap-select .dropdown-menu .dropdown-item {
  text-transform: capitalize;
}


.activity-log .table .pending,
.activity-log .table .approved,
.activity-log .table .rejected {
  padding: 4px 10px;
  color: #000000;
  border-radius: 5px;
  font-weight: bold;
  text-transform: capitalize;
}

.activity-log .table .pending {
  background-color: #fcd740;
}

.activity-log .table .approved {
  background-color: #96e532;
}

.activity-log .table .rejected {
  background-color: #dc3545;
  color: #ffffff;
}

.button-view-more {
  color: #dc3545;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}

.loader-form {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-in-out;
}

.loader-form.show {
  opacity: 1;
  pointer-events: all;
}

.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}