.about-content span {
    color: #00a6e0;
}
.about-content span::before {
    background: #00a6e0;
}
.btn-primary::before, .btn-primary::after {
    background: #00a6e0;
}
.about-content ul li i {
    color: #00a6e0;
}
.section-title span {
    color: #00a6e0;
}
.about-image::before {
    background-image: url();
    background-color: #00a7db;
}
.ec-about-area.pt-100.pb-70 {
    background-image: url(../img/bg.jpg);
    background-position: center center;
}
.ec-about-area.pb-70 {
    background-image: url(../img/bg.jpg);
    background-position: center center;
}
.ec-about-area.pt-100 {
    background-image: url(../img/bg.jpg);
    background-position: center center;
}
section.video-wrap-style-area.pt-100.pb-70 {
    background-image: url(../img/bg.jpg);
    background-position: center center;
}
section.students-gallery-area.pt-100.pb-70 {
    background-image: url(../img/bg.jpg);
    background-position: center center;
}
section.faq-area.ptb-80 {
    background-image: url(../img/bg.jpg);
    background-position: center center;
}
section.contact-area.ptb-80 {
    background-image: url(../img/bg.jpg);
    background-position: center center;
}
section.upcoming-events-area.pt-70.pb-70 {
    background-image: url(../img/bg.jpg);
    background-position: center center;
}
.courses-area::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #05a7dc;
}
.features-style-area.pb-70 {
    padding-top: 100px;
  
}
section.instructor-area.pt-70.pb-70 {
    background-image: url(../img/bg.jpg);
    background-position: center center;
}
.features-style-item .features-image .icon-image {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.1);
    box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.1);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    right: 20px;
    bottom: -20px;
}
.features-style-item .features-image .icon-image img {
    max-width: 40px;
    display: unset;
}
.features-style-item:hover .features-content h3 a {
    color: #00a9da;
}
.single-events .events-content span {
    color: #00a9e0;
}
.single-events .events-content .read-more::before {
    background: #00a9da;
}
.copyright-area {
    background-color: #191945;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.go-top {
    background-color: #191945;
}
.section-title {
    text-align: center;
    margin: 0 auto 0px;
    max-width: 700px;
}
.rs-about-content {
    background-color: #ffffff;
    padding: 55px 45px;
}
.ec-about-content  ul li {
    font-size: 15px;
    padding-left: 10px;
    line-height: 1.8;
    color: #666;
    padding-bottom: 10px;
}
.ec-about-content  ul li::marker {
    content: url('../../assets/img/custom/horse-icon.png');
}
.ec-about-content ul {
    padding-top: 10px;
}

.section-title.with-wrap-style span {
    background-color: #161a43;
    font-size: 12px;
}
.ec-about-content span {
    background-color: #161a43;
    font-size: 12px;
}
.ec-about-content {
    padding-left: 0px;
}
.single-students-gallery-box:hover .img-holder:before {
    opacity: 0.90;
    transform: perspective(400px) translateY(0px) scale(1.0);
    transform-origin: bottom center;
}
.single-students-gallery-box .img-holder:before {
    background-color: #323d6e!important;
}
.single-students-gallery-box .img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--thm-primary);
    z-index: 1;
    opacity: 0;
    transform: perspective(400px) translateY(0px) scale(0.9);
    transform-style: preserve-3d;
    transition: all 500ms ease;
    transform-origin: bottom center;
}
.single-students-gallery-box .img-holder .overlay-content p {
    padding-top: 15px;
    font-size: 14px;
    color: #fff;
}
.single-students-gallery-box .img-holder .overlay-content a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.single-students-gallery-box:hover .img-holder .overlay-content {
    transform: perspective(400px) translateY(0px) scale(1.0);
    transform-origin: bottom center;
    padding: 20px;
}
.single-students-gallery-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-students-gallery-box .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transform: perspective(400px) translateY(0px) scale(0);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom center;
}
.team-wrap-card .team-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px 5px 5px 5px;
    width: 200px;
    margin-bottom: 15px;
}
.team-wrap-card {
    margin-bottom: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-wrap-card .team-image {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.team-wrap-center {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 70px 40px;
}
.team-wrap-center h3 {
    text-align: center;
}
.team-head.text-center h3 {
    font-size: 22px;
}
.faq-accordion .accordion .accordion-item .accordion-content {
    padding: 15px 15px 0;
}
.faq-accordion .accordion .accordion-item .accordion-title:hover, .faq-accordion .accordion .accordion-item .accordion-title.active, .faq-accordion .accordion .accordion-item .accordion-title:focus {
    background: #161a43;
    color: #ffffff;
}
.contact-sidebar .contact-item .icon {
    font-size: 35px;
    color: #00a9da;
}
.contact-sidebar .contact-item .icon {
    font-size: 30px;
    color: #00a9da;
}
.video-wrap-style-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}
.video-wrap-style-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 350px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -1;
}
.video-wrap-image .video-btn {
    background-color: #00abcd;
    top: 38%;
    line-height: 60px;
    color: #ffffff;
    font-size: 25px;
}
.video-wrap-image .video-btn::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.video-wrap-image .video-btn:hover, .video-wrap-image .video-btn:focus {
    color: #ffffff;
    background-color: #161a43;
}
.table-bordered tr td {
    border-width: 0 1px;
   padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight:700;
}
.ec-about-content h5{
    margin-bottom: 15px;
    font-weight: 600;
}
.ec-about-content h6{
    padding-top: 10px;
    font-weight: 600;
}
.semental-nav .navbar .navbar-nav .nav-item a 
{
    font-size: 15.4px;
}
.pb-30
{
    padding-bottom: 30px;
}
.pb-40
{
    padding-bottom: 40px;
}
.pb-50
{
    padding-bottom: 50px;
}
.semental-nav .navbar .navbar-nav .nav-item a:hover, .semental-nav .navbar .navbar-nav .nav-item a:focus, .semental-nav .navbar .navbar-nav .nav-item a.active {
    color: #00a9da;
}
.page-title-content ul li a:hover, .page-title-content ul li a:focus {
    color: #00add7;
}
.video-wrap-image .video-btn 
{
    display: inline-block;
    width: 60px;
    height: 60px;
}
a:hover, a:focus {
    outline: 0;
    color: #00a9da;
    text-decoration: none;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 1;
}
.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.blog-details .article-content .entry-meta li i {
    color: #00abd2;
    margin-right: 3px;
}
.form-control {
    height: 45px;
    font-weight: 500;
    padding: 10px;
    font-size: 15px;
    color: #141414;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #ffffff;
}
.form-control:focus {
    outline: 0;
    background: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #00a7dc;
}
.semental-nav {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.semental-nav .navbar .navbar-nav .nav-item:hover a, .semental-nav .navbar .navbar-nav .nav-item:focus a, .semental-nav .navbar .navbar-nav .nav-item.active a {
    color: #00add7;
}
.horse-society-item .content h3 a:hover {
    color: #00a9da;
}
.ec-about-content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}
.pt-70
{
    padding-top: 70px;
}
.pb-70
{
    padding-bottom: 70px;
}

.tp-bgimg.defaultimg {
    height: 500px !important;
}
div#rev_slider_1078_1 {
    height: 500px!important;
}
.slider-area {
    height: 500px !important;
}
div#rev_slider_1078_1_forcefullwidth {
    height: 500px !important;
}
.top-menu-bar {
    background-color: #00a9da;
    color: #fff;
    height: 40px;
    padding: 10px;
}
.top-menu-bar p{
    line-height: 15px;
}
.top-menu-bar ul li{
    line-height: 15px;
}
@media screen and (max-width: 992px)
{
  .top-menu-bar {
    height: 80px;
    text-align: center;
   }
   .contact-menu ul{
    text-align: center;
   }
}
.contact-menu ul li {
    display: inline-flex;
    padding-right: 15px;
    margin-bottom:0px;
}
.contact-menu ul li a{
    color: #fff;
}
.contact-menu {
    text-align: right;
}
.mean-container a.meanmenu-reveal {
    width: 25px;
    height: 30px;
    padding: 24px 15px 0 0;
    position: absolute;
    right: 0;
    cursor: pointer;
}
@media only screen and (max-width: 767px)
{
.mean-container a.meanmenu-reveal span {
    background-color: #141353;
    position: relative;
    top: 8px;
    margin-top: -8px;
}
}
.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .slider-area .tp-caption.NotGeneric-Title {
        font-size: 18px !important;
        left: unset;
        text-align: center !important;
        width: 100% !important;
    }
}
.widget-area .widget_search form .search-submit {

    background: #00a9d9;
}
.page-title-area::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #1f1a4d;
    opacity: 1;
    z-index: -1;
}