.clearfix{
  clear: both;
  overflow: hidden;
}

.banner-section .slogan{
  text-align: center;
  color: #fff;
  padding: 0em 0 2em;
}

.banner-section .slogan h2{
  font-size: 20px;
  font-weight: 300;
}

.banner-section .slogan figure{
  text-align: center;
  width: 300px;
  margin: 30px auto;
}

.banner-section .slogan figure img{
  max-width: 100%;
}

.banner-section .slogan ul{
  margin: 20px auto;
}

.banner-section .slogan ul li{
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin: 0 10px;
}

.banner-section .slogan ul li a{
  display: block;
  color: #fff;
  background: none;
  line-height: 50px;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-weight: bold;
}

.banner-section .slogan ul li a:hover{
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
}

.banner-section .upcoming-race{
  position: relative;
  padding: 100px 0 0;
  top:35px;
}

.banner-section .upcoming-race .content{
  min-height: 185.6px;
  background: #fafafa;
  text-align: left;
  margin: 0 25px;
  padding: 30px 20px;
}

.banner-section .upcoming-race .content h2{
  color: #4d4d4d; font-size: 20px;
}

.banner-section .upcoming-race .content h2 span{
  display: block;
  font-size: 28px;
  font-weight: bold;
  padding-top: 10px;
}

.banner-section .upcoming-race .content a{
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 160px; line-height: 50px;
  background: #64c0ff; color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.banner-section .upcoming-race .content a:hover{
  background: #007bff;
  text-decoration: none;
}
.banner-section .upcoming-race .content .left{
  float: left;
  width: 55%
}
.banner-section .upcoming-race .content .right{
  float: right;
  width: 43%
}
.banner-section .owl-upcoming-race .owl-dots{
  position: absolute;
  left: 0;
  right: 0;
  top:-140px;
}

.banner-section #owl-upcoming-race .owl-dots{
  position: absolute;
  left: 0;
  right: 0;
  top:-140px;
}

.banner-section #owl-upcoming-race .owl-dots .owl-dot span{
  background: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  margin: 0 5px;
  border-radius: 0;
}

.banner-section .owl-upcoming-race .owl-dots .owl-dot span{
  background: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  margin: 0 5px;
  border-radius: 0;
}

.banner-section #owl-upcoming-race .owl-dots .owl-dot span:hover,.banner-section #owl-upcoming-race .owl-dots .owl-dot.active span{
  background: #fff;
}
.banner-section .owl-upcoming-race .owl-dots .owl-dot span:hover,.banner-section .owl-upcoming-race .owl-dots .owl-dot.active span{
  background: #fff;
}

/* HOME - SECTIONS */
.live-race-section {
	padding-top: 3em;
	background-image: url("../images/transparent-dot2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: -290px -90px;
}
.live-race-section .live-race {
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 2px 2px 4px #ccc;
}
.live-race-section .live-race:after {
	content: "";
	display: table;
	clear: both;
}
.live-race-section .live-race h3 {
	color: #4d4d4d;
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 15px;
}
.live-race-section .live-race h5 {
	color: #ff0000;
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.live-race-section .live-race a.btn {
    background: #64c0ff;
    color: #fff;
    display: inline-block;
	border-radius: 0;
	padding: 8px 15px;
    text-transform: uppercase;
}
.live-race-section .live-race a.btn:hover {
	background: #007bff;
    text-decoration: none;
	transition: all .3s linear;
}
.live-race-section .live-race .live-race-thumb {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.live-race-section .live-race .live-race-info {
	width: 50%;
	padding: 3em 3em;
	display: inline-block;
	vertical-align: top;
	margin-top: 100px;
}
.live-race-section #owl-race .owl-item { padding: 10px; }
.live-race-section #owl-race .owl-dots {
	text-align: center;
	display: block!important;
}
.live-race-section #owl-race { margin-bottom: 4em; }
.live-race-section #owl-race .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border: 1px solid #888;
	background: transparent;
	border-radius:0;
	margin: 0px 2px;
}
.live-race-section #owl-race .owl-dots .owl-dot.active span {
	background: #64c0ff;
	border: 1px solid #64c0ff;
}
.live-race-section .row2 { margin-bottom: 3em; }
.live-race-section .row2 h2 {
	font-size: 20px;
    font-weight: 400;
    padding-right: 80px;
    padding-bottom: 10px;
    border-right: 2px solid #ff8cf6;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
}
.live-race-section .row2 h2 strong {
	font-size: 28px;
	font-weight: 700;
	display: block;
}
.live-race-section .row2 p {
	font-size: 14px;
	font-weight: 400;
	width: 540px;
	margin: 0;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}
.live-race-section .row2 a.btn {
	background: #64c0ff;
    color: #fff;
	border-radius: 0;
	padding: 8px 15px;
	margin-left: 30px;
    text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
.live-race-section .row2 a.btn:hover {
	background: #007bff;
    text-decoration: none;
	transition: all .3s linear;
}
.live-race-section .row3 { margin-bottom: 8em; }
.live-race-section .owl-events .owl-item { padding: 6px 6px 30px 6px; }
.live-race-section .owl-events .owl-nav { display: block !important; }
.live-race-section .owl-events .owl-nav .owl-prev {
	width: 30px;
	height: 30px;
	color: #888;
	background: #e5e5e5;
	position: absolute;
    top: 35%;
    left: -45px;
}
.live-race-section .owl-events .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	color: #888;
	background: #e5e5e5;
	position: absolute;
    top: 35%;
    right: -45px;
}
.live-race-section .row3 .block {
	background-color: #fff;
	box-shadow: 2px 2px 5px #ccc;
}
.live-race-section .row3 .block h4 {
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 15px;
}
.live-race-section .row3 .block p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 24px;
}
.live-race-section .row3 .block a.btn {
	position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 50%;
    background: #64c0ff;
    color: #fff;
    border-radius: 0;
    padding: 8px 15px;
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 0 78px;
}
.live-race-section .row3 .block a.btn:hover {
	background: #007bff;
    text-decoration: none;
	transition: all .3s linear;
}
.live-race-section .row3 .block .block-thumb { /* padding: 0 15px; */ }
.live-race-section .row3 .block .block-info {
	padding: 20px 15px 0;
    text-align: left;
    min-height: 270px;
    position: relative;
}
.live-race-section .row4 { margin-bottom: 8em; }
.live-race-section .row4 .block {
	padding: 40px 30px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 2px 2px 4px #ccc;
}
.live-race-section .row4 .content {
	width: 35%;
    padding-right: 25px;
	border-right: 2px solid #64c0ff;
	display: inline-block;
	vertical-align: top;
}
.live-race-section .row4 .blockimg {
	width: 64%;
	padding-left: 30px;
	display: inline-block;
	vertical-align: top;
}
.live-race-section .row4 h2 {
	font-size: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px;
    display: inline-block;
    vertical-align: top;
}
.live-race-section .row4 h2 strong {
	font-size: 28px;
	font-weight: 700;
	display: block;
}
.live-race-section .row4 p {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 12px;
	line-height: 24px;
}
.live-race-section .row4 a.btn {
	background: #64c0ff;
    color: #fff;
	border-radius: 0;
	padding: 8px 15px;
    text-transform: uppercase;
	display: inline-block;
}
.live-race-section .row4 a.btn:hover {
	background: #007bff;
    text-decoration: none;
	transition: all .3s linear;
}
.live-race-section .row4 .blockimg p {
	font-size: 20px;
	margin-top: 8px;
}
.live-race-section .row7 .block {
	background-image: url("../images/bg-small.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left 0;
	min-height: 390px;
	position: relative;
}
.live-race-section .row7 .block:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 15px;
	width: 97%;
	height: 15px;
	background-color: #ffd8fc;
	z-index: -1;
}
.live-race-section .row7 .block:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 15px;
	width: 97%;
	height: 15px;
	background-color: #ffd8fc;
	z-index: -1;
}

.home-latest-event{

}
.home-latest-event .block{
  position: relative;
  padding: 3em 10em 3em 30em;
}
.home-latest-event .latest-event-thumb{
    position: absolute;
    left: 150px;
    top: 17px;
    width: 290px;
}
.home-latest-event .latest-event-thumb{
  max-width: 100%;
}
.home-latest-event .content{
  position: relative;
}
.home-latest-event .content h2{
  font-size: 20px;
}
.home-latest-event .content h3{
  font-size: 28px;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.home-latest-event .content p{
  margin-bottom: 20px;
}
.home-latest-event .content a{
  width: 127.3px;
  line-height: 50px;
  text-align: center;
  background: #64c0ff;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  display: block;
  margin-top: 20px;
}
.home-latest-event .content a:hover{
  background: #007bff;
  text-decoration: none;
}
.home-latest-event .owl-nav{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-latest-event .owl-nav .owl-next:hover,.home-latest-event .owl-nav .owl-prev:hover{
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.home-latest-event .owl-nav .owl-prev{
  float: left;
  position: relative;
  width: 27.3px;
  height: 30.8px;
  background: #e5e5e5;
  text-align: center;
  left: 20px;
}
.home-latest-event .owl-nav .owl-next{
  float: right;
  position: relative;
  width: 27.3px;
  height: 30.8px;
  background: #e5e5e5;
  text-align: center;
  right: 20px;
}

.live-race-section .feedback-blog-con{position: relative;}
.live-race-section .feedback-blog-con .feedback{position: relative; /*width: 55%;*/ padding: 40px 30px; box-shadow: -2px 2px 10px 2px #eee;float: left;}
.live-race-section .feedback-blog-con .hdr{position: relative;font-size: 25px;margin-bottom: 2em;display: inline-block;}
.live-race-section .feedback-blog-con .hdr::before{content: "";position: absolute;left: 0;bottom: -20px;width: 100px;height: 5px;background: #68b1ff}
.live-race-section .feedback-blog-con .hdr strong{display: block;}
.live-race-section .feedback-blog-con #owl-home-feedback{position: relative;color: #666666;}
.live-race-section .feedback-blog-con #owl-home-feedback .author{position: relative;}
.live-race-section .feedback-blog-con #owl-home-feedback .author figure{position: relative; width: 103px; overflow: hidden; border-radius: 100%; float: left; margin: 0 2em 2em 0;}
.live-race-section .feedback-blog-con #owl-home-feedback .author h3{font-size: 18px; position: relative; margin-bottom: 0;font-weight: bold;padding: 20px 0 0 0}
.live-race-section .feedback-blog-con #owl-home-feedback .author span.career{position: relative;}
.live-race-section .feedback-blog-con #owl-home-feedback .content{position: relative;clear: both;overflow: hidden;}
.live-race-section .feedback-blog-con #owl-home-feedback .content .qoute-icon{width: 34px;}
.live-race-section .feedback-blog-con #owl-home-feedback .content p{position: relative;}
.live-race-section .feedback-blog-con .owl-nav .owl-next:hover,.live-race-section .feedback-blog-con .owl-nav .owl-prev:hover{background: none;color: #007bff;border-color: #007bff;}
.live-race-section .feedback-blog-con .owl-nav .owl-next{width: 27.3px; height: 27.3px; color: #fff; display: inline-block; background: #007bff; text-align: center; vertical-align: top; border: 1px solid transparent;margin-right: 5px}
.live-race-section .feedback-blog-con .owl-nav .owl-prev{width: 27.3px; height: 27.3px; color: #fff; display: inline-block; background: #007bff; text-align: center; vertical-align: top; border: 1px solid transparent;margin-right: 5px}

.live-race-section .feedback-blog-con .home-blog{/*width: 42%;*/ float: right; position: relative;}
.live-race-section .feedback-blog-con .home-blog a.see-more{width: 127.3px; line-height: 50px; text-align: center; background: #64c0ff; font-weight: bold; color: #fff; font-size: 13px; display: block; margin-top: 20px;float: right;}
.live-race-section .feedback-blog-con .home-blog a.see-more:hover{background: #007bff; text-decoration: none;}
.live-race-section .feedback-blog-con .home-blogs-container{position: relative;color: #666}
.live-race-section .feedback-blog-con .home-blogs{position: relative;color: #}
.live-race-section .feedback-blog-con .home-blogs a{position: relative;}
.live-race-section .feedback-blog-con .home-blogs figure{position: relative;display: inline-block;vertical-align: top;width: 140px;height:140px;}
.live-race-section .feedback-blog-con .home-blogs .content{position: relative;display: inline-block;vertical-align: top;width: 58%;padding-left: 10px;}
.live-race-section .feedback-blog-con .home-blogs h3.title{position: relative; font-size: 14px; font-weight: bold;}
.live-race-section .feedback-blog-con .home-blogs p{position: relative;font-size: 12px}
.live-race-section .feedback-blog-con .home-blogs a{position: relative;font-weight: bold;font-size: 14px}

.navbar-expand .fa-bars {
    color:#fff;
}
._DATA_PRIVACY_ h5
{
  padding-left: 0px;
  padding-top: 35px;
  margin-top: 10px;
  font-weight: bold;
}

.term_of_use  h5  {
  padding-left: 14px;
  padding-top: 35px;
  margin-top: 10px;
  font-weight: bold;
}

.term_of_use .col-md-12 {
  margin-bottom:10px;
}
.live-race-section .row3 .block p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
  line-height: 21px;
  overflow: hidden;
  text-overflow:initial;
   display: -webkit-box;
   -webkit-line-clamp:8; /* number of lines to show */
   -webkit-box-orient: vertical;
}


.accordion_about {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion_about-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #3F51B5;
  color: white;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: .1em;
  transition: all .3s;
  text-transform: uppercase;
}

.accordion__item {
    border-bottom: 1px solid #3a4ba4;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: #2D3D99;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f0ab";
  font-family: fontawesome;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #2D3D99;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  
  .accordion_about {
    width: 100%;
  }
}