@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

body,
html {
	width: 100%;
	height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 1rem;
	letter-spacing: -0.003rem;
	line-height: 160%;
	background-color: #f1f1f1;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dot {
	color: #d52829 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1580px;
}


.row-videos .card-title {
	color: #000 !important;
}


.row-videos .card-title:hover {
	color: #d52829 !important;
}

/* Fancybox */
.fancybox-content::after {
	content: "";
	position: absolute;
	bottom: 20px;
	bottom: calc(50% - 50px);
	right: calc(50% - 100px);
	height: 100px;
	width: 200px;
	background: url("../images/navbar-logo-light.png") no-repeat center center;
	background-size: contain;
	opacity: 0.7;
	pointer-events: none;
	filter: brightness(0) invert(1);
	/* turns image white */
}

/* Watermark overlay */
.gallery-box {
	position: relative;

	overflow: hidden;
}

/* Watermark image overlay */
.gallery-box::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	/* watermark width */
	height: 75px;
	/* watermark height */
	transform: translate(-50%, -50%);
	/* center the watermark */
	background: url("../images/navbar-logo-light.png") no-repeat center center;
	/* path to your watermark */
	background-size: contain;
	/* scale to fit */
	opacity: 0.7;
	/* semi-transparent */
	pointer-events: none;
	/* let clicks pass through */
	filter: brightness(0) invert(1);
	/* turns watermark white */
}

/* News */
.card-news {
	border: none !important;
	background-color: transparent !important;
	border-radius: none !important;
}

.card-news * {
	text-align: left !important;
	background-color: transparent !important;
}

.card-news iframe,
.card-news img {
	width: 100%;
	height: 180px;
	border: 1px solid #000 !important;
	border-radius: 12.5px !important;
}



.col-card-news-first .card-news iframe,
.col-card-news-first .card-news img {
	width: 100% !important;
	height: 480px;
}

@media (max-width: 767px) {

	.card-news iframe,
	.card-news img {
		width: 100% !important;
		height: 180px !important;
	}
}

.col-card-news-first .card-news {
	border-bottom: 1px solid #dbdbdb !important;
}

.card-news .card-header {
	background-color: transparent;
	border: none;
}

.card-news .card-body {
	background-color: transparent;
	border: none;
}

.card-news .card-footer {
	background-color: transparent;
	border: none;
}


/* For Chrome, Edge, Safari */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #444;
}

/* Webkit Browsers (Chrome, Safari, Edge) */

.scrollable::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.scrollable::-webkit-scrollbar-track {
	background: transparent;
}

.scrollable::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* Firefox */
.scrollable {
	scrollbar-width: thin;
	scrollbar-color: #888 transparent;
}

/* For Firefox */
html {
	scrollbar-width: thin;
	scrollbar-color: #888 transparent;
}


.modal-ads .modal-close {
	border: 1px solid #dbdbdb;
	background-color: #fff !important;
	border-radius: 100% !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	width: 32px;
	height: 32px;
	line-height: 0px;
	padding: 10px;
	opacity: 1 !important;
}

.table-home-scores {}



.table-highlight .table-heading {
	background-color: #000 !important;
}

.table-unhighlight {
	display: none !important;
}

.table thead th,
.table th {
	border: none !important;
}

.img-fluid-sponsors {
	height: 70px !important;
}

.modal-backdrop.show {
	opacity: .75;
}

.modal-header-video,
.modal-content-video,
.modal-body-video {
	background-color: transparent !important;
	border: none !important;
}

.modal-body-video {
	background-color: #000 !important;
	line-height: 1px !important;
}

.btn-back {
	float: left;
	color: #fff !important;
	font-size: 20px;
	padding: 0px 10px;
	position: absolute;
}

.btn-refresh {
	float: left;
	color: #fff !important;
	font-size: 20px;
	padding: 0px;
	position: absolute;
}

.container-fluid-ad {
	padding: 0px !important;
	margin: 0px !important;
	position: fixed !important;
	z-index: 99999999999 !important;
	top: 0 !important;
	width: 100% !important;
	text-align: center;
}


.img-responsive {
	width: 100%;
	height: auto;
}

a {
	color: #d52829;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto Condensed', sans-serif;
}

* {
	-webkit-transition: all, .3s, ease-in;
	-moz-transition: all, .3s, ease-in;
	-o-transition: all, .3s, ease-in;
	transition: all, .3s, ease-in;
	border-radius: 0px !important;
}

html {
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.btn {
	font-size: 1rem !important;
}

.form-control-multiselect {
	padding: 15px !important;
}

.form-control {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	padding: 0.75rem 0.75rem !important;
	font-size: 1rem !important;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #dbdbdb;
	border-radius: 12.5px !important;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.rounded {
	border-radius: 12.5px !important;
}

select {
	height: auto !important;
	background-image: url('https://www.easyhorse.com/app/images/select_arrow.png') !important;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-right: 30px !important;
}

.input-group-text {
	background-color: #d52829;
	color: #fff;
}

.input-group-text .fa {
	color: #fff;
}

.card-race-details {
	width: auto;
	margin: 0 auto !important;
	min-width: auto;
	max-width: unset;
	display: table;
	background-color: #f5f5f5;
	padding: 10px 20px !important;
	border-radius: 12.5px !important;
	margin-top: 15px !important;
	margin-bottom: 25px !important;
	box-shadow: var(--bs-box-shadow) !important;
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 35%, #efefef 65%, #e7e7e7 100%) !important;

}

.card-race-details-sm {
	padding: 7.5px 12.5px !important;
	border-radius: 12.5px !important;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
	border: none !important;
}

/* TABS STARTS */
.nav-tabs-easyhorse {
	margin-bottom: 15px !important;
}

.nav-tabs-easyhorse-sm {
	margin-bottom: 0px !important;
}

.nav-tabs-easyhorse .nav-link {
	PADDING: 7px 10px;
	border-radius: 3px;
	font-weight: 600;

}




/* CONTAINER STARTS */
.container-fluid-body {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* CONTAINER ENDS */

/*  FOOTER STARTS */

.container-fluid-subfooter {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #dbdbdb;
	color: #000;
}

.container-fluid-subfooter a {
	margin-bottom: 10px;

}

.container-fluid-footer {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #000;
	color: #fff;
}

.container-fluid-footer .title {
	font-weight: bold !important;
	color: #fff !important;
	margin-bottom: 20px;
}

.container-fluid-footer a {
	color: #fff !important;
	opacity: 0.8;
	margin-bottom: 10px;
	display: block;
}

.container-fluid-footer a:hover {
	opacity: 1;
}

.container-fluid-footer .social-icon {
	font-size: 25px;
	margin: 5px;
	display: unset;
}

/* FOOTER ENDS */

.card {
	flex-wrap: wrap;
	flex: initial;
}

.card-header {
	padding: 10px 10px 8px 14px;
	margin-bottom: 0;
	background-color: #d52829;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
}

.card-subheader {
	padding: 12px;
	margin-bottom: 0;
	background-color: #f5f5f5;
	color: #555;
	border-bottom: 1px solid #dbdbdb;
	font-size: 1rem !important;
}

.card-notes {
	padding: 12px;
	margin-bottom: 0;
	background-color: #f5f5f5;
	color: #555;
	border: 1px solid #dbdbdb;
	font-size: 1rem !important;
	margin-bottom: 10px;
}

.alert-secondary {
	background-color: #f5f5f5;
	color: #555;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px 20px;
}

.btn {
	cursor: pointer !important;
}

.btn-courses {
	color: #fff;
	border-color: #007bff;
	background-color: #009ff2;
	padding: 12px 15px !important;
	font-size: 1rem;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none !important;
}

.btn-courses u {
	text-decoration: none !important;
}

.btn-courses:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	text-decoration: none !important;
}

.btn-courses:focus,
.btn-courses.focus {
	box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.5);
}

.btn-courses.disabled,
.btn-courses:disabled {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-courses:active,
.btn-courses.active,
.show>.btn-courses.dropdown-toggle {
	background-color: #0069d9;
	background-image: none;
	border-color: #0062cc;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.75);
}

/* easyhorse START */
.card-body-easyhorse {
	background-color: #fafafa;
	padding: 15px !important;
}

.badge-easyhorse {
	font-size: inherit !important;
	font-weight: inherit !important;
	min-width: 24px;
	padding: 6px 8px;
	border-radius: 2px;
	color: #000 !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: transparent !important;
	width: 100%;
}

.badge-easyhorse-pill {
	font-size: inherit !important;
	font-weight: inherit !important;
	padding: 6px 6px 4px 6px;
	border-radius: 3px;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.progress-bar {
	background-color: #000;
	background: linear-gradient(to bottom, #d52829 0%, #c82627 35%, #b32424 65%, #8b0000 100%) !important;
}

.badge-race-number {
	color: #fff;
	background-color: #000;
	min-width: 74px;
	min-height: 64px;
	padding-top: 16px !important;
}

.fa-easyhorse {
	font-size: 1rem;
	color: #444;
	margin: 2px;
}

.table-easyhorse .fa {
	font-size: 1rem !important;
}

.table-primaryheading {
	color: #222 !important;
	font-size: 1rem !important;
	font-weight: 700;
	padding: 10px !important;
	background-color: #f1f1f1 !important;
	text-align: center;
}

.table-heading {
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 600;
	padding: 15px;
	background-color: #d52829 !important;
	color: #000;
	font-weight: bold !important;
	text-align: left;
	background: linear-gradient(to bottom,
			#d52829 0%,
			#c82627 35%,
			#b32424 65%,
			#8b0000 100%) !important;
}

.table-subheading {
	font-size: 1rem !important;
	color: #000 !important;
	font-weight: normal;
	padding: 15px;
	background-color: #f1f1f1;
	font-weight: 600;

}

.table-subheading a {
	color: #000 !important;
}


.table-heading a,
.table-heading {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: bold !important;
}

.table_seperator {
	background-color: #d52829 !important;
	padding: 1px !important;
	height: 3px !important;
}

.table-easyhorse {

	font-size: 1rem !important;

}

.table-easyhorse thead,
.table-easyhorse-subheader {
	color: #fff !important;
	background-color: #000 !important;
}

.table-easyhorse,
.table-easyhorse th {
	vertical-align: middle !important;
}


.table-easyhorse tbody tr:nth-of-type(even) {
	background-color: #f1f1f1 !important;
	/* background: linear-gradient(to right, #fff5f5, #ffeaea) !important; */
}

.table-easyhorse tbody tr:nth-of-type(odd) {
	background-color: #fafafa !important;
	/* background: linear-gradient(to right, #ffeaea, #fcdcdc) !important; */

}

.table_subcell {
	border: none !important;
	background-color: #fafafa !important;
	padding-top: 0px !important;
}



.card-easyhorse {
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 12.5px !important;
	overflow: hidden !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	background-color: #fff !important;
	margin-bottom: 20px;
	background-color: #fafafa !important;
	border: none;
}

.card-easyhorse .card-header {
	background: linear-gradient(135deg, #d52829, #ff6f61, #8b0000) !important;
	background: linear-gradient(to bottom,
			#d52829 0%,
			#c82627 35%,
			#b32424 65%,
			#8b0000 100%) !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	;
}

.card-easyhorse .card-header td {

	font-size: 15px;
	;
}


.table-easyhorse-card {
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 12.5px !important;
	overflow: hidden !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	background-color: #fff !important;
}

.table-easyhorse th {
	vertical-align: middle !important;
	background-color: #f1f1f1;
	padding: 10px 15px;
}

.table-easyhorse-card td {
	padding: 10px 15px;
	background-color: transparent;
	border: none;
}

.table-easyhorse-sm th,
.table-easyhorse-sm td {
	padding: 10px;
	border: none;
}

.table-easyhorse-xs th,
.table-easyhorse-xs td {
	padding: 7.5px 10px !important;
	border: none !important;
}


.table-easyhorse-xs .table-heading,
.table-easyhorse-xs .table-heading a {
	font-size: 15px !important;
}

.table-easyhorse-news iframe,
.container-fluid-news-details iframe {
	width: 100% !important;
}

.container-fluid-news-details iframe {
	width: 100% !important;
	height: 580px !important;
	border-radius: 12.5px !important;
}


.table-easyhorse-tabs-custom-latest-winners-distance tbody {
	/* display: block; */
	width: 100% !important;
	overflow-x: auto;
	max-height: 520px;
}

.table-easyhorse-tabs-custom-latest-winners-distance tbody::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.table-easyhorse-tabs-custom-latest-winners-distance tbody::-webkit-scrollbar-track {
	background: transparent;
}

.table-easyhorse-tabs-custom-latest-winners-distance tbody::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 4px;
}

.table-easyhorse-tabs-custom-latest-winners-distance tbody::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* Firefox */
.table-easyhorse-tabs-custom-latest-winners-distance tbody {
	scrollbar-width: thin;
	scrollbar-color: #888 transparent;
}

@media (max-width: 767px) {
	.table-easyhorse {}

	.table-easyhorse td {
		padding: 2.5px !important;

	}

	.table-heading a {
		font-size: 15px !important;
	}

	.btn-easyvideo {
		padding: 2px;
		border: none !important;
	}

}

.table-easyhorse-iframe td {
	padding: 10px 15px !important;
}

/* CONTACT US FOOTER END */




input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
}

.container-pagetitle h1::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: black;
	/* Change color as needed */
	margin-top: 8px;
	/* Space between title and line */
}

/* PREHEADER STARTS */
.container-fluid-preheader {
	background-color: #161d25;
	color: #fff;
	padding: 12px;
	font-weight: 600;
	font-size: 1rem !important;
	border-bottom: 1px solid #eee;
}

.container-fluid-preheader .fa {
	margin-right: 5px;
	margin-left: 5px;
	color: #fff !important;
	font-size: 1rem !important;
}

.container-fluid-preheader a {
	color: #fff !important;
	text-decoration: none;
}

@media (max-width: 767px) {}

/* PREHEADER ENDS */


/* LOGO HEADER STARTS */
.container-fluid-logo {
	background-color: #fff;
	color: #222;
	padding: 12px;
	font-weight: 500;
	font-size: 1rem !important;
}

/* LOGO HEADER ENDS */

/* QUICK SHORTCUTS STARTS */
.container-fluid-qshortcuts {
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #f1f1f1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/parallax/1.jpg");
}

.container-qshortcuts {
	padding-top: 45px;
	padding-bottom: 30px;
	color: #000;
	font-weight: 500;
}

/*  QUICK SHORTCUTS ENDS */

/*  OWL */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	position: absolute;
	margin: 0 auto;
	margin-top: 0px;
	width: 100%;
	padding-top: 15px;
}

.owl-theme .owl-dots .owl-dot span {
	border-radius: 100% !important;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #d82728 !important;
}

/*  OWL ENDS */



.btn-easyhorse {
	padding: 12px 20px;
	letter-spacing: normal;
	color: #fff !important;
	border: none;
	background-color: #d82728;
	font-size: 1rem !important;
	font-weight: 500;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	border-radius: 12.5px !important;
	background: linear-gradient(to bottom, #d52829 0%, #c82627 35%, #b32424 65%, #8b0000 100%) !important;
}

.btn-easyvideo {
	padding: 4px;
	border: none !important;
	display: block;
	margin: 0 auto;
}

.modal-clode-video {
	margin-bottom: -20px;
	padding: 8px 15px;
	border-radius: 32px !important;
	z-index: 10;
	margin-right: -15px;
}

@media (max-width: 1370px) {}

@media (max-width: 1279px) {}

@media (max-width: 980px) {}

@media (max-width: 767px) {}

/*  COURSE SEARCH ENDS */



/* PAGE TITLE STARTS */

.container-fluid-pagetitle {
	width: 100%;
}

.container-pagetitle {
	padding-top: 47px !important;
	padding-bottom: 20px !important;
}

.container-pagetitle.hassubmenu {
	padding-top: 10px !important;
	padding-bottom: 30px !important;
}

.container-pagetitle h1 {
	font-weight: 700;
}

.container-pagetitle h1::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: linear-gradient(to bottom, #d52829 0%, #c82627 35%, #b32424 65%, #8b0000 100%) !important;
	margin-top: 8px;
	/* Space between title and line */
}

.container-fluid-pagetitle a {
	text-decoration: none !important;
	font-weight: 500;
}


.container-submenu {
	padding-top: 15px !important;
	padding-bottom: 40px;
	margin: 0 auto;
	display: table;
}

.container-submenu .nav-pills .nav-item .nav-link {
	border-radius: 12.5px !important;
	border: 1px solid #dbdbdb !important;
	text-align: center;
	color: #000;
	box-shadow: var(--bs-box-shadow) !important;
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 35%, #efefef 65%, #e7e7e7 100%);
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 22px;
	min-width: 125px;
}

.container-submenu .nav-pills .nav-item .nav-link.active {
	background: linear-gradient(to bottom, #d52829 0%, #c82627 35%, #b32424 65%, #8b0000 100%) !important;
	color: #fff;
	border: 1px solid #d52829 !important;
}

@media (max-width: 767px) {

	.container-submenu .nav-pills .nav-item .nav-link {
		padding: 5.5px;
		margin: 2px;
		line-height: 20px;
		font-size: 12px;
		min-width: unset;
	}

}

/*  PAGE TITLE  ENDS */

.weather-box {
	width: auto;
	background: transparent;
	padding: 12px 15px 5px 5px;
	color: #333 !important;
	white-space: nowrap
}

.weather-info {
	font-size: 15px;
}


/* CONTENT STARTS */

.container-content {
	color: #000;
	padding: 15px !important;
	font-weight: 500;
	width: 100% !important;
}

.container-content h1 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
}

.container-fluid-content-body {
	padding: 0px;
	margin: 0px;
	background-color: #fff !important;
	width: 100%;
	position: relative;
	z-index: 1;
}

.container-fluid-content {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #fff !important;
	width: 100%;
	padding-top: 42px;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: currentcolor;
	border-top: 1px dotted #dbdbdb;
}

@media (max-width: 767px) {
	.container-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* CONTENT  ENDS */

/* POPULAR COURSES STARTS */
.container-fluid-popularcourses {
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #F9F9F9;
}

.container-popularcourses {
	color: #000;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 500;
}

/*  POPULAR COURSES  ENDS */


/* POPULAR COURSES STARTS */
.container-fluid-courses {
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #fff;
}

.container-courses {
	color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 500;
}

.img-course-list {
	border: 1px solid rgba(23, 162, 183, 0.7);
}

.hr-course-list {
	margin-top: 7px;
	margin-bottom: 7px;
	border-top: 1px dotted rgba(23, 162, 183, 0.15);
}

.card {
	flex-wrap: unset;
	flex: initial;
}

.card-course {
	margin-bottom: 30px;
	padding: 20px 20px;
	background-color: #fafafa;
	border: 1px solid #eee;
}

/*  POPULAR COURSES  ENDS */

/* ARTICLES STARTS */
.container-fluid-articles {
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #f4f4f4;
}

.container-articles {
	color: #000;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 500;
}

/*  ARTICLES  ENDS */


/* PARTNERS STARTS */
.container-fluid-partners {
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #fafafa;
}

.container-partners {
	color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 500;
}

/*  PARTNERS  ENDS */


/* POPULAR COURSES STARTS */
.container-fluid-testimonials {
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #fff;
}

.container-testimonials {
	color: #000;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 500;
}

.card-testimonials {
	bordeR: none !important;
	background-color: transparent !important;
}

.card-testimonials .card-img-top {
	border-radius: 100% !important;
	margin: 0 auto;
	width: 80%;
	border: 1px solid #dbdbdb;
}

/*  POPULAR COURSES  ENDS */


/* NEWS STARTS */
.row-news iframe {
	width: 100% !important;
}

.row-news p {
	width: 100% !important;
	margin-bottom: 8px !important;
}

.container-fluid-footer-newsletter h2 {
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
	font-size: 32px;
	border-bottom: 1px dotted #FFCC00;
	font-weight: 500;
}

/* NEWS ENDS */


/* NEWSLETTER STARTS */
.container-fluid-footer-newsletter {
	background-color: #fafafa;
	padding-top: 45px;
	padding-bottom: 45px;
	color: #000;
}

.container-fluid-footer-newsletter h2 {
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
	font-size: 32px;
	border-bottom: 1px dotted #FFCC00;
	font-weight: 500;
}

/* NEWSLETTER ENDS */



/* HOME SHORTCUTS STARTS */
.container-shortcuts {
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
	font-weight: 300;
	text-decoration: none !important;
}

.container-shortcut {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #000 !important;
	font-weight: 300;
	text-decoration: none !important;
}

.container-shortcut a {
	color: #000 !important;
	text-decoration: none !important;
}

.container-shortcut .icon {
	display: block;
	font-size: 32px;
	padding: 10px 20px;
	border: 1px solid #b2d234;
	border-radius: 10px !important;
	color: #b2d234;
	width: auto;
	display: table;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.25);
}

.container-shortcut .icon:hover {
	background-color: #b2d234;
	color: #fff !important;
}

.container-shortcut h4 {
	display: block;
	font-size: 1rem !important;
	font-weight: 600 !important;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000 !important;
	font-family: 'Raleway', sans-serif;
}

/* HOME SHORTCUTS ENDS */


/* FOOTER STARTS */

.container-social {
	padding: 15px;
	color: #999;
	font-weight: 500;
}

.footer-sitemap-headings {
	font-size: 1rem;
	font-weight: 600;
	margin-top: 15px;
	color: #666 !important;
}

.footer-sitemap-link {
	font-weight: normal;
	color: #666 !important;
	line-height: 20px;
}

.footer-sitemap-link a {
	font-weight: normal;
}

.container-contact-info {
	background-color: rgba(255, 255, 255, 0.25);
	padding: 30px;
	border: 1px solid rgba(160, 145, 85, 0.25);
	border: 1px solid #eee;
	border-bottom: 4px solid #c2d337;
	background-color: rgba(0, 0, 0, 0.01);
}

.container-contact-info .icon {
	font-size: 42px;
	color: #c2d337;
	padding: 10px;
}

.container-contact-info .title {
	font-weight: 600;
	margin: 5px;
}

.container-contact-info .summary {
	font-weight: normal;
}

.container-fluid-location {
	border-top: 4px solid rgba(255, 255, 255, 0.25);
	background-color: rgba(0, 0, 0, 0.05);
	padding: 0px;
}

/* FOOTER ENDS */


/* FOOTER QUICKLINKS STARTS */
.container-quicklinks {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1rem !important;
	font-weight: 500;
	text-align: center;
	border-top: 1px dotted rgba(160, 145, 85, 0.5);
	border-bottom: 1px dotted rgba(160, 145, 85, 0.5);
	color: #666;
	text-transform: uppercase;
}

.payment-icon {
	margin: 5px;
}

/* FOOTER QUICKLINKS ENDS */

/* HOW IT WORKS STARTS */
.col-howitworks {
	padding: 15px;
	width: 100%;
	text-align: center;
}

.col-howitworks-img {
	border-radius: 100% !important;
	margin: 20px;
}

.col-howitworks-img img {
	border-radius: 100% !important;
	border: 3px solid rgba(255, 255, 255, 0.3);
}

.col-howitworks-icon {
	border-radius: 100% !important;
	padding: 10px;
	font-size: 96px;
	display: table;
	margin: 0 auto;
	color: #b2d234;
}

.col-howitworks-icon-3 {
	font-size: 64px;
}

.col-howitworks h4 {
	font-weight: 600;
	color: #222;
}

.bg-parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.bg-parallax-1 {
	background-image: url("../img/parallax/parallax1.jpg");
	color: #fff;
	background-color: #000 !important;
}

.bg-parallax-1 .fa {
	color: #b2d234 !important;
}

.bg-parallax-1 h1,
.bg-parallax-1 h2,
.bg-parallax-1 h3,
.bg-parallax-1 h4,
.bg-parallax-1 h5.bg-parallax-1 h6,
.bg-parallax-1 div,
.bg-parallax-1 p {
	color: #fff;
}

@media (max-width: 767px) {
	.bg-parallax {
		background-image: none !important;
	}
}

/* TABS STARTS */


.nav-races {
	border: none !important;
	width: 100% !important;
	margin: 0 auto;
}

.nav-races td {
	width: 11.11111111111111% !important;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
}

.nav-races-link {
	border: 1px solid #dbdbdb !important;
	border-radius: 100% !important;
	margin: 3px !important;
	line-height: 14px;
	font-size: 1rem;
	PADDING: 15PX;
	height: 32px;
	width: 32px;
	text-align: center;
	background-color: #f5f5f5;
	margin: 0 auto;
}

.nav-tabs {
	border: none !important;
	width: 100% !important;
	margin: 0 auto;
}

.nav-tabs .nav-link {
	border: 1px solid #dbdbdb !important;
	border-radius: 100% !important;
	margin: 5px !important;
	margin-top: 0px !important;
	line-height: 40px;
	display: inline-block;
	font-size: 1rem !important;
	height: 40px;
	width: 40px;
	text-align: center;
	background-color: #f5f5f5;
	padding: 0px !important;
	color: #000;
	box-shadow: var(--bs-box-shadow) !important;
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 35%, #efefef 65%, #e7e7e7 100%);
}

.nav-tabs-custom {
	margin-left: 5px !important;
}

.nav-tabs-custom .nav-item .nav-link {
	border-radius: 0px !important;
	-webkit-border-top-left-radius: 12px !important;
	-webkit-border-top-right-radius: 12px !important;
	-moz-border-radius-topleft: 12px !important;
	-moz-border-radius-topright: 12px !important;
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
	height: 40px;
	width: auto !important;
	padding: 0px 10px !important;
	line-height: unset !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;

}

.tab-content-custom>.active {
	display: table !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background-color: #d52829;
	border: 1px solid #d52829 !important;
	background:
		linear-gradient(to bottom, #d52829 0%, #c82627 35%, #b32424 65%, #8b0000 100%) !important;
	background-color: rgba(0, 0, 0, 0);

}

.nav-tabs-easyhorse-sm .nav-link {
	height: 32px;
	width: 32px;
	line-height: 32px;
	margin: 2.5px !important;
}

@media (max-width: 767px) {

	.nav-tabs .nav-link {
		margin: 2px !important;
		line-height: 28px;
		height: 30px;
		width: 30px;

	}
}

.spinning {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* TABS ENDS */



.container-sidenav {
	width: auto;
	position: fixed;
	left: 0;
	top: 35%;
	z-index: 20;
	max-width: 50px;
}

.container-sidenav .card-sidenav-item {
	border-radius: 0 !important;
	border: none !important;
	background-color: transparent !important;
}

.container-sidenav .btn-sidenav {
	border-radius: 0 !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 7.5px !important;
	-webkit-border-bottom-right-radius: 7.5px !important;
	-moz-border-radius-topright: 7.5px !important;
	-moz-border-radius-bottomright: 7.5px !important;
	border-top-right-radius: 7.5px !important;
	border-bottom-right-radius: 7.5px !important;
	margin-bottom: 5px;
	background: linear-gradient(to bottom, #d52829 0%, #c82627 35%, #b32424 65%, #8b0000 100%) !important;
	border: 0;
	box-shadow: 0 .25rem 0.5rem rgba(0, 0, 0, .15) !important;
	position: relative;
	transition: all .25s ease-in-out;
	max-width: 30px;
	float: left;
	font-size: 12px !important;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding: 12px 8px 12px 4px !important;
	letter-spacing: 1px;
}


/* HEADER START */

/* HEADER ENDS */


/* SECTIONS OVERWRITE STARTS */
section {
	padding: 0px;
}

/* SECTIONS OVERWRITE ENDS */


.carousel-caption {
	bottom: 33%;
	color: #fff;
}

.navbar-toggler:focus {
	outline: none !important;
}

button.navbar-toggler:focus,
button.navbar-toggler:active {
	outline: none !important;
	box-shadow: none !important;
	/* Removes box-shadow if that's affecting focus */
}

.navbar-easyhorse {
	background-color: #fff;
	width: 100%;
	box-shadow: 0 .25rem 0.5rem rgba(0, 0, 0, .05) !important;
}

.navbar-easyhorse .navbar-brand .navbar-brand-img {
	height: 28px;
	margin-top: 9px;
	margin-bottom: 9px;
}

.offcanvas-easyhorse .navbar-brand-img {
	height: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.offcanvas-easyhorse .offcanvas-header,
.offcanvas-easyhorse .offcanvas-body {
	padding: 20px 35px 0px;

}

.navbar-easyhorse-toggle {
	line-height: normal;
}

.navbar-easyhorse-toggle .social-icon {
	font-size: 18px;
	color: #000 !important;
	margin: 2.5px;
}

.offcanvas-easyhorse .social-icon {
	font-size: 25px;
	color: #000 !important;
	margin: 5px;
}

.offcanvas.offcanvas-end {
	border: none !important;
}

.navbar-easyhorse .nav-link {
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	padding: 15px 15px 5px 5px !important;
	color: #000 !important;
}

.navbar-nav .dropdown-menu {
	border: none !important;
	margin: 0px;
	padding: 0px;

}

.navbar-nav .dropdown-item {
	padding: 5px;
	font-size: 20px;
	background-color: transparent !important;
	color: #333 !important;
}

.navbar-nav-offcanvas .dropdown-item.active,
.navbar-nav-offcanvas .nav-link.active {
	color: #d52829 !important;
}

.navbar-scrolled {
	background-color: rgba(255, 255, 255, 0.975);
	border-bottom: 1px solid rgba(0, 0, 0, 0.025);
	box-shadow: 0 .25rem 0.5rem rgba(0, 0, 0, .05) !important;
}

.offcanvas-header .btn-close,
.modal-fullscreen .btn-close {
	color: #fff;
	border: none;
	background: #222;
	border-radius: 100% !important;
	opacity: 1;
	line-height: 15px;
	font-size: 15px;
	margin-right: 5px;
	margin-top: 5px;

}



.container-fluid-body-secure {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.container-fluid-body-secure .container-body {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.shadow-0 {
	box-shadow: none !important;
}

.border-radius-0 {
	border-radius: 0px !important;
}

@media (max-width: 767px) {
	.nav-tabs-easyhorse .nav-link {
		PADDING: 10px;
	}

	.navbar-easyhorse .navbar-brand .navbar-brand-img {
		height: 24px;
		margin-top: 9px;
		margin-bottom: 9px;
	}

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		--bs-gutter-x: 0.75rem;
	}

	.card-race-details {

		padding: 10px !important;

	}

	.container-pagetitle {
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}

	h1,
	h1 {
		font-size: calc(1.375rem + 0.5vw);
	}
}