/*********** Incluse default Font family for this project **************/
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf"); }

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf"); }

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf"); }

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf"); }

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf"); }

@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.ttf"); }

/*********** Below CSS For customizing buttons **************/
.nm-newsletter-btn {
  background-color: #0B1E46;
  border-color: #0B1E46;
  border-radius: 28px;
  font-size: 14px;
  font-family: "Roboto-Regular";
  color: #ffffff;
  padding: 5px 20px; }
  .nm-newsletter-btn:hover, .nm-newsletter-btn:active, .nm-newsletter-btn:focus {
    background-color: #008EF6;
    border-color: #008EF6;
    outline: none;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none; }

/************** Default Custom Radio Button CSS ******************/
.nm-custom-radio-btn-cls label {
  font-weight: normal !important; }
  .nm-custom-radio-btn-cls label.radio {
    cursor: pointer;
    width: 100%; }

.nm-custom-radio-btn-cls .radio {
  display: inline-block;
  position: relative;
  margin: 0; }
  .nm-custom-radio-btn-cls .radio label {
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer; }
  .nm-custom-radio-btn-cls .radio label > span {
    float: left; }
  .nm-custom-radio-btn-cls .radio input[type="radio"] {
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    margin-left: 0px;
    cursor: pointer; }
  .nm-custom-radio-btn-cls .radio input:checked + .outer .inner {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .nm-custom-radio-btn-cls .radio input:checked + .outer {
    border: 1px solid #0B1E46; }
  .nm-custom-radio-btn-cls .radio input:checked + .outer .inner {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #0B1E46; }
  .nm-custom-radio-btn-cls .radio .outer {
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    border: 1px solid #8498a7;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: 0px;
    margin-right: 10px; }
  .nm-custom-radio-btn-cls .radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 12px;
    width: 12px;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #8498a7;
    opacity: 0; }

/************** Default Custom Checkboxes Button CSS ******************/
.nm-custom-input {
  background: #ffffff; }
  .nm-custom-input input[type="checkbox"] {
    display: none; }
  .nm-custom-input input[type="checkbox"] + label {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #003787;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .nm-custom-input input[type="checkbox"] + label:last-child {
    margin-bottom: 0; }
  .nm-custom-input input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #0B1E46;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
  .nm-custom-input input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.nm-newsletter-panel .newsletter-form-panel .form-control {
  padding: 5px 10px;
  margin: 2px 0px;
  color: #000000;
  font-family: "Roboto-Regular";
  font-size: 13px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px; }
  .nm-newsletter-panel .newsletter-form-panel .form-control:hover, .nm-newsletter-panel .newsletter-form-panel .form-control:active, .nm-newsletter-panel .newsletter-form-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

/*********** Below CSS For Register Options Modal **************/
.nm-register-modal-box.modal {
  font-family: "Roboto-Regular";
  font-size: 14px; }
  .nm-register-modal-box.modal .invalid-feedback {
    font-size: 89%; }
  .nm-register-modal-box.modal h5 {
    font-family: "Roboto-Medium";
    font-size: 15px; }
  .nm-register-modal-box.modal h6 {
    font-family: "Roboto-Medium"; }
  .nm-register-modal-box.modal label {
    font-family: "Roboto-Regular";
    font-size: 13px; }
    .nm-register-modal-box.modal label.main-heading {
      font-weight: 600; }
  .nm-register-modal-box.modal input {
    font-family: "Roboto-Regular";
    font-size: 13px;
    position: relative;
    top: 2px; }
  .nm-register-modal-box.modal .wp-alert-msg {
    color: #0B1E46;
    font-family: "Roboto-Regular";
    font-size: 13px;
    padding: 8px 0px; }
  .nm-register-modal-box.modal .modal-dialog {
    max-width: 400px; }
  .nm-register-modal-box.modal .modal-header,
  .nm-register-modal-box.modal .modal-body,
  .nm-register-modal-box.modal .modal-footer {
    padding: 12px 20px; }
  .nm-register-modal-box.modal .modal-content {
    border-radius: 3px; }
  .nm-register-modal-box.modal .modal-footer {
    background: #f8fbff;
    border-radius: 0 0 3px 3px; }
  .nm-register-modal-box.modal .modal-title {
    display: inline-block; }
  .nm-register-modal-box.modal .form-control {
    padding: 12px 10px;
    margin: 0px 0px;
    height: unset;
    color: #000000;
    font-family: "Roboto-Regular";
    font-size: 14px; }
    .nm-register-modal-box.modal .form-control:hover, .nm-register-modal-box.modal .form-control:active, .nm-register-modal-box.modal .form-control:focus {
      outline: none;
      box-shadow: none; }
  .nm-register-modal-box.modal button {
    border-radius: 2px; }
    .nm-register-modal-box.modal button:hover, .nm-register-modal-box.modal button:active, .nm-register-modal-box.modal button:focus {
      outline: none;
      box-shadow: none; }
  .nm-register-modal-box.modal .btn {
    border-radius: 2px;
    font-size: 14px; }
    .nm-register-modal-box.modal .btn:hover, .nm-register-modal-box.modal .btn:active, .nm-register-modal-box.modal .btn:focus {
      outline: none;
      box-shadow: none; }

/*********** Below CSS For Top Header Part **************/
.nm-header-section .nm-fixed-top-default {
  margin-top: 106px; }

.nm-header-section .nm-header-topbar {
  background-color: #0B1E46;
  padding: 0;
  position: relative;
  z-index: 999;
  height: 43px;
  text-align: right; }
  .nm-header-section .nm-header-topbar .nm-header-txt {
    font-family: "Roboto-Regular";
    font-size: 13px;
    color: #ffffff;
    line-height: 42px;
    padding-right: 15px; }
    .nm-header-section .nm-header-topbar .nm-header-txt .header-link {
      color: #ffffff;
      padding: 4px 0;
      line-height: 1.30769231;
      display: inline-block;
      text-decoration: none; }
      .nm-header-section .nm-header-topbar .nm-header-txt .header-link:hover {
        color: #bbc0c4; }
  .nm-header-section .nm-header-topbar .nm-header-txt img {
    padding: 0px 5px; }

.nm-header-section .navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) ;
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) ;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) ; }
  .nm-header-section .navbar .navbar-brand img {
    max-width: 115px; }

.nm-header-section nav button:hover, .nm-header-section nav button:active, .nm-header-section nav button:focus {
  outline: none;
  box-shadow: none; }

.nm-header-section nav ul {
  margin: 0;
  padding: 6px;
  list-style: none; }

.nm-header-section nav li {
  display: inline-block;
  padding: 3px 8px; }
  .nm-header-section nav li.nm-flag-ic img {
    height: 28px;
    border-radius: 5px; }

.nm-header-section nav a {
  display: block;
  padding: 6px 2px;
  text-decoration: none;
  font-family: "Roboto-Medium";
  font-size: 15px;
  color: #0B1E46 !important; }
  .nm-header-section nav a:hover, .nm-header-section nav a:active, .nm-header-section nav a:focus {
    outline: none;
    box-shadow: none !important;
    color: #003787 !important; }
  .nm-header-section nav a.active {
    color: #003787 !important; }

.nm-header-section nav .dropdown-menu {
  left: unset; }
  .nm-header-section nav .dropdown-menu a.dropdown-item {
    font-size: 14px;
    padding: 6px 15px; }
    .nm-header-section nav .dropdown-menu a.dropdown-item:active, .nm-header-section nav .dropdown-menu a.dropdown-item:focus {
      background-color: unset;
      outline: none;
      box-shadow: none;
      text-decoration: none; }

/*********** Below CSS For Footer Part **************/
.nm-footer-section .nm-footer-bottombar {
  background: url("../images/footer_bg.png") no-repeat #002E71;
  background-position: top center;
  position: relative;
  padding: 10px 0px; }
  .nm-footer-section .nm-footer-bottombar .nm-brand img {
    max-width: 115px; }
  .nm-footer-section .nm-footer-bottombar .nm-footer-txt {
    font-family: "Roboto-Light";
    font-size: 12px;
    color: #ffffff;
    padding: 2px 10px 5px;
    text-align: left; }
  .nm-footer-section .nm-footer-bottombar .nm-footer-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center; }
    .nm-footer-section .nm-footer-bottombar .nm-footer-list .nm-footer-item {
      padding: 0px 12px;
      display: inline-block; }
      .nm-footer-section .nm-footer-bottombar .nm-footer-list .nm-footer-item .nm-footer-item-link {
        color: #ffffff;
        padding: 4px 0;
        line-height: 1.30769231;
        display: inline-block;
        text-decoration: none; }
        .nm-footer-section .nm-footer-bottombar .nm-footer-list .nm-footer-item .nm-footer-item-link:hover {
          color: #bbc0c4; }
  .nm-footer-section .nm-footer-bottombar .nm-footer-sm-ic img {
    width: 30px;
    height: 30px; }
  .nm-footer-section .nm-footer-bottombar .nm-footer-sm-ic hr {
    background-color: #ffffff;
    opacity: 0.8; }
  .nm-footer-section .nm-footer-bottombar .nm-normal-txt {
    font-family: "Roboto-Light";
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0.2px; }
    .nm-footer-section .nm-footer-bottombar .nm-normal-txt a {
      color: #ffffff;
      text-decoration: none; }
      .nm-footer-section .nm-footer-bottombar .nm-normal-txt a:hover {
        color: #bbc0c4; }

/*********** Below CSS For Side Menu bar for Mobile **************/
.nm-mob-menu-sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 101vh;
  z-index: 999;
  background: #ffffff;
  color: #003787;
  transition: all 0.3s;
  overflow-y: scroll;
  /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/ }
  .nm-mob-menu-sidebar .nm-mob-menu-dismiss {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #ffffff;
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .nm-mob-menu-sidebar .nm-mob-menu-sidebar-header {
    padding: 15px 20px;
    background: #0B1E46;
    color: #ffffff;
    font-family: "Roboto-Regular";
    font-size: 14px; }
    .nm-mob-menu-sidebar .nm-mob-menu-sidebar-header .navbar-brand img {
      max-width: 120px; }
  .nm-mob-menu-sidebar a[data-toggle="collapse"] {
    position: relative; }
  .nm-mob-menu-sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
  .nm-mob-menu-sidebar ul li {
    border-bottom: 1px solid #f0f4f7;
    position: relative;
    left: -6px;
    top: -6px;
    margin-right: -12px; }
    .nm-mob-menu-sidebar ul li:last-child {
      border-bottom: none; }
    .nm-mob-menu-sidebar ul li .main-menu a {
      padding: 6px 8px !important; }
      .nm-mob-menu-sidebar ul li .main-menu a .menu-right-arrow {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 7px;
        right: 8px;
        z-index: 2;
        background: url("../images/user_menu_arrow_right_ic.png") no-repeat;
        transform: rotate(0deg);
        transition-duration: 0.2;
        transition: all .2s ease-out; }
        .nm-mob-menu-sidebar ul li .main-menu a .menu-right-arrow.active-main-menu {
          transform: rotate(90deg); }
      .nm-mob-menu-sidebar ul li .main-menu a img {
        margin-right: 10px;
        margin-left: 10px; }
    .nm-mob-menu-sidebar ul li .sub-menu li.active {
      border-left: 1px solid #003787; }
    .nm-mob-menu-sidebar ul li .sub-menu a {
      font-size: 13px; }
      .nm-mob-menu-sidebar ul li .sub-menu a .sub-menu-right-arrow {
        width: 24px;
        height: 24px;
        position: relative;
        z-index: 2;
        background: url("../images/user_menu_arrow_right_ic.png") no-repeat;
        transform: rotate(0deg);
        transition-duration: 0.2;
        transition: all .2s ease-out; }
        .nm-mob-menu-sidebar ul li .sub-menu a .sub-menu-right-arrow.active-sub-menu {
          transform: rotate(90deg); }
      .nm-mob-menu-sidebar ul li .sub-menu a:hover {
        outline: none;
        box-shadow: none !important;
        text-decoration: none; }
  .nm-mob-menu-sidebar ul li.odd {
    background: #ffffff; }

.nm-mob-menu-sidebar.active {
  left: 0; }

.nm-mob-menu-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.nm-mob-menu-overlay.active {
  display: block;
  opacity: 1; }

/*********** Below CSS For Home Page Main Body Part **************/
.nm-mainbody-section .nm-general-topbar {
  background: url("../images/general_bg.png") no-repeat #F8F8F8;
  background-position: top center;
  position: relative;
  padding: 10px 0px; }

.nm-mainbody-section .content-txt {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #222222;
  text-align: justify; }

.nm-mainbody-section .main-heading {
  font-family: "Roboto-Medium";
  font-size: 20px;
  line-height: 22px;
  color: #003787; }

.nm-mainbody-section .sub-heading {
  font-family: "Roboto-Medium";
  font-size: 15px;
  line-height: 22px;
  color: #0B1E46; }

.nm-mainbody-section .btn-switch-panel:hover, .nm-mainbody-section .btn-switch-panel:active, .nm-mainbody-section .btn-switch-panel:focus {
  outline: none;
  box-shadow: none; }

.nm-mainbody-section .btn-switch-panel.active {
  font-size: 14px;
  background-color: #0B1E46;
  color: #ffffff;
  font-weight: 500;
  border-color: #575757; }

.nm-mainbody-section .btn-switch-panel.noActive {
  font-size: 14px;
  background-color: #ffffff;
  color: #575757;
  font-weight: 500;
  border-color: #575757; }

.nm-mainbody-section .nm-content-box {
  padding: 25px 15px 10px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  margin: 20px auto 18px;
  border-radius: 13px;
  -webkit-box-shadow: 0 0px 17px #00000026 ;
  -moz-box-shadow: 0 0px 17px #00000026 ;
  box-shadow: 0 0px 17px #00000026 ; }
  .nm-mainbody-section .nm-content-box .title-img {
    max-height: 5px; }
    .nm-mainbody-section .nm-content-box .title-img img {
      position: relative;
      top: -44px;
      max-width: 300px; }
  .nm-mainbody-section .nm-content-box .main-heading {
    font-family: "Roboto-Medium";
    font-size: 20px;
    line-height: 22px;
    color: #003787; }
  .nm-mainbody-section .nm-content-box .sub-heading {
    font-family: "Roboto-Medium";
    font-size: 15px;
    line-height: 22px;
    color: #0B1E46; }
  .nm-mainbody-section .nm-content-box .highlight-heading {
    font-family: "Roboto-Medium";
    font-size: 15px;
    line-height: 22px;
    color: #008EF6; }
  .nm-mainbody-section .nm-content-box .content-txt {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #222222;
    text-align: justify; }
  .nm-mainbody-section .nm-content-box .list-item-txt {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #222222; }
    .nm-mainbody-section .nm-content-box .list-item-txt.bullet-ic::before {
      content: "";
      width: 8px;
      height: 8px;
      background-color: #008EF6;
      border-radius: 50%;
      position: relative;
      display: table;
      bottom: -14px;
      left: -14px;
      padding-right: 5px; }
    .nm-mainbody-section .nm-content-box .list-item-txt span {
      display: inline-block; }
  .nm-mainbody-section .nm-content-box .nm-faq-panel {
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .nm-mainbody-section .nm-content-box .nm-faq-panel .nm-faq-tab-up-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
      background: url("../images/tab_up_arrow.png") no-repeat; }
    .nm-mainbody-section .nm-content-box .nm-faq-panel .nm-faq-tab-down-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
      background: url("../images/tab_down_arrow.png") no-repeat; }
    .nm-mainbody-section .nm-content-box .nm-faq-panel .faq-label-heading {
      line-height: 18px;
      font-family: "Roboto-Medium";
      font-size: 15px;
      color: #003787;
      letter-spacing: 0.4px;
      padding: 10px 35px 10px 15px; }
      .nm-mainbody-section .nm-content-box .nm-faq-panel .faq-label-heading.faq-question-info-sh {
        cursor: pointer; }
    .nm-mainbody-section .nm-content-box .nm-faq-panel .faq-answer-txt {
      font-family: "Roboto-Regular";
      font-size: 14px;
      color: #222222;
      text-align: left; }
      .nm-mainbody-section .nm-content-box .nm-faq-panel .faq-answer-txt h6 {
        font-family: "Roboto-Medium";
        color: #003787;
        font-size: 14px; }
      .nm-mainbody-section .nm-content-box .nm-faq-panel .faq-answer-txt ul {
        padding: 0px; }
        .nm-mainbody-section .nm-content-box .nm-faq-panel .faq-answer-txt ul li {
          list-style: disc;
          margin: 0 0 0 15px;
          padding: 0 0 5px 0; }
      .nm-mainbody-section .nm-content-box .nm-faq-panel .faq-answer-txt a {
        font-family: "Roboto-Regular";
        font-size: 15px;
        color: #008EF6;
        text-decoration: none; }
        .nm-mainbody-section .nm-content-box .nm-faq-panel .faq-answer-txt a:hover {
          color: #008EF6;
          text-decoration: none; }
  .nm-mainbody-section .nm-content-box .nm-sub-heading {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #003787; }
  .nm-mainbody-section .nm-content-box .nm-race-category .card {
    border-radius: 18px;
    min-height: 100%; }
    .nm-mainbody-section .nm-content-box .nm-race-category .card .card-title {
      font-family: "Roboto-Medium";
      font-size: 20px;
      color: #008EF6; }
    .nm-mainbody-section .nm-content-box .nm-race-category .card .card-text {
      font-family: "Roboto-Regular";
      font-size: 14px;
      color: #222222; }
    .nm-mainbody-section .nm-content-box .nm-race-category .card .charge-text {
      font-family: "Roboto-Medium";
      font-size: 20px;
      color: #003787; }
      .nm-mainbody-section .nm-content-box .nm-race-category .card .charge-text .offer-txt {
        font-size: 15px;
        text-decoration: line-through;
        color: #000000; }
  .nm-mainbody-section .nm-content-box .nm-event-info .card {
    border-radius: 0;
    border: none;
    border-right: 3px solid #008EF6;
    min-height: 100%; }
    .nm-mainbody-section .nm-content-box .nm-event-info .card:last-child {
      border-right: none; }
    .nm-mainbody-section .nm-content-box .nm-event-info .card .card-title {
      font-family: "Roboto-Medium";
      font-size: 20px;
      color: #003787; }
    .nm-mainbody-section .nm-content-box .nm-event-info .card .card-text {
      font-family: "Roboto-Regular";
      font-size: 14px;
      color: #222222; }

/*********** Below CSS For Home Page Main Body Part **************/
.nm-mainbody-section .nm-banner-slider {
  position: relative;
  margin: 0;
  top: -4px; }
  .nm-mainbody-section .nm-banner-slider .slick-dots {
    bottom: 0px; }
    .nm-mainbody-section .nm-banner-slider .slick-dots li {
      margin: 0 2px 10px 0px; }
      .nm-mainbody-section .nm-banner-slider .slick-dots li.slick-active button {
        background-color: #ffffff; }
      .nm-mainbody-section .nm-banner-slider .slick-dots li button {
        width: 12px;
        height: 12px;
        background-color: #5FBBEA;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .nm-mainbody-section .nm-banner-slider .slick-dots li button:before {
          display: none; }
  .nm-mainbody-section .nm-banner-slider .box-slider {
    position: relative; }
    .nm-mainbody-section .nm-banner-slider .box-slider .main-img img {
      width: 100%;
      height: 100%;
      min-height: 171px;
      object-fit: cover; }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.nm-mainbody-section .nm-tcontainer .nm-ticker-wrap {
  width: 100%;
  overflow: hidden;
  background-color: #0B1E46;
  box-sizing: content-box;
  position: absolute;
  bottom: 0px; }
  .nm-mainbody-section .nm-tcontainer .nm-ticker-wrap .nm-ticker {
    display: inline-block;
    white-space: nowrap;
    padding-left: 50%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s; }
    .nm-mainbody-section .nm-tcontainer .nm-ticker-wrap .nm-ticker:hover {
      animation-play-state: paused; }
    .nm-mainbody-section .nm-tcontainer .nm-ticker-wrap .nm-ticker-item {
      display: inline-block;
      font-family: "Roboto-Regular";
      font-size: 12px;
      color: #ffffff;
      padding: 5px 10px; }

.nm-mainbody-section .nm-light-gray-bg {
  background-color: #F8F8F8; }
  .nm-mainbody-section .nm-light-gray-bg .nm-main-heading {
    font-family: "Roboto-Black";
    font-size: 30px;
    color: #003787;
    text-transform: uppercase; }
  .nm-mainbody-section .nm-light-gray-bg .nm-highlight-txt {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #003787; }
  .nm-mainbody-section .nm-light-gray-bg .nm-newsletter-panel .left-ic {
    position: relative;
    right: -42px; }
  .nm-mainbody-section .nm-light-gray-bg .nm-newsletter-panel .main-img {
    background: url("../images/newsletter_bg.png") no-repeat;
    background-position: center center;
    background-size: contain, cover;
    position: relative;
    z-index: 15;
    height: 351px; }
    .nm-mainbody-section .nm-light-gray-bg .nm-newsletter-panel .main-img .newsletter-form-panel {
      position: absolute;
      left: 36%;
      top: 64px; }
      .nm-mainbody-section .nm-light-gray-bg .nm-newsletter-panel .main-img .newsletter-form-panel .main-heading {
        font-family: "Roboto-Medium";
        font-size: 14px;
        color: #0B1E46; }
      .nm-mainbody-section .nm-light-gray-bg .nm-newsletter-panel .main-img .newsletter-form-panel .tilte-ic img {
        width: 239px; }
      .nm-mainbody-section .nm-light-gray-bg .nm-newsletter-panel .main-img .newsletter-form-panel .shoes-ic img {
        position: absolute;
        max-width: 126px;
        left: -220px;
        bottom: -41px; }
  .nm-mainbody-section .nm-light-gray-bg .nm-newsletter-panel .right-ic {
    position: relative;
    left: -42px; }
  .nm-mainbody-section .nm-light-gray-bg .nm-partner-panel .main-heading {
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: #0B1E46; }
  .nm-mainbody-section .nm-light-gray-bg .nm-partner-panel .normal-txt {
    font-family: "Roboto-Regular";
    font-size: 13px;
    color: #575757; }
  .nm-mainbody-section .nm-light-gray-bg .nm-award-box .card {
    border-radius: 18px;
    min-height: 100%; }
    .nm-mainbody-section .nm-light-gray-bg .nm-award-box .card .heroes-img img {
      width: 100px;
      position: relative;
      top: -65px;
      margin-bottom: -58px; }
    .nm-mainbody-section .nm-light-gray-bg .nm-award-box .card .card-title {
      font-family: "Roboto-Medium";
      font-size: 15px;
      color: #003787; }
    .nm-mainbody-section .nm-light-gray-bg .nm-award-box .card .card-text {
      font-family: "Roboto-Regular";
      font-size: 14px;
      color: #008EF6; }

.nm-mainbody-section .nm-primary-bg {
  background-color: #0B1E46; }
  .nm-mainbody-section .nm-primary-bg.nm-partner-body {
    max-height: 261px; }
  .nm-mainbody-section .nm-primary-bg .nm-sub-heading {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #ffffff; }
  .nm-mainbody-section .nm-primary-bg .content-txt {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #ffffff;
    text-align: justify; }
  .nm-mainbody-section .nm-primary-bg .nm-partner-panel .prize-ic img {
    position: relative;
    top: -45px; }
  .nm-mainbody-section .nm-primary-bg .nm-race-category .card {
    border-radius: 18px;
    min-height: 100%; }
    .nm-mainbody-section .nm-primary-bg .nm-race-category .card .card-title {
      font-family: "Roboto-Medium";
      font-size: 20px;
      color: #008EF6; }
    .nm-mainbody-section .nm-primary-bg .nm-race-category .card .card-text {
      font-family: "Roboto-Regular";
      font-size: 14px;
      color: #222222; }
    .nm-mainbody-section .nm-primary-bg .nm-race-category .card .charge-text {
      font-family: "Roboto-Medium";
      font-size: 20px;
      color: #003787; }
      .nm-mainbody-section .nm-primary-bg .nm-race-category .card .charge-text .offer-txt {
        font-size: 15px;
        text-decoration: line-through;
        color: #000000; }

/*********** Below CSS For Bootstrap customize class **************/
.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: unset !important; }
  .form-control.is-valid:hover, .form-control.is-valid:active, .form-control.is-valid:focus, .was-validated .form-control:valid:hover, .was-validated .form-control:valid:active, .was-validated .form-control:valid:focus, .form-control.is-invalid:hover, .form-control.is-invalid:active, .form-control.is-invalid:focus, .was-validated .form-control:invalid:hover, .was-validated .form-control:invalid:active, .was-validated .form-control:invalid:focus {
    outline: none;
    box-shadow: none; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #ced4da !important; }
  .form-control.is-valid:hover, .form-control.is-valid:active, .form-control.is-valid:focus, .was-validated .form-control:valid:hover, .was-validated .form-control:valid:active, .was-validated .form-control:valid:focus {
    outline: none;
    box-shadow: none; }

.dropdown-menu-right {
  right: 0 !important;
  left: auto !important; }

.navbar-toggler {
  padding: .25rem .55rem; }

.navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em; }

.tooltip {
  font-family: "Roboto-Regular";
  font-size: 12px;
  color: #ffffff;
  z-index: 1032; }

.custom-progress-bar {
  background-color: #ffffff;
  min-height: 48px;
  position: -webkit-sticky;
  position: sticky;
  top: 190px;
  z-index: 3; }

.custom-control-input:focus ~ .custom-control-label::before {
  outline: none;
  box-shadow: none !important;
  text-decoration: none; }

.mCustomScrollbar {
  -ms-touch-action: auto !important;
  touch-action: auto !important; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #333 !important; }

.ui-widget {
  z-index: 6 !important; }

.ui-widget.fd-be-modify-active {
  z-index: 1040 !important; }

/*********** Below CSS For All Media Queries **************/
@media only screen and (min-width: 992px) {
  .nm-only-mob {
    display: none; } }

@media (min-width: 320px) and (max-width: 767px) {
  .nm-mainbody-section .nm-about-topbar .nm-about-title img {
    max-width: 240px; }
  .nm-mainbody-section .nm-content-box {
    margin: 20px 18px 18px; }
    .nm-mainbody-section .nm-content-box .title-img img {
      position: relative;
      top: -39px;
      max-width: 224px; }
    .nm-mainbody-section .nm-content-box .nm-event-info .card {
      border-radius: 0;
      border: none;
      border-bottom: 3px solid #008EF6;
      min-height: 100%; }
      .nm-mainbody-section .nm-content-box .nm-event-info .card:last-child {
        border-bottom: none; }
  .nm-gallery > ul > li a > img {
    width: 100%;
    height: 100%; } }
	
	img.results {

    border-radius: 10px;
    border: 5px solid #e7eef7;
   /* cursor: pointer;*/
}
