@charset "UTF-8";
@font-face {
  font-family: 'Poppins-Regular';
  src: url("Poppins-Regular.ttf");
  src: url("Poppins-Regular.eot") format("embedded-opentype"), url("Poppins-Regular.woff") format("woff"), url("Poppins-Regular.otf") format("otf"), url("Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("Poppins-Medium.ttf");
  src: url("Poppins-Medium.eot") format("embedded-opentype"), url("Poppins-Medium.woff") format("woff"), url("Poppins-Medium.otf") format("otf"), url("Poppins-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("Poppins-SemiBold.ttf");
  src: url("Poppins-SemiBold.eot") format("embedded-opentype"), url("Poppins-SemiBold.woff") format("woff"), url("Poppins-SemiBold.otf") format("otf"), url("Poppins-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url("Poppins-Bold.ttf");
  src: url("Poppins-Bold.eot") format("embedded-opentype"), url("Poppins-Bold.woff") format("woff"), url("Poppins-Bold.otf") format("otf"), url("Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html body {
  font-family: "Poppins-Regular";
}

.live-tab span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e51503;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 6px;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: "Poppins-Regular";
  font-size: 1rem;
}

.live-tab span::before {
  content: "•";
  font-size: 20px;
  line-height: 18px;
  margin-right: 4px;
  margin-top: 0px;
}

.exclusive {
  color: #e51503 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 6px;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: "Poppins-Regular";
  margin-top: 10px !important;
  margin-bottom: 2px !important;
}

.related-news .card .card-header {
  font-size: 0.9rem;
  font-family: "Poppins-Regular";
  color: #000;
  padding: 4px 16px;
}

.related-news .card ul {
  list-style-type: none;
  padding: 12px 16px;
  margin-bottom: 0px;
}

.related-news .card ul li {
  border-bottom: 1px solid #ccc;
  padding: 7px 0px;
}

.related-news .card ul li a {
  text-decoration: none;
  font-size: 1rem;
  font-family: "Poppins-Medium";
  color: #000;
}

.related-news .card ul li:last-child {
  border-bottom: none;
}

.exclusive-card .card {
  padding: 12px;
  border-radius: 0.75rem;
}

.exclusive-card .card span {
  color: #545454;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 15.4px;
  margin-bottom: 2px;
}

.exclusive-card .card h6 {
  color: #000;
  display: block;
  font-size: 1rem;
  font-family: "Poppins-Medium";
  line-height: 22px;
  margin-bottom: 0px;
}

.exclusive-card .card h6:hover {
  color: #545454;
}

.border-bottom {
  border-bottom: 1px solid #b3b3b3 !important;
}

/* Live Stock Ticker CSS */
.news-wrapper .top-security {
  padding: 3px 11px;
  border-bottom: 1px solid #b3b3b3;
}

.news-wrapper .top-security .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-wrapper .top-security .swiper-container .dropdown-container {
  position: relative;
  margin-right: 10px;
}

.news-wrapper .top-security .swiper-container .dropdown-container .top-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.news-wrapper .top-security .swiper-container .dropdown-container .top-show span svg {
  fill: #000;
  width: 30px;
  height: 30px;
}

.news-wrapper .top-security .swiper-container .dropdown-container .top-show span.text {
  margin-right: 5px;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease,
 -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease,
 -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease,
 transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease,
 transform 0.5s ease, -webkit-transform 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.news-wrapper .top-security .swiper-container .dropdown-container .top-show .top-content-sec {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  width: 170px;
}

.news-wrapper .top-security .swiper-container .dropdown-container .top-show .top-content-sec a {
  color: #171717;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1rem;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #fff;
}

.news-wrapper .top-security .swiper-container .dropdown-container .top-show .top-content-sec a:hover {
  background-color: #E6EBFF;
  color: #171717;
}

.news-wrapper .top-security .swiper-container .swiper-slide {
  background-color: #1c1c1c;
  text-align: center;
  border-radius: 0.5rem;
}

.news-wrapper .top-security .swiper-container .swiper-slide .top-numbers {
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 7px;
}

.news-wrapper .top-security .swiper-container .swiper-slide .top-numbers .left-num span,
.news-wrapper .top-security .swiper-container .swiper-slide .top-numbers .right-num span,
.news-wrapper .top-security .swiper-container .swiper-slide .top-numbers .center-num span {
  font-size: 0.9rem;
  font-family: "Poppins-Regular";
  line-height: 16px;
}

.news-wrapper .top-security .swiper-container .swiper-slide .top-numbers .red-color {
  color: #f05143;
}

.news-wrapper .top-security .swiper-container .swiper-slide .top-numbers .green-color {
  color: #4db250;
}

.news-wrapper .top-security .swiper-container .hide-dropdown .top-content-sec {
  display: none;
}

.news-wrapper .top-security .swiper-container .hide-dropdown .text {
  opacity: 0;
  width: 0;
  visibility: hidden;
}

.news-wrapper .top-security .swiper-container .top-slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 10px;
}

.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-nexts,
.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-prevs {
  position: initial !important;
  -webkit-transform: translate(0px, 0px) !important;
          transform: translate(0px, 0px) !important;
  margin: 0 !important;
  width: 26px !important;
}

.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-nexts:after,
.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-prevs:after {
  font-size: 14px !important;
}

.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-nexts {
  right: 0px;
  overflow: visible;
  left: auto;
  top: 42px;
  background: #fff;
  height: 50px;
  opacity: 1;
  color: #1c1c1c;
}

.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-prevs {
  right: 40px;
  left: auto;
  top: 42px;
  background: #fff;
  height: 50px;
  opacity: 1;
  color: #1c1c1c;
}

.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-nexts:after {
  content: 'next';
  font-family: swiper-icons;
}

.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-prevs:after {
  font-family: swiper-icons;
  content: 'prev';
}

.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-nexts, .news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-prevs {
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-button-disabled {
  color: #ccc !important;
}

.news-wrapper .top-security .swiper-container .top-slider-btns .swiper-top {
  padding-right: 80px;
  overflow: hidden;
}

.page-template-nomination-form .sidebar{
  position: inherit !important;
  margin-left: 50px;
  width: 100%;

}
.page-id-100028 .dynamic-stripe-payment-section {
  display: flex;
  background: #fff !important;
  width: 100%;
}

.page-id-100028 .payment-buttons {
  display: flex;
  flex-direction: column;
  background: #fff !important;
  width: 100%;
  justify-content: space-evenly;
}

.page-id-100028 button#paypal-button {
  width: 100%;
  background: #FCBB32;
  border-radius: 50px;
}
/* Live Stock Ticker END */
/*# sourceMappingURL=global.css.map */