/*
@File: Semental Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Header CSS

** - Footer CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

p {
  color: #666666;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  text-decoration: none;
  color: #141414;
}

a:hover, a:focus {
  outline: 0;
  color: #f1c724;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  height: 100%;
  width: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*btn btn-primary*/
.btn {
  font-weight: 600;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 0;
  line-height: initial;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-transform: uppercase;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  background-color: #141414;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.btn-primary::before, .btn-primary::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  z-index: -1;
  height: 100%;
  background: #f1c724;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-primary::after {
  left: auto;
  right: 0;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #141414;
  color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #141414;
  color: #ffffff;
  border-color: #141414;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #141414;
  color: #ffffff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover::before, .btn-primary:hover::after, .btn-primary:focus::before, .btn-primary:focus::after {
  width: 0;
}

/*owl-carousel-btn*/
.owl-theme .owl-nav {
  line-height: .01;
  margin-top: 30px;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  background: #ffffff !important;
  color: #141414 !important;
  line-height: 40px !important;
  margin: 0 3px;
  outline: 0;
  font-size: 20px !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 3px 0 #dbdbdb;
          box-shadow: 0 6px 3px 0 #dbdbdb;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #f1c724 !important;
  color: #ffffff !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*section-title*/
.section-title {
  text-align: center;
  margin: 0 auto 55px;
  max-width: 700px;
}

.section-title span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #f1c724;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
}

.section-title p {
  margin: 0 auto;
  max-width: 520px;
}

/*form-control*/
.form-group {
  margin-bottom: 12px;
}

.form-group .form-check-label {
  font-weight: 500;
  color: #666666;
}

.form-group .form-check-label a {
  display: inline-block;
  color: #666666;
  font-weight: 500;
}

.form-group .form-check-label a:hover {
  color: #f1c724;
}

label {
  color: #141414;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-control {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  color: #141414;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background: #eeeeee;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.form-control:focus {
  outline: 0;
  background: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #f1c724;
}

textarea.form-control {
  min-height: 120px;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
}

.preloader .loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.preloader .loader img {
  margin-top: -80px;
}

.preloader .loader h2 {
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
}

/*================================================
Navbar Area CSS
=================================================*/
.semental-mobile-nav {
  display: none;
}

.semental-mobile-nav.mean-container .mean-nav ul li a.active {
  color: #f1c724;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.semental-nav {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.semental-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.semental-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.semental-nav .navbar .navbar-nav {
  margin-left: auto;
}

.semental-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.semental-nav .navbar .navbar-nav .nav-item a {
  font-size: 14.4px;
  font-weight: 600;
  color: #141414;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
}

.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: #f1c724;
}

.semental-nav .navbar .navbar-nav .nav-item a i {
  margin-left: -3px;
  font-size: 13px;
}

.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: #f1c724;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 600;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #f1c724;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #f1c724;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  position: relative;
  padding: 0;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 600;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #f1c724;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f1c724;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #f1c724;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #f1c724;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.semental-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.semental-nav .others-options {
  margin-left: 15px;
}

.semental-nav .others-options .btn-primary {
  background-color: #f1c724;
  color: #ffffff;
}

.semental-nav .others-options .btn-primary::before, .semental-nav .others-options .btn-primary::after {
  background: #141414;
}

.semental-nav .others-options .btn-primary:not(:disabled):not(.disabled).active, .semental-nav .others-options .btn-primary:not(:disabled):not(.disabled):active, .show > .semental-nav .others-options .btn-primary.dropdown-toggle {
  background-color: #f1c724;
  color: #ffffff;
  border-color: #141414;
}

.semental-nav .others-options .btn-primary:hover, .semental-nav .others-options .btn-primary:focus {
  background-color: #f1c724;
  color: #ffffff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .30;
  z-index: -1;
}

.item-bg1 {
  background-image: url(../../assets/img/main-banner1.jpg);
}

.main-banner-content {
  max-width: 700px;
}

.main-banner-content span {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}

.main-banner-content h1 {
  color: #ffffff;
  margin-bottom: 22px;
  margin-top: 20px;
  font-size: 52px;
  font-weight: 700;
}

.main-banner-content p {
  color: #ffffff;
  margin-bottom: 35px;
  font-size: 16px;
  max-width: 560px;
  line-height: 1.9;
}

.main-banner-content .btn-primary {
  background-color: #ffffff;
  color: #ffffff;
}

.main-banner-content .btn-primary:not(:disabled):not(.disabled).active, .main-banner-content .btn-primary:not(:disabled):not(.disabled):active, .show > .main-banner-content .btn-primary.dropdown-toggle {
  background-color: #ffffff;
  color: #f1c724;
  border-color: #ffffff;
}

.main-banner-content .btn-primary:hover, .main-banner-content .btn-primary:focus {
  background-color: #ffffff;
  color: #f1c724;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.1);
}

.slider-area {
  overflow: hidden;
}

.slider-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .55;
  z-index: 1;
  visibility: visible;
}

.slider-area .tp-caption.NotGeneric-Title {
  font-family: "Open Sans", sans-serif;
  font-size: 60px !important;
  font-weight: 700 !important;
  line-height: initial !important;
  padding: 0 !important;
}

.slider-area .tp-caption.NotGeneric-SubTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 1.9 !important;
  padding: 0 !important;
  text-align: center !important;
}

.slider-area .btn {
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 15px 30px !important;
  line-height: initial !important;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-image {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-top: 30px;
}

.about-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 90%;
  z-index: -1;
  background-image: url(../../assets/img/shape.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-image img {
  border: 4px solid #FFF;
  width: 90%;
}

.about-content span {
  display: block;
  position: relative;
  color: #f1c724;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.about-content span::before {
  width: 35px;
  height: 2px;
  background: #252423;
  content: '';
  position: absolute;
  left: -42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
}

.about-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}

.about-content ul li {
  display: flex;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-content ul li i {
  color: #f1c724;
  margin-right: 2px;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.horse-box1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.horse-box1 img {
  opacity: .07;
}

.about-inner-area {
  margin-top: 80px;
}

.single-about-inner {
  text-align: center;
}

.single-about-inner .image {
  position: relative;
}

.single-about-inner .image img {
  border-radius: 50%;
  border: 4px solid #eaeaea;
}

.single-about-inner .image .icon {
  width: 85px;
  height: 85px;
  border: 3px solid #ffffff;
  line-height: 79px;
  display: inline-block;
  background-color: #f1c724;
  color: #ffffff;
  border-radius: 50%;
  font-size: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.single-about-inner .content {
  margin-top: 60px;
}

.single-about-inner .content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-about-inner .content p {
  margin-bottom: 20px;
}

.single-about-inner .content .btn-primary {
  border-radius: 30px;
  background-color: transparent;
  color: #f1c724;
  border: 2px solid #f1c724;
}

.single-about-inner .content .btn-primary::before, .single-about-inner .content .btn-primary::after {
  display: none;
}

.single-about-inner:hover .content .btn-primary, .single-about-inner:focus .content .btn-primary {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #141414;
  color: #ffffff;
  border-color: #141414;
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  overflow: hidden;
}

.courses-area .pagination-area {
  margin-bottom: 30px;
}

.courses-area.bg-image {
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
}

.courses-area::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 41.8%;
  z-index: -1;
  background: #f1c724;
}

.courses-area.bg-color-none::before {
  display: none;
}

.courses-area.bg-color-none .single-courses {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.courses-area.bg-color-none .courses-slides {
  margin-bottom: 0;
}

.single-courses {
  margin-bottom: 30px;
}

.single-courses .courses-image {
  overflow: hidden;
}

.single-courses .courses-image img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
}

.single-courses .courses-content {
  background-color: #ffffff;
  padding: 30px;
}

.single-courses .courses-content h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 14px;
}

.single-courses .courses-content p {
  margin-bottom: 22px;
}

.single-courses .courses-content .read-more {
  display: inline-block;
  color: #141414;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
}

.single-courses .courses-content .read-more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f1c724;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.single-courses .courses-content .read-more:hover, .single-courses .courses-content .read-more:focus {
  color: #ffffff;
}

.single-courses .courses-content .read-more:hover::before, .single-courses .courses-content .read-more:focus::before {
  width: 100%;
  border-radius: 0;
}

.single-courses:hover .courses-image img, .single-courses:focus .courses-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.courses-slides {
  margin-bottom: 40px;
}

.courses-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.courses-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 45%;
  margin: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

.horse-box2 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  z-index: -1;
}

.horse-box2 img {
  opacity: .30;
}

/*================================================
Courses Details Area CSS
=================================================*/
.courses-details .article-header {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 30px;
}

.courses-details .article-header .entry-meta {
  padding: 0;
  margin: 0 0 18px;
  list-style-type: none;
}

.courses-details .article-header .entry-meta li {
  display: inline-block;
  color: #666666;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}

.courses-details .article-header .entry-meta li i {
  color: #f1c724;
  margin-right: 3px;
}

.courses-details .article-header .entry-meta li:last-child {
  margin-right: 0;
}

.courses-details .article-header .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.courses-details .article-header .entry-meta li a:hover {
  color: #f1c724;
}

.courses-details .article-header h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.courses-details .article-content {
  padding: 30px 30px 35px;
  border: 1px solid #eeeeee;
  border-top: none;
}

.courses-details .article-content .entry-meta {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.courses-details .article-content .entry-meta li {
  display: inline-block;
  color: #666666;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}

.courses-details .article-content .entry-meta li i {
  color: #f1c724;
  margin-right: 3px;
}

.courses-details .article-content .entry-meta li:last-child {
  margin-right: 0;
}

.courses-details .article-content .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.courses-details .article-content .entry-meta li a:hover {
  color: #f1c724;
}

.courses-details .article-content h3 {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 600;
}

.courses-details .article-content .what-you-will-learn {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.courses-details .article-content .what-you-will-learn li {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
}

.courses-details .article-content .what-you-will-learn li i {
  color: #f1c724;
  font-size: 15px;
  margin-right: 2px;
}

.courses-details .article-content .what-you-will-learn li:last-child {
  margin-bottom: 0;
}

.courses-details .article-img img {
  width: 100%;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area.bg-color {
  background-color: #f1c724;
  padding-bottom: 50px;
}

.single-funfacts {
  margin-bottom: 30px;
  text-align: center;
}

.single-funfacts h2 {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}

.single-funfacts h2 .odometer-formatting-mark {
  display: none;
}

.single-funfacts p {
  line-height: initial;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*================================================
Stallions Area CSS
=================================================*/
.stallions-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-stallions {
  position: relative;
}

.single-stallions img {
  width: 100%;
}

.single-stallions .stallions-content {
  background-color: #ffffff;
  border:1px solid #f3f3f3;
  padding: 20px 0;
  -webkit-box-shadow: 0 6px 3px 0 #dbdbdb;
  box-shadow: 0 6px 3px 0 #dbdbdb;  
}

.single-stallions .stallions-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-stallions .stallions-content p {
  margin-bottom: 15px;
}

.single-stallions .stallions-content .view-details {
  color: #f1c724;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.single-stallions .stallions-content .view-details i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
}

.single-stallions .stallions-content .view-details:hover, .single-stallions .stallions-content .view-details:focus {
  padding-right: 2px;
}

.single-stallions .stallions-content .view-details:hover i, .single-stallions .stallions-content .view-details:focus i {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.stallions-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.stallions-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 45%;
  margin: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.stallions-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

.horse-box3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.horse-box3 img {
  opacity: .14;
}

.horse-box4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.horse-box4 img {
  opacity: .14;
}

/*================================================
Stallions Details Area CSS
=================================================*/
.tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tab .tabs li {
  display: inline-block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #f1c724;
}

.tab .tabs li a {
  color: #666666;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.tab .tabs li a:hover, .tab .tabs li a:focus {
  background-color: #f1c724;
  color: #ffffff;
}

.tab .tabs li.current a {
  background-color: #f1c724;
  color: #ffffff;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.tab .tabs_item .horse-image img {
  width: 100%;
}

.tab .tabs_item .horse-details h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
}

.tab .tabs_item .horse-details .horse-info {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  overflow: hidden;
}

.tab .tabs_item .horse-details .horse-info li {
  float: left;
  width: 45%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}

.tab .tabs_item .horse-details .horse-pedigree {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  overflow: hidden;
}

.tab .tabs_item .horse-details .horse-pedigree li {
  float: left;
  width: 32%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}

.tab .tabs_item .horse-details span {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.tab .tabs_item .horse-details .horse-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.tab .tabs_item .horse-details .horse-features li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  color: #666666;
}

.tab .tabs_item .horse-details .horse-features li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  left: 0;
  background: #f1c724;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tab .tabs_item .horse-details .horse-features li:last-child {
  margin-bottom: 0;
}

.tab .tabs_item .horse-details .btn {
  margin-top: 25px;
}

.tab .tabs_item .horse-details .race-record {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.tab .tabs_item .horse-details .race-record li {
  margin-bottom: 10px;
  color: #666666;
}

.tab .tabs_item .horse-details .race-record li:last-child {
  margin-bottom: 0;
}

.tab .tabs_item .horse-video img {
  width: 100%;
}

.tab .tabs_item .horse-video a h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/video-bg.jpg);
}

.video-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .75;
  z-index: -1;
}

.video-area.bg-image {
  background-image: url(../../assets/img/main-banner5.jpg);
}

.video-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.video-content .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #f1c724;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.video-content .video-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.video-content .video-btn:hover, .video-content .video-btn:focus {
  color: #f1c724;
  background-color: #ffffff;
}

.video-content h3 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 42px;
  font-weight: 700;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*================================================
Process Area CSS
=================================================*/
.process-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../imagens/como-participar.jpg);
}

.process-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .80;
  z-index: -1;
}

.process-area .section-title h2 {
  color: #ffffff;
}

.process-area .section-title p {
  color: #ffffff;
  opacity: .95;
}

.col-lg-4:last-child .single-process::before {
  display: none;
}

.single-process {
  position: relative;
  padding-top: 27px;
  padding-left: 96px;
  padding-bottom: 90px;
}

.single-process::before {
  background-image: url(../../assets/img/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.single-process h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.single-process .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #141414;
  font-size: 30px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  left: 0;
  top: 0;
}

.single-process span {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  background-color: #f1c724;
  color: #ffffff;
  border: 2px solid #ffffff;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  left: 0;
  top: 0;
}

.single-process:hover .icon, .single-process:focus .icon {
  background-color: #f1c724;
  color: #ffffff;
}

/*================================================
Instructor Area CSS
=================================================*/
.instructor-area {
  padding-bottom: 40px;
}

.single-instructor {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.single-instructor .instructor-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  padding-top: 20px;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-left: 15px;
  margin-right: 15px;
}

.single-instructor .instructor-content h3 {
  margin-bottom: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 22px;
  font-weight: 600;
}

.single-instructor .instructor-content span {
  display: block;
  text-transform: uppercase;
  color: #f1c724;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 14px;
  font-weight: 600;
}

.single-instructor .social {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.3) 80%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
}

.single-instructor .social ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -50px;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding-left: 0;
  margin-bottom: 0;
}

.single-instructor .social ul li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}

.single-instructor .social ul li a {
  width: 38px;
  height: 38px;
  line-height: 36px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.single-instructor .social ul li a:hover, .single-instructor .social ul li a:focus {
  border-color: #f1c724;
  background: #f1c724;
}

.single-instructor:hover .social, .single-instructor:focus .social {
  opacity: 1;
  visibility: visible;
}

.single-instructor:hover .social ul, .single-instructor:focus .social ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-instructor:hover .instructor-content, .single-instructor:focus .instructor-content {
  bottom: 31%;
  background: transparent;
}

.single-instructor:hover .instructor-content h3, .single-instructor:focus .instructor-content h3 {
  color: #ffffff;
}

.instructor-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.instructor-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 45%;
  margin: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.instructor-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

/*================================================
Upcoming Events Area CSS
=================================================*/
.upcoming-events-area {
  padding-bottom: 50px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bg2.jpg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-events {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.single-events .events-image {
  overflow: hidden;
}

.single-events .events-image img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-events .events-content {
  background-color: #ffffff;
  padding: 30px 20px;
}

.single-events .events-content span {
  color: #f1c724;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.single-events .events-content h3 {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
}

.single-events .events-content h3 a {
  color: #141414;
}

.single-events .events-content p {
  margin-bottom: 25px;
  margin-top: 15px;
}

.single-events .events-content .read-more {
  display: inline-block;
  color: #141414;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
}

.single-events .events-content .read-more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f1c724;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.single-events .events-content .read-more:hover, .single-events .events-content .read-more:focus {
  color: #ffffff;
}

.single-events .events-content .read-more:hover::before, .single-events .events-content .read-more:focus::before {
  width: 100%;
  border-radius: 0;
}

.single-events:hover .events-image img, .single-events:focus .events-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*================================================
Gallery Area CSS
=================================================*/
.photo-gallery-item {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.photo-gallery-item img {
  -webkit-transition: .9s;
  transition: .9s;
}

.photo-gallery-item .popup-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.photo-gallery-item i {
  position: absolute;
  top: 50%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  font-size: 25px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.photo-gallery-item:hover img, .photo-gallery-item:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.photo-gallery-item:hover i, .photo-gallery-item:focus i {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
  background-attachment: fixed;
}

.single-pricing {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding-bottom: 30px;
}

.single-pricing .pricing-header {
  position: relative;
  z-index: 1;
  padding: 30px 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-pricing .pricing-header.bg1 {
  background-image: url(../../assets/img/main-banner2.jpg);
}

.single-pricing .pricing-header.bg2 {
  background-image: url(../../assets/img/main-banner3.jpg);
}

.single-pricing .pricing-header.bg3 {
  background-image: url(../../assets/img/main-banner4.jpg);
}

.single-pricing .pricing-header.bg4 {
  background-image: url(../../assets/img/about-img.jpg);
}

.single-pricing .pricing-header h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
}

.single-pricing .pricing-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
  opacity: .65;
}

.single-pricing .price {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
}

.single-pricing .price sup {
  font-weight: normal;
}

.single-pricing .features-list {
  margin-bottom: 30px;
}

.single-pricing .features-list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.single-pricing .features-list ul li {
  color: #888888;
  border-top: 1px dashed #eeeeee;
  padding: 10px 0;
  font-size: 14px;
  text-decoration: line-through;
}

.single-pricing .features-list ul li.active {
  color: #666666;
  text-decoration: none;
}

.single-pricing .features-list ul li:last-child {
  border-bottom: 1px dashed #eeeeee;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  padding-bottom: 50px;
}

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
}

.single-blog-post .post-image {
  overflow: hidden;
  position: relative;
}

.single-blog-post .post-image a img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-blog-post .post-image .author {
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-blog-post .post-image .author a {
  background-color: #f1c724;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 600;
}

.single-blog-post .post-content {
  margin-top: 25px;
}

.single-blog-post .post-content span {
  display: block;
  color: #f1c724;
  font-size: 14px;
  font-weight: 600;
}

.single-blog-post .post-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 10px;
}

.single-blog-post .post-content p {
  margin-bottom: 15px;
}

.single-blog-post .post-content .read-more {
  color: #f1c724;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.single-blog-post .post-content .read-more i {
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
}

.single-blog-post .post-content .read-more:hover, .single-blog-post .post-content .read-more:focus {
  padding-right: 2px;
}

.single-blog-post .post-content .read-more:hover i, .single-blog-post .post-content .read-more:focus i {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.single-blog-post:hover .post-image a img, .single-blog-post:focus .post-image a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/main-banner7.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .75;
  z-index: -1;
}

.partner-item {
  position: relative;
  text-align: center;
}

.partner-item a {
  overflow: hidden;
}

.partner-item a img {
  display: inline-block !important;
  width: unset !important;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: .9;
}

.partner-item a img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.partner-item:hover a img:last-child, .partner-item:focus a img:last-child {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.partner-item:hover a img:first-child, .partner-item:focus a img:first-child {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*================================================
Products Area CSS
=================================================*/
.products-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bg2.jpg);
}

.products-area .pagination-area {
  margin-bottom: 30px;
}

.single-products {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border: 5px solid #ffffff;
}

.single-products .products-content {
  padding: 30px 15px;
}

.single-products .products-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.single-products .products-content span {
  display: block;
  margin-bottom: 20px;
  color: #f1c724;
  font-size: 16px;
  font-weight: 600;
}

.single-products .products-content .add-to-cart-btn {
  display: inline-block;
  color: #141414;
  border: 1px solid #141414;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.single-products .sale-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff2d2d;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 2;
}

.single-products .products-image {
  overflow: hidden;
  position: relative;
}

.single-products .products-image img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
}

.single-products .products-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: gray;
  content: '';
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.single-products .products-image ul {
  padding: 0;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.single-products .products-image ul li {
  display: inline-block;
}

.single-products .products-image ul li a {
  display: block;
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.single-products .products-image ul li a:hover, .single-products .products-image ul li a:focus {
  background-color: #f1c724;
  color: #ffffff;
}

.single-products .products-image ul li a:nth-child(1) {
  margin-left: -15px;
}

.single-products .products-image ul li a:nth-child(3) {
  margin-right: -15px;
}

.single-products:hover .products-content .add-to-cart-btn, .single-products:focus .products-content .add-to-cart-btn {
  background-color: #141414;
  color: #ffffff;
}

.single-products:hover .products-image img, .single-products:focus .products-image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-products:hover .products-image::before, .single-products:focus .products-image::before {
  opacity: .40;
  visibility: visible;
}

.single-products:hover .products-image ul, .single-products:focus .products-image ul {
  opacity: 1;
  visibility: visible;
}

.single-products:hover .products-image ul li a:nth-child(1), .single-products:focus .products-image ul li a:nth-child(1) {
  margin-left: 0;
}

.single-products:hover .products-image ul li a:nth-child(3), .single-products:focus .products-image ul li a:nth-child(3) {
  margin-right: 0;
}

.productsQuickView .modal-dialog {
  max-width: 900px;
}

.productsQuickView .modal-content {
  border: none;
  border-radius: 0;
}

.productsQuickView .modal-content button.close {
  position: absolute;
  right: 2%;
  display: inline-block;
  opacity: 1;
  top: 2%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  outline: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.productsQuickView .modal-content button.close span {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.productsQuickView .modal-content button.close:hover, .productsQuickView .modal-content button.close:focus {
  background-color: #f1c724;
  color: #ffffff;
}

.productsQuickView .modal-content button.close:hover span, .productsQuickView .modal-content button.close:focus span {
  color: #ffffff;
}

.productsQuickView .modal-content .products-image {
  overflow: hidden;
}

.productsQuickView .modal-content .products-image img {
  width: 100%;
}

.productsQuickView .modal-content .products-content {
  padding-right: 20px;
}

.productsQuickView .modal-content .products-content p {
  margin-bottom: 20px;
}

.productsQuickView .modal-content .products-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.productsQuickView .modal-content .products-content .price {
  margin-bottom: 15px;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .price span {
  text-decoration: line-through;
  font-weight: normal;
  color: #666666;
}

.productsQuickView .modal-content .products-content form .quantity {
  display: inline-block;
}

.productsQuickView .modal-content .products-content form .quantity input {
  border: 1px solid #eeeeee;
  background: #ffffff;
  height: 45px;
  padding: 15px;
  width: 75px;
  outline: 0;
  font-size: 20px;
}

.productsQuickView .modal-content .products-content form button {
  background: #f1c724;
  color: #ffffff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.productsQuickView .modal-content .products-content form button:hover, .productsQuickView .modal-content .products-content form button:focus {
  background-color: #141414;
  color: #ffffff;
}

.productsQuickView .modal-content .products-content .product-meta {
  margin-top: 15px;
}

.productsQuickView .modal-content .products-content .product-meta span {
  display: inline-block;
  color: #141414;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .product-meta span a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
}

.productsQuickView .modal-content .products-content .product-meta span a:hover, .productsQuickView .modal-content .products-content .product-meta span a:focus {
  color: #f1c724;
}

.products-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.products-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 45%;
  margin: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
}

.products-details .price {
  margin-bottom: 15px;
  font-weight: 600;
}

.products-details .price span {
  text-decoration: line-through;
  color: #666666;
  font-weight: normal;
}

.products-details .availability {
  margin-bottom: 20px;
  font-weight: 600;
}

.products-details .availability span {
  color: #f1c724;
  font-weight: normal;
}

.products-details form .quantity {
  display: inline-block;
  padding-right: 10px;
}

.products-details form .quantity span {
  padding-right: 10px;
  font-weight: 600;
}

.products-details form .quantity input {
  border: 1px solid #eeeeee;
  background: #ffffff;
  height: 45px;
  padding: 15px;
  width: 75px;
  outline: 0;
  font-size: 16px;
}

.products-details form button {
  background: #f1c724;
  color: #ffffff;
  border: none;
  height: 44px;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative;
  top: -1px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 14px;
  font-weight: 600;
}

.products-details form button:hover, .products-details form button:focus {
  background-color: #141414;
  color: #ffffff;
}

.products-details form .add-to-wishlist-btn {
  margin-left: 5px;
  background: transparent;
  color: #141414;
  border: 1px solid #eeeeee;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 45px;
  height: 44px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}

.products-details form .add-to-wishlist-btn:hover, .products-details form .add-to-wishlist-btn:focus {
  background-color: #f1c724;
  color: #ffffff;
  border-color: #f1c724;
}

.products-details .custom-payment-options {
  margin-top: 20px;
}

.products-details .custom-payment-options span {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}

.products-details .products-share-social {
  margin-top: 25px;
}

.products-details .products-share-social span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}

.products-details .products-share-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.products-details .products-share-social ul li {
  display: inline-block;
}

.products-details .products-share-social ul li a {
  width: 35px;
  text-align: center;
  line-height: 33px;
  height: 35px;
  border: 1px solid #f1c724;
  border-radius: 50%;
  color: #f1c724;
}

.products-details .products-share-social ul li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}

.products-details .products-share-social ul li a.facebook:hover {
  background: #4267b2;
  color: #ffffff;
}

.products-details .products-share-social ul li a.twitter {
  border-color: #38A1F3;
  color: #38A1F3;
}

.products-details .products-share-social ul li a.twitter:hover {
  background: #38A1F3;
  color: #ffffff;
}

.products-details .products-share-social ul li a.linkedin {
  border-color: #0077B5;
  color: #0077B5;
}

.products-details .products-share-social ul li a.linkedin:hover {
  background: #0077B5;
  color: #ffffff;
}

.products-details .products-share-social ul li a.instagram {
  border-color: #231F20;
  color: #231F20;
}

.products-details .products-share-social ul li a.instagram:hover {
  background: #231F20;
  color: #ffffff;
}

.products-details .products-share-social ul li a:hover {
  background: #f1c724;
  color: #ffffff;
}

.products-details-tabs {
  margin-top: 40px;
  text-align: center;
}

.products-details-tabs #tabs {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}

.products-details-tabs #tabs li {
  display: inline-block;
  padding: 12px 50px 8px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #eaeaea;
  margin-left: -2px;
  margin-right: -2px;
  font-weight: 600;
  font-size: 14px;
}

.products-details-tabs #tabs li.active {
  background-color: #ffffff;
  position: relative;
}

.products-details-tabs #tabs li.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #f1c724;
}

.products-details-tabs #tabs li.inactive {
  background-color: #eeeeee;
  padding: 12px 50px;
}

.products-details-tabs .content {
  display: none;
}

.products-details-tabs .content.show {
  display: block;
}

.products-details-tabs .content h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.products-details-tabs .content .additional-information {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
  text-align: left;
}

.products-details-tabs .content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #666666;
}

.products-details-tabs .content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.products-details-tabs .content .additional-information li span {
  display: inline-block;
  width: 45%;
}

.products-details-tabs .content .products-reviews {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.products-details-tabs .content .products-reviews p {
  margin-bottom: 0;
}

.products-details-tabs .content .products-reviews h3 {
  font-weight: 600;
}

.products-details-tabs .content .products-reviews .review-form {
  margin-top: 20px;
}

.products-details-tabs .content .products-reviews .review-form p {
  margin-bottom: 0;
}

.products-details-tabs .content .products-reviews .review-form .form-control {
  background: transparent;
}

.products-details-tabs .content .products-reviews .star-source {
  width: 0;
  height: 0;
  margin-top: 5px;
  visibility: hidden;
}

.products-details-tabs .content .products-reviews .star-source svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
  margin-bottom: 10px;
}

.products-details-tabs .content .products-reviews .star-rating label {
  cursor: pointer;
}

.products-details-tabs .content .products-reviews .star-rating label .star {
  color: transparent;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.products-details-tabs .content .products-reviews .star-rating label:hover ~ label .star, .products-details-tabs .content .products-reviews .star-rating svg.star:hover, .products-details-tabs .content .products-reviews .star-rating input[name="star"]:focus ~ label .star, .products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked ~ label .star {
  color: #f2b01e;
}

.products-details-tabs .content .products-reviews .star-rating svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"] {
  display: inline-block;
  width: 0;
  opacity: 0;
  margin-left: -2px;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label {
  -webkit-animation: scaleup 1s;
          animation: scaleup 1s;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label .star {
  -webkit-animation: starred 0.25s;
          animation: starred 0.25s;
}

@-webkit-keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes starred {
  from {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}

@keyframes starred {
  from {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}

.products-image-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 20px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-], .products-image-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: 2px;
  opacity: 1;
  visibility: visible;
}

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .products-image-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 2px;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  font-size: 16px;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 600;
  display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #f1c724;
}

.cart-table table tbody tr td.product-price span {
  font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
}

.cart-table table tbody tr td.product-quantity .form-control {
  background: transparent;
  width: 80px;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 600px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 45px auto 0;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #141414;
  font-weight: 600;
  overflow: hidden;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
  border-top: 3px solid #f1c724;
}

.user-actions span {
  display: inline-block;
  font-weight: 600;
  color: #f1c724;
}

.user-actions span i {
  color: #f1c724;
  margin-right: 2px;
}

.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #141414;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: #f1c724;
}

.checkout-area .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.billing-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.billing-details .form-group label {
  display: block;
  color: #666666;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .form-control {
  background: transparent;
}

.billing-details .form-group select {
  cursor: pointer;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
  color: #666666;
}

.billing-details .form-check label {
  font-size: 14px;
  font-weight: 400;
}

.order-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 15px .75rem;
  font-weight: 600;
  font-size: 15.5px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #f1c724;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #141414;
  font-weight: 600;
}

.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}

.order-details .payment-method p {
  font-size: 14px;
}

.order-details .payment-method p [type="radio"]:checked, .order-details .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #141414;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-method p [type="radio"]:checked + label::before, .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-method p [type="radio"]:checked + label::after, .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #f1c724;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .btn.order-btn {
  display: block;
  margin-top: 25px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  padding-bottom: 50px;
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
  background-attachment: fixed;
}

.feedback-area.extra-pb {
  padding-bottom: 135px;
}

.single-feedback {
  text-align: center;
  margin-bottom: 30px;
}

.single-feedback img {
  display: inline-block !important;
  border-radius: 50%;
  border: 4px solid #f1c724;
  width: 90px !important;
  height: 90px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.single-feedback p {
  font-size: 16px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-feedback .client-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.single-feedback .client-info span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
}

.feedback-slides.owl-theme .owl-item.active.center .single-feedback img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.feedback-slides.owl-theme:hover .owl-nav [class*=owl-], .feedback-slides.owl-theme:focus .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -40px;
}

.feedback-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .feedback-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -40px;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
  background-color: #f1c724;
  margin-top: -165px;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.subscribe-content {
  padding-left: 120px;
}

.subscribe-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: -6px;
}

.subscribe-content form {
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: 15px;
}

.subscribe-content form .form-group {
  float: left;
  margin-bottom: 0;
  width: 29%;
  padding-right: 15px;
}

.subscribe-content form .form-group .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  outline: 0;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 12px;
}

.subscribe-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.subscribe-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.subscribe-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.subscribe-content form .form-group .input-newsletter::placeholder {
  color: #ffffff;
}

.subscribe-content form .validation-danger, .subscribe-content form .validation-success {
  color: #ffffff;
}

.subscribe-content form .btn {
  float: left;
  width: 13%;
}

.subscribe-content form .btn-primary {
  background-color: #ffffff;
  color: #ffffff;
}

.subscribe-content form .btn-primary::before, .subscribe-content form .btn-primary::after {
  background: #141414;
}

.subscribe-content form .btn-primary:not(:disabled):not(.disabled).active:focus, .subscribe-content form .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .subscribe-content form .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.subscribe-content form .btn-primary:not(:disabled):not(.disabled).active, .subscribe-content form .btn-primary:not(:disabled):not(.disabled):active, .show > .subscribe-content form .btn-primary.dropdown-toggle {
  background-color: #ffffff;
  color: #f1c724;
  border-color: #141414;
}

.subscribe-content form .btn-primary:hover, .subscribe-content form .btn-primary:focus {
  background-color: #ffffff;
  color: #f1c724;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
}

.horse-box5 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 225px;
}

.horse-box6 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 174px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #000000;
  opacity: .65;
  z-index: -1;
}

.page-title-area.bg1 {
  background-image: url(../../assets/img/main-banner4.jpg);
}

.page-title-area.bg2 {
  background-image: url(../../assets/img/main-banner2.jpg);
}

.page-title-area.bg3 {
  background-image: url(../../assets/img/main-banner3.jpg);
}

.page-title-area.bg4 {
  background-image: url(../../assets/img/main-banner5.jpg);
}

.page-title-area.bg5 {
  background-image: url(../../assets/img/main-banner6.jpg);
}

.page-title-area.bg6 {
  background-image: url(../../assets/img/main-banner7.jpg);
}

.page-title-content {
  text-align: center;
}

.page-title-content h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.page-title-content ul li {
  display: inline-block;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-left: 12px;
  margin-right: 12px;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li:first-child::before {
  display: none;
}

.page-title-content ul li a {
  color: #ffffff;
}

.page-title-content ul li a:hover, .page-title-content ul li a:focus {
  color: #f1c724;
}

.page-title-content ul li::before {
  font-family: "IcoFont";
  content: "\eaa0";
  position: absolute;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #141414;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #f1c724;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
Sidebar Area CSS
=================================================*/
.widget-area {
  padding-left: 15px;
}

.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: #f8f8f8;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #f1c724;
}

.widget-area .widget_search form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: #f1c724;
  outline: 0;
  border: none;
  color: #ffffff;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: 600;
  font-size: 15px;
}

.widget-area .widget_search form .search-submit:hover {
  background: #141414;
  color: #ffffff;
}

.widget-area .widget_semental_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_semental_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.widget-area .widget_semental_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_semental_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog1.jpg);
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog3.jpg);
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog4.jpg);
}

.widget-area .widget_semental_posts_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_semental_posts_thumb .item .info time {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

.widget-area .widget_semental_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}

.widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 18px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #f1c724;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 18px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #f1c724;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.widget-area .widget_recent_comments ul li span {
  display: inline-block;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
}

.widget-area .widget_archive ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #f1c724;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #f1c724;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.widget-area .widget_categories ul li a {
  display: inline-block;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #f1c724;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .tagcloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px !important;
  padding: 7px 10px;
  border: 1px solid #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  background-color: #f1c724;
  color: #ffffff;
  border-color: #f1c724;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details .article-img img {
  width: 100%;
}

.blog-details .article-header {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 30px;
}

.blog-details .article-header .entry-meta {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.blog-details .article-header .entry-meta li {
  display: inline-block;
  color: #666666;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}

.blog-details .article-header .entry-meta li i {
  color: #f1c724;
  margin-right: 3px;
}

.blog-details .article-header .entry-meta li:last-child {
  margin-right: 0;
}

.blog-details .article-header .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.blog-details .article-header .entry-meta li a:hover {
  color: #f1c724;
}

.blog-details .article-header h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.blog-details .article-content {
  padding: 30px 30px 35px;
  border: 1px solid #eeeeee;
  border-top: none;
}

.blog-details .article-content .entry-meta {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.blog-details .article-content .entry-meta li {
  display: inline-block;
  color: #666666;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}

.blog-details .article-content .entry-meta li i {
  color: #f1c724;
  margin-right: 3px;
}

.blog-details .article-content .entry-meta li:last-child {
  margin-right: 0;
}

.blog-details .article-content .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.blog-details .article-content .entry-meta li a:hover {
  color: #f1c724;
}

.blog-details .article-content .category {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
}

.blog-details .article-content .category li {
  display: inline-block;
  margin-right: 4px;
}

.blog-details .article-content .category li span {
  font-weight: 600;
}

.blog-details .article-content .category li a {
  border: 1px solid #f1c724;
  border-radius: 5px;
  padding: 4px 15px;
  font-size: 13px;
  color: #f1c724;
  position: relative;
  z-index: 1;
}

.blog-details .article-content .category li a::before {
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f1c724;
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.blog-details .article-content .category li a:hover, .blog-details .article-content .category li a:focus {
  color: #ffffff;
}

.blog-details .article-content .category li a:hover::before, .blog-details .article-content .category li a:focus::before {
  opacity: 1;
  visibility: visible;
}

.blog-details .article-content h3 {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 600;
}

blockquote {
  background-color: #fafafa;
  padding: 30px 30px 30px 70px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
}

blockquote::before {
  font-family: "IcoFont";
  content: "\efcd";
  position: absolute;
  left: 30px;
  top: 35px;
  color: #f1c724;
  font-size: 25px;
  font-style: normal;
}

blockquote p {
  font-weight: 600;
}

blockquote cite {
  position: relative;
  padding-left: 17px;
  font-weight: 700;
}

blockquote cite::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f1c724;
  left: 0;
  width: 10px;
  height: 2px;
}

.post-controls-buttons {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #eeeeee;
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-controls-buttons div:first-child {
  float: left;
}

.post-controls-buttons div:last-child {
  float: right;
}

.post-controls-buttons div a {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 11px 20px;
  color: #141414;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
  border-color: #f1c724;
  color: #ffffff;
  background-color: #f1c724;
}

.comments-area .comments-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 25px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  margin-left: 65px;
  color: #141414;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #f1c724;
  color: #f1c724;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #f1c724;
}

.comments-area .comment-meta {
  margin-bottom: .8em;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  top: 5px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.comments-area .comment-metadata a {
  color: #666666;
}

.comments-area .comment-metadata a:hover {
  color: #f1c724;
}

.comments-area .comment-content p {
  font-size: 14px;
}

.comments-area .comment-respond {
  background: #fafafa;
  padding: 30px 25px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.comments-area .comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}

.comments-area .comment-respond .comment-notes {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #141414;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  border-color: #f1c724;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #f1c724;
  border: none;
  color: #ffffff;
  padding: 10.5px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: 600;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  background-color: #141414;
  color: #ffffff;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../../assets/img/coming-soon.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-area::before {
  z-index: -1;
  background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .85;
}

.coming-soon-area .social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 30px;
}

.coming-soon-area .social-list li {
  display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.coming-soon-area .social-list li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f1c724;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 2px;
}

.coming-soon-area .social-list li a svg {
  width: 15px;
}

.coming-soon-area .social-list li a.facebook {
  background-color: #3b5998;
}

.coming-soon-area .social-list li a.twitter {
  background-color: #1da1f2;
}

.coming-soon-area .social-list li a.linkedin {
  background-color: #0077b5;
}

.coming-soon-area .social-list li a.instagram {
  background-color: #c13584;
}

.coming-soon-area .social-list li a:hover, .coming-soon-area .social-list li a:focus {
  background-color: #f1c724;
}

.coming-soon-content {
  text-align: center;
  max-width: 820px;
  margin: -80px auto 0;
}

.coming-soon-content h1 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 700;
}

.coming-soon-content p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  max-width: 620px;
}

.coming-soon-content form {
  position: relative;
  margin: 35px auto 55px;
  max-width: 520px;
}

.coming-soon-content form .email-input {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  padding: 15px 25px;
  font-size: 16px;
  outline: 0 !important;
  background: #f9f9f9;
  color: #666666;
}

.coming-soon-content form .email-input::-webkit-input-placeholder {
  color: #666666;
}

.coming-soon-content form .email-input:-ms-input-placeholder {
  color: #666666;
}

.coming-soon-content form .email-input::-ms-input-placeholder {
  color: #666666;
}

.coming-soon-content form .email-input::placeholder {
  color: #666666;
}

.coming-soon-content form .submit-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 50px;
  background: #f1c724;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  width: 130px;
  outline: 0 !important;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 14px;
  font-weight: 600;
}

.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
  background-color: #141414;
}

.coming-soon-content #timer div {
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  color: #f1c724;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  padding-top: 18px;
  font-size: 40px;
  font-weight: 700;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #ffffff;
  border-radius: 10px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
  display: block;
  padding: 12px 45px 12px 15px;
  text-decoration: none;
  position: relative;
  background: #f5f9ff;
  color: #141414;
  font-size: 18px;
  font-weight: 600;
}

.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: #f1c724;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\ef9a";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 15px 0 0;
  line-height: 1.9;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
  background: #ffffff;
}

.faq-contact h3 {
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 700;
}

.faq-contact form .btn::before, .faq-contact form .btn::after {
  width: 55%;
}

.faq-contact form .btn:hover::before, .faq-contact form .btn:hover::after, .faq-contact form .btn:focus::before, .faq-contact form .btn:focus::after {
  width: 0;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin-top: -70px;
}

.error-content .notfound-404 {
  position: relative;
  height: 280px;
  z-index: -1;
  margin-bottom: 30px;
}

.error-content .notfound-404 h1 {
  font-size: 230px;
  font-weight: 900;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/oops-bg.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.error-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 25px;
}

.error-content p {
  max-width: 550px;
  margin: 0 auto 25px;
}

/*================================================
Login Area CSS
=================================================*/
.login-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../../assets/img/coming-soon.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-area::before {
  z-index: -1;
  background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .8;
}

.login-form {
  background-color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  padding: 40px;
}

.login-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.login-form h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.login-form h3 a {
  display: inline-block;
  color: #141414;
}

.login-form h3 a:hover, .login-form h3 a:focus {
  color: #f1c724;
}

.login-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.login-form .row .col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.login-form .row a {
  background-color: #f1c724;
  color: #ffffff;
  padding: 13px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.login-form .row a.facebook {
  background-color: #3C5A99;
}

.login-form .row a.twitter {
  background-color: #1da1f2;
}

.login-form .row a.google {
  background-color: #ea4335;
}

.login-form .row a:hover, .login-form .row a:focus {
  opacity: .8;
}

.login-form .login-or {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.login-form .login-or span {
  display: block;
  position: absolute;
  left: 50%;
  font-size: 18px;
  top: 12px;
  margin-left: -25px;
  background-color: #ffffff;
  color: #aaaaaa;
  width: 50px;
}

.login-form form .form-group {
  overflow: hidden;
  position: relative;
}

.login-form form .form-group label {
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 50px;
  line-height: 45px;
  border-right: 1px solid #e6dede;
}

.login-form form .form-group .form-control {
  padding-left: 55px;
}

.login-form form .form-group .remember-me {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  line-height: initial;
  color: #666666;
  text-align: left;
  width: 50%;
  margin-top: 5px;
  border-right: none;
}

.login-form form .form-group .remember-me input[type=checkbox] {
  position: relative;
  top: 1px;
}

.login-form form .form-group .forgot-password {
  float: right;
  width: 50%;
  color: #666666;
  text-align: right;
  margin-top: 3px;
}

.login-form form .form-group .forgot-password:hover, .login-form form .form-group .forgot-password:focus {
  color: #f1c724;
}

.login-form form .btn {
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 15px;
  letter-spacing: .5px;
  margin-top: 20px;
}

/*================================================
Sign Up CSS
=================================================*/
.signup-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../../assets/img/coming-soon.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.signup-area::before {
  z-index: -1;
  background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .8;
}

.signup-form {
  background-color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  padding: 40px;
}

.signup-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.signup-form h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.signup-form h3 a {
  display: inline-block;
  color: #141414;
}

.signup-form h3 a:hover, .signup-form h3 a:focus {
  color: #f1c724;
}

.signup-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.signup-form .row .col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.signup-form .row a {
  background-color: #f1c724;
  color: #ffffff;
  padding: 13px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.signup-form .row a.facebook {
  background-color: #3C5A99;
}

.signup-form .row a.twitter {
  background-color: #1da1f2;
}

.signup-form .row a.google {
  background-color: #ea4335;
}

.signup-form .row a:hover, .signup-form .row a:focus {
  opacity: .8;
}

.signup-form .signup-or {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.signup-form .signup-or span {
  display: block;
  position: absolute;
  left: 50%;
  font-size: 18px;
  top: 12px;
  margin-left: -25px;
  background-color: #ffffff;
  color: #aaaaaa;
  width: 50px;
}

.signup-form form .form-group {
  overflow: hidden;
  position: relative;
}

.signup-form form .form-group label {
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 50px;
  line-height: 45px;
  border-right: 1px solid #e6dede;
}

.signup-form form .form-group .form-control {
  padding-left: 55px;
}

.signup-form form .form-group .remember-me {
  position: relative;
  float: left;
  height: 100%;
  line-height: initial;
  color: #666666;
  text-align: left;
  width: 100%;
  margin-top: 5px;
  border-right: none;
}

.signup-form form .form-group .remember-me input[type=checkbox] {
  position: relative;
  top: 1px;
}

.signup-form form .btn {
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 15px;
  letter-spacing: .5px;
  margin-top: 20px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info-box {
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #f7fafd;
  border-radius: 50%;
  font-size: 30px;
  color: #f1c724;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.contact-info-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 12px;
}

.contact-info-box p {
  margin-bottom: 0;
  color: #666666;
}

.contact-info-box p a {
  color: #666666;
}

.contact-info-box p a:hover {
  color: #f1c724;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  color: #ffffff;
  background: #f1c724;
}

#map iframe {
  height: 500px;
  width: 100%;
  margin-bottom: -10px;
}

#contactForm .help-block ul {
  margin: 0;
}

#contactForm .help-block ul li {
  color: red;
}

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin: 20px 0 0;
}

.contact-area .section-title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.contact-area .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.contact-area .section-title h2 {
  margin-bottom: 12px;
}

.contact-sidebar .contact-item {
  position: relative;
  padding-left: 52px;
  margin-bottom: 30px;
}

.contact-sidebar .contact-item:last-child {
  margin-bottom: 0;
}

.contact-sidebar .contact-item .icon {
  font-size: 35px;
  color: #f1c724;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-sidebar .contact-item span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.contact-sidebar .contact-item p {
  margin-bottom: 0;
}

.contact-sidebar .contact-item p a {
  color: #666666;
}

.contact-sidebar .contact-item p a:hover {
  color: #f1c724;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #f7fafd;
  padding-top: 80px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
}

.single-footer-widget .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .social li {
  display: inline-block;
}

.single-footer-widget .social li a {
  color: #ffffff;
  background-color: #141414;
  width: 35px;
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}

.single-footer-widget .social li a:hover, .single-footer-widget .social li a:focus {
  background-color: #f1c724;
  color: #ffffff;
}

.single-footer-widget h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-footer-widget .services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .services-list li {
  margin-bottom: 10px;
}

.single-footer-widget .services-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .services-list li a {
  position: relative;
  color: #666666;
}

.single-footer-widget .services-list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f1c724;
  width: 0;
  height: 2px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.single-footer-widget .services-list li a:hover, .single-footer-widget .services-list li a:focus {
  color: #f1c724;
  padding-left: 10px;
}

.single-footer-widget .services-list li a:hover:before, .single-footer-widget .services-list li a:focus:before {
  width: 5px;
}

.single-footer-widget .contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .contact-info li {
  margin-bottom: 10px;
  color: #666666;
}

.single-footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .contact-info li a {
  display: inline-block;
  color: #666666;
}

.single-footer-widget .contact-info li a:hover, .single-footer-widget .contact-info li a:focus {
  color: #f1c724;
}

.single-footer-widget .contact-info li span {
  font-weight: 600;
}

.single-footer-widget .working-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .working-hours li {
  margin-bottom: 10px;
  color: #666666;
}

.single-footer-widget .working-hours li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .working-hours li span {
  font-weight: 600;
}

.copyright-area {
  background-color: #141414;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area p {
  font-size: 14px;
  color: #f8f8f8;
}

.copyright-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area ul li {
  display: inline-block;
  font-size: 14px;
  margin-left: 17px;
  position: relative;
}

.copyright-area ul li a {
  color: #f8f8f8;
}

.copyright-area ul li a:hover, .copyright-area ul li a:focus {
  color: #f1c724;
}

.copyright-area ul li::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 2px;
  background: #f8f8f8;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

.copyright-area ul li:first-child::before {
  display: none;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 25px;
  right: 15px;
  font-size: 25px;
  color: #ffffff;
  background-color: #f1c724;
  z-index: 4;
  display: none;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.go-top i {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 17px;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 8px;
}

/* Start "Horse Ranch Demo CSS, "Equestrian Club Demo CSS & Horse Riding School Demo CSS" */
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

/*section-title*/
.section-title.with-wrap-style {
  margin: 0 auto 45px;
}

.section-title.with-wrap-style span {
  background-color: #141414;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 20px;
}

.section-title.with-wrap-style h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.all-more-btn {
  text-align: center;
}

.all-more-btn a {
  display: inline-block;
  color: #252423;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #252423;
  height: 90px;
  width: 90px;
  line-height: 90px;
  border-radius: 50px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.all-more-btn a:hover {
  background-color: #252423;
  color: #ffffff;
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar-area-with-position-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navbar-area-with-position-fixed.is-sticky .semental-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area-with-position-fixed .semental-nav {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: transparent;
  padding-top: 25px;
  padding-bottom: 0;
}

.navbar-area-with-position-fixed .semental-nav .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area-with-position-fixed .semental-nav .navbar {
  background-color: #ffffff;
  padding: 15px 25px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav {
  margin: auto;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item a {
  color: #141414;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item a.active {
  color: #252423;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item:focus a, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item.active a {
  color: #252423;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #141414;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #252423;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #252423;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #252423;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #141414;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #252423;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #252423;
}

.navbar-area-with-position-fixed .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #252423;
}

.navbar-area-with-position-fixed .semental-nav .others-options {
  margin-left: 15px;
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item {
  margin-right: 25px;
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item:last-child {
  margin-right: 0;
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item .cart-btn a {
  font-size: 30px;
  color: #141414;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item .cart-btn a:hover {
  color: #252423;
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item .cart-btn a span {
  position: absolute;
  right: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #252423;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item .search-btn {
  font-size: 30px;
  color: #141414;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item .search-btn:hover {
  color: #252423;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item .close-btn {
  font-size: 30px;
  color: #141414;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: none;
  cursor: pointer;
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item .close-btn:hover {
  color: #252423;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item .close-btn.active {
  display: block;
}

.navbar-area-with-position-fixed .semental-nav .others-options .option-item .btn-primary::before, .navbar-area-with-position-fixed .semental-nav .others-options .option-item .btn-primary::after {
  background: #252423;
}

.navbar-area-with-position-relative .semental-nav {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-area-with-position-relative .semental-nav .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav {
  margin: auto;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item a {
  color: #141414;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item a.active {
  color: #252423;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item:focus a, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item.active a {
  color: #252423;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #141414;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #252423;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #252423;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #252423;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #141414;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #252423;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #252423;
}

.navbar-area-with-position-relative .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #252423;
}

.navbar-area-with-position-relative .semental-nav .others-options {
  margin-left: 15px;
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item {
  margin-right: 25px;
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item:last-child {
  margin-right: 0;
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item .cart-btn a {
  font-size: 30px;
  color: #141414;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item .cart-btn a:hover {
  color: #252423;
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item .cart-btn a span {
  position: absolute;
  right: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #252423;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item .search-btn {
  font-size: 30px;
  color: #141414;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item .search-btn:hover {
  color: #252423;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item .close-btn {
  font-size: 30px;
  color: #141414;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: none;
  cursor: pointer;
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item .close-btn:hover {
  color: #252423;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item .close-btn.active {
  display: block;
}

.navbar-area-with-position-relative .semental-nav .others-options .option-item .btn-primary::before, .navbar-area-with-position-relative .semental-nav .others-options .option-item .btn-primary::after {
  background: #252423;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #ffffff;
  z-index: 2;
  right: 12%;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  border-radius: 100px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #666666;
  outline: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 15px 15px 15px 20px;
  border-radius: 30px;
}

.search-overlay.search-popup .search-form .search-input::-webkit-input-placeholder {
  color: #666666;
}

.search-overlay.search-popup .search-form .search-input:-ms-input-placeholder {
  color: #666666;
}

.search-overlay.search-popup .search-form .search-input::-ms-input-placeholder {
  color: #666666;
}

.search-overlay.search-popup .search-form .search-input::placeholder {
  color: #666666;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #252423;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #666666;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #252423;
}

.search-overlay.search-popup .search-form .search-button i {
  font-size: 18px;
  font-weight: bold;
}

/*================================================
Horse Ranch Slides Area CSS
=================================================*/
.horse-ranch-slides-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.horse-ranch-slides-area .say-hello-content {
  position: absolute;
  bottom: 50px;
  right: 55px;
  z-index: 1;
}

.horse-ranch-slides-area .say-hello-content a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.horse-ranch-slides-area .say-hello-content i {
  background-color: #ffffff;
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #141414;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 20px;
}

.horse-ranch-slides-area .say-hello-content:hover i {
  background-color: #252423;
  color: #ffffff;
}

.horse-ranch-slides-item {
  background-image: url(../../assets/img/horse-ranch/slides/slides-bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 290px;
  padding-bottom: 250px;
}

.horse-ranch-slides-item.slides-bg2 {
  background-image: url(../../assets/img/horse-ranch/slides/slides-bg2.jpg);
}

.horse-ranch-slides-item.slides-bg3 {
  background-image: url(../../assets/img/horse-ranch/slides/slides-bg3.jpg);
}

.horse-ranch-slides-item .container-fluid {
  padding-left: 75px;
  padding-right: 45px;
}

.horse-ranch-slides-content {
  max-width: 750px;
}

.horse-ranch-slides-content .sub-title {
  color: #ffffff;
  font-size: 17.2px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.3em;
}

.horse-ranch-slides-content h1 {
  font-size: 80px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 15px;
}

.horse-ranch-slides-content h1 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.horse-ranch-slides-content p {
  margin-bottom: 0;
}

.horse-ranch-slides-content .slides-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.horse-ranch-slides-content .slides-btn li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.horse-ranch-slides-content .slides-btn li:last-child {
  margin-right: 0;
}

.horse-ranch-slides-content .slides-btn li .btn-primary::before, .horse-ranch-slides-content .slides-btn li .btn-primary::after {
  background: #252423;
}

.horse-ranch-slides-content .slides-btn li .video-btn {
  margin-left: 5px;
  font-size: 15.5px;
  font-weight: 600;
  color: #ffffff;
}

.horse-ranch-slides-content .slides-btn li .video-btn i {
  background-color: #ffffff;
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #252423;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.horse-ranch-slides-content .slides-btn li .video-btn:hover i {
  background-color: #252423;
  color: #ffffff;
}

.horse-ranch-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}

.horse-ranch-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 8px;
  padding: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 50px !important;
  color: #ffffff !important;
  background-color: transparent !important;
  line-height: 1;
  height: unset;
  width: unset;
  line-height: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.horse-ranch-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #252423 !important;
}

/*================================================
Features Style Area CSS
=================================================*/
.features-style-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.features-style-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
          box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
  border-radius: 5px;
  border: 1px solid #ffffff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.features-style-card .features-image {
  padding: 10px 10px 0 10px;
}

.features-style-card .features-content {
  padding: 25px;
}

.features-style-card .features-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.features-style-card .features-content h3 a {
  color: #141414;
}

.features-style-card .features-content p {
  margin-bottom: 0;
}

.features-style-card .features-content .read-more-btn {
  position: relative;
  padding: 5.8px 0 5.8px 48px;
  margin-top: 15px;
}

.features-style-card .features-content .read-more-btn span {
  color: #252423;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
}

.features-style-card .features-content .read-more-btn i {
  background-color: #252423;
  height: 35px;
  width: 35px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.features-style-card:hover {
  border: 1px solid #252423;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.features-style-card:hover .features-content h3 a {
  color: #252423;
}

.features-style-card:hover .features-content .read-more-btn span {
  opacity: 1;
  visibility: visible;
}

.features-style-item {
  margin-bottom: 30px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.features-style-item .features-image {
  position: relative;
  z-index: 1;
}

.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.25s;
  transition: 0.25s;
  position: absolute;
  right: 20px;
  bottom: -20px;
}

.features-style-item .features-image .icon-image img {
  max-width: 40px;
}

.features-style-item .features-content {
  padding: 35px 25px 25px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
          box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
}

.features-style-item .features-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.features-style-item .features-content h3 a {
  color: #141414;
}

.features-style-item .features-content p {
  margin-bottom: 15px;
}

.features-style-item .features-content .read-more-btn {
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: 600;
  color: #252423;
}

.features-style-item .features-content.with-small-padding {
  padding: 25px;
}

.features-style-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.features-style-item:hover .features-content h3 a {
  color: #252423;
}

.features-style-shape {
  position: absolute;
  top: 2%;
  left: 5%;
  -webkit-transform: translateY(-2%) translateX(-5%);
          transform: translateY(-2%) translateX(-5%);
  z-index: -1;
}

/*================================================
About Wrap Area CSS
=================================================*/
.about-wrap-area {
  background: #F8F7F5;
}

.about-wrap-content {
  background-color: #ffffff;
  padding: 65px 50px;
  position: relative;
  margin-right: -65px;
}

.about-wrap-content span {
  background-color: #141414;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 20px;
}

.about-wrap-content h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.about-wrap-content p {
  margin-bottom: 0;
}

.about-wrap-content .wrap-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.about-wrap-content .wrap-list li {
  list-style-type: none;
  color: #666666;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
          box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.about-wrap-content .wrap-list li:last-child {
  margin-bottom: 0;
}

.about-wrap-content .wrap-list li i {
  color: #252423;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.about-wrap-content .wrap-list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #252423;
  color: #ffffff;
}

.about-wrap-content .wrap-list li:hover i {
  color: #ffffff;
}

/*================================================
Horse Society Area CSS
=================================================*/
.horse-society-card {
  margin-bottom: 30px;
}

.horse-society-card .horse-society-content {
  position: relative;
  margin-bottom: 30px;
  padding-left: 120px;
}

.horse-society-card .horse-society-content:last-child {
  margin-bottom: 0;
}

.horse-society-card .horse-society-content .icon-image {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  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.25s;
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
}

.horse-society-card .horse-society-content .content h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.horse-society-card .horse-society-content .content h3 a {
  color: #141414;
}

.horse-society-card .horse-society-content .content p {
  margin-bottom: 15px;
}

.horse-society-card .horse-society-content .content .read-more-btn {
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: bold;
  color: #252423;
}

.horse-society-card .horse-society-content:hover .content h3 {
  border-bottom: 1px solid #252423;
}

.horse-society-card .horse-society-image {
  padding-left: 30px;
  padding-right: 30px;
}

.horse-society-wrap-area {
  background-color: #F8F7F5;
}

.horse-society-wrap-area.without-color {
  background-color: transparent;
}

.horse-society-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
          box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-bottom: 30px;
}

.horse-society-item .icon-image {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #F5F8F7;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
}

.horse-society-item .content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.horse-society-item .content h3 a {
  color: #141414;
}

.horse-society-item .content h3 a:hover {
  color: #252423;
}

.horse-society-item .content p {
  margin-bottom: 18px;
}

.horse-society-item .content .read-more-btn {
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: bold;
  color: #252423;
}

.horse-society-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Video Wrap Area CSS
=================================================*/
.video-wrap-area {
  background-image: url(../../assets/img/horse-ranch/video-wrap-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 250px;
}

.video-wrap-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.video-wrap-content .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #141414;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.video-wrap-content .video-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.video-wrap-content .video-btn:hover, .video-wrap-content .video-btn:focus {
  color: #ffffff;
  background-color: #252423;
}

.video-wrap-style-area {
  position: relative;
  z-index: 1;
  background-color: #252423;
}

.video-wrap-style-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #F8F7F5;
  z-index: -1;
}

.video-wrap-image {
  position: relative;
  z-index: 1;
  text-align: center;
}

.video-wrap-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #141414;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.video-wrap-image .video-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.video-wrap-image .video-btn:hover, .video-wrap-image .video-btn:focus {
  color: #ffffff;
  background-color: #252423;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-wrap-inner-box .single-funfacts {
  text-align: start;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.funfacts-wrap-inner-box .single-funfacts::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #252423;
  height: 3.5px;
  width: 55px;
}

.funfacts-wrap-inner-box .single-funfacts h2 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 8px;
}

.funfacts-wrap-inner-box .single-funfacts h2 .small-text {
  font-size: 40px;
  position: relative;
  top: -1px;
  left: -5px;
}

.funfacts-wrap-inner-box .single-funfacts p {
  text-transform: capitalize;
  color: #fff;
}

.funfacts-wrap-inner-box.with-color-black .single-funfacts h2 {
  color: #141414;
}

.funfacts-wrap-inner-box.with-color-black .single-funfacts h2 .small-text {
  color: #141414;
}

.funfacts-wrap-inner-box.with-color-black .single-funfacts p {
  color: #666666;
}

/*================================================
Feedback Wrap Area CSS
=================================================*/
.feedback-wrap-area {
  background-color: #F8F7F5;
}

.feedback-wrap-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.feedback-wrap-card .rating-list {
  padding: 0;
  margin-bottom: 15px;
}

.feedback-wrap-card .rating-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}

.feedback-wrap-card .rating-list li:last-child {
  margin-right: 0;
}

.feedback-wrap-card .rating-list li i {
  color: #FFDC64;
  font-size: 20px;
}

.feedback-wrap-card p {
  margin-bottom: 0;
}

.feedback-wrap-card .info {
  margin-top: 22px;
}

.feedback-wrap-card .info img {
  display: inline-block;
  width: auto;
  max-width: 70px;
}

.feedback-wrap-card .info .title {
  margin-left: 15px;
}

.feedback-wrap-card .info .title h3 {
  font-size: 16.5px;
  font-weight: bold;
  margin-bottom: 0;
}

.feedback-wrap-card .info .title span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

/*================================================
Overview Gallery Area CSS
=================================================*/
.overview-gallery-area {
  overflow: hidden;
}

.overview-gallery-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.overview-gallery-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.overview-gallery-item a {
  display: block;
}

.overview-gallery-item a img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.overview-gallery-item:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*================================================
Blog Wrap Area CSS
=================================================*/
.blog-wrap-area {
  background-color: #F8F7F5;
}

.blog-wrap-area.without-color {
  background-color: transparent;
}

.blog-wrap-card {
  margin-bottom: 30px;
}

.blog-wrap-card .blog-image {
  overflow: hidden;
}

.blog-wrap-card .blog-image a img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.blog-wrap-card .blog-content {
  background-color: #ffffff;
  padding: 25px;
  position: relative;
  margin-top: -40px;
  margin-left: 30px;
}

.blog-wrap-card .blog-content span {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.blog-wrap-card .blog-content span a {
  color: #252423;
  display: inline-block;
}

.blog-wrap-card .blog-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}

.blog-wrap-card .blog-content h3 a {
  color: #141414;
}

.blog-wrap-card .blog-content h3 a:hover {
  color: #252423;
}

.blog-wrap-card .blog-content .read-more-btn {
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.blog-wrap-card .blog-content .read-more-btn:hover {
  color: #252423;
}

.blog-wrap-card .blog-content.with-wrap-color {
  margin-left: 0;
  margin-top: 0;
  background-color: #F8F7F5;
}

.blog-wrap-card:hover .blog-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*================================================
Subscribe Wrap Area CSS
=================================================*/
.subscribe-wrap-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.subscribe-wrap-area.with-before-color {
  position: relative;
  z-index: 1;
}

.subscribe-wrap-area.with-before-color::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F1C724;
  width: 100%;
  height: 200px;
  z-index: -1;
}

.subscribe-wrap-content {
  text-align: center;
  max-width: 670px;
  margin: auto;
}

.subscribe-wrap-content h2 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: bold;
}

.subscribe-wrap-content .newsletter-form {
  max-width: 500px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.subscribe-wrap-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
          box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
  border: none;
  height: 60px;
  padding-left: 30px;
  border-radius: 70px;
  outline: 0;
  color: #A9A9C8;
  font-weight: 500;
  font-size: 15px;
}

.subscribe-wrap-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #A9A9C8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.subscribe-wrap-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #A9A9C8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.subscribe-wrap-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #A9A9C8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.subscribe-wrap-content .newsletter-form .input-newsletter::placeholder {
  color: #A9A9C8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.subscribe-wrap-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-wrap-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-wrap-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #252423;
  color: #ffffff;
  border: none;
  height: 60px;
  padding: 0 35px;
  border-radius: 70px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 60px;
  font-size: 14px;
  font-weight: 700;
}

.subscribe-wrap-content .newsletter-form button:hover {
  background-color: #f1c724;
  color: #ffffff;
}

.subscribe-wrap-content .newsletter-form .validation-danger {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

.subscribe-wrap-inner-box {
  background-color: #252423;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.subscribe-wrap-inner-box .subscribe-wrap-content h2 {
  color: #ffffff;
}

.subscribe-wrap-inner-box .subscribe-wrap-content .newsletter-form button {
  background-color: #A73C20;
  color: #ffffff;
}

.subscribe-wrap-inner-box .subscribe-wrap-content .newsletter-form .validation-danger {
  color: #ffffff;
}

.subscribe-wrap-inner-box .subscribe-wrap-shape1 {
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%) translateX(-5%);
          transform: translateY(-50%) translateX(-5%);
}

.subscribe-wrap-inner-box .subscribe-wrap-shape2 {
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%) translateX(-5%);
          transform: translateY(-50%) translateX(-5%);
}

.subscribe-wrap-shape1 {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) translateX(-10%);
          transform: translateY(-50%) translateX(-10%);
  z-index: -1;
}

.subscribe-wrap-shape2 {
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%) translateX(-15%);
          transform: translateY(-50%) translateX(-15%);
  z-index: -1;
}

/*================================================
Equestrian Club Banner Area CSS
=================================================*/
.equestrian-club-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.equestrian-club-area .container-fluid {
  padding-left: 30px;
  padding-right: 0;
}

.equestrian-club-area .say-hello-content {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 1;
}

.equestrian-club-area .say-hello-content a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.equestrian-club-area .say-hello-content i {
  background-color: #ffffff;
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #141414;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 20px;
}

.equestrian-club-area .say-hello-content:hover i {
  background-color: #252423;
  color: #ffffff;
}

.equestrian-club-content {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 30px;
}

.equestrian-club-content .sub-title {
  color: #252423;
  font-size: 17.2px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.3em;
}

.equestrian-club-content h1 {
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 15px;
}

.equestrian-club-content h1 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.equestrian-club-content p {
  margin-bottom: 0;
}

.equestrian-club-content .banner-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.equestrian-club-content .banner-btn li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.equestrian-club-content .banner-btn li:last-child {
  margin-right: 0;
}

.equestrian-club-content .banner-btn li .btn-primary::before, .equestrian-club-content .banner-btn li .btn-primary::after {
  background: #252423;
}

.equestrian-club-content .banner-btn li .video-btn {
  margin-left: 5px;
  font-size: 15.5px;
  font-weight: 600;
  color: #141414;
}

.equestrian-club-content .banner-btn li .video-btn i {
  background-color: #141414;
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #252423;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.equestrian-club-content .banner-btn li .video-btn:hover i {
  background-color: #252423;
  color: #ffffff;
}

.equestrian-club-image {
  background-image: url(../../assets/img/equestrian-club/banner/banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.equestrian-club-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*================================================
EC About Area CSS
=================================================*/
.ec-about-content {
  padding-left: 35px;
}

.ec-about-content span {
  background-color: #141414;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 20px;
}

.ec-about-content h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.ec-about-content p {
  margin-bottom: 0;
}

.ec-about-content .list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
  max-width: 450px;
}

.ec-about-content .list li {
  list-style-type: none;
  color: #666666;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
          box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.ec-about-content .list li:last-child {
  margin-bottom: 0;
}

.ec-about-content .list li i {
  color: #252423;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.ec-about-content .list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #252423;
  color: #ffffff;
}

.ec-about-content .list li:hover i {
  color: #ffffff;
}

/*================================================
Pricing Plan Area CSS
=================================================*/
.pricing-plan-accordion h3 {
  font-size: 20px;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #252423;
  margin-bottom: 25px;
}

.pricing-plan-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pricing-plan-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 17.5px;
  border: none;
  background: #F5F8F7;
  padding: 25px;
  border-radius: 5px;
}

.pricing-plan-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.pricing-plan-accordion .accordion .accordion-item .accordion-title {
  display: block;
  text-decoration: none;
  position: relative;
  color: #141414;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 700;
}

.pricing-plan-accordion .accordion .accordion-item .accordion-title:hover, .pricing-plan-accordion .accordion .accordion-item .accordion-title.active, .pricing-plan-accordion .accordion .accordion-item .accordion-title:focus {
  color: #252423;
}

.pricing-plan-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #252423;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
}

.pricing-plan-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\eab9";
}

.pricing-plan-accordion .accordion .accordion-item .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 15px 0 0;
  line-height: 1.9;
}

.pricing-plan-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.pricing-plan-content-list {
  padding-left: 30px;
}

.pricing-plan-content-list h3 {
  font-size: 20px;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #252423;
  margin-bottom: 25px;
}

.pricing-plan-content-list .list-box {
  padding: 0;
  margin-bottom: 0;
}

.pricing-plan-content-list .list-box li {
  list-style-type: none;
  display: inline-block;
  background: #F5F8F7;
  padding: 15px 20px;
  border-radius: 5px;
  color: #666666;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.pricing-plan-content-list .list-box li:last-child {
  margin-bottom: 0;
}

.pricing-plan-content-list .list-box li .price {
  color: #252423;
  font-size: 15.5px;
  font-weight: bold;
}

.pricing-plan-content-list .pricing-plan-btn {
  margin-top: 18px;
}

.pricing-plan-content-list .pricing-plan-btn .btn-primary::before, .pricing-plan-content-list .pricing-plan-btn .btn-primary::after {
  background: #252423;
}

/*================================================
Riding School Banner Area CSS
=================================================*/
.riding-school-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #F8F7F5;
  padding-top: 90px;
  padding-bottom: 100px;
}

.riding-school-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.riding-school-area .say-hello-content {
  position: absolute;
  bottom: 45px;
  right: 35px;
  z-index: 1;
}

.riding-school-area .say-hello-content a {
  color: #141414;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.riding-school-area .say-hello-content i {
  background-color: #141414;
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 20px;
}

.riding-school-area .say-hello-content:hover i {
  background-color: #252423;
  color: #ffffff;
}

.riding-school-content .sub-title {
  color: #252423;
  font-size: 17.2px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.3em;
}

.riding-school-content h1 {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 15px;
}

.riding-school-content h1 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.riding-school-content p {
  margin-bottom: 0;
}

.riding-school-content .banner-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.riding-school-content .banner-btn li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.riding-school-content .banner-btn li:last-child {
  margin-right: 0;
}

.riding-school-content .banner-btn li .btn-primary::before, .riding-school-content .banner-btn li .btn-primary::after {
  background: #252423;
}

.riding-school-content .banner-btn li .video-btn {
  margin-left: 5px;
  font-size: 15.5px;
  font-weight: 600;
  color: #141414;
}

.riding-school-content .banner-btn li .video-btn i {
  background-color: #141414;
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #252423;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.riding-school-content .banner-btn li .video-btn:hover i {
  background-color: #252423;
  color: #ffffff;
}

.riding-school-image {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-left: 45px;
  padding-bottom: 18px;
}

.riding-school-image::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 650px;
  height: 730px;
  background-image: url(../../assets/img/riding-school/banner/school-shape.png);
  z-index: -1;
}

.riding-school-image .row .col-lg-6:nth-child(1) .school-image {
  margin-top: 25px;
}

.riding-school-image .row .col-lg-6:nth-child(1) .school-image img {
  border-radius: 100px 100px 0px 0px;
}

.riding-school-image .row .col-lg-6:nth-child(2) .school-image {
  margin-bottom: 25px;
}

.riding-school-image .row .col-lg-6:nth-child(2) .school-image img {
  border-radius: 100px 100px 0px 0px;
}

.riding-school-image .row .col-lg-6:nth-child(3) .school-image {
  margin-top: 25px;
}

.riding-school-image .row .col-lg-6:nth-child(3) .school-image img {
  border-radius: 0px 0px 100px 100px;
}

.riding-school-image .row .col-lg-6:nth-child(3) .school-image .content {
  top: 30px;
  bottom: unset;
}

.riding-school-image .row .col-lg-6:nth-child(4) .school-image img {
  border-radius: 0px 0px 100px 100px;
}

.riding-school-image .row .col-lg-6:nth-child(4) .school-image .content {
  top: 30px;
  bottom: unset;
}

.riding-school-image .school-image {
  position: relative;
}

.riding-school-image .school-image .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.riding-school-image .school-image .content span {
  background: #C9C9C9;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.riding-school-image .school-image .content span:hover {
  background-color: #252423;
}

.riding-school-banner-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*================================================
RS About Area CSS
=================================================*/
.rs-about-image {
  padding-right: 30px;
  position: relative;
}

.rs-about-image .content {
  position: absolute;
  right: 30px;
  top: 35%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

.rs-about-image .content span {
  background: #C9C9C9;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.rs-about-image .content span:hover {
  background-color: #252423;
}

.rs-about-content {
  background-color: #F8F7F5;
  padding: 55px 45px;
}

.rs-about-content span {
  background-color: #141414;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 20px;
}

.rs-about-content h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.rs-about-content p {
  margin-bottom: 0;
}

.rs-about-content .list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.rs-about-content .list li {
  list-style-type: none;
  color: #666666;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
          box-shadow: 0px 4px 20px rgba(71, 113, 188, 0.08);
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.rs-about-content .list li:last-child {
  margin-bottom: 0;
}

.rs-about-content .list li i {
  color: #252423;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.rs-about-content .list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #252423;
  color: #ffffff;
}

.rs-about-content .list li:hover i {
  color: #ffffff;
}

/*================================================
Riding Lessons Area CSS
=================================================*/
.riding-lessons-area {
  position: relative;
  z-index: 1;
}

.riding-lessons-area::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #252423;
  top: 0;
  left: 0;
  z-index: -1;
}

.riding-lessons-area::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #F8F7F5;
  top: 0;
  right: 0;
  z-index: -1;
}

.riding-lessons-content {
  padding-right: 35px;
}

.riding-lessons-content span {
  background-color: #ffffff;
  color: #252423;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 2px;
}

.riding-lessons-content h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #ffffff;
}

.riding-lessons-content p {
  margin-bottom: 0;
  color: #fff;
}

.riding-lessons-content .lessons-inner-content {
  position: relative;
  margin-top: 30px;
  padding-left: 120px;
  max-width: 485px;
}

.riding-lessons-content .lessons-inner-content:last-child {
  margin-bottom: 0;
}

.riding-lessons-content .lessons-inner-content .icon-image {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background: #141414;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
}

.riding-lessons-content .lessons-inner-content .content h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(242, 242, 242, 0.04);
  margin-bottom: 15px;
  padding-bottom: 20px;
  color: #ffffff;
}

.riding-lessons-content .lessons-inner-content .content p {
  margin-bottom: 0;
}

.riding-lessons-image {
  position: relative;
  z-index: 1;
  padding-left: 40px;
}

.riding-lessons-image .content {
  position: absolute;
  right: 80px;
  bottom: 35%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

.riding-lessons-image .content span {
  background: #C9C9C9;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.riding-lessons-image .content span:hover {
  background-color: #252423;
}

/*================================================
Team Wrap Area CSS
=================================================*/
.team-wrap-area {
  background-color: #F8F7F5;
}

.team-wrap-card {
  margin-bottom: 30px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.team-wrap-card .team-image {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.team-wrap-card .team-image img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 5px 5px 0 0;
}

.team-wrap-card .team-image .team-social {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
}

.team-wrap-card .team-image .team-social li {
  display: inline-block;
  margin-right: 5px;
}

.team-wrap-card .team-image .team-social li:last-child {
  margin-right: 0;
}

.team-wrap-card .team-image .team-social li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #252423;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.team-wrap-card .team-image .team-social li a i:hover {
  background-color: #ffffff;
  color: #252423;
}

.team-wrap-card .team-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 0 0 5px 5px;
}

.team-wrap-card .team-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.team-wrap-card .team-content span {
  color: #252423;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
}

.team-wrap-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.team-wrap-card:hover .team-image .team-social {
  opacity: 1;
  visibility: visible;
}

/*================================================
Footer Wrap Area CSS
=================================================*/
.footer-wrap-area {
  background-color: #F1C724;
}

.footer-wrap-area .single-footer-widget {
  margin-bottom: 30px;
}

.footer-wrap-area .single-footer-widget p {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .social li a {
  font-size: 1.25em;
  color: #252423;
  background: rgba(255, 255, 255, 0.25);
}

.footer-wrap-area .single-footer-widget .social li a:hover, .footer-wrap-area .single-footer-widget .social li a:focus {
  background-color: #252423;
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget h3 {
  color: #252423;
}

.footer-wrap-area .single-footer-widget .services-list li {
  margin-right: 5px;
}

.footer-wrap-area .single-footer-widget .services-list li:last-child {
  margin-right: 0;
}

.footer-wrap-area .single-footer-widget .services-list li a {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .services-list li a::before {
  background: #252423;
}

.footer-wrap-area .single-footer-widget .services-list li a:hover, .footer-wrap-area .single-footer-widget .services-list li a:focus {
  color: #252423;
}

.footer-wrap-area .single-footer-widget .contact-info li {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .contact-info li a {
  color: #252423;
}

.footer-wrap-area .single-footer-widget .contact-info li a:hover, .footer-wrap-area .single-footer-widget .contact-info li a:focus {
  color: #fff;
}

.footer-wrap-area .single-footer-widget .contact-info li span {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .working-hours li {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .working-hours li span {
  color: #ffffff;
}

.footer-wrap-area .copyright-area {
  background: #000000;
  margin-top: 70px;
}

.footer-wrap-area .copyright-area ul li a {
  color: #f8f8f8;
}

.footer-wrap-area .copyright-area ul li a:hover, .footer-wrap-area .copyright-area ul li a:focus {
  color: #252423;
}

/* End "Horse Ranch Demo CSS, "Equestrian Club Demo CSS & Horse Riding School Demo CSS" */
/*# sourceMappingURL=style.css.map */