/* Base */
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1.1rem;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.cpr-content {
  color: #000 !important; }

.rigistar-nut{
	margin-top: 50px;
}
.cpr-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .cpr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .cpr-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important;
  top: 0;
  letter-spacing: .05em;
  /* padding: 10px 20px;  */
}
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000; }
  .btn.btn-sm {
    font-size: 0.9rem; }
  .btn.btn-primary {
    font-weight: 300;
    /* letter-spacing: .2em;  */
  }
  .btn:hover {
    -webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    top: -2px; }

.bg-black {
  background: #000; }
/*
.form-control {
  height: 47px; }
  .form-control:active, .form-control:focus {
    border-color: #f23a2e; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
*/
.site-section {
  padding: 1.5em 0; 
   /* padding: 2.5em 0;  */
}
  @media (min-width: 768px) {
    .site-section {
      /* padding: 5em 0;  */
    } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  font-size: 30px;
  color: #25262a;
  position: relative; }
  .site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #f23a2e; }
  .site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #f23a2e; }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 3em 0; /*padding: 4em 0;*/
  background: #333333; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 20px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden; }
  .bg-image.center {
    background-position: top center; }
  .bg-image.fixed {
    background-position: fixed !important; }
  .bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative; }
    .bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4); }
  .bg-image.overlay-primary:before {
    background: rgba(242, 58, 46, 0.9); }
  .bg-image.overlay-info:before {
    background: rgba(23, 162, 184, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(238, 198, 10, 0.9); }

/* Navbar */
.cpr-navigationbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }
  .cpr-navigationbar-wrap a {
    color: #fff; }
  .cpr-navigationbar-wrap .cpr-navigationbar-top {
    font-size: 0.8rem; }

.cpr-navigationbar-top, .site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .site-navbar .site-logo {
    font-weight: 200; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #fff; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      font-size: 15px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 16px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children a {
        text-transform: uppercase; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.cpr-mobile-navigation {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .cpr-mobile-navigation {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .cpr-mobile-navigation .cpr-mobile-navigation-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .cpr-mobile-navigation .cpr-mobile-navigation-header .cpr-mobile-navigation-close {
      float: right;
      margin-top: 8px; }
      .cpr-mobile-navigation .cpr-mobile-navigation-header .cpr-mobile-navigation-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .cpr-mobile-navigation .cpr-mobile-navigation-header .cpr-mobile-navigation-close span:hover {
          color: #25262a; }
    .cpr-mobile-navigation .cpr-mobile-navigation-header .cpr-mobile-navigation-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .cpr-mobile-navigation .cpr-mobile-navigation-header .cpr-mobile-navigation-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .cpr-mobile-navigation .cpr-mobile-navigation-header .cpr-mobile-navigation-logo a img {
          max-width: 70px; }
        .cpr-mobile-navigation .cpr-mobile-navigation-header .cpr-mobile-navigation-logo a:hover {
          text-decoration: none; }
  .cpr-mobile-navigation .cpr-mobile-navigation-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .cpr-mobile-navigation .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .cpr-mobile-navigation .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .cpr-mobile-navigation .site-nav-wrap a:hover {
        color: #f23a2e; }
    .cpr-mobile-navigation .site-nav-wrap li {
      position: relative;
      display: block; }
      .cpr-mobile-navigation .site-nav-wrap li.active > a {
        color: #f23a2e; }
    .cpr-mobile-navigation .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .cpr-mobile-navigation .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .cpr-mobile-navigation .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .cpr-mobile-navigation .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .cpr-mobile-navigation .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .cpr-mobile-navigation .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .cpr-mobile-navigation .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .cpr-mobile-navigation .site-nav-wrap > li > ul > li {
          display: block; }
          .cpr-mobile-navigation .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .cpr-mobile-navigation .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .cpr-mobile-navigation .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .cpr-mobile-navigation .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

/* Blocks */
.cpr-main-bg-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }


  @media (max-width: 320px) {
.cpr-main-bg-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -451px 0;
}
}

  .cpr-main-bg-content.overlay {
    position: relative; }
    .cpr-main-bg-content.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .cpr-main-bg-content, .cpr-main-bg-content .row {
    min-height: 600px;
    height: calc(100vh); }
  .cpr-main-bg-content.inner-page, .cpr-main-bg-content.inner-page .row {
    min-height: 600px;
    height: calc(80vh); }
  .cpr-main-bg-content .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .2em; }
  .cpr-main-bg-content h1 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem; }
    .cpr-main-bg-content h1 strong {
      font-weight: 900; }
    @media (min-width: 768px) {
      .cpr-main-bg-content h1 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.2; } }
  .cpr-main-bg-content p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5; }
  .cpr-main-bg-content {
    font-size: 16px;
    line-height: 1.5; }

.cpr-tital {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem; }
  @media (min-width: 768px) {
    .cpr-tital {
      font-size: 3rem; } }
  .cpr-tital strong {
    font-weight: 900; }

.cpr-content-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }



.cpr-main-c {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6; }
  .cpr-main-c, .cpr-main-c .text {
    border-radius: 4px;
    border-top: none !important; }
  .cpr-main-c .date {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .1em; }
  .cpr-main-c .cpr-img-content {
    overflow: hidden;
    position: relative; }
    .cpr-main-c .cpr-img-content img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .cpr-main-c:hover .cpr-img-content img, .cpr-main-c:active .cpr-img-content img, .cpr-main-c:focus .cpr-img-content img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
.next-match .cpr-img-content {
  width: 50px;
  border-radius: 50%; }

/****************************************************************************************/
/* Trainee Registration */
.register .cpr-navigationbar-wrap{
	background: rgba(1,1,1,0.5);
	position:static;
}

.register .card{
	 margin-top: 5px;
    margin-bottom: 6px;
}

.datepicker>div.datepicker-days {
    display: block !important;
}
.errorBrd{
	border:1px solid #D2A5A5;
}
.cstErrClass{
	color: rgb(169, 68, 66);
    font-style: italic;
    display: block;
    font-size: 11px;
}
.community_buttons{
	display:none;
}

/****** LOGIN MODAL ******/
.login-form .input-group{
	border-bottom: 1px solid #ccc;
}
/* .login-form .form-control::-webkit-input-placeholder { color: white; }   WebKit, Blink, Edge 
.login-form .form-control:-moz-placeholder { color: white; }   Mozilla Firefox 4 to 18 
.login-form .form-control::-moz-placeholder { color: white; }   Mozilla Firefox 19+
.login-form .form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 
.login-form .form-control::-ms-input-placeholder { color: white; }   Microsoft Edge  */

.openLogin{
  color:#fff !important;
}


.login-form .forget_pass{
	padding-bottom:4px;
	border-bottom:1px solid #fff;
}
.login-form a{
    color: #000 !important;
}
.login-form h2.login-form-heading {
    margin: 0;
    padding:20px 15px;
    text-align: center;
    background: #34aadc;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

.login-form .input-group{
    margin-bottom: 20px;
}
.login-form .input-group-addon{
    padding: 6px 6px 6px 3px;
    font-size: 16px;
    color: #8b9199;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.login-form input[type="text"], .login-form input[type="password"] {    
    border: none;
    box-shadow: none;
    font-size: 16px;
    border-radius: 0; 
    background:transparent;
    /* color:#fff; */
}
.login-form input[type="submit"]{  
	border-radius: 0; 
		width: 50%;
    clear: both;
    float: right;
  margin-top: 5px;
  padding: 3px 0px 3px 0;
	/* background:#5498B4; */
}

.form-control{
	border-radius:0;
}
.gender_class .form-check-input{
  margin-left: 11px !important;
}

/* #tabsJustified{
    border-bottom: 1px solid #8EC640;
} */
#tabsJustified .nav-link{
  color: #fff;
  background-color: #ccc;
  border-radius: 0px;
}
#tabsJustified .nav-link.active{
  background-color: #8EC640;
}
#tabsJustifiedContent{
  padding: 0 10px;
  border: 1px solid #8EC640;
}

.check_box{
  padding-top: 10px;
}

.table-bordered {
    border: 1px solid #E4E6E0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #FFF;
}
.table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: #EFEFEF;
}
.table-striped th {
	text-align:center;
    background-color: #707070;
    font-size:16px;
    color:#fff;
    padding: 0px;
}   
.table-striped td{
	font-size:16px;
}
.btn_trainee{
  float:right;
}
.btn{

    font-size: 18px;
    border-radius: 0px;
}
.register_btns{
	padding-top:35px;
}

.register_btns .btn-success {
    color: #fff;
    width: 100px;
    height: 42px;
    background-color: #8EC640;
    border-color: #8EC640;
}

.register_btns .btn-primary,.register_btns .btn-primary:hover {
    color: #fff;
   	width: 100px;
    height: 42px;
    background-color: #EE436D;
    border-color: #EE436D;
}

.add_trainee, .remove_trainee{
  border-radius:50%;
  padding: .25rem .5rem;
}

.footer-links{
  margin-bottom: 0px;
}
.footer-links li{
  display:inline;
}

.cpr-content_abt{
  color: #007bff;
}

.requiredDisplay::after{
  content:" *";
  color:red;
}

fieldset.scheduler-border {
    border: 1px solid #ccc;
    padding: 0 1.4em 0.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
   /* -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
            */
}

    legend.scheduler-border {
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }
    
 .seats_required::-webkit-inner-spin-button, 
.seats_required::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

 .numberfield::-webkit-inner-spin-button, 
.numberfield::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

.paymentsuccess{
	 text-align: center;
  text-transform: uppercase;
  color: #4CAF50;
}

.paymenterror{
	 text-align: center;
  text-transform: uppercase;
  color: red;
}

#location_name-error,#course_name-error,#facility_name-error, .error{
	color:#a94442;
	font-size: 13px;
	font-style: italic;
}

select.error, input.error{
	font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    font-style:normal;
}