/* Reset */
a {
  text-decoration: none;
  color:#222;
}


a:hover {
	color:#F88B47;
}

.form-control:focus, .form-select:focus .btn:focus {
  box-shadow: none;
}

img {
  width:100%;
  max-width: 100%;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}
/* Reset */

body {
  margin-top:71px;
  font-family: "Rubik", sans-serif;
}

.row:not(.full-width) {
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
  width:100%;
}

.btn.main-btn {
	background: #E8884C;
	color: #fff;
	padding: 5px 20px;
}
.btn.secondary-btn {
  border:1px solid #E8884C;
  color:#E8884C;
  padding: 5px 20px;
}

.btn.main-btn:hover {
  background: #ce753d;
  color: #fff
}

.gray-bg {
	background: #F6F6F6;
}

.main-nav {
	padding: 15px 0;
	box-shadow: 0 1px 2px 0 rgba(33,37,41,0.1);
  background: #fff;
}

.main-nav img {
	max-width: 250px;
	width: 100%;
}


.search-form {
	position: relative;
}

.search-form form {
	display: flex;
}

.search-button {
	background: #FFF;
	border: none;
	display: flex;
	align-items: center;
	margin-left: 10px;
	border-radius: 10px;
	padding: 8px;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
}

.search-button img {
	max-width: 16px;
	/* filter: invert(1); */
}

.search-form input {
	border: none;
	background: #F4F4F4;
	font-size: 13px;
	padding: 11px 30px;
	border-radius: 10px;
}

.main-menu ul.main-menu-list {
	display: flex;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	justify-content: center;
}

.main-menu a.main-link {
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
}

.has-submenu a .dropdown-icon {
	max-width: 16px;
}

.submenu {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.1s linear;
	position: absolute;
}

.submenu.active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	left: 0;
	background: #fff;
	padding: 3rem;
	border-top: 1px solid #ddd;
	top: 72px;
	box-shadow: 0 7px 10px rgba(0,0,0,.1);
}

.submenu-list {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.submenu-list li {
	width: calc(100% / 5 - 20px);
}

.submenu-list li a {
	display: block;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 16px;
	text-align: center;
	background: #F88B471C;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 14px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.submenu-list li.active a {
  background: #fff;
  color: #F88B47;
  border-color: #F88B47;
}


.submenu-list li a img {
	border-radius: 10px;
	margin-bottom: 10px;
}

.submenu-list.locations-submenu {
	gap: 10px;
}

.submenu-list.locations-submenu li {
	width: calc(100% / 6 - 10px);
}

.submenu-list.locations-submenu li a {
	padding: 10px;
	border-radius: 7px;
	background: #fff;
	font-size: 14px;
}

.my-account {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 10px;
	flex-shrink: 0;
	margin-left: 20px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	color: #E8884C;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
}

.my-account img {
	max-width: 19px;
	margin-bottom: 3px;
}

/* Events list */
.event-inner {
	background: #fff;
	box-shadow: 0 0rem 1.5rem rgba(0,0,0,0.075);
	padding: 10px;
	border-radius: 17px;
}
.evennts-feature-image {
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.evennts-feature-image img {
	border-radius: 10px;
}

.organisedby {
	position: absolute;
	bottom: 10px;
	z-index: 1;
	color: #fff;
	left: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.organisedby img {
	max-width: 30px;
	border-radius: 50px;
	background: #fff;
	padding: 2px;
	color: #fff;
}

.organisedby a {
  color:#fff;
}

.organisedby small {
	font-size: 10px;
	margin-bottom: 5px;
}



.events-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 10px 30px;
}

.ei-desc p {
	font-size: 14px;
	margin-bottom: 5px;
}

.ei-title h2 {
	font-size: 20px;
}

.ei-title h2 {
	font-size: 20px;
	color: #E8884C;
}

.ei-meta {
	display: inline-flex;
	align-items: center;
	gap: 30px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.ei-icon {
	display: flex;
	align-items: center;
}

.ei-icon img {
  max-width: 16px;
  margin-right: 5px;
  opacity: .7;
}

.ei-type {
	font-weight: 600;
}

.ei-price {
	color: #FF4041;
	font-weight: 600;
	font-size: 20px;
}

.evennts-feature-image::before {
	content: "";
	/* background: #; */
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.23) 57%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.23) 57%);
	background: linear-gradient(0deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.23) 57%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
/* Events list */


/* Single event start */
.single-event {
  background: #F6F6F6;
}
.event-image-top img {
	height: 400px;
	object-fit: cover;
}

.event-card {
	background: #fff;
	padding: 50px;
	border-radius: 10px;
	margin-top: -100px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  box-shadow: 0 0rem 1.5rem rgba(0,0,0,0.075);
}
/* Single event end */


/* Footer start */
.footer-section {
	background: #282527;
	border-top: 1px solid #ddd;
	padding: 80px 0;
	color: #fff;
}

.copyright-section {
	background: #282527;
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 15px 0;
	color: #d0d0d0;
}

.event-card .ei-meta {
  border: none;
}
.event-card .ei-icon img {
	max-width: 27px;
	margin-right: 8px;
	opacity: .5;
}
.event-card .ei-icon .ei-text {
	font-weight: bold;
	color: #E58042;
}
.event-card .ei-icon b {
	display: block;
	font-weight: 400;
	color: #818181;
	line-height: 1;
	font-size: 13px;
}

.courses-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}

.sidebar.sticky-top {
	z-index: 1;
	top:100px
}

.future-events {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.event-sidebar {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;

}
.event-description h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.event-description p {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
  color:#333;
}

.event-sidebar .organizator a {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.event-sidebar .organizator a img {
	max-width: 40px;
	border-radius: 50px;
	margin-right: 7px;
	border: 2px solid #ddd;
	padding: 3px;
}

.courses-card {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
  display: flex;
  align-items: start;
}

.img-course-card {
	max-width: 400px;
	margin-right: 30px;
	flex-shrink: 0;
}

.courses-card img {
  border-radius: 8px;
}

.courses-card .ec-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color:#222;
}

.courses-card .ec-desc span {
	background: #F6F6F6;
	padding: 5px;
	color: #444;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px;
	margin-right: 10px;
}

.prizes {
	display: inline-flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  flex-direction: column;
  width:100%;
}

.prizes-place {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
	text-align: start;
	border-radius: 5px;
	font-size: 13px;
	padding: 10px;
	text-transform: uppercase;
  position: relative;
}

.prizes-title {
	position: absolute;
	top: -12px;
	left: 10px;
	background: #fff;
	padding: 0 10px;
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
}

.prizes-place b {
	color: #222;
	font-weight: 600;
}

.prizes-place.first-place {
	color: #c4b700;
}

.prizes-place.first-place::before {
	content: "";
	background: #ffd7003d;
	height: 54%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
	left: 0;
  display: none;
}

.prizes-place.second-place {
	color: silver;
}

.prizes-place.second-place::before {
	content: "";
	background: #ffd7003d;
	height: 30%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
	left: 0;
  display: none;
}

.prizes-place.third-place {
	color: #bf7c4c;
}

.prizes-place.third-place::before {
	content: "";
	background: #ffd7003d;
	height: 20%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
	left: 0;
  display: none;
}

.future-events .evennts-feature-image {
	max-width: 90px;
	margin-right: 10px;
}

.future-events .evennts-feature-image img {
	border-radius: 6px;
}

.future-events .evennts-feature-image::before {
	display: none;
}

.fe-text p {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.fe-text .ei-icon {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #999;
}

.fe-text .ei-meta {
	margin-bottom: 5px;
}

.future-event-single {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.future-event-single:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0;
}

.footer-column-1 .logo-footer {
	filter: grayscale(1) brightness(100);
	max-width: 200px;
	margin-bottom: 20px;
}

.footer-section .om-icon.social img {
	border: none;
}


.footer-menu-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	color: #fff;
}

.footer-menu-list a {
	font-size: 13px;
	color: #bbb;
}

.footer-menu-list .separator {
	width: 40px;
	background: #535152;
	height: 1px;
	margin: 6px 0;
}

.footer-title {
	border-bottom: 2px solid rgba(255,255,255,.2);
}
/* Footer end */

/* Register Form */
.register-page .course-rules {
	background: #f9f9f9;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px;
}

.register-page {
	background: #F6F6F6;
}
/* Register Form */

.organiser-page .event-card {
	box-shadow: none;
}

.organiser-page .evennts-feature-image::before {
	display: none;
}

.organiser-page .event-inner .organisedby {
	display: none;
}

.organizer-info-top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.organizer-info-top img {
	max-width: 50px;
	margin-right: 10px;
}

.om-link a {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	font-weight: 600;
	border-bottom: 2px solid;
}

.om-link a span {
	flex-shrink: 0;
}

.om-link img {
	max-width: 10px;
	width: 10px;
	margin-left: 5px;
}

.om-icon a {
	display: flex;
	align-items: center;
}

.om-icon img {
	max-width: 28px;
	background: #fff;
	margin-right: 10px;
	padding: 5px;
	margin-right: 0px;
}

.om-icon.social img {
	
	padding: 5px;
	border-radius: 6px;
	border: 1px solid;
	margin-right: 10px;
}

.web-meta, .socials {
	display: flex;
	align-items: center;
}

.socials {
	margin-left: 50px;
	gap: 20px;
}

.web-meta .om-icon {
	margin-left: 30px;
}

.page-template.login {
	max-height: 100vh;
	overflow: hidden;
}

.login-image-bg {
	height: 100vh;
	background: url('/templates/frontend/assets/images/login-image.jpg');
	background-size: cover;
}

.login-form {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 500px;
	justify-content: center;
	margin: 0 auto;
}

.login-form .form-control {
	border-radius: 9px;
	border: 1px solid #ced4da;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(33,37,41,0.09);
	padding: 14px;
}

.login-form label {
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 500;
	padding-left: 10px;
}

.login-form .main-btn, .contact-page .main-btn {
	padding: 14px;
	border-radius: 8px;
}

.login-form .backbtn {
	position: absolute;
	top: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #aeaeae;
}

.backbtn img {
	max-width: 24px;
	background: #eee;
	padding: 5px;
	border-radius: 5px;
	margin-right: 5px;
}

.contact-page p a {
	border-bottom: 2px solid;
	font-weight: 600;
}

.contact-page .form-control {
	border-radius: 9px;
	border: 1px solid #ced4da;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(33,37,41,0.09);
	padding: 14px;
}

.contact-page label {
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 500;
	padding-left: 10px;
}

.contact-page .event-image-top::before {
	content: "";
	background: linear-gradient(0deg, rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.13) 57%);
	position: absolute;
	width: 100%;
	height: 100%;
}

.alert-notification img {
	max-width: 30px;
	margin-right: 10px;
}

.alert-notification {
	background: #25974521;
	border: 1px solid #259745;
	display: flex;
	align-items: center;
	color: #259745;
	font-weight: 500;
	font-size: 12px;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 3rem;
}

.home-hero-section {
	background: url('/templates/frontend/assets/images/home-hero.jpg');
	padding: 100px 0;
	position: relative;
}

.home-hero-section::before {
	content: "";
	background: linear-gradient(0deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.23) 57%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}

.home-hero-section h1 {
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 7px #00000085;
	text-align: center;
}

.home-hero-section p {
	color: #fff;
	text-shadow: 1px 1px 7px #00000085;
	font-size: 18px;
	text-align: center;
}

.scoll-indicator {
	z-index: 2;
	width: 0.8rem;
	height: 3.15rem;
	position: absolute;
	left: 50%;
	bottom: 2.1875rem;
	background: linear-gradient(0deg,rgba(255,255,255,0.8),rgba(255,255,255,0));
	border-radius: 22px;
	transform: translateX(-50%);
  }

  .scoll-indicator::after {
	content: ' ';
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: #fff;
	-webkit-animation: scroll-indicator-animation 1.3s ease infinite;
	animation: scroll-indicator-animation 1.3s ease infinite;
	  animation-delay: 0s;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	position: absolute;
	opacity: 0;
  }

  @keyframes scroll-indicator-animation {
	0% {
		top: 0;
		opacity: 0
	}

	30% {
		opacity: 1
	}

	100% {
		top: 2.25rem;
		opacity: 1
	}
}


.no-events 
{
	background: #F6EFE0;
	border: 1px solid #E8884C;
	color: #5B3A25;
	padding: 20px;
	border-radius: 10px;
}


    .not-found img   {
        max-width:200px
    }
    .not-found {
        background: #fff;
        border-radius: 10px;
        padding: 70px 30px;
        box-shadow: 0 0rem 1.5rem rgba(0,0,0,0.075);
}
    .page-404 {
        height:600px;
    }
    @media(max-width:767px) {
        .not-found {
            padding: 40px 30px;
        }
        .not-found img   {
            margin-bottom: 30px;
        }
    }