

/*==== Start Title Section ====*/

.title{
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 50px;
}
.title h2 {
    font-size: 55px;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 5px solid #FAA516;
    display: inline-block;
}
.about-area .title h2 {
    border-bottom: none;
}
.bg-yellow{
    background: #e8aa3a;
}
.bg-green{
    background: #2d7d5b;
}
.bg-black{
    background: #232728;
}
.bg-dark{
    background: #2b3134;
}
.bg-gray{
    background: #f0f1f1;
}
.bg-white{
    background: #ffffff;
}
.menu-item {
    margin-left: 30px;
}

/*==== Start Home Search Section ====*/
.search-area{
    position: relative;
    display: block;
    background: #212937;
}

.search-title{
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'League Gothic';
    font-weight: normal;
}

.search-title h2 {
    font-size: 38px;
    color: #faa516;
    font-family: 'League Gothic';
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}
/*==== End Home Search Section ====*/

/*==== Start Home Event Section ====*/

.event-area{
    position: relative;
    display: block;
    background: #efede7;
}
.event-item{
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.event-content {
    padding: 20px;
    position: relative;
    min-height: 180px;
}
.event-image{
    position: relative;
    display: block;
    overflow: hidden;
}
.event-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
    /*-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
}
/*.event-image:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}*/
.event-content h3 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 40px;
}
.event-content h3 a{
    color: #000000;
}
.event-content h3 a:hover,
.event-content h3 a:focus{
    color: #faa516;
}
.event-content p {
    font-size: 13px;
    color: #000;
    display: flex;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 0;
}
.event-content p i.fa-map-marker-alt {
    color: #c04a4a;
}
.event-content p i {
    padding-right: 5px;
    color: #696969;
    line-height: 25px;
}
.event-content p span {
    color: #faa516;
    padding-left: 3px;
    display: contents;
}
.tag-row {
    position: relative;
    display: block;
    text-align: left;
    padding: 5px;
}
.tag-words {
    background-color: #35a9a0;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.event-button{
    position: relative;
    display: block;
    text-align: center;
}
.event-button a {
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #87a822;
    font-size: 15px;
}
.event-button a.close-btn {
    background: #cb2632;
}
.event-button a.update-btn {
    background: #0e907c;
}
.event-button a:focus,
.event-button a:hover{
    background: #faa516;
    color: #fff;
}
.event-button a.close-btn:focus,
.event-button a.close-btn:hover{
    background: #cb2632;
    color: #fff;
}
.more-btn{
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0 0px;
}
.more-btn a{
    display: inline-block;
    padding: 8px 30px;
    background: #faa516;
    color: #fff;
    border-radius: 3px;
}
.event-cat{
    position: relative;
    background: #1a1d1e;
}
.event-cat .title h2{
    color: #fff;
}
.event-cat .row > .col {
    padding-right: 10px;
    padding-left: 10px;
}
.categorie-item{
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.categorie-item h3{
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}
.categorie-item img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cat1 {
    background-color: #8bae40;
}
.cat2 {
    background-color: #23b5a6;
}
.cat3 {
    background-color: #16a1d4;
}
.cat4 {
    background-color: #392e47;
}
.cat5 {
    background-color: #ffb400;
}

/*==== Start create event Section ====*/

.create-event{
    position: relative;
    display: block;
    background: #faa516;
}
.create-title {
    position: relative;
    text-align: left;
    border-right: 2px solid #1a1d1e;
}
.create-title h2 {
    color: #1a1d1e;
    margin: 0;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 50px;
    font-weight: 700;
    padding: 0;
    letter-spacing: 2px;
}
.create-title h2 span {
    display: block;
}
.create-title h2 b {
    color: #fff;
}
.create-content{
    position: relative;  
    display: table;
    height: 100%;
}
.create-btn {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
}
.create-btn a {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 15px;
    background: #1a1d1e;
    border-radius: 3px;
}
.create-btn a i{
    color: #faa516;
    font-weight: normal;
}

/*==== Start About area Page ====*/

.about-area{
    position: relative;
    background: #efede7;
}
.about-content{
    position: relative;
    text-align: center;
}
.about-content p{
    font-size: 15px;
    color: #1a1d1e;
    line-height: 25px;
}
.about-title{
    position: relative;
    text-align: center;
}
.about-title h2 {
    font-size: 55px;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.about-title hr {
    margin: 0px auto;
    padding: 0;
    border-bottom: 5px solid #faa516;
    border-top: 0;
    max-width: 200px;
}
.about-offer{
    position: relative;
    background: #1a1d1e;
    border-radius: 5px;
    padding: 20px;
    min-height: 300px;
    margin-bottom: 30px;
}
.about-offer h3 {
    font-size: 36px;
    color: #faa516;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
}
.about-offer p{
    font-size: 15px;
    color: #f0eee9;
}

/*==== Start Event Listing Page ====*/

.event-bdr{
    border-bottom: 1px solid #292c2c;
}
.event-area .title {
    padding-bottom: 20px;
}
.event-filter{
    position: relative;
    margin-bottom: 20px;
    text-align: right;
    padding-top: 20px;
}
.event-filter label{
    position: relative;
    line-height: 40px;
    font-size: 15px;
    color: #000000;
    font-weight: 800;
    padding-right: 15px;
}
.event-filters{
    position: relative;
    display: inline-block;
}
.event-filters select, .event-filters select:focus {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #676767;
    background: transparent;
    font-size: 14px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    box-shadow: none;
    margin: 0px;
    height: 40px;
    min-width: 145px;
}
.event-filters::after {
    content: '\25BC';
    position: absolute;
    right: 1px;
    line-height: 38px;
    color: #676767;
    top: 1px;
    padding: 0 10px;
    background: #efede7;
    pointer-events: none;
    border-radius: 5px;
}
.page-navigation {
    position: relative;
    padding: 20px 0 0;
}
.page-navigation .pagination {
    display: block;
    border-radius: 0;
    padding: 0;
    text-align: center;
}
.page-navigation .pagination li {
    display: inline-block;
    margin: 0 5px;
}
.page-navigation .pagination li a {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    padding: 6px 0px;
    border-radius: 3px;
}
.page-navigation .pagination li span {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    padding: 6px 0px;
    border-radius: 3px;
}
.page-navigation .pagination li:first-child a {
    color: #fff;
    background: #1a1d1e;
    padding: 6px 20px;
}
.page-navigation .pagination li:last-child a {
    color: #fff;
    background: #faa516;
    padding: 6px 20px;
}
.event-search{
    position: relative;
    padding-bottom: 30px
}
.event-search h3{
    font-size: 36px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1px;
    margin: 0;
}
.event-search h3 span{
    color: #db0328;
    text-decoration: underline;
}
.event-search p{
    font-size: 15px;
    color: #1b1d1e;
    margin: 0;
}

/*==== Start Contact Us Section ====*/

.contact-area{
  position: relative;
  display: block;
  background: #efede7;
}
.contact-info{
  position: relative;
  background: #2e2e2e;
  padding: 30px;
  border-radius: 5px;
}
.contact-info h3 {
  text-transform: uppercase;
  color: #faa516;
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.contact-info p {
  color: #f0eee9;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 5px;
}
.contact-info p b {
    text-transform: uppercase;
}
.contact-info p span{
    color: #6f6f6f;
    font-size: 13px;
}
.contact-info p i{
    color: #faa516;
    padding-right: 5px;
}
.whats-up{
    position: relative;
    padding: 30px 10px;
}
.whats-up p{
    color: #121414;
    font-size: 15px;
}
.whats-up p a{
    color: #faa516;
}
.contact-form{
  position: relative;
  display: block;
  padding: 0 30px;
}
.contact-form .title {
    text-align: left;
}
.contact-form label {
    font-size: 15px;
    color: #1a1d1e;
    display: block;
}
.contact-form label span{
    color: #d71f1f;
}
.contact-form .recaptcha-cus{
    padding-top: 20px;
}
.contact-form input, .contact-form textarea, .contact-form select {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 13px;
  color: #232728;
  background: #fff;
  padding: 8px 15px;
  width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus{
  outline: none;
  box-shadow: none;
  border-color: #fff;
}
.contact-form input[type="submit"] {
  background: #faa516;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  font-weight: normal;
  margin-top: 20px;
  text-transform: capitalize;
  width: auto;
}
.contact-form input[type=submit]:hover, .contact-form input[type=submit]:focus{
  background: #faa516;
  color: #fff;
}

/*==== Start Event Details Page ====*/

.event-details-bg.banner-area{
    position: relative;
}
.banner-image{
    position: relative;
}
.banner-image img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.events-detail{
    position: relative;
    background: #f0eee9;
}
.marathon-button {
    position: relative;
    display: block;
    text-align: center;
    margin: 0px 0 40px;
}
.marathon-button a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 50px;
    background: #87a822;
    font-size: 15px;
}
.event-countdown{
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}
.countdown-body {
    text-align: center;
    color: #d84444;
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right:15px;
    margin-top: 10px;
}
.countdown-body:last-child{
    margin-right:0;
}
.countdown-body p.countdown-count{
    color: #d84444;
    font-size: 60px;
    font-weight: 300;
}
.countdown-body.countdown-day p.countdown-count{
    color: #d84444;
}
.countdown-body.countdown-hour p.countdown-count{
    color: #ea7e27;
}
.countdown-body.countdown-minutes p.countdown-count{
    color: #facc16;
}
.countdown-body.countdown-seconds p.countdown-count{
    color: #87a822;
    font-size: 36px;
    top: -20px;
}
.countdown-body p{
    color: #000;
    font-size: 15px;
}
.event-details{
    background: #fff;
}
.event-top{
    position: relative;
}
.event-top hr {
    margin: 0px;
    padding: 0;
    border-bottom: 1px solid #f0eee9;
    border-top: 0;
}
.event-top-content{
    padding: 15px;
}
.event-top-content p {
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    margin: 0 0 5px;
}
.event-heart{
    position: relative;
    text-align: right;
    padding: 15px;
}
.event-heart i {
    font-size: 30px;
    color: #d84444;
    margin: 0;
}
.event-accordion{
    position: relative;
    display: block;
}
.event-accordion .card {
    position: relative;
    border-radius: 0 !important;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff !important;
    background: transparent;
}
.event-accordion .card:last-child{}
.event-accordion .card-header {
    position: relative;
    display: block;
    background: #faa516;
    border-radius: 0;
    padding: 0;
    border: none;
}
.event-accordion .card-header h3 {
    font-weight: normal;
    margin: 0;
    padding: 5px 15px;
}
.event-accordion .card-header button{
    color: #1a1e1e;
    font-size: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.event-accordion .card-header span {
    float: right;
    line-height: 8px;
    background: #1a1e1e;
    padding: 5px 8px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    margin-top: 5px;
}
.event-accordion .card-header i{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.event-accordion .card-body {
    position: relative;
    padding: 30px 15px;
}
.event-accordion .card-body p {
    list-style: none;
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}
.event-accordion .card-body p i{
    color: #d84444;
    padding-right: 5px;
}
.event-accordion .card-body p a {
    background: #d84444;
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    margin: 10px 0 0 20px;
    display: inline-block;
}
.event-accordion .table thead th {
    border: none;
}
.event-accordion .table td, .event-accordion .table th{
    border-top: none;
}
.event-accordion .table thead {
    background-color: #363636;
}
.event-accordion .table th {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.event-accordion .table th span{
    color: #faa516;
}
.event-accordion .table th:first-child {
    text-align: left;
}
.event-accordion .table tbody tr:nth-of-type(2n) {
    background-color: #f0eee9;
}
.event-accordion .card-body p.text-red{
    color: #d84444;
    font-style: italic;
}
.event-accordion .card-body p.map-title {
    color: #000000;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.event-accordion .card-body img{
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 10px 0 30px;
}
.event-accordion .card-body p.or-title {
    color: #000000;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
}
.event-accordion .card-body ul {
    padding: 0 0 0 25px;
}
.event-accordion .card-body ul li{
    padding: 5px 0;
    list-style-type: decimal;
}
.sidebar-banner{
    position: relative;
    margin-bottom: 30px;
}
.sidebar-banner img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.related-event{
    position: relative;
    display: block;
}
.sticky-title{
  position: relative;
}
#myTitle.stickyTitle{
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  background: rgba(255,255,255,1);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
}
.stickyTitle .like-title {
  text-align: left;
  padding: 20px 0;
}
.stickyTitle .like-title hr {
  margin: 0;
}
.like-title a.title-btn {
  color: #fff;
  display: none;
  text-align: center;
  text-transform: capitalize;
  padding: 10px 40px;
  background: #1B1C1E;
  font-size: 15px;
  max-width: 235px;
  position: absolute;
  right: 0;
  top: 30px;
  border-radius: 3px;
}
.stickyTitle .like-title a.title-btn {
  display: block;
}
.like-title a.title-btn i{
  color: #faa516;
}
.may-like{
    position: relative;
    background: #f0eee9;
}
.like-title {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}
.like-title h2 {
    font-size: 55px;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.like-title hr {
    margin: 0px auto;
    padding: 0;
    border-bottom: 5px solid #faa516;
    border-top: 0;
    max-width: 200px;
}

/*==== Start Login Page ====*/

.process-main{
    position: relative;
    background: #f0eee9;
}

.info-content {
    position: relative;
    background: #fff;
    padding: 10px 20px 0px;
    font-weight: bold;
}

.error-content {
    position: relative;
    background: #fff;
    padding: 10px 20px 0px;
    color: red;
}

.error-content::before {
    content: "Error:\A";
    white-space: pre;
    font-weight: bold;
}

.steps-content {
    position: relative;
    background: #fff;
    padding: 30px 20px 30px;
}
.steps-content h3{
    color: #1a1e1e;
    padding: 10px 20px;
    background: #faa516;
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
}
.personal-details {
    
}
.category-details p{
    font-size: 15px;
    color: #1a1d1e;
    padding-top: 10px;
    line-height: 25px;
}
.category-details p b{
    font-weight: 600;
    display: block;
}
.category-type .radio.iradio {
    margin-bottom: 20px;
}
.category-type .iradio label {
    font-size: 15px;
    font-weight: 600;
    background: #f0eee9;
    padding: 10px;
    width: 100%;
    color: #1a1d1e;
}
.category-type input[type="checkbox"], .category-type input[type="radio"] {
    margin-right: 20px;
    top: 10px;
    position: relative;
}
.category-type .iradio span {
    display: block;
    padding-left: 30px;
    color: #6e6351;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}
.category-type .iradio span b {
    font-size: 14px;
    font-weight: 600;
    float: right;
    font-style: normal;
}
.personal-form{
    padding: 20px 0;
}
.steps-content label {
    font-size: 15px;
    color: #1a1d1e;
    display: block;
}
.steps-content label span {
    color: #d71f1f;
}
.steps-content input[type="text"],
.steps-content input[type="date"],
.steps-content input[type="email"],
.steps-content input[type="number"] {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 13px;
    color: #232728;
    background: #fff;
    padding: 8px 15px;
    width: 100%;
}
.steps-content textarea{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 13px;
    color: #232728;
    background: #fff;
    padding: 8px 15px;
    width: 100%;
}
.steps-content input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
}
.steps-content select {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 13px;
    color: #232728;
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-right: 15px;
    height: auto;
}
.steps-content select:last-child {
    margin-right: 0;
}
.personal-form fieldset{
    display: inline-flex;
}
.order-summary a.user-plus {
    background: #86c338;
    margin-bottom: 15px;
}
.participant-title {
    padding: 15px 0 20px;
}
.participant-title h4 {
    font-size: 30px;
    font-weight: normal;
    color: #7c7b7a;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}
.participant-btn {
    position: relative;
    display: block;
    text-align: right;
    float: right;
    padding: 7px 10px;
}
.participant-btn a {
    background: #c33838;
    padding: 6px 6px;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}
.participant-btn a.pen{
    background: #363636;
}
.participant-details p {
    color: #1a1d1e;
    margin: 0;
    font-weight: normal;
    padding: 0 0 5px;
    font-size: 13px;
    display: flex;
}
.participant-details p > a {
    background: #9ecf29;
    padding: 3px 15px;
    display: inline-block;
    height: 30px;
    color: #fff;
}
.participant-details i.check-email {
    text-align: center;
    width: 100%;
}
.participant-details p span {
    min-width: 150px;
    display: inline-block;
    padding-right: 15px;
    text-align: right;
}
.participant-details hr {
    margin: 20px 0 10px;
    padding: 0;
    border-bottom: 1px dashed #d1d1d1;
    border-top: 0;
}
.participant-detail{
    text-align: left;
}
.delete-item .modal-body p{
    color: #1a1d1e;
    font-size: 16px;
}
.delete-item .modal-footer {
    border: none;
    padding-top: 0;
}
.delete-item button.btn {
    outline: none;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    height: auto;
    font-size: 14px;
    background: #faa516;
    padding: 0px 25px;
    color: #fff;
    text-transform: uppercase;
}
.delete-item button.btn.btn-no {
    background: #c33838;
}
.steps-content.reg-sum {
    margin-bottom: -32px;
    padding-bottom: 50px;
}
.summary-top {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}
.summary-image{
}
.summary-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 15px;
}
.participant-details .summary-image p{
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}
.summary-image ul{}
.summary-image li{
    color: #000000;
    font-size: 13px;
}
.summary-image li span {
    color: #faa516;
}
.summary-image li i{
    padding-right: 5px;
    color: #696969;
}
.summary-image li i.fa-map-marker-alt {
    color: #c04a4a;
}

.summary-details ul{
    position: relative;
    padding: 0;
}
.summary-details p {
    color: #1a1d1e;
    margin: 0 0 10px;
    font-weight: normal;
    padding: 5px 15px;
    font-size: 15px;
    display: block;
    background: #f0eee9;
    text-align: center;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
}
.summary-details p:first-child {
    text-align: left;
    font-weight: bold;
}
.summary-details p span {
    min-width: 110px;
    display: inline-block;
    padding-right: 15px;
    text-align: right;
}
.summary-btn{
    position: relative;
    text-align: right;
    padding-top: 20px;
}
.summary-btn a {
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: #faa516;
    text-transform: capitalize;
    border-radius: 3px;
    display: inline-block;
    padding: 8px 20px;
}
.summary-btn a.btn-print {
    background: #1b1e1e;
    margin-right: 10px;
}
.order-summary{
    position: relative;
    background: #363636;
    padding: 20px 15px;
}
.order-summary h3{
    color: #faa516;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.order-summary ul{
    padding: 0px;
}
.order-summary ul li{
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    text-align: left;
}
.order-summary ul li span{
    float: right;
}
.order-summary p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.order-summary p span{
    font-weight: 600;
    font-size: 20px;
    float: right;
}
.order-summary hr {
    margin: 15px 0;
    padding: 0;
    border-bottom: 1px solid #484848;
    border-top: 0;
}
.order-summary a {
    display: block;
    font-size: 15px;
    color: #fff;
    background: #1a1d1e;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
}

/*==== Start Login Page ====*/

.login-page {
    background-color: #000000;
    /*background: #7A868F url('assets/images/banner/login-bg.jpg') no-repeat 50% 50% / cover;*/
}
.login-height{
    position: relative;
    display: table;
    height: 100vh;
}
.login-area{
    display: table-cell;
    vertical-align: middle;
    max-width: 600px;
}
.login-wrap {
  margin: 20px 0;
  width: 100%;
  text-align: left;
  background: rgba(0,0,0,0.5);
  padding: 30px 30px 20px;
  color: #fff;
}
.site-logo h2 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 20px 0;
}
.login-wrap a {
  color: #fff;
}
.login-wrap i {
  margin-right: 5px;
}
.login-wrap .checkbox {
  margin-left: 0;
  padding-left: 0;
}
.login-wrap .btn-block {
  margin: 5px 0;
}
.login-wrap .login-input {
  position: relative;
}
.login-wrap .login-input .text-input {
  padding-left: 30px;
  height: 40px;
  font-size: 14px;
  border-radius: 3px;
}
.login-wrap .radio label, .login-wrap .checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    padding: 5px 0;
    display: block;
}
.radio label input[type=checkbox]{
    margin-right: 5px;
}
.login-wrap .login-input i.overlay {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #FAA516;
}
.login-wrap .btn-login {
    background: #FAA516;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}
.copyright{
  padding-top: 30px;
  text-align: center;
}
.copyright p{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}


/*==== Start About area Page ====*/
#scrollUp {
    text-align: center;
    position: relative;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
#scrollUp::before {
    background: #faa516;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    content: "";
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: -1;
}
#scrollUp span i {
    font-size: 20px;
    padding: 9px 11px;
}




/*===================== Admin CRM Style ========================*/

.crm-title{
    position: relative;
    padding-bottom: 50px;
}
.crm-title .event-filter {
    position: absolute;
    top: 0;
    right: 0;
}
.crm-title .event-filters select, .crm-title .event-filters select:focus{
    cursor: pointer;
}
.dashboard-area{
    background: #efede7;
}

.organizer-info {
    font-size: 18px;
}

.count-area.total{
    background-color: #52b991;
}
.count-area{
    background-color: #3a414c;
}
.count-area.pay{
    background-color: #f36170;
}
.count-area.registrationrate {
    background-color: #5ab4db;
}
.count-area.total p{
    background: #48a280;
}
.count-area.pay p{
    background: #d65663;
}
.count-area.registrationrate p {
    background: #4a98ba;
}
.count-area p{
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #333942;
    padding: 8px 15px;
    margin: 0;
}
.count-area span {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    padding: 5px 15px;
    display: block;
}
.search-form h3{
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    margin: 0;
}
.crm-table{
    background: #ffffff;
}
.table-title{
    text-align: center;
}
.table-title h3 {
    font-size: 36px;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
}
.crm-table thead{
    background: #f5f5f6;
}
.crm-table thead th{
    border: none;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.crm-table thead th:first-child{
    text-align: left;
}
.crm-table thead th:last-child{
    text-align: right;
}

.crm-table tbody tr {
    border-top: 1px dashed #dee5e0;
}
.crm-table tbody tr:first-child{
    border-top: 1px dashed transparent;
}
.crm-table tbody td {
    border: none;
    color: #1b2125;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
.crm-table tbody td:first-child{
    text-align: left;
}
.crm-table tbody td:last-child {
    text-align: left;
}
.crm-table tbody td {
    text-align: left;
}
.crm-table p.all-record {
    background: #faa71a;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
}
.crm-table p.all-record a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.password-content{
    background: #3a414c;
}
.password-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #2c313a;
    padding: 10px 20px;
    margin: 0;
}
.password-content .form-group{
    padding-left: 15px;
    padding-right: 15px;
}
.password-content .user-bg {
    background: #323942;
    padding: 15px 20px 25px;
}
.password-content .form-group label {
    font-size: 15px;
    color: #fff;
    display: block;
}
.password-content .form-check label {
    font-size: 15px;
    color: #fff;
}
.password-content input, .password-content textarea {
    background: #fff;
    border: 1px solid #fff;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    border-radius: 5px;
}
.password-content input:not([type="checkbox"]) {
    width: 100%;
}
.password-content input[type="checkbox"] {
    margin: 0px 10px 0px 0px;
}
.password-content .user-bg input, .user-bg .password-content textarea{
    background: transparent;
    color: #fff;
}
.password-content input[type="submit"], .password-content .btn-secondary {
    background: #f9a515;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    margin-bottom: 30px;
    cursor: pointer;
}
.password-content .btn-secondary {
    background: #4681d9;;
}
.password-content .btn-cancel {
    background: #dc3545;
}
.table-title{
    position: relative;
}
.table-title > .event-filter {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.entry-area{
    background: #efede7;
}
.entry-area .crm-table thead th {
    padding-left: 15px;
    padding-right: 15px;
}
    .entry-area .crm-table tbody td {
        padding-left: 15px;
        /*text-transform: uppercase;*/
        padding-right: 15px;
    }
.entry-area .crm-table thead th:first-child, .entry-area .crm-table thead th:last-child,
.entry-area .crm-table tbody td:first-child, .entry-area .crm-table tbody td:last-child {
    /*text-align: center;*/
}

.entry-area .crm-table tbody td.success {
    text-transform: capitalize;
    color: #508f13;
}
.entry-area .crm-table tbody td a {
    text-transform: capitalize;
    color: #215aa1;
    font-weight: 600;
    text-decoration: underline;
}
.entry-area .crm-table tbody td.category {
    text-transform: capitalize;
}
.event-filter label a.export {
    background: #79b83b;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}

.event-filter label a.export.aspNetDisabled {
    background: #c0c0c0;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}

.event-filter-entrylist .when {
    color: #959595;
    position: relative;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: none;
    background: #fff;
    height: 42px;
    cursor: pointer;
    width: 100%;
    border: 0;
    right: 0px;
    border-left: 1px solid #c1c1c1;
}

.event-filter-entrylist .when::after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    line-height: 30px;
    color: #959595;
    top: 0;
    font-size: 20px;
    padding: 5px 10px;
    background: #fff;
    pointer-events: none;
    height: 100%;
    border: 1px solid #e9e8e6;
    border-left: none;
    border-radius: 5px;
    border-radius: 5px;
}

.password-area{
    background: #efede7;
}
.search-content .entrylist{
    padding: 20px 20px 30px;
}
.password-content.search-content input[type="submit"] {
    padding: 10px 30px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    background-color: #FAA516;
}
.password-content.search-content hr {
    width: 100%;
    border-bottom: 1px dashed  #ddd;
    margin: 20px 0 0;
}
.search-content .checkbox {
    padding-left: 50px;
}
.search-content .checkbox:first-child {
    padding-left: 20px;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
.particpant-info {
    position: relative;
    padding: 10px 0px;
}
.particpant-info li{
    padding: 8px 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    border-bottom: 1px dashed #5c6370;
}
.particpant-info li:last-child{
    border-bottom: 1px dashed transparent;
}
    .particpant-info li span {
        min-width: 150px;
        /*text-align: right;*/
        /*display: inline-block;*/
        padding-right: 15px;
    }
.particpant-area{
    background: #efede7;
}
.steps-content label i{
    font-size: 13px;
}
.particpant-details form input[type='submit'], 
.particpant-details form input[type='submit']:hover, 
.particpant-details form input[type='submit']:focus {
    outline: none;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    height: auto;
    color: #fff;
    font-size: 15px;
    background: #faa516;
    padding: 10px 35px;
    cursor: pointer;
}

.particpant-details h3 {
    color: #ffffff;
}








/*============ sidebar-menu ===================*/

.sidebar-menu{
  position: relative;
  display: block;
  max-width: 220px;
  z-index: 1;
  background: #1b2125;
}
.sidebar-menu.show {
    height: 100%;
    position: fixed;
    top: 80px;
    max-width: 220px;
    left: 0;
    width: 220px;
    z-index: 1;
}
.menu-tab {
  width: 50px;
  height: 40px;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  background: #e44a33;
  padding-left: 6px;
}
.menu-tab div {
  width: 16px;
  height: 4px;
  background-color: #2d2d2d;
  display: block;
  margin: 4px 0px;
  transition: all 0.6s ease-in-out;
}
.menu-tab div:nth-child(1) {
  margin-top: 10px;
}
.menu-tab.active div:nth-child(1) {
  margin-top: 15px;
}
.menu-tab.active {
    left: 220px;
    transition: all 600ms ease-in-out;
    background: #e44a33;
    top: 0px;
    padding-left: 16px;
    height: 46px;
    width: 50px;
}
.menu-tab.active #one {
  -webkit-transform: translateY(2px) rotate(135deg);
  transform: translateY(2px) rotate(135deg);
  transition: all 0.6s ease-in-out;
  background-color: #fff;
  margin-left: 0px;
}
.menu-tab.active #two {
  opacity: 0;
  transition: 0.4s ease;
}
.menu-tab.active #three {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
  transition: all 0.6s ease-in-out;
  background-color: #fff;
  margin-left: 0px;
}
.menu-tab #one {
  -webkit-transform: translateY(2px) rotate(-135deg);
  transform: translateY(2px) rotate(-135deg);
  transition: all 0.6s ease-in-out;
  background-color: #fff;
  margin-left: 12px;
}
.menu-tab #two {
  opacity: 0;
  transition: 0.4s ease;
}
.menu-tab #three {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
  transition: all 0.6s ease-in-out;
  background-color: #fff;
  margin-left: 12px;
}
.menu-hide {
  width: 100%;
  left: -245px;
  height: 800px;
  position: absolute;
  z-index: 10;
  top: 0px;
  background: #1b2125;
  transition: all 0.6s ease-in-out;
}
.menu-hide nav {
  width: 100%;
  padding-top: 20px;
  background: #1b2125;
}
.menu-hide nav ul {
  padding: 0;
}
.menu-hide nav ul li {
    list-style-type: none;
    position: relative;
    text-align: left;
    display: block;
    border: none;    
}
.menu-hide nav ul li:last-child{
  border: none;
}
.menu-hide nav ul li span {
    color: #fff;
    display: block;
    transition: all 0.5s ease;
    padding: 10px 15px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu-hide nav ul li ul li {
    padding: 0px 25px;
}
.menu-hide nav ul li a {
  color: #fff;
  display: block;
  transition: all 0.5s ease;
  padding: 0px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.menu-hide nav ul li a.active{
    color: #fff;
    background: #faa516;
}
.menu-hide nav ul li a.active::after {
    border-color: rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 20px 25px 20px 0;
    content: " ";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 2;
}
.menu-hide nav ul li a i{
    padding-right: 5px;
}
.menu-hide.show {
  left: 0px;
  background: #1b2125;
  transition: all 0.6s ease-in-out;
}
.profile-area {
    position: relative;
    border-bottom: 1px solid #2b3339;
    padding: 20px 15px;
    background: #1b2125;
}
.profile-area img {
    max-width: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.profile-info {
    position: relative;
    padding-left: 15px;
}
.profile-info p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: unset;
}
.profile-info p b{
    color: #FFFFFF;
    font-weight: 600;
}
.profile-info ul {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: right;
}
.profile-info ul li{
    display: inline-block;
    padding: 0 5px;
}
.profile-info ul li:last-child{
    padding-right: 0px;
}
.profile-info ul li a{
    color: #d34f59;
}

/* CPS */
nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #FAA516;
    border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #FAA516;
    border-radius: 0;
}

nav > div a.nav-item.nav-link.active {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
    font-weight: bold;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

/* for promo code category field */
.select2-container.is-invalid {
    border: 1px solid #dc3545;
}
.select2 .selection .select2-search__field.is-invalid {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.main-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden;
    transition: 0.5s;
}
.main-overlay .d-flex.justify-content-center { 
    position: fixed;
    top: 50%;
    left: 50%;
}

.form-group.required .control-label:after { 
    content:"*";
    color:red;
 }

.btn-promocode {  
     height: 70%;
     line-height: 35px;
}
 
@media screen and (max-width: 480px) and (min-width: 320px) {
    .btn-promocode {  
        height: unset;
    }
}

@media screen and (max-width: 1024px) and (min-width: 481px) {
   .btn-promocode {  
        height: 71%;
        line-height: 1.1rem;
   }
}
 
@media screen and (max-width: 1200px) and (min-width: 1023px) {
   .btn-promocode {  
        height: 71%;
        line-height: 36px;
   }
}