<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---REVAMP 2023 ----*/
/*----Top Menu----*/
.topmainmenu-container {
  background-color: #ffffff;
}
.topmainmenu-container .inner {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.topmainmenu-container .inner .logo-box {
  flex-basis: 17%;
  max-width: 170px;
}
.topmainmenu-container .inner .logo-box img {
  max-width: 150px;
}
.topmainmenu-container .inner .logo-box a {
  height: auto;
  display: inline-block;
  margin-top: 6px;
}
.topmainmenu-container .inner .menu-box {
  flex-basis: 83%;
}
.topmainmenu-container .inner .menu-box .main-menu-new {
  float: right;
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1 {
  display: inline-block;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1.menu-item-has-children &gt; .sub-menu-wrap:first-of-type {
  position: absolute;
  height: auto;
  background-color: #fff;
  display: block;
  left: 0;
  padding: 0;
  pointer-events: none;
  transform: translateY(10px);
  opacity: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.5s ease;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  z-index: 100000;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1.menu-item-has-children &gt; .sub-menu-wrap:first-of-type .container {
  margin: auto;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1.menu-item-has-children:hover &gt; .sub-menu-wrap:first-of-type {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1.menu-item-has-children &gt; a {
  font-weight: 600;
  font-size: 14.5px;
  padding: 22px 15px 22px 10px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1.menu-item-has-children &gt; a:hover {
  color: #a7202c;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1.menu-item-has-children &gt; a:after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 0px;
  top: 51%;
  transform: translateY(-50%);
  font-size: 11px;
  color: #828282;
  font-size: 14px;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1 .menu-desc-box {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1 .menu-desc-box .menu-desc-box-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #a7202c;
  margin-bottom: 15px;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1 .menu-desc-box .menu-desc-box-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  max-width: 30rem;
  display: inline-block;
  margin-bottom: 15px;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1 .menu-desc-box .menu-desc-box-read-more-but {
  display: block;
  font-weight: 600;
  color: #a7202c;
  position: relative;
  padding-right: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 20px;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1 .menu-desc-box .menu-desc-box-read-more-but:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 0px;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1 .menu-desc-box .menu-desc-box-read-more-but:hover:after {
  right: 0.3rem;
}
.topmainmenu-container .inner .menu-box .main-menu-new .main-menu-level-1:last-child {
  margin-left: 1rem;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu .container {
  width: 100%;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu li:nth-of-type(4) {
  padding-right: 0;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu &gt; .menu-item {
  display: inline-block;
  width: 25%;
  vertical-align: text-top;
  padding-right: 3.5rem;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu &gt; .menu-item &gt; a {
  font-size: 17px;
  margin-bottom: 1rem;
  display: inline-block;
  line-height: 1.2;
  transition: all 0.3s ease;
  padding-right: 2rem;
  position: relative;
  transition: all 0.3s ease;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu &gt; .menu-item &gt; a:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 0.75rem;
  font-size: 14px;
  line-height: 1;
  top: 3px;
  transition: right 0.3s ease;
  color: #bcbcbc;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu &gt; .menu-item &gt; a:hover {
  color: #a7202c;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu &gt; .menu-item &gt; a:hover:after {
  right: 0.3rem;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu &gt; .menu-item .sub-menu {
  display: block;
  margin-bottom: 0.4rem;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu &gt; .menu-item .sub-menu a {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #828282;
  line-height: 1.3;
  margin-bottom: 5px;
}
.topmainmenu-container .inner .menu-box .main-menu-new .breakdown-menu &gt; .menu-item .sub-menu a:hover {
  color: #a7202c;
}
.topmainmenu-container .inner .menu-box .hidetoplevel {
  display: none !important;
}

/*---Header search form---*/
.header-search-form {
  position: relative;
}
.header-search-form input#search-field {
  color: #000000;
  font-size: 15px;
  height: 52px !important;
  box-sizing: border-box;
  background-color: #ffffff !important;
  display: block;
  width: 100%;
  border: 0px;
  padding: 15px;
  border-radius: 10px;
}
.header-search-form button.search-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  background-color: #a7212c;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-appearance: none;
  border: 0px;
}
.header-search-form button.search-icon svg {
  max-width: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*---Home Top Slider-----*/
.home-top-slider .special-slide-1 {
  height: 85vh;
  overflow: hidden;
  position: relative;
}
.home-top-slider .special-slide-1 .slider-background {
  transform: scale(1);
  transform-origin: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home-top-slider .special-slide-1 .slider-background.animate-slide {
  animation: zoomSliderBG 12s ease 0.25s forwards;
  -webkit-animation: zoomSliderBG 12s ease 0.25s forwards;
}
.home-top-slider .special-slide-1 .content-box {
  position: relative;
  display: flex;
  margin: auto;
  padding-top: 6vw;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: space-between;
}
.home-top-slider .special-slide-1 .content-box .text-box {
  max-width: 55%;
}
.home-top-slider .special-slide-1 .content-box .text-box .slider-main-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  color: #c42032;
  margin-bottom: 1rem;
}
.home-top-slider .special-slide-1 .content-box .text-box .slider-subtitle {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
}
.home-top-slider .special-slide-1 .content-box .text-box .normal-text {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.home-top-slider .special-slide-1 .content-box .logo-box img {
  width: 22rem;
}
.home-top-slider .normal-slide-1 {
  height: 85vh;
  overflow: hidden;
  position: relative;
}
.home-top-slider .normal-slide-1 .slider-background {
  transform: scale(1);
  transform-origin: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home-top-slider .normal-slide-1 .slider-background.animate-slide {
  animation: zoomSliderBG 12s ease 0.25s forwards;
  -webkit-animation: zoomSliderBG 12s ease 0.25s forwards;
}
.home-top-slider .normal-slide-1 .content-box {
  position: relative;
  display: flex;
  margin: auto;
  padding-top: 6vw;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: space-between;
}
.home-top-slider .normal-slide-1 .content-box .text-box .slider-main-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.home-top-slider .normal-slide-1 .content-box .text-box .normal-text {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  max-width: 480px;
}
.home-top-slider .normal-slide-1 .content-box .text-box .textshadow {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3411764706);
}
.home-top-slider .event-slide-single-img {
  height: 85vh;
  overflow: hidden;
  position: relative;
}
.home-top-slider .event-slide-single-img .slider-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home-top-slider .event-slide-single-img .slider-background.desktop {
  display: block;
}
.home-top-slider .event-slide-single-img .slider-background.tablet {
  display: none;
}
.home-top-slider .event-slide-single-img .slider-background.mobile {
  display: none;
}
.home-top-slider .event-slide-single-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-top-slider .custom-slide {
  height: 85vh;
  overflow: hidden;
  position: relative;
}
.home-top-slider .slider-white-but {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  background-color: #b3102c;
  border-radius: 30px;
  padding: 14px 28px;
  color: #ffffff;
  margin-right: 1.5rem;
  display: inline-block;
  transition: all 0.3s ease;
}
.home-top-slider .slider-white-but:hover {
  background-color: #ffffff;
  color: #000000;
}
.home-top-slider .home-top-slider-button-next, .home-top-slider .swiper-container-rtl .home-top-slider-button-prev, .home-top-slider .home-top-slider-button-prev, .home-top-slider .swiper-container-rtl .home-top-slider-button-next {
  color: #ffffff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2078431373);
}
.home-top-slider .swiper-pagination {
  bottom: 1rem;
  width: 100%;
}
.home-top-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3019607843);
  margin: 0.2rem;
  opacity: 1;
}
.home-top-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

@keyframes zoomSliderBG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@media only screen and (max-width: 767px) {
  .home-top-slider .custom-slide, .home-top-slider .normal-slide-1, .home-top-slider .event-slide-single-img {
    height: calc(100vh - 60px);
  }
  .home-top-slider .special-slide-1 .slider-background img, .home-top-slider .normal-slide-1 .slider-background img {
    width: auto;
    height: 100%;
    transform: translateX(-25%);
    transform-origin: 0% 0% 0px;
  }
  .home-top-slider .special-slide-1 .slider-background, .home-top-slider .normal-slide-1 .slider-background {
    transform: scale(1);
    transform-origin: 0% 0% 0px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .home-top-slider .normal-slide-1 .content-box .text-box, .home-top-slider .special-slide-1 .content-box .text-box {
    padding: 1rem;
  }
  .home-top-slider .normal-slide-1 .content-box .text-box .slider-main-title, .home-top-slider .special-slide-1 .content-box .text-box .slider-main-title {
    font-size: 28px;
  }
  .home-top-slider .normal-slide-1 .content-box .text-box .normal-text, .home-top-slider .special-slide-1 .content-box .text-box .normal-text {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    max-width: 100%;
  }
  .home-top-slider .special-slide-1 .content-box .text-box .slider-subtitle, .home-top-slider .normal-slide-1 .content-box .text-box .slider-subtitle {
    font-size: 18px;
  }
  .home-top-slider .slider-white-but {
    font-size: 16px;
    padding: 10px 20px;
    margin-right: auto;
    margin-bottom: 0.75rem;
  }
  .home-top-slider .home-top-slider-button-next {
    bottom: 2.3rem;
    top: auto;
    width: 3rem;
    height: 3rem;
    background: #000000;
    border-radius: 10rem;
    margin-top: -1rem;
  }
  .home-top-slider .home-top-slider-button-prev {
    bottom: 2.3rem;
    right: 4.3rem;
    left: auto;
    top: auto;
    width: 3rem;
    height: 3rem;
    background: #000000;
    border-radius: 10rem;
    margin-top: -1rem;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
  }
  .home-top-slider .normal-slide-1 .content-box {
    padding-top: 30vw;
  }
  .home-top-slider .special-slide-1 .content-box {
    padding-top: 30vw;
    flex-wrap: wrap;
  }
  .home-top-slider .special-slide-1 .content-box .text-box {
    max-width: 100%;
    order: 2;
  }
  .home-top-slider .special-slide-1 .logo-box {
    float: right;
    width: 100%;
  }
  .home-top-slider .special-slide-1 .content-box .logo-box img {
    width: 13rem;
    float: right;
    margin-bottom: 2rem;
  }
  .home-top-slider .event-slide-single-img .slider-background.desktop {
    display: none;
  }
  .home-top-slider .event-slide-single-img .slider-background.tablet {
    display: none;
  }
  .home-top-slider .event-slide-single-img .slider-background.mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-top-slider .event-slide-single-img .slider-background.desktop {
    display: none;
  }
  .home-top-slider .event-slide-single-img .slider-background.mobile {
    display: none;
  }
  .home-top-slider .event-slide-single-img .slider-background.tablet {
    display: block;
  }
}
/*----Home Main Filter-----*/
.home-main-filter-container {
  background-color: #F3F3F3;
}
.home-main-filter-container .filter-select-container .container {
  margin: auto;
  padding-top: 3.5rem;
}
.home-main-filter-container .filter-select-container .container .search-box {
  padding-left: 2rem;
  border-left: 5px solid #a7202c;
}
.home-main-filter-container .filter-select-container .container .search-box h1 {
  font-size: 24px;
  margin-bottom: 0;
}
.home-main-filter-container .filter-select-container .container .search-box h2 {
  font-size: 24px;
  margin-bottom: 0;
  display: inline-block;
}
.home-main-filter-container .filter-select-container .container .search-box .form-select-dropdown-container {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  min-width: 250px;
}
.home-main-filter-container .filter-select-container .container .search-box .form-select-dropdown-container .form-category-selected {
  position: relative;
  width: auto;
  border-bottom: 4px solid #A7202C;
  padding: 4px 40px 8px 8px;
  vertical-align: top;
  margin-top: 2px;
  cursor: pointer;
}
.home-main-filter-container .filter-select-container .container .search-box .form-select-dropdown-container .form-category-selected span {
  font-size: 24px;
  line-height: 1;
}
.home-main-filter-container .filter-select-container .container .fea-box {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.home-main-filter-container .filter-select-container .container .fea-box .fea-list-button {
  margin: 0.35rem;
  background: #A7202C;
  color: #ffffff;
  padding: 11px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.home-main-filter-container .filter-select-container .container .fea-box .fea-list-button i {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  margin-right: 5px;
}
.home-main-filter-container .filter-select-container .container .fea-box .fea-list-button:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #ddd;
}

.form-select-dropdown-container {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
}
.form-select-dropdown-container .form-category-selected {
  position: relative;
  width: auto;
  border-bottom: 4px solid #A7202C;
  padding: 4px 40px 8px 8px;
  vertical-align: top;
  margin-top: 2px;
  cursor: pointer;
}
.form-select-dropdown-container .form-category-selected span {
  font-size: 30px;
  line-height: 1;
}
.form-select-dropdown-container .form-category-selected:after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 0.5rem;
  font-weight: 900;
  bottom: 0.9rem;
  font-size: 22px;
}
.form-select-dropdown-container .form-category-dropdown {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  max-height: 260px;
  overflow: auto;
  border: 1px solid #C0C0C0;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
}
.form-select-dropdown-container .form-category-dropdown.open {
  visibility: visible;
  opacity: 1;
}
.form-select-dropdown-container .form-category-dropdown .form-select-option {
  background-color: #ffffff;
  padding: 12px;
  cursor: pointer;
}
.form-select-dropdown-container .form-category-dropdown .form-select-option:hover {
  background-color: #A7202C;
}
.form-select-dropdown-container .form-category-dropdown .form-select-option:hover span {
  color: #ffffff;
}
.form-select-dropdown-container .form-category-dropdown .form-select-option span {
  font-size: 16px;
  color: #505050;
}
.form-select-dropdown-container .form-category-dropdown .form-select-option span p {
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 0px;
}

.filter-highlights-container {
  margin-left: calc((100% - 1110px) / 2);
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  min-height: 400px;
}
.filter-highlights-container .inner h4 {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 700;
}
.filter-highlights-container .inner .filter-highlights-slider {
  position: relative;
}

/*---Page Header Filter Select---*/
.page-header-container .filter-select-container {
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}
.page-header-container .filter-select-container .search-box {
  padding-left: 0;
  border-left: 0px;
  text-align: left;
  display: inline-block;
  margin-right: 2rem;
}
.page-header-container .filter-select-container .search-box h1 {
  font-size: 24px;
  margin-bottom: 0;
}
.page-header-container .filter-select-container .search-box h2 {
  font-size: 24px;
  margin-bottom: 0;
  display: inline-block;
}
.page-header-container .filter-select-container .search-box .form-select-dropdown-container {
  display: inline-block;
  position: relative;
  margin-left: 0;
  min-width: 280px;
}
.page-header-container .filter-select-container .search-box .form-select-dropdown-container .form-category-selected {
  position: relative;
  width: auto;
  border-bottom: 4px solid #A7202C;
  padding: 4px 40px 8px 0px;
  vertical-align: top;
  margin-top: 2px;
  cursor: pointer;
}
.page-header-container .filter-select-container .search-box .form-select-dropdown-container .form-category-selected span {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}
.page-header-container .filter-select-container .search-box .form-select-dropdown-container .form-category-selected:after {
  color: #ffffff;
}
.page-header-container .filter-select-container .fea-box {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.page-header-container .filter-select-container .fea-box .fea-list-button {
  margin: 0.35rem;
  background: #A7202C;
  color: #ffffff;
  padding: 11px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.page-header-container .filter-select-container .fea-box .fea-list-button i {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  margin-right: 5px;
}
.page-header-container .filter-select-container .fea-box .fea-list-button:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #ddd;
}

/*----Post News &amp; Post Events-----*/
/*----Post News---*/
.post-box-news {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.2rem;
}
.post-box-news .post-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-box-news .post-fea-img {
  overflow: hidden;
}
.post-box-news .post-fea-img .fea-img {
  width: 100%;
  aspect-ratio: 768/373;
  background-size: cover;
  transition: all 0.85s ease;
  transform-origin: center;
  background-position: center;
}
.post-box-news:hover .post-details-box {
  background-color: #A7202C;
}
.post-box-news:hover .post-details-box * {
  color: #ffffff;
}
.post-box-news:hover .post-details-box .post-category {
  color: #ffffff;
}
.post-box-news:hover .post-fea-img .fea-img {
  transform: scale(1.1);
}
.post-box-news .post-details-box {
  padding: 1.6rem;
  background-color: #ffffff;
  transition: all 0.3s ease;
  min-height: 200px;
}
.post-box-news .post-details-box .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.post-box-news .post-details-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
}
.post-box-news .post-details-box .post-excerpt {
  font-size: 14px;
  margin-bottom: 0;
}
.post-box-news .post-details-box .post-event-details i {
  margin-right: 5px;
}
.post-box-news .post-details-box .post-category {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #747474;
}

/*----Post Event---*/
.post-box-event {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.2rem;
}
.post-box-event .post-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-box-event .post-fea-img {
  overflow: hidden;
}
.post-box-event .post-fea-img .fea-img {
  width: 100%;
  aspect-ratio: 768/373;
  background-size: cover;
  transition: all 0.85s ease;
  transform-origin: center;
  background-position: center;
}
.post-box-event .post-fea-img img {
  width: 100%;
  transition: all 0.85s ease;
  transform-origin: center;
}
.post-box-event:hover .post-details-box {
  background-color: #A7202C;
}
.post-box-event:hover .post-details-box * {
  color: #ffffff;
}
.post-box-event:hover .post-fea-img .fea-img {
  transform: scale(1.1);
}
.post-box-event:hover .post-fea-img img {
  transform: scale(1.1);
}
.post-box-event .post-details-box {
  padding: 1.6rem;
  background-color: #ffffff;
  transition: all 0.3s ease;
  min-height: 200px;
}
.post-box-event .post-details-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
}
.post-box-event .post-event-details {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}
.post-box-event .post-event-details .event-date {
  margin-right: 1rem;
}
.post-box-event .post-event-details i {
  font-size: 16px;
  margin-right: 0.35rem;
}
.post-box-event .post-event-details span {
  font-size: 13px;
}

/*---Post Report-----*/
.post-box-report {
  position: relative;
  margin-bottom: 2.2rem;
}
.post-box-report .post-details-box {
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  background-color: #ffffff;
  padding: 1.4rem;
  min-height: 310px;
}
.post-box-report .post-details-box .inner {
  position: relative;
  padding-bottom: 2rem;
  /*
  .post-tit-exc-wrapper{ overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;
      .post-title { max-width:185px;
          h3 { font-size: 24px; font-weight: 600; line-height: 1.2; color: #484848; margin-bottom: 16px; }
      }
      .post-excerpt { 
          p {font-size: 14px; line-height: 22px; margin-bottom:0;}
      }
  }
  .readmore-but { position: absolute; bottom: 0; font-size: 16px; font-weight: 600; color:#a7202c;
      &amp;:after { content: "\f105"; position: absolute; font-family: "Font Awesome 5 Free";  font-weight: 600; right: -1.1rem; font-size: 1em;  line-height: 1;  top: -0.05rem;  transition: right .3s ease; }
  }
  */
}
.post-box-report .post-details-box .inner .post-category p {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #494949;
  text-transform: uppercase;
}
.post-box-report .post-details-box .inner .post-tit-exc-wrapper {
  min-height: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.post-box-report .post-details-box .inner .post-tit-exc-wrapper .post-title {
  max-width: 185px;
}
.post-box-report .post-details-box .inner .post-tit-exc-wrapper .post-title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #484848;
  margin-bottom: 16px;
}
.post-box-report .post-details-box .inner .post-tit-exc-wrapper .post-excerpt p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.post-box-report .post-details-box .inner .readmore-but {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #a7202c;
}
.post-box-report .post-details-box .inner .readmore-but:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: -1.1rem;
  font-size: 1em;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}
.post-box-report .post-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-box-report:hover .post-details-box {
  background-color: #a7202c;
  transition: all 0.3s ease;
}
.post-box-report:hover .post-details-box .inner .post-category p {
  color: #ffffff;
}
.post-box-report:hover .post-details-box .inner .post-tit-exc-wrapper .post-title h3 {
  color: #ffffff;
}
.post-box-report:hover .post-details-box .inner .post-tit-exc-wrapper .post-excerpt p {
  color: #ffffff;
}
.post-box-report:hover .post-details-box .inner .readmore-but {
  color: #ffffff;
}

/*---Filter Highlights-----*/
.filter-highlights-slider {
  position: relative;
}
.filter-highlights-slider .filter-highlights-swiper-button-prev {
  left: auto;
  right: 26rem;
  top: auto;
  bottom: -3rem;
  background-color: #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
}
.filter-highlights-slider .filter-highlights-swiper-button-prev:after {
  font-size: 1.8em;
  font-weight: 900;
  color: #000000;
}
.filter-highlights-slider .filter-highlights-swiper-button-next {
  right: 22rem;
  left: auto;
  top: auto;
  bottom: -3rem;
  background-color: #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
}
.filter-highlights-slider .filter-highlights-swiper-button-next:after {
  font-size: 1.8em;
  font-weight: 900;
  color: #000000;
}

/*---Filter Insights-----*/
.filter-insights-slider {
  position: relative;
}
.filter-insights-slider .filter-insights-swiper-button-prev {
  left: auto;
  right: 26rem;
  top: auto;
  bottom: -3rem;
  background-color: #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
}
.filter-insights-slider .filter-insights-swiper-button-prev:after {
  font-size: 1.8em;
  font-weight: 900;
  color: #000000;
}
.filter-insights-slider .filter-insights-swiper-button-next {
  right: 22rem;
  left: auto;
  top: auto;
  bottom: -3rem;
  background-color: #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
}
.filter-insights-slider .filter-insights-swiper-button-next:after {
  font-size: 1.8em;
  font-weight: 900;
  color: #000000;
}

/*----Post Know More---*/
.post-box-know-more {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.2rem;
}
.post-box-know-more .post-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-box-know-more .post-fea-img {
  overflow: hidden;
}
.post-box-know-more .post-fea-img .fea-img {
  width: 100%;
  aspect-ratio: 768/373;
  background-size: cover;
  transition: all 0.85s ease;
  transform-origin: center;
  background-position: center;
  aspect-ratio: 768/373;
}
.post-box-know-more:hover .post-details-box {
  background-color: #A7202C;
}
.post-box-know-more:hover .post-details-box * {
  color: #ffffff;
}
.post-box-know-more:hover .post-fea-img .fea-img {
  transform: scale(1.1);
}
.post-box-know-more .post-details-box {
  padding: 1.6rem;
  background-color: #ffffff;
  transition: all 0.3s ease;
  min-height: 200px;
}
.post-box-know-more .post-details-box .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.post-box-know-more .post-details-box h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.post-box-know-more .post-details-box p {
  font-size: 16px;
}

.know-more-container {
  margin-left: calc((100% - 1110px) / 2);
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.know-more-container .inner h4 {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 700;
}
.know-more-container .inner .know-more-slider {
  position: relative;
}
.know-more-container .inner .know-more-swiper-button-prev {
  left: auto;
  right: 26rem;
  top: auto;
  bottom: -3rem;
  background-color: #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
}
.know-more-container .inner .know-more-swiper-button-prev:after {
  font-size: 1.8em;
  font-weight: 900;
  color: #000000;
}
.know-more-container .inner .know-more-swiper-button-next {
  right: 22rem;
  left: auto;
  top: auto;
  bottom: -3rem;
  background-color: #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
}
.know-more-container .inner .know-more-swiper-button-next:after {
  font-size: 1.8em;
  font-weight: 900;
  color: #000000;
}

.addon-to-explore-container {
  background-color: #a7202c;
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
}
.addon-to-explore-container .row {
  margin: auto;
}
.addon-to-explore-container .explore-category {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}
.addon-to-explore-container .explore-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}
.addon-to-explore-container .explore-description {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 24px;
}
.addon-to-explore-container .explore-fea-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
  justify-content: space-between;
}
.addon-to-explore-container .explore-fea-container .single-explore-box {
  flex-basis: 49%;
  position: relative;
  transition: box-shadow 0.2s ease-out;
  margin-bottom: 10px;
}
.addon-to-explore-container .explore-fea-container .single-explore-box .inner {
  display: inline-flex;
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff;
  align-items: center;
  width: 100%;
}
.addon-to-explore-container .explore-fea-container .single-explore-box .inner .fea-img {
  background-size: cover;
  background-position: center;
  aspect-ratio: 1;
  flex-basis: 33%;
  width: 33%;
  border-radius: 10px;
}
.addon-to-explore-container .explore-fea-container .single-explore-box .inner .text-box {
  padding: 0 1rem;
  flex-basis: 66%;
  width: 66%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.addon-to-explore-container .explore-fea-container .single-explore-box .inner .text-box .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 26px;
  transition: 0.2s ease-out;
}
.addon-to-explore-container .explore-fea-container .single-explore-box .inner .text-box .excerpt {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.addon-to-explore-container .explore-fea-container .single-explore-box .single-explore-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.addon-to-explore-container .explore-fea-container .single-explore-box:hover {
  box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.2);
}
.addon-to-explore-container .explore-fea-container .single-explore-box:hover .title {
  color: #a7202c;
}

/*---Post Box Title &amp; Description ----*/
.post-box-standard {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.2rem;
}
.post-box-standard .post-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-box-standard .post-fea-img {
  overflow: hidden;
}
.post-box-standard .post-fea-img .fea-img {
  width: 100%;
  aspect-ratio: 768/373;
  background-size: cover;
  transition: all 0.85s ease;
  transform-origin: center;
  background-position: center;
}
.post-box-standard:hover .post-details-box {
  background-color: #A7202C;
}
.post-box-standard:hover .post-details-box * {
  color: #ffffff;
}
.post-box-standard:hover .post-fea-img .fea-img {
  transform: scale(1.1);
}
.post-box-standard .post-details-box {
  padding: 1.6rem;
  background-color: #ffffff;
  transition: all 0.3s ease;
  min-height: 200px;
}
.post-box-standard .post-details-box .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.post-box-standard .post-details-box h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.post-box-standard .post-details-box p {
  font-size: 16px;
}

/*---Post Box News Shimmer---*/
.shimmerBG {
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #ebe9e9 8%, #F0F0F0 18%, #ebe9e9 33%);
  background-size: 1200px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
.post-box-news-shimmer, .post-box-report-shimmer, .post-box-know-more-shimmer {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.post-box-news-shimmer .post-fea-img, .post-box-report-shimmer .post-fea-img, .post-box-know-more-shimmer .post-fea-img {
  aspect-ratio: 768/373;
}
.post-box-news-shimmer .post-details-box, .post-box-report-shimmer .post-details-box, .post-box-know-more-shimmer .post-details-box {
  padding: 1.6rem;
  background: #ffffff;
}
.post-box-news-shimmer .post-details-box .inner .category-line, .post-box-report-shimmer .post-details-box .inner .category-line, .post-box-know-more-shimmer .post-details-box .inner .category-line {
  height: 14px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 20px;
  width: 50%;
}
.post-box-news-shimmer .post-details-box .inner .title-line, .post-box-report-shimmer .post-details-box .inner .title-line, .post-box-know-more-shimmer .post-details-box .inner .title-line {
  height: 18px;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 20px;
}
.post-box-news-shimmer .post-details-box .inner .title-line.end, .post-box-report-shimmer .post-details-box .inner .title-line.end, .post-box-know-more-shimmer .post-details-box .inner .title-line.end {
  width: 63%;
  margin-bottom: 1.5rem;
}
.post-box-news-shimmer .post-details-box .inner .text-line, .post-box-report-shimmer .post-details-box .inner .text-line, .post-box-know-more-shimmer .post-details-box .inner .text-line {
  height: 14px;
  width: 100%;
  margin-bottom: 14px;
  border-radius: 8px;
}
.post-box-news-shimmer .post-details-box .inner .text-line.end, .post-box-report-shimmer .post-details-box .inner .text-line.end, .post-box-know-more-shimmer .post-details-box .inner .text-line.end {
  width: 90%;
  margin-bottom: 0;
}

.post-box-know-more-shimmer .post-fea-img {
  aspect-ratio: 768/373;
}

/*---Page Header---*/
.page-header-container {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
  position: relative;
}
.page-header-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(217deg, rgba(0, 0, 0, 0) 46.31%, #000 90.91%);
}
.page-header-container .content-box {
  position: relative;
}
.page-header-container .content-box .text-box {
  max-width: 38rem;
  padding: 0 2rem;
}
.page-header-container .content-box .text-box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 60px;
}
.page-header-container .content-box .text-box h4 {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

/*---Standard Filter---*/
.filter-select-container .container {
  margin: auto;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}
.filter-select-container .container .search-box h1 {
  font-size: 24px;
  margin-bottom: 0;
}
.filter-select-container .container .search-box h2 {
  font-size: 24px;
  margin-bottom: 0;
  display: inline-block;
}
.filter-select-container .container .search-box .form-select-dropdown-container {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  min-width: 200px;
}
.filter-select-container .container .search-box .form-select-dropdown-container .form-category-selected {
  position: relative;
  width: auto;
  border-bottom: 4px solid #A7202C;
  padding: 4px 40px 8px 8px;
  vertical-align: top;
  margin-top: 2px;
  cursor: pointer;
}
.filter-select-container .container .search-box .form-select-dropdown-container .form-category-selected span {
  font-size: 24px;
  line-height: 1;
}
.filter-select-container .container .fea-box {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.filter-select-container .container .fea-box .fea-list-button {
  margin: 0.35rem;
  background: #A7202C;
  color: #ffffff;
  padding: 11px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.filter-select-container .container .fea-box .fea-list-button i {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  margin-right: 5px;
}
.filter-select-container .container .fea-box .fea-list-button:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #ddd;
}

.post-filter-overall-container .container {
  margin: auto;
}
.post-filter-overall-container .filtered-container {
  margin-bottom: 5rem;
}

.filter-event-time-container {
  width: 100%;
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 2rem;
}
.filter-event-time-container .swiper-slide .event-time-title {
  color: rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
  margin-top: 6px;
}
.filter-event-time-container .swiper-slide.swiper-slide-active .event-time-title {
  color: #000000;
  font-size: 26px;
  margin-top: 0px;
}
.filter-event-time-container .swiper-button-next, .filter-event-time-container .swiper-container-rtl .swiper-button-prev {
  right: 32%;
  left: auto;
}
.filter-event-time-container .swiper-button-prev, .filter-event-time-container .swiper-container-rtl .swiper-button-next {
  left: 32%;
  right: auto;
}
.filter-event-time-container .swiper-button-next:after, .filter-event-time-container .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
  color: #666666;
  font-size: 20px;
  font-weight: 600;
}
.filter-event-time-container .swiper-button-prev:after, .filter-event-time-container .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
  color: #666666;
  font-size: 20px;
  font-weight: 600;
}

#content {
  background-color: #f4f4f4;
  overflow-x: hidden;
  overflow-y: hidden;
}

/*----
.dropdownsearch{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
    font-family: 'Ubuntu', sans-serif;

}
.options{
  margin:1rem;
  width:100%;  
  height:250px;
}
@media(max-width:34em){
  .main{
    min-width:150px;
    width:auto;
  }
}
select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}
-----*/
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(10px);
  }
  10% {
    transform: translateX(-10px);
  }
  15% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.access-outer-box {
  position: relative;
  animation: horizontal-shaking 3.4s infinite;
}
.access-outer-box .accessi-text {
  position: absolute;
  height: 40px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 30rem;
  width: 40px;
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.0784313725);
  transition: 0.3s linear;
}
.access-outer-box .accessi-text p {
  margin-bottom: 0;
  opacity: 0;
  font-size: 13px;
  line-height: 1;
}
.access-outer-box:hover .accessi-text {
  width: 152px;
  padding-left: 3rem;
}
.access-outer-box:hover .accessi-text p {
  opacity: 1;
  transition: 0.4s 0.2s;
}
.access-outer-box img {
  position: relative;
}

.insights-single-selection-dropdown-container {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
}
.insights-single-selection-dropdown-container .dropdown-selected {
  position: relative;
  width: 260px;
  border-bottom: 4px solid #A7202C;
  padding: 4px 14px 8px 8px;
  vertical-align: top;
  margin-top: 2px;
  cursor: pointer;
}
.insights-single-selection-dropdown-container .dropdown-selected span {
  font-size: 30px;
  line-height: 1;
}

.insights-single-selection-dropdown-container {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
}
.insights-single-selection-dropdown-container .dropdown-selected {
  position: relative;
  width: 260px;
  border-bottom: 4px solid #A7202C;
  padding: 4px 14px 8px 8px;
  vertical-align: top;
  margin-top: 2px;
  cursor: pointer;
}
.insights-single-selection-dropdown-container .dropdown-selected span {
  font-size: 30px;
  line-height: 1;
}
.insights-single-selection-dropdown-container .dropdown-selected:after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 0.5rem;
  font-weight: 900;
  bottom: 0.9rem;
  font-size: 22px;
}
.insights-single-selection-dropdown-container .insights-single-selection-dropdown {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  max-height: 260px;
  overflow: auto;
  border: 1px solid #C0C0C0;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
}
.insights-single-selection-dropdown-container .insights-single-selection-dropdown.open {
  visibility: visible;
  opacity: 1;
}
.insights-single-selection-dropdown-container .insights-single-selection-dropdown .select-option {
  background-color: #ffffff;
  padding: 12px;
  cursor: pointer;
}
.insights-single-selection-dropdown-container .insights-single-selection-dropdown .select-option:hover {
  background-color: #A7202C;
}
.insights-single-selection-dropdown-container .insights-single-selection-dropdown .select-option:hover span {
  color: #ffffff;
}
.insights-single-selection-dropdown-container .insights-single-selection-dropdown .select-option span {
  font-size: 16px;
  color: #505050;
}

.filtered-container {
  padding-bottom: 3rem;
}

.insights-filter-select-container {
  background-color: #ffffff;
  padding: 1.5rem 0;
}

.insights-category-dropdown {
  position: relative;
}
.insights-category-dropdown .dropdown-btn {
  background-color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 3rem;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  position: relative;
  transition: 0.2s ease;
}
.insights-category-dropdown .dropdown-btn p {
  margin-bottom: 0;
}
.insights-category-dropdown .dropdown-btn.open {
  background-color: #EBEBEB;
  border: 1px solid #d9d9d9;
}
.insights-category-dropdown .dropdown-btn.open:before {
  transform: translateY(-50%) rotate(180deg);
}
.insights-category-dropdown .dropdown-btn:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4B465C;
  transition: 0.3s ease;
}
.insights-category-dropdown .dropdown-btn:hover {
  border: 1px solid #b3a6a6;
}
.insights-category-dropdown .dropdown-category-select-wrapper {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 10000;
  border: 1px solid #C0C0C0;
  top: 106%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.1490196078);
  /* width of scrollbar*/
  /* Track of scrollbar*/
  /* Handle of scrollbar*/
}
.insights-category-dropdown .dropdown-category-select-wrapper.open {
  visibility: visible;
  opacity: 1;
  top: 116%;
}
.insights-category-dropdown .dropdown-category-select-wrapper input {
  width: 96%;
  padding: 0.6rem;
  border: 1px solid #cdcdcd;
  margin: 2%;
  border-radius: 5px;
  font-size: 1.3em;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.insights-category-dropdown .dropdown-category-select-wrapper ul li {
  padding: 1rem 1.5rem;
  font-size: 1.3em;
  position: relative;
  margin-bottom: 1px;
  transition: all 0.2s ease;
}
.insights-category-dropdown .dropdown-category-select-wrapper ul li:not(.search-result-message):hover {
  background-color: #e1e1e1;
  cursor: pointer;
}
.insights-category-dropdown .dropdown-category-select-wrapper ul li:not(.search-result-message).selected {
  background-color: #A7202C;
  color: #ffffff;
  cursor: pointer;
}
.insights-category-dropdown .dropdown-category-select-wrapper ul li:not(.search-result-message).selected:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 1rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
}
.insights-category-dropdown .dropdown-category-select-wrapper ul li.search-result-message {
  color: #7d7d7d;
}
.insights-category-dropdown .dropdown-category-select-wrapper ::-webkit-scrollbar {
  width: 8px;
}
.insights-category-dropdown .dropdown-category-select-wrapper ::-webkit-scrollbar-track {
  background: #EBEBEB;
}
.insights-category-dropdown .dropdown-category-select-wrapper ::-webkit-scrollbar-thumb {
  background: #c0c0c0;
}

.dropdown-container {
  display: flex;
  gap: 2%;
}
.dropdown-container .insights-dropdown-multiselect {
  position: relative;
  width: 100%;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-btn {
  background-color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 3rem;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  position: relative;
  transition: 0.2s ease;
  min-height: 57px;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-btn p {
  margin-bottom: 0;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-btn.open {
  background-color: #EBEBEB;
  border: 1px solid #d9d9d9;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-btn.open:before {
  transform: translateY(-50%) rotate(180deg);
}
.dropdown-container .insights-dropdown-multiselect .dropdown-btn:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4B465C;
  transition: 0.3s ease;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-btn:hover {
  border: 1px solid #b3a6a6;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 10000;
  border: 1px solid #C0C0C0;
  top: 106%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.1490196078);
  /* width of scrollbar*/
  /* Track of scrollbar*/
  /* Handle of scrollbar*/
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper.open {
  visibility: visible;
  opacity: 1;
  top: 116%;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper input {
  width: 96%;
  padding: 0.6rem;
  border: 1px solid #cdcdcd;
  margin: 2%;
  border-radius: 5px;
  font-size: 1.3em;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper ul {
  max-height: 240px;
  overflow-x: auto;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper ul li {
  padding: 1rem 1.5rem;
  font-size: 1.3em;
  position: relative;
  margin-bottom: 1px;
  transition: all 0.2s ease;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper ul li:not(.search-result-message):hover {
  background-color: #e1e1e1;
  cursor: pointer;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper ul li:not(.search-result-message).selected {
  background-color: #A7202C;
  color: #ffffff;
  cursor: pointer;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper ul li:not(.search-result-message).selected:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 1rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper ul li.search-result-message {
  color: #7d7d7d;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper ::-webkit-scrollbar {
  width: 8px;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper ::-webkit-scrollbar-track {
  background: #EBEBEB;
}
.dropdown-container .insights-dropdown-multiselect .dropdown-select-wrapper ::-webkit-scrollbar-thumb {
  background: #c0c0c0;
}
.dropdown-container .insights-dropdown-clear-btn {
  width: 56px;
  max-width: 56px;
  min-width: 56px;
  max-height: 56px;
  position: relative;
  cursor: pointer;
}
.dropdown-container .insights-dropdown-clear-btn i {
  font-size: 1.6em;
  color: #979797;
}
.dropdown-container .insights-dropdown-clear-btn.hide {
  display: none;
}
.dropdown-container .insights-dropdown-clear-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEB;
  border: 1px solid #d9d9d9;
  border-radius: 9rem;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
}
.dropdown-container .insights-dropdown-clear-btn a:hover {
  border: 1px solid #b3a6a6;
}

.insights-filtered-wrapper {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
  max-width: 96%;
  margin: auto;
  padding-top: 3.5rem;
  padding-left: 1%;
}
.insights-filtered-wrapper .post-box-report {
  position: relative;
  margin-bottom: 1%;
  flex-basis: 19%;
  max-width: 19%;
}

/*---Awards &amp; Recognition----*/
.awards-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.awards-container .awards-year-container {
  margin-top: 7rem;
}
.awards-container .years-box p {
  font-size: 36px;
  color: #a7202c;
}
.awards-container .line-box {
  position: relative;
}
.awards-container .line-box:after {
  height: 125%;
  width: 1px;
  background-color: #ccc;
  display: block;
  content: " ";
  left: 50%;
  position: relative;
}
.awards-container .line-box:last-child:after {
  height: 105%;
  width: 1px;
  background-color: #ccc;
  display: block;
  content: " ";
  left: 50%;
  position: relative;
}
.awards-container .line-box .dot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #a7202c;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.awards-container .single-award-box {
  background-color: #ffffff;
  height: 100%;
}
.awards-container .single-award-box .award-logo-box {
  text-align: center;
  padding: 1.25rem;
  border-bottom: 1px solid #e0e0e0;
}
.awards-container .single-award-box .award-logo-box img {
  width: auto;
  height: 7rem;
  display: inline-block;
}
.awards-container .single-award-box .award-description {
  padding: 1.25rem;
}
.awards-container .single-award-box .award-description .award-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 1rem;
}
.awards-container .single-award-box .award-description ul {
  margin-left: 2rem;
}
.awards-container .single-award-box .award-description ul li {
  margin-bottom: 0.8rem;
  position: relative;
}
.awards-container .single-award-box .award-description ul li:before {
  content: "";
  background-image: url(../img/awards-li-icon.png);
  display: inline-block;
  width: 23px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -2rem;
  top: 0.2rem;
}
.awards-container .awards-swiper-container {
  position: relative;
  padding-bottom: 0rem;
}
.awards-container .awards-swiper-container .awards-swiper {
  padding-bottom: 6rem;
}
.awards-container .awards-swiper-container .awards-swiper-button-prev {
  left: auto;
  right: 3.8rem;
  top: auto;
  bottom: 0rem;
  background-color: #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
}
.awards-container .awards-swiper-container .awards-swiper-button-prev:after {
  font-size: 1.8em;
  font-weight: 900;
  color: #000000;
}
.awards-container .awards-swiper-container .awards-swiper-button-next {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0rem;
  background-color: #D9D9D9;
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
}
.awards-container .awards-swiper-container .awards-swiper-button-next:after {
  font-size: 1.8em;
  font-weight: 900;
  color: #000000;
}
.awards-container .awards-swiper-container .swiper-slide {
  height: auto;
}

/*----Menu----*/
.wpml-ls-current-language {
  position: relative;
  margin-right: 20px !important;
  transition: 0.3s ease;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0.35rem 0.5rem 0.35rem 1.8rem !important;
  line-height: 1;
  position: relative;
  min-width: 112px;
}
.wpml-ls-current-language:before {
  content: "";
  background-image: url(../img/lang-globe.svg);
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  line-height: 0;
}
.wpml-ls-current-language:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.wpml-ls-current-language:hover .sub-menu {
  visibility: visible;
  transition: 0.3s ease;
  opacity: 1;
}
.wpml-ls-current-language .sub-menu {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  transform: translate(-6px, 100%);
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  left: 5px;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.0901960784);
}
.wpml-ls-current-language .sub-menu .menu-item-type-wpml_ls_menu_item {
  margin: 0;
  padding: 0 !important;
  min-width: 112px;
  margin-right: 0 !important;
}
.wpml-ls-current-language .sub-menu .menu-item-type-wpml_ls_menu_item a {
  color: #333 !important;
  font-weight: 600;
  padding: 7px 6px 7px 30px;
  display: block;
}
.wpml-ls-current-language .sub-menu .menu-item-type-wpml_ls_menu_item a:hover {
  color: #a7202c !important;
}

/*----WPML HIDE Development Message---*/
.otgs-development-site-front-end {
  display: none;
}

/*----Post Twitter----*/
.twiti {
  color: #000000;
}

.twiti.hvr-rect:before {
  background-color: #000000;
}

/*---Our History----*/
.milestone-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.milestone-container .inner-timeline-box .timeline-post-box {
  display: inline-block;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: -5px;
  margin-left: 0;
  margin-right: 0;
}
.milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box {
  background: #fff;
  color: #101010;
  padding: 2rem 3rem;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 4px solid #a7202c;
}
.milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #a7202c;
  border-width: 12px;
  top: 10px;
}
.milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box .date {
  font-size: 26px;
  color: #a7202c;
}
.milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box p, .milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box li {
  line-height: 23px;
  font-size: 16px;
}
.milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box .timeline-feature-image {
  margin-bottom: 2rem;
}
.milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box .timeline-feature-image img {
  width: 100%;
}
.milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box li {
  margin-bottom: 16px;
}
.milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .view-more-but {
  margin-top: 1rem;
  display: inline-block;
}
.milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .view-more-but .hvr-rect {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 26px;
}
.milestone-container .inner-timeline-box .timeline-post-box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #E9E9E9;
  left: 0;
  margin-left: 3px;
  z-index: 1;
  display: block;
  right: auto;
}
.milestone-container .inner-timeline-box .timeline-post-box .fa {
  position: absolute;
  top: 17px;
  left: 0;
  right: auto;
  z-index: 10;
  color: #a7202c;
}
.milestone-container .timeline-filter-menu {
  position: fixed;
  transition: all 0.3s;
  top: 20%;
  max-height: 80%;
  right: 0;
  background: #ffffff;
  right: -75px;
  z-index: 10000;
}
.milestone-container .timeline-filter-menu &gt; .fa {
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 18px;
  padding: 9px 13px;
  background: #a7202c;
  color: #FFFFFF;
  cursor: pointer;
  border: 0;
  left: -54px;
}
.milestone-container .timeline-filter-menu div {
  max-height: 80vh;
  overflow-y: auto;
}
.milestone-container .timeline-filter-menu.active {
  right: 0;
}
.milestone-container .timeline-filter-menu.active .fa-angle-double-left:before {
  content: "\f101";
}
.milestone-container .timeline-filter-menu .timeline-filter-item {
  display: block;
  padding: 5px 14px;
  margin-bottom: 1px;
  line-height: 1.6;
  border-left: 3px solid #a7202c;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
}
.milestone-container .timeline-filter-menu .timeline-filter-item:hover, .milestone-container .timeline-filter-menu .timeline-filter-item.active {
  color: #a7202c;
}

/*---Fix shortcode ultimate style---*/
.su-tabs-vertical {
  align-items: flex-start;
}

/*---Fix Gravityform---*/
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 15px 5px 15px 51px !important;
}

h2.gform_submission_error {
  font-size: 16px !important;
  line-height: 18px !important;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box {
    margin-left: 10% !important;
  }
  .milestone-container .timeline-filter-menu &gt; .fa {
    left: -58px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .milestone-container .timeline-filter-menu &gt; .fa {
    left: -60px;
  }
}
@media (min-width: 768px) {
  .milestone-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(2n+1) {
    clear: both;
    float: left;
  }
  .milestone-container .inner-timeline-box .timeline-post-box {
    width: 50%;
    display: inline-block;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 0;
  }
  .milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box {
    background: #fff;
    color: #101010;
    padding: 2rem 3rem;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #00BCD4;
    border-width: 12px;
    top: 10px;
  }
  .milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box .date {
    font-size: 26px;
    color: #a7202c;
  }
  .milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box p, .milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box li {
    line-height: 28px;
  }
  .milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box .timeline-feature-image {
    margin-bottom: 2rem;
  }
  .milestone-container .inner-timeline-box .timeline-post-box .timeline-label-box .content-box .timeline-feature-image img {
    width: 100%;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #E9E9E9;
    left: 150px;
    margin-left: -8px;
    z-index: 1;
    display: block;
  }
  .milestone-container .inner-timeline-box .timeline-post-box .fa {
    position: absolute;
    top: 15px;
    left: auto;
    right: -3px;
    z-index: 10;
    color: #a7202c;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(even) {
    float: right;
    margin-top: 120px;
    clear: none;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(even) .timeline-label-box {
    margin-left: 10%;
    border-left: 4px solid #a7202c;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(even) .timeline-label-box:before {
    border-right-color: #a7202c;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(even):after {
    right: auto;
    left: 4px;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(even) .fa {
    position: absolute;
    top: 15px;
    right: auto;
    left: -6px;
    z-index: 10;
    color: #a7202c;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(odd) .timeline-label-box {
    margin-right: 10%;
    border-right: 4px solid #a7202c;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(odd) .timeline-label-box .content-box .date {
    text-align: right;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(odd) .timeline-label-box:before {
    left: 100%;
    right: 0;
    border-right-color: transparent;
    right: 100%;
    border-left-color: #a7202c;
  }
  .milestone-container .inner-timeline-box .timeline-post-box:nth-child(odd):after {
    right: 0;
    left: auto;
  }
}
/*----Responsive----*/
@media only screen and (max-width: 767px) {
  .topmainmenu-container {
    display: none;
  }
  .home-main-filter-container .filter-select-container .container .search-box h2 {
    font-size: 26px;
    line-height: 1.3;
  }
  .home-main-filter-container .filter-select-container .container .search-box .form-select-dropdown-container {
    margin-left: 0;
  }
  .home-main-filter-container .filter-select-container .container .search-box .form-select-dropdown-container .form-category-selected {
    padding-left: 0;
    font-size: 26px;
    width: 290px;
  }
  .home-main-filter-container .filter-select-container .container .search-box .form-select-dropdown-container .form-category-selected span {
    font-size: 26px;
  }
  .home-main-filter-container .filter-select-container .container .fea-box {
    text-align: left;
    justify-content: flex-start;
    margin-top: 2rem;
  }
  .filter-select-container .container .search-box h2 {
    font-size: 26px;
    line-height: 1.3;
  }
  .filter-select-container .container .search-box .form-select-dropdown-container .form-category-selected {
    padding-left: 0;
    font-size: 26px;
    width: 91vw;
  }
  .filter-select-container .container .search-box .form-select-dropdown-container .form-category-selected span {
    font-size: 26px;
  }
  .filter-select-container .container .search-box .form-select-dropdown-container {
    margin-left: 0;
  }
  .filter-highlights-container {
    padding-top: 1.5rem;
    margin-left: unset;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .filter-highlights-slider .filter-highlights-swiper-button-prev {
    right: 3.8rem;
  }
  .filter-highlights-slider .filter-highlights-swiper-button-next {
    right: 0;
  }
  .filter-insights-slider .filter-insights-swiper-button-prev {
    right: 3.8rem;
  }
  .filter-insights-slider .filter-insights-swiper-button-next {
    right: 0;
  }
  .know-more-container {
    padding-top: 1.5rem;
    margin-left: unset;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .know-more-container .inner .know-more-swiper-button-next {
    right: 0;
  }
  .know-more-container .inner .know-more-swiper-button-prev {
    right: 3.8rem;
  }
  .addon-to-explore-container .explore-title {
    font-size: 30px;
    line-height: 1.1;
  }
  .addon-to-explore-container .explore-fea-container {
    display: block;
  }
  .addon-to-explore-container .explore-fea-container .single-explore-box .inner {
    margin-bottom: 0.75rem;
  }
  .addon-to-explore-container .explore-fea-container .single-explore-box .inner .text-box {
    -webkit-line-clamp: 4;
  }
  .addon-to-explore-container .explore-fea-container .single-explore-box .inner .text-box .title {
    font-size: 18px;
    line-height: 22px;
  }
  .page-header-container {
    height: 410px;
  }
  .page-header-container .content-box .text-box h1 {
    font-size: 34px;
    margin-bottom: 12px;
    line-height: 40px;
  }
  .page-header-container .content-box .text-box h4 {
    font-size: 16px;
    color: #ffffff;
    line-height: 23px;
  }
  .page-header-container .overlay {
    background: linear-gradient(210deg, rgba(0, 0, 0, 0) 21%, #000 100%);
  }
  .filter-event-time-container {
    width: calc(100% - 2rem);
    margin: auto;
    margin-bottom: 2rem;
  }
  .filter-event-time-container .swiper-button-next, .filter-event-time-container .swiper-container-rtl .swiper-button-prev {
    right: 0%;
  }
  .filter-event-time-container .swiper-button-prev, .filter-event-time-container .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .insights-category-dropdown {
    margin-bottom: 1rem;
  }
  .dropdown-container {
    margin-bottom: 1rem;
  }
  .insights-filtered-wrapper {
    display: block;
    max-width: calc(100% - 2rem);
    padding-left: 0;
  }
  .insights-filtered-wrapper .post-box-report {
    max-width: unset;
    margin-bottom: 1rem;
  }
  .page-header-container .filter-select-container .search-box .form-select-dropdown-container .form-category-selected span {
    font-size: 22px;
  }
  .page-header-container .filter-select-container .search-box {
    margin-bottom: 0.3rem;
  }
  .form-select-dropdown-container .form-category-selected:after {
    bottom: 0.65rem;
    font-size: 14px;
  }
  .awards-container .line-box .dot {
    left: 40px;
    transform: initial;
    top: -15px;
  }
  .awards-container .awards-year-container {
    margin-top: 40px;
  }
}
.post-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.post-pagination a {
  padding: 5px 10px;
  color: #707070;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  cursor: pointer;
}
.post-pagination a img {
  max-width: 16px;
  padding-top: 5px;
}
.post-pagination a.disabled {
  opacity: 0.2;
  cursor: initial;
}
.post-pagination a:before {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 0px;
  display: block;
  height: 2px;
  background-color: #A7202C;
  transition: 0.5s;
}
.post-pagination a:hover {
  color: #A7202C;
}
.post-pagination a:hover:before {
  width: 100%;
  transition: 0.5s;
}
.post-pagination a.active {
  color: #A7202C;
}
.post-pagination a.active:before {
  width: 100%;
  transition: 0.5s;
}
.post-pagination a.pagination-dot {
  cursor: initial;
}
.post-pagination a.pagination-next:before, .post-pagination a.pagination-prev:before, .post-pagination a.pagination-dot:before {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .filter-highlights-container {
    margin-left: unset;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .know-more-container {
    margin-left: unset;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-main-filter-container .filter-select-container .container .fea-box {
    text-align: left;
    display: block;
    margin-top: 3rem;
  }
  .addon-to-explore-container .explore-fea-container .single-explore-box {
    flex-basis: 49%;
    margin-bottom: 2%;
  }
  .page-header-container .filter-select-container .search-box .form-select-dropdown-container .form-category-selected span {
    font-size: 26px;
  }
  .form-select-dropdown-container .form-category-selected:after {
    bottom: 0.8rem;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .topmainmenu-container {
    display: none;
  }
}/*# sourceMappingURL=style-v2.css.map */</pre></body></html>