.container ul li {
    color: #777 !important;
}

.fc-event, .fc-event-dot {
    background-color: #db0018;
}

.fc-event {
    border: 1px solid #db0018;
}

#banner button {
    outline: none;
}

.holder img {
    width: 50% !important;
    margin: 0 auto 5% auto;
}

.footer-section-3 strong.copyrights {
    float: none;
    text-align: center;
    display: inherit;
}

.coach-box .frame:before {
    content: none;
}

.contact-section form button[type="submit"] {
    background-color: #db0018;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    padding: 12px 46px;
    border-radius: 35px;
    color: #fff;
    font: 400 14px 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.contact-section form button[type="submit"]:disabled {
    background-color: #db0018b5;
}

.display-none {
    display: none;
}

.form-group label.error {
    color: red;
    font-size: 12px;
    font-weight: normal;
}

.form-group .g-recaptcha {
    float: left;
    width: 100%;
    height: 90px;
}

/*************************************SLIDER INSIDE THUMBNAIL*************************************/
.thumb-slider {
    margin: 10px 0 30px 0;
}

/* arrows */
.thumb-slider .left.carousel-control,
.thumb-slider .right.carousel-control {
    width: 0;
}

.thumb-slider .left.carousel-control i {
    left: -40px;
    top: 50%;
    transform: translate(0, -50%);
}

.thumb-slider .right.carousel-control i {
    right: -40px;
    top: 50%;
    transform: translate(0, -50%);
}

.thumb-slider .left.carousel-control i,
.thumb-slider .right.carousel-control i {
    color: #000;
    text-shadow: none;
    font-size: 32px;
    width: 32px;
    border-radius: 5px;
    line-height: 26px;
    border: 1px solid rgba(000, 000, 000, 0.2);
    background: rgb(249, 249, 249);
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(237, 237, 237, 1) 98%);
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(237, 237, 237, 1) 98%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(237, 237, 237, 1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
}

.thumb-slider .carousel-control:hover i, {
    background-color: rgba(000, 000, 000, 0.8);
}

/* thumbnails */
.thumb-slider .thumbnail {
    border-radius: 4px;
    text-align: center;
    padding: 20px 10px;
    text-decoration: none;
}

.thumb-slider .thumbnail img {
    margin: 0 auto;
}

.thumb-slider .thumbnail .title {
    padding: 5px;
    font-weight: 500;
    font-size: 18px;
}

.thumb-slider .thumbnail:hover,
.thumb-slider .thumbnail:active,
.thumb-slider .thumbnail:focus {
    border-color: rgba(000, 000, 0000, 0.15);
    box-shadow: 0 0 25px rgba(000, 000, 0000, 0.2);
}

.thumb-slider .thumbnail:hover .title,
.thumb-slider .thumbnail:active .title,
.thumb-slider .thumbnail:focus .title {
    color: #db0018;
}

/*************************************SLIDER INSIDE THUMBNAIL END*************************************/

#banner .owl-prev {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translate(0, -50%);
    bottom: 0;
    width: 50px;
    height: 50px;
}

#banner .owl-next {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translate(0, -50%);
    bottom: 0;
    width: 50px;
    height: 50px;
}

#banner .owl-prev:before,
#banner .owl-next:before {
    line-height: 0;
}