@charset "UTF-8";

/*** RTL websites ***/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  direction: rtl;
  text-align: right;
  font-size: 16px;
  font-family: El Messiri;
}

ol,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.btn-search {
  display: inline-block;
  padding: 5px 6px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  height: auto;
  background-color: #8e857b;
  color: #fff;
  position: absolute;
  right: 13px;
  top: 23px;
  cursor: pointer;
  line-height: 0;
  left: 13px;
  right: auto;
  top: 18px;
}

.btn-hamberger {
  display: inline-block;
  padding: 0px 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  height: auto;
  color: #ffffff;
  background: #BF214D;
  font-size: 20px;
  display: none;
  height: 34px;
  width: 33px;
}

@media screen and (max-width: 991px) {
  .btn-search {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
    margin: 15px 15px 0 0;
    height: 34px;
    width: 34px;
    padding: 9px 6px;
  }

  .btn-hamberger {
    position: relative;
    display: inline-block;
    margin: 15px 10px 0 0;
  }

  .btn-hamberger .fa-bars {
    line-height: 1.7;
  }
}

.btn {
  border-radius: 3px;
  padding: 0.6rem 1rem;
  font-weight: 700;
}

.btn i {
  padding: 0 0 0 10px;
}

.btn i.fa-chevron-left::before {
  content: "";
}

.btn-outline-primary {
  color: #BF214D;
  border-color: #BF214D;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background-color: #BF214D;
  border-color: #BF214D;
  color: #ffffff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-primary {
  background-color: #BF214D;
  border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #BF214D;
}

.btn-secondary {
  background-color: #4197A8;
  border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  background-color: #4197A8;
}

.btn-media {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .btn-media {
    padding: 10px 0;
  }
}

.btn-media a {
  display: inline-block;
  margin: 5px;
  width: 370px;
  padding: 20px;
  height: 130px;
  line-height: 84px;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  font-size: 32px;
  color: #000000;
  text-align: left;
}

.btn-media a:hover {
  text-decoration: none;
}

.btn-media a img {
  float: right;
  margin: 0;
}

@media (max-width: 991px) {
  .btn-media a {
    width: auto;
    height: auto;
    line-height: 45px;
    font-size: 20px;
    min-width: 200px;
  }

  .btn-media a img {
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
  }
}

.container {
  max-width: 1440px;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

.page-content {
  width: 100%;
  overflow-y: hidden;
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  left: 40px;
  display: none;
  text-indent: -9999px;
  background: url(../images/placeholder/top_arrow.svg) no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: #BF214D;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .scrollup {
    width: 40px;
    height: 40px;
    background-size: 14px;
  }
}

.banner-inner {
  position: relative;
}

.banner-inner__image {
  max-height: 65vh;
  overflow: hidden;
}

.banner-inner__image img {
  width: 100%;
}

.banner-inner__heading {
  background: rgba(191, 33, 77, 0.85);
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
}

.banner-inner__heading h1 {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 30px;
  vertical-align: middle;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-inner__heading p {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
}

.breadcrumb-holder {
  padding: 20px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}

.breadcrumb-holder .container {
  position: relative;
}

.breadcrumb-holder .container::after {
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  left: 15px;
  bottom: 0;
  border-bottom: 1px solid #e0e0e1;
  content: "";
}

.breadcrumb-wraper .breadcrumb {
  padding: 20px 0 30px;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 15px;
  color: #767778;
}

.breadcrumb-wraper .breadcrumb a {
  color: #767778;
  text-transform: capitalize;
}

.breadcrumb-wraper .breadcrumb .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

.breadcrumb-wraper .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  background-color: #5b5b5c;
  color: #ffffff;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  padding: 0;
  margin: 5px 1px 0 8px;
  font-size: 11px;
  font-family: arial;
  flex-shrink: 0;
}

.share {
  padding: 16px 0;
}

.share a {
  font-size: 20px;
  color: #000;
}

.share a:hover {
  color: #BF214D;
}

.share .dropdown {
  display: inline-block;
  margin: 0 10px 0 16px;
  position: relative;
}

.share .dropdown+.dropdown::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #000000;
  content: "|";
  position: absolute;
  left: -17px;
  top: 1px;
  right: -17px;
  left: auto;
  padding-left: 0.5rem;
  padding-right: 0;
}

.share .dropdown-menu {
  min-width: 150px;
  width: 100%;
}

.share .dropdown-menu a {
  font-size: 14px;
  padding: 2px 12px;
  line-height: 20px;
  margin-bottom: 7px;
  filter: grayscale(100%);
}

.share .dropdown-menu a:hover {
  filter: grayscale(0);
  opacity: 1;
}

.share .dropdown-menu a span {
  height: 20px;
  line-height: 20px;
  padding: 3px;
  width: 20px;
}

.share .dropdown.show {
  display: inline-block !important;
}

.content-area {
  position: relative;
  overflow: hidden;
  padding: 20px 0 60px;
}

@media (max-width: 767px) {
  .content-area {
    padding: 0 0 30px;
  }
}

.content-area .container {
  z-index: 2;
  position: relative;
}

.content-area-detailslist {
  max-width: 365px;
  font-weight: 700;
  font-size: 17px;
  padding: 0 0 10px;
}

.content-area-detailslist i {
  margin: 0 0 0 10px;
}

@media (max-width: 350px) {
  .content-area-detailslist i {
    margin: 0 0 0 6px;
  }
}

@media (max-width: 390px) {

  .content-area-detailslist dt,
  .content-area-detailslist dd {
    font-size: 14px;
  }
}

.content-area-detailslist dd.text-primary {
  margin: 0;
}

@media (max-width: 767px) {
  .content-area-detailslist dd.text-primary {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .content-area-detailslist .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.content-area-social {
  padding: 0 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-area .content-area-social img {
  margin: 0;
}

.content-area-image {
  background-color: #F8F8F8;
  padding: 1px 0;
  margin: 0 0 30px;
}

.content-area::after {
  content: "";
  position: absolute;
  bottom: -3.5vw;
  left: 0;
  width: 30vw;
  height: 28vw;
  background: url(../images/bg/generic-pattern-1.png) transparent no-repeat center left/cover;
  z-index: 1;
  pointer-events: none;
  width: 15vw;
  height: 18vw;
  transform: scaleX(-1);
}

.content-area h2 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #BF214D;
}

@media (max-width: 767px) {
  .content-area h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.content-area h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #BF214D;
}

@media (max-width: 767px) {
  .content-area h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

.content-area h4 {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.content-area p {
  font-size: 17px;
  line-height: 1.4;
}

.content-area p a {
  color: #BF214D;
}

.content-area p a:hover {
  text-decoration: underline;
}

.content-area ul {
  font-size: 17px;
  line-height: 1.4;
  margin: 10px 0 20px 0;
}

.content-area ul li {
  background: url(../images/bg/li-icon-pink.png) transparent no-repeat;
  background-size: 14px;
  background-position: left 3px;
  margin: 0 0 15px 0;
  padding-left: 25px;
  background-position: right 3px;
  padding-right: 25px;
  padding-left: 0;
}

.content-area ul li li {
  background-position: left 7px;
  background-size: 11px;
  background-position: right 7px;
}

.content-area img {
  margin: 0 15px 10px 0;
}

.content-area img.mx-auto {
  margin: 30px 15px 50px 0;
}

@media (max-width: 1320px) {
  .content-area img.mx-auto {
    margin: 30px 15px 30px 0;
  }
}

.content-area img.float-right {
  float: left !important;
}

.discover {
  background: #f0f1f2 url(../images/bg/pattern-discover.png) repeat-x -15px bottom;
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 1320px) {
  .discover {
    padding: 60px 0 80px;
  }
}

@media (max-width: 767px) {
  .discover {
    padding: 20px 0 60px;
  }
}

.discover .container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1320px) {
  .discover .container {
    flex-direction: column;
  }
}

.discover__text h3 {
  margin: 0 0 1rem;
  line-height: 1.2;
  font-size: 50px;
  font-weight: 700;
  color: #4d2e20;
  text-transform: uppercase;
  max-width: 96%;
}

@media (max-width: 1320px) {
  .discover__text h3 {
    text-align: center;
    max-width: none;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .discover__text h3 {
    font-size: 25px;
  }
}

.discover__text p {
  width: 80%;
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 1320px) {
  .discover__text p {
    text-align: center;
    width: auto;
  }
}

.discover__links ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 1320px) {
  .discover__links ul {
    flex-wrap: wrap;
  }
}

.discover__links li {
  position: relative;
  margin-right: -13px;
  text-align: center;
  color: #000;
  vertical-align: top;
  transition: opacity 0.4s ease;
}

@media (max-width: 1320px) {
  .discover__links li {
    margin: 5px 5px 15px;
  }
}

.discover__links li:hover {
  z-index: 1;
}

.discover__links li img {
  opacity: 0.8;
  transition: opacity 0.4s ease;
  max-width: 150px;
}

@media (max-width: 767px) {
  .discover__links li img {
    max-width: 110px;
  }
}

.discover__links li a:hover {
  text-decoration: none;
}

.discover__links li a:hover img {
  opacity: 1;
}

.discover__links li a span {
  display: block;
  margin: 5px auto 0;
  width: 6rem;
  word-break: keep-all;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 767px) {
  .discover__links li a span {
    font-size: 0.8rem;
  }
}

.instagram-wrapper .socialmedia-feed__list {
  max-height: 440px;
}

.instagram-wrapper figure {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 12px;
}

.instagram-wrapper figure img {
  margin-bottom: 12px;
}

.socialmedia-feed {
  padding: 40px 0 20px;
  overflow: hidden;
}

.socialmedia-feed__list {
  max-height: 500px;
  overflow: auto;
  margin-bottom: 20px;
  text-align: center;
}

.socialmedia-feed__list>img {
  width: 100%;
}

.withline {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #4d2e20;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .withline {
    font-size: 17px;
  }
}

.withline:after,
.withline:before {
  content: "";
  position: static;
  display: inline-block;
  vertical-align: middle;
  top: 0.8rem;
  height: 1px;
  width: 15vw;
  background: #8d1738;
}

@media (max-width: 517px) {

  .withline:after,
  .withline:before {
    width: 8.5vw;
  }
}

.withline:after {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-left: 0;
}

@media (max-width: 517px) {
  .withline:after {
    margin-left: 0.4rem;
  }
}

@media (max-width: 517px) {
  .withline:after {
    margin-right: 0.4rem;
  }
}

.withline:before {
  margin-right: 2rem;
  margin-right: 0;
  margin-left: 2rem;
}

@media (max-width: 517px) {
  .withline:before {
    margin-right: 0.4rem;
  }
}

@media (max-width: 517px) {
  .withline:before {
    margin-left: 0.4rem;
  }
}

.dark-bg,
.dark-bg .withline center {
  background-color: #efeff0;
}

.partners-holder {
  padding: 40px 0 20px;
}

.partners-holder a {
  display: block;
  margin: 0 auto;
  padding: 0.5rem;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e0e0e1;
  margin-bottom: 20px;
}

.partners-holder a img {
  margin: 0 auto;
  max-width: 100%;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  padding: 1.3rem 0;
}

.partners-holder.dark-bg a img {
  padding: 0.5rem 0;
}

::-webkit-scrollbar {
  width: 10px;
  /* for vertical scrollbars */
  height: 10px;
  /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: #CCC8C3;
}

::-webkit-scrollbar-thumb {
  background: #91847B;
  border-radius: 2px;
}

div:focus,
span:focus,
img:focus {
  outline: none;
}

.search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(243, 243, 234, 0.95);
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  display: none;
}

.search-open .search-holder {
  display: flex;
}

.search-holder .close {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 40px;
  left: 50px;
  right: auto;
}

.search-holder__inner {
  width: 50vw;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 991px) {
  .search-holder__inner {
    width: 80vw;
  }
}

.search-holder__inner label {
  display: block;
}

.search-holder__inner .search-input {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
  color: #8f857b;
  padding: 10px 0 10px 40px;
  border: 3px;
  font-size: 30px;
  white-space: nowrap;
  outline: 0;
  box-shadow: 0 5px 0 0 #bfbbb3;
  transition: box-shadow 0.4s ease;
}

@media (max-width: 767px) {
  .search-holder__inner .search-input {
    font-size: 26px;
    color: #8f857b;
  }
}

.search-holder__inner .btn-search__submit {
  content: "";
  height: 30px;
  right: 0;
  top: 20px;
  text-indent: -9999px;
  width: 40px;
  border: none;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  background: transparent url(../images/placeholder/icon-search.svg) no-repeat center center;
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

@media screen and (max-width: 991px) {
  .banner-inner__heading {
    padding: 15px 0;
  }

  .banner-inner__heading h2 {
    font-size: 40px;
  }

  .banner-inner__heading p {
    font-size: 16px;
  }

  .content-area p {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .banner-inner__heading {
    position: relative;
    background: #BF214D;
  }

  .banner-inner__heading h1 {
    font-size: 25px;
  }
}

.text-primary {
  color: #BF214D !important;
}

.slick-slider {
  position: relative;
}

.slick-dots {
  text-align: center;
  padding: 40px 0 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slick-dots li button {
  border: 0;
  background: #000;
  display: inline-block;
  height: 14px;
  width: 14px;
  padding: 0;
  outline: 0;
  color: transparent;
  cursor: pointer;
  border-radius: 20px;
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: #8d1738;
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  display: block;
  top: 30%;
  padding: 30px 30px;
  opacity: 0.5;
  z-index: 5;
  border: 0;
  text-indent: -9999px;
  transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease, padding 0.4s ease;
}

.slick-arrow:focus {
  border: 0;
  outline: 0px auto -webkit-focus-ring-color;
}

.home-announcement-holder .slick-arrow {
  padding: 10px 20px;
  background-size: 15px;
  top: 35%;
}

.slick-prev {
  left: 20px;
  background: rgba(255, 255, 255, 0.4) url(../images/bg/left-arrow.svg) no-repeat center center;
  background-size: 30px;
}

.slick-prev:hover {
  opacity: 0.9;
}

.slick-next {
  right: 20px;
  background: rgba(255, 255, 255, 0.4) url(../images/bg/right-arrow.svg) no-repeat center center;
  background-size: 30px;
}

.slick-next:hover {
  opacity: 0.9;
}

.middle-btn {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.middle-btn .round-btn {
  display: inline-block;
  padding: 10px 47px;
  border-radius: 30px;
  color: #BF214D;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #BF214D;
  text-decoration: none;
}

.middle-btn .round-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  z-index: -2;
  border-color: #BF214D;
}

.middle-btn .round-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #BF214D;
  transition: all 0.3s;
  border-radius: 30px;
  z-index: -1;
}

.middle-btn .round-btn:hover {
  background-color: #BF214D;
  border-color: #BF214D;
  color: #ffffff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.middle-btn .round-btn:hover::before {
  width: 100%;
}

.content-area-social .fb-like.fb_iframe_widget {
  width: 91px;
  height: 20px;
  transform: scale(1.25);
  height: 26px;
  margin-left: 4px;
}

.content-area-social .fb-like.fb_iframe_widget span {
  width: 92px !important;
  height: 21px !important;
}

.content-area-social .fb-like.fb_iframe_widget span iframe {
  width: 92px;
  height: 21px;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(70, 70, 70, 0.98);
  z-index: 9999;
  display: block;
}

.loader::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/logo/logo-black.png);
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 170px;
  animation: filter 5s infinite;
}

@keyframes filter {
  0% {
    filter: brightness(0);
  }

  50% {
    filter: brightness(50);
  }

  100% {
    filter: brightness(0);
  }
}

.ajax-progress-fullscreen,
[dir=rtl] .ajax-progress-fullscreen {
  z-index: 1000;
  padding: 0;
  opacity: 1;
  border-radius: 0;
  background-color: #232323;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  width: 100%;
  height: 100%;
  right: auto;
  left: 0;
  top: 0;
  background: rgba(70, 70, 70, 0.4);
  z-index: 9999;
  display: block;
}

.ajax-progress-fullscreen::after,
[dir=rtl] .ajax-progress-fullscreen::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/logo/logo-black.png);
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50px, -50px);
  width: 160px;
  height: 170px;
  animation: filter 2s infinite;
}

@keyframes filter {
  0% {
    filter: brightness(0);
  }

  50% {
    filter: brightness(50);
  }

  100% {
    filter: brightness(0);
  }
}

.no-results {
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
}

.no-results p {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.no-results p i {
  font-size: 22px;
  margin-right: 10px;
  color: #BF214D;
}

@media screen and (max-width: 420px) {
  .fancybox-container .fancybox-slide--video {
    padding: 8px;
  }

  .fancybox-container .fancybox-slide--video .fancybox-content {
    width: 100% !important;
    padding: 8px;
  }
}

.table thead th {
  vertical-align: middle;
  border-bottom: none;
}

.table td,
.table th {
  border-top: none;
  border: 1px solid #dee2e6;
  vertical-align: middle;
}

.content-area [data-align=right] {
  margin: 0 auto 0 0;
  display: block;
}

.content-area [data-align=center] {
  margin: 0 auto;
  display: block;
}

.content-area [data-align=left] {
  margin: 0 0 0 auto;
  display: block;
}

.animatable {
  visibility: hidden;
  animation-play-state: paused;
}

.animated {
  visibility: visible;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-play-state: running;
}

.image-cover {
  position: relative;
}

.image-cover:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    transform: translateX(20px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeBgColor {
  0% {
    background: none;
  }

  70% {
    background: none;
  }

  100% {
    background: #464646;
  }
}

@keyframes image-cover {
  0% {
    height: 40%;
  }

  100% {
    height: 0%;
  }
}

.animated.animationDelay {
  animation-delay: 0.4s;
}

.animated.animationDelayMed {
  animation-delay: 1.2s;
}

.animated.animationDelayLong {
  animation-delay: 1.6s;
}

.animated.fadeBgColor {
  animation-name: fadeBgColor;
}

.animated.bounceIn {
  animation-name: bounceIn;
}

.animated.bounceInRight {
  animation-name: bounceInRight;
}

.animated.bounceInLeft {
  animation-name: bounceInLeft;
}

.animated.fadeIn {
  animation-name: fadeIn;
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

.animated.moveUp {
  animation-name: moveUp;
}

.animated.image-cover:after {
  animation-name: image-cover;
  animation-duration: 1s;
}

.header {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
  background-image: url(../images/bg/header-pattern-1.png);
  background-position: 0 11px;
  background-repeat: repeat-x;
}

.header .container {
  position: relative;
}

.header .col-auto {
  position: unset;
}

.logo-holder {
  display: block;
  max-width: 280px;
  position: relative;
  margin: 10px 0;
}

body .header-watch {
  position: relative;
  z-index: 2;
  left: 0;
  top: auto;
  bottom: auto;
  transform: none;
  text-align: center;
}

body .header-watch iframe {
  border: 0;
  height: 140px;
  width: 130px;
  position: absolute;
  right: 0;
  top: 0px;
  transform: scale(0.7);
}

@media (max-width: 991px) {
  body .header-watch iframe {
    transform: scale(0.6);
    top: -5px;
  }
}

@media (max-width: 767px) {
  body .header-watch iframe {
    right: -36px;
    top: -22px;
    transform: scale(0.5);
  }
}

body .header-watch img {
  display: block;
  right: 36px;
  position: relative;
  height: 15px;
  margin: 0;
  top: 15px;
}

@media (max-width: 767px) {
  body .header-watch img {
    top: 6px;
    right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  body .nav-main>ul>li {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  body .nav-main>ul>li {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body .logo-holder img {
    height: 60px;
  }
}

@media (max-width: 382px) {
  body .logo-holder img {
    height: 40px;
    margin: 10px 0;
  }
}

@media (max-width: 382px) {
  body .btn-hamberger {
    margin-right: 5px;
    width: 30px;
  }

  body .btn-search {
    width: 30px;
  }
}

/*test*/
.text-right {
  text-align: left !important;
}

.text-left {
  text-align: right !important;
}

.nav-holder {
  border: 0px solid red;
  display: flex;
  flex-direction: column;
}

.nav-main {
  margin: 29px 0 0;
  order: 2;
}

.nav-main>ul>li {
  display: inline-block;
  padding: 0 32px 16px 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.nav-main>ul>li>a {
  color: #000;
  text-transform: uppercase;
}

.nav-main>ul>li>a:hover {
  color: #BF214D;
  text-decoration: none;
}

.nav-main>ul>li:hover>a {
  color: #BF214D;
}

@media screen and (max-width: 991px) {
  .nav-main>ul>li:hover>a {
    color: #000;
  }
}

.nav-main>ul>li:hover .nav-main__dropdown {
  display: block;
}

.nav-main__dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  border-top: 2px solid transparent;
}

.nav-main__dropdown:after {
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: auto;
  background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.nav-main__dropdown__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: transparent no-repeat right center/cover;
  z-index: 0;
  left: 0;
  right: auto;
}

.nav-main__dropdown .container {
  display: flex;
  flex-direction: row;
  padding: 30px 50px;
  background: #ffffff;
}

.nav-main__dropdown__text {
  max-width: 50%;
  position: relative;
  z-index: 2;
}

.nav-main__dropdown__text .h2 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  max-width: 60%;
}

.nav-main__dropdown__text .h2::after {
  content: "";
  width: 7rem;
  height: 3px;
  background: #8d1738;
  position: static;
  display: block;
  margin-top: 0.5rem;
}

.nav-main__dropdown__text p {
  font-weight: 400;
  max-width: 90%;
}

.nav-main__dropdown__menu {
  max-width: 50%;
  position: relative;
  z-index: 2;
}

.nav-main__dropdown__menu li ul {
  margin: 0 0 10px 20px;
}

.nav-main__dropdown__menu li ul a {
  text-transform: none;
  margin: 0 0 5px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
}

.nav-main__dropdown__menu a {
  margin: 0 0 12px;
  display: inline-block;
  color: #BF214D;
  padding: 0 0 2px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.nav-main__dropdown__menu a:hover {
  border-bottom: 2px solid #BF214D;
  text-decoration: none;
}

.nav-top-holder {
  order: 1;
  margin: 20px 0 0 47px;
  text-align: left;
}

.nav-top-holder ul>li {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.nav-top-holder ul>li a {
  color: #000;
}

.nav-top-holder ul>li a.language-link {
  font-family: El Messiri;
  font-size: 14px;
  position: relative;
  top: -2px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  top: 0;
}

.nav-top-holder ul>li a:hover {
  color: #BF214D;
  text-decoration: none;
}

.nav-top-holder .nav-top,
.nav-top-holder .nav-socialmedia {
  display: inline-block;
  vertical-align: middle;
}

.nav-socialmedia__text {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
  margin: 0 15px 0 0;
}

.nav-socialmedia a {
  font-size: 20px;
  vertical-align: middle;
  color: #000;
  margin: 0 10px 0 0;
}

.nav-socialmedia a:hover {
  color: #BF214D;
}

@media (max-width: 1199px) {
  .logo-holder {
    max-width: 240px;
  }

  .nav-main>ul>li {
    padding: 0 13px 11px 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .nav-holder {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #ffffff;
    display: none;
  }

  .menu-open .nav-holder {
    display: block;
    height: calc(100vh - 78px);
    overflow: auto;
    padding-bottom: 30px;
  }

  .nav-main>ul>li {
    padding: 0 20px 15px 0;
    font-size: 16px;
    display: block;
  }

  .nav-main__dropdown {
    display: block;
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    border-top: 0;
  }

  .nav-main__dropdown:after {
    display: none;
  }

  .nav-main__dropdown .container {
    display: block;
    padding: 0;
    background: none;
  }

  .nav-main__dropdown__text,
  .nav-main__dropdown__image {
    display: none;
  }

  .nav-main__dropdown__menu {
    max-width: none;
  }

  .nav-main__dropdown__menu li {
    padding: 10px 15px 0 0;
    font-size: 14px;
  }

  .nav-main__dropdown__menu li ul,
  .nav-main__dropdown__menu li ul a {
    margin: 0;
  }

  .nav-main__dropdown__menu a {
    margin: 0;
    display: inline-block;
    padding: 0;
    border-bottom: 0;
  }

  .nav-main__dropdown__menu a:hover {
    border: 0;
  }

  .nav-top-holder {
    text-align: right;
    margin: 0 0 10px;
  }

  .nav-top-holder .nav-top,
  .nav-top-holder .nav-socialmedia {
    display: block;
  }

  .nav-top-holder ul>li {
    display: block;
    margin: 0 20px 10px 0;
    font-size: 17px;
  }

  .nav-socialmedia {
    margin: 30px 5px 20px 0;
  }

  .nav-socialmedia .nav-socialmedia__text {
    display: block;
    font-size: 14px;
  }
}

body.menu-open {
  height: 100%;
  overflow: hidden;
}

body.menu-open .btn-hamberger {
  background-image: url(../images/placeholder/menu_close.png);
  background-repeat: no-repeat;
  background-position: center;
}

body.menu-open .btn-hamberger .fa-bars {
  display: none;
}

/*.overlay-menu{
    position: fixed;
    display:none;
    top: 74px;
    right: 0;
    bottom: -10%;
    padding-top: 72px;
    width: 100%;
    z-index: 5;
    background-color: $primary-color;
    background-image: url(../images/bg/menu_bg.png), url(../images/bg/menu_two_bg.png);
    background-repeat: no-repeat;
    background-position: -15% 25%, 105% 5%;
    background-size: 25%, 50%;
    transition: all 0.3s ease 0s;
    &--toggle{
        display: none;
    }
   &__image-link{
       &:after{
           display: none!important;
       }
   }
    ul{
        padding: 0;
        ul{
            display: none;
            position: absolute;
            top: 0;
            right: 110%;
            a{
                font-size: 24px;
                white-space: nowrap;
            }
        }
    }
    &__item{
        &.hover{
            ul{
                display: block;
            }
            &:hover{
                ul a{
                    color: $white-color;
                    &:hover{
                        color: #fcb131;
                    }
                }
            }
        }
    }
    a{
        position: relative;
        display: block;
        color: $white-color;
        font-size: 38px;
        &:after{
            position: absolute;
            @include block-display;
            right: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background-color: #fcb131;
            transition: width 0.3s;
        }
        &:hover{
            &:after{
                width: 100%;
            }
        }
    }
    li{
        position: relative;
        max-width: 400px;
        width: 100%;
        list-style: none;
        &:hover{
            a{
                color: #fcb131;
                text-decoration: none;
            } 
        }
    }
    nav{
        margin-top: 70px;
        width: 100%;
    }
}

.menu-open{
    overflow: hidden;
    header{
        padding: 15px 20px;
        background-color: #fff;
    } 
    .overlay-menu{
        display: block;
        bottom: 0;
    }
    .menu__hamberger{
        background-image: url(../images/icons/menu_close.png);
        background-repeat: no-repeat;
        background-position: center;
        transition: none;
        .line{
            display: none;
        }
        &:hover{
            background-color: $primary-color;
        }
    }
    .menu__text,
    .menu__language{
        color: #000;
    }
    .menu__language__drop-down{
        z-index: 6;
    }
}

@media screen and (max-width: 1600px) {
    .overlay-menu {
        img{
            max-width: 280px;
        }
        a{
            font-size: 28px;
        }
        ul ul a{
            font-size: 20px;
        }
    }
}
@media screen and (max-width: 1199px){
    .overlay-menu {
        li{
            max-width: 350px;
        }
    }
}
@media screen and (max-width: 767px){
    .menu{
        &__text{
            display: none;
        }
        &__language{
            margin-left: 15px;
        }
        &__text-control{
            display: none;
        }
    }
    .overlay-menu{
        padding: 72px 25px 25px;
        overflow: auto;
        nav{
            margin: 40px 0 0 15px;
        }
        a{
            font-size: 24px;
        }
        img{
            max-width: 250px;
        }
        ul{
            ul{
                position: relative;
                right: 0;
                right: 0;
                margin: 25px 0;
                padding-left: 25px;
                a{
                    font-size: 18px;
                    line-height: 32px;
                }
            }
        }
    }
}*/
.footer {
  border-top: 5px solid #fff;
  background: #ffffff url(../images/bg/footer-pattern-1.png) repeat center -1rem;
  padding: 30px 0;
}

.footer__logo {
  display: block;
  margin: 0 0 20px;
}

.footer__menu ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.footer__menu ul li {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2;
}

.footer__menu ul li a {
  color: #000000;
}

.footer__menu ul li a:hover {
  color: #BF214D;
  text-decoration: none;
}

.footer__text {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-transform: none;
  text-decoration: none;
  line-height: 2;
}

@media (max-width: 767px) {
  .footer__text {
    text-align: right;
    margin-top: 20px;
  }

  .footer__text .nav-socialmedia {
    margin: 0;
  }
}

.home-banner-watch {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  right: auto;
  transform: translate(50%, -50%);
}

@media (max-width: 1100px) {
  .home-banner-watch {
    transform: scale(0.7);
    top: auto;
    bottom: -30px;
    right: -30px;
    left: -30px;
    right: auto;
  }
}

@media (max-width: 420px) {
  .home-banner-watch {
    transform: scale(0.5);
  }
}

.home-banner-watch::after {
  display: block;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  left: auto;
}

.home-banner-watch img {
  display: block;
  margin: 0 auto;
  left: -5px;
  position: relative;
  right: -5px;
  left: auto;
}

.home-banner-watch iframe {
  border: 0;
  height: 230px;
  width: 230px;
}

.home-banner-video {
  position: relative;
  background-color: #000000;
}

.home-banner-video video {
  display: block;
  width: 100%;
  min-height: 64vh;
  background: #000;
  object-fit: cover;
}

.home-banner-video-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

.home-banner-video-overlay p {
  font-size: 16px;
  max-width: 670px;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .home-banner-video-overlay p {
    font-size: 14px;
  }
}

.home-banner-video-overlay .title {
  display: inline-block;
  padding: 0;
  margin: 0 0 20px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .home-banner-video-overlay .title {
    font-size: 40px;
    margin: 0 0 10px;
  }
}

.home-banner-video-overlay a {
  font-size: 95px;
  color: #ffffff;
  line-height: 1.2;
}

.home-banner-video-overlay a:hover {
  color: #BF214D;
}

@media (max-width: 767px) {
  .home-banner-video-overlay a {
    font-size: 55px;
  }
}

.home-heading {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #4d2e20;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .home-heading {
    font-size: 30px;
    margin: 0 0 20px;
  }
}

.home-whatson-holder {
  padding: 30px 0;
  overflow: hidden;
  background: #EFEFF0;
  margin-bottom: 25px;
}

.home-whatson-holder .slick-class-1 {
  overflow: hidden;
}

.home-whatson-holder .slick-class-1 .slick-list {
  overflow: visible;
}

.home-whatson-holder .slick-prev {
  right: 20px;
  left: auto;
  background: rgba(255, 255, 255, 0.4) url(../images/bg/right-arrow.svg) no-repeat center center;
  background-size: 30px;
}

.home-whatson-holder .slick-next {
  left: 20px;
  right: auto;
  background: rgba(255, 255, 255, 0.4) url(../images/bg/left-arrow.svg) no-repeat center center;
  background-size: 30px;
}

.home-whatson-item {
  margin: 0 10px;
  overflow: hidden;
  position: relative;
}

.home-whatson-item:hover .whatson-item-details {
  background-position: -100px bottom;
  box-shadow: 0px 25px 20px 1px rgba(0, 0, 0, 0.16);
}

.home-whatson-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 1;
  text-indent: 9999px;
  opacity: 0;
}

.home-whatson-item-image {
  margin: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 388px;
  width: 100%;
  transition: all 0.6s ease;
}

.home-whatson-item-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #545454 100%);
  left: 0;
}

.home-whatson-item .whatson-item-details {
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../images/bg/pattern-discover.png) repeat-x 0 bottom;
  background-size: 40px;
}

.home-whatson-item h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 25px;
}

.home-whatson-item-date {
  display: flex;
  color: #ffffff;
  transition: color 0.4s ease;
  bottom: 3px;
  position: relative;
}

.events-items:hover .home-whatson-item-date {
  color: #ffffff;
}

.home-whatson-item-date strong {
  font-size: 30px;
  font-weight: 700;
  border-right: 1px solid #ffffff;
  height: 30px;
  line-height: 1;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid #ffffff;
  border-right: none;
}

.events-items:hover .home-whatson-item-date strong {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: none;
}

.home-whatson-item-date span {
  line-height: 1.8;
  text-transform: uppercase;
  font-size: 11px;
  margin: -3px 0 0;
  font-weight: 700;
}

.home-venue-holder {
  padding: 20px 0;
  overflow: hidden;
}

.home-news-holder {
  width: 100%;
  overflow: hidden;
}

.home-news-holder-inner {
  margin: 0 auto;
  max-width: 1070px;
}

@media (min-width: 991px) and (max-width: 1300px) {
  .home-news-holder-inner .slick-class-3 .slick-prev {
    left: -8px;
  }

  .home-news-holder-inner .slick-class-3 .slick-next {
    right: -8px;
  }
}

.home-news-holder-inner .slick-list {
  overflow: visible;
}

.home-news-holder-inner .slick-slide {
  opacity: 0.3;
}

.home-news-holder-inner .slick-slide.slick-active.slick-current {
  opacity: 1;
}

.home-news-holder-inner .slick-prev {
  left: -100px;
  background: rgba(0, 0, 0, 0.09) url(../images/bg/left-arrow.svg) no-repeat center center;
  background-size: 30px;
  right: -100px;
  left: auto;
  background: rgba(0, 0, 0, 0.09) url(../images/bg/right-arrow.svg) no-repeat center center;
  background-size: 30px;
}

.home-news-holder-inner .slick-next {
  right: -100px;
  background: rgba(0, 0, 0, 0.09) url(../images/bg/right-arrow.svg) no-repeat center center;
  background-size: 30px;
  right: auto;
  left: -100px;
  background: rgba(0, 0, 0, 0.09) url(../images/bg/left-arrow.svg) no-repeat center center;
  background-size: 30px;
}

.home-news-items {
  height: 360px;
  margin: 0 8px 16px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: all 0.4s ease;
}

@media (max-width: 575px) {
  .home-news-items {
    flex-direction: column;
    height: auto;
  }
}

.home-news-items-image {
  min-width: 65%;
  background: transparent no-repeat center 20%/cover;
  position: relative;
  text-align: left;
}

@media (max-width: 991px) {
  .home-news-items-image {
    min-width: 50%;
  }
}

@media (max-width: 575px) {
  .home-news-items-image {
    height: 300px;
    margin: 0 15px;
  }
}

.home-news-items-image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 1s ease;
  text-indent: 9999px;
  opacity: 0;
}

.home-news-items-details {
  padding: 5px 30px;
  flex-grow: 1;
  position: relative;
}

@media (max-width: 575px) {
  .home-news-items-details {
    padding: 15px 15px 40px;
  }
}

.home-news-items-details h3 {
  max-height: 150px;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-news-items-details h3 a {
  color: #BF214D;
}

.home-news-items-details p {
  max-height: 145px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

.home-news-items-date {
  position: absolute;
  bottom: 5px;
  display: flex;
  color: #4D2E20;
  transition: color 0.4s ease;
}

.home-news-items-date strong {
  font-size: 36px;
  font-weight: 700;
  border-right: 1px solid #4D2E20;
  height: 33px;
  line-height: 0.9;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid #4D2E20;
  border-right: none;
}

.home-news-items-date span {
  line-height: 1.8;
  text-transform: uppercase;
  font-size: 11px;
  margin: -3px 0 0;
  font-weight: 700;
}

.home-announcement-holder {
  padding: 30px 0 0;
}

.home-announcement-items {
  margin: 0 10px;
}

.home-announcement-items img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.home-watchlive-holder {
  padding: 20px 0;
}

.home-watchlive-items {
  height: 256px;
  margin: 0 8px 16px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: all 0.4s ease;
}

@media (max-width: 575px) {
  .home-watchlive-items {
    flex-direction: column;
    height: auto;
  }
}

.home-watchlive-items-image {
  min-width: 50%;
  background: transparent no-repeat center 20%/cover;
  position: relative;
}

@media (max-width: 575px) {
  .home-watchlive-items-image {
    height: 250px;
  }
}

.home-watchlive-items-image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: all 1s ease;
  text-indent: 9999px;
  opacity: 0;
}

.home-watchlive-items-image a:hover::before {
  color: #FF0000;
  text-shadow: none;
}

.home-watchlive-items-image a:hover::after {
  background-color: #FFFFFF;
}

.home-watchlive-items-image a::before {
  position: absolute;
  width: 50px;
  height: 36px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 43px;
  content: "";
  text-indent: 0;
  left: 50%;
  top: 50%;
  margin: -18px -25px 0 0;
  text-align: center;
  color: #FFFFFF;
  line-height: 34px;
  z-index: 1;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  right: 50%;
  left: auto;
}

.home-watchlive-items-image a::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  text-indent: 0;
  left: 50%;
  top: 50%;
  margin: -10px -10px 0 0;
  z-index: 0;
  background-color: #FF0000;
  transition: all 0.5s ease;
  right: 50%;
  left: auto;
}

.home-watchlive-items-details {
  padding: 5px 10px;
  flex-grow: 1;
  position: relative;
  background: #827A71 url(../images/bg/pattern-discover.png) repeat-x 0 bottom;
  background-size: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (max-width: 575px) {
  .home-watchlive-items-details {
    min-height: 180px;
  }
}

.home-watchlive-items-details .btn-live {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  background-color: #FF0000;
  height: 30px;
  line-height: 28px;
  padding: 0 30px 0 14px;
  transition: all 0.5s ease;
  left: 20px;
  right: auto;
}

.home-watchlive-items-details .btn-live:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #D90B0B;
}

.home-watchlive-items-details .btn-live:hover::after {
  background-color: #D90B0B;
}

.home-watchlive-items-details .btn-live::after {
  position: absolute;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  content: "";
  left: 10px;
  top: 10px;
  border-radius: 10px;
  right: 10px;
  left: auto;
}

.home-watchlive-items-details h3 {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  font-size: 25px;
}

.home-watchlive-items-details p {
  color: #ffffff;
  line-height: 1;
}

.home-gallery-holder {
  overflow: hidden;
  margin-bottom: 20px;
}

.home-gallery-item {
  height: 80vh;
}

@media (max-width: 550px) {
  .home-gallery-item {
    margin: 0 20px;
  }
}

.home-gallery-item::after {
  display: block;
  clear: both;
  content: "";
  background-color: green;
}

.home-gallery-item-inner {
  width: calc(40% - 2px);
  float: right;
  height: 50%;
  background-size: cover;
  background-position: center 20%;
  position: relative;
  margin: 1px;
  overflow: hidden;
}

.home-gallery-item-inner:nth-child(3),
.home-gallery-item-inner:nth-child(4) {
  width: calc(20% - 2px);
}

.home-gallery-item-inner:nth-child(3),
.home-gallery-item-inner:nth-child(2) {
  height: calc(50% - 2px);
}

.home-gallery-item-inner:nth-child(1) {
  height: 100%;
}

@media (max-width: 991px) {
  .home-gallery-item-inner {
    width: calc(50% - 2px);
  }

  .home-gallery-item-inner:nth-child(1) {
    height: 100%;
    width: calc(50% - 2px);
  }

  .home-gallery-item-inner:nth-child(3),
  .home-gallery-item-inner:nth-child(2),
  .home-gallery-item-inner:nth-child(4) {
    width: calc(50% - 2px);
  }

  .home-gallery-item-inner:nth-child(2) {
    height: calc(50%);
  }
}

@media (max-width: 550px) {
  .home-gallery-item-inner {
    width: calc(100% - 2px);
    height: calc(50%);
  }

  .home-gallery-item-inner:nth-child(1) {
    height: 50%;
    width: calc(100% - 2px);
  }

  .home-gallery-item-inner:nth-child(3),
  .home-gallery-item-inner:nth-child(2),
  .home-gallery-item-inner:nth-child(4) {
    width: calc(100% - 2px);
  }

  .home-gallery-item-inner:nth-child(2) {
    height: calc(50%);
  }
}

.home-gallery-item-inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%);
  height: 100%;
  text-indent: -9999px;
  cursor: zoom-in;
  background: rgba(128, 92, 92, 0.3);
  transition: all 0.4s ease;
  text-indent: 9999px;
}

.home-gallery-item-inner a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.socialmedia-feed__list ul {
  display: flex;
  flex-wrap: wrap;
}

.socialmedia-feed__list ul li {
  flex: 0 0 33%;
  max-width: 33%;
}

@media (max-width: 991px) {
  .socialmedia-feed__list ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 565px) {
  .socialmedia-feed__list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.socialmedia-feed__list ul li img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  padding: 5px;
  object-position: top;
}

@media (max-width: 991px) {
  .socialmedia-feed__list ul li img {
    height: 200px;
  }
}

@media (max-width: 565px) {
  .socialmedia-feed__list ul li img {
    height: 160px;
  }
}

.socialmedia-feed__list .load-more {
  text-align: center;
  display: block;
  text-transform: uppercase;
  background-color: #8e857b;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 20px;
  margin: 0 5px;
  transition: all 0.25s ease;
}

.socialmedia-feed__list .load-more a {
  color: #fff;
}

.venue-list img {
  margin: 0;
  width: 100%;
}

.venue-list-item {
  position: relative;
}

.home-venue-holder .venue-list-item {
  margin: 10px;
}

.venue-list-figure {
  height: 297px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.home-venue-holder .venue-list-figure {
  height: 340px;
}

.home-venue-holder .venue-list-figure img {
  width: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.venue-list-figure img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.venue-list-description {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}

.venue-list-description:hover {
  background: rgba(191, 33, 77, 0.88);
  justify-content: space-around;
}

.venue-list-description:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  height: auto;
}

.venue-list-description:hover a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  height: auto;
  padding: 10px 0;
}

.venue-list-description:hover h4 {
  transform: translate3d(0, 0, 0);
  margin: 0;
}

.venue-list-description h4 {
  margin: 0 0 80px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  transform: translate3d(0, 40px, 0);
  transition: transform 0.6s ease;
}

.venue-list-description p {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 20px 0;
  overflow: hidden;
  max-height: 85px;
  opacity: 1;
  transition: height 0.9s ease, opacity 0.9s ease, transform 0.7s ease;
  transform: translate3d(0, 10px, 0);
  height: 0;
}

@media (max-width: 1320px) {
  .venue-list-description p {
    font-size: 15px;
    margin: 0 10px 10px;
    max-height: 73px;
  }
}

@media (max-width: 575px) {
  .venue-list-description p {
    font-size: 17px;
    margin: 0 10px 20px;
    max-height: none;
  }
}

.venue-list-description a {
  background-color: #4197A8;
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.6s ease;
  transform: translate3d(0, -15px, 0);
  width: 150px;
  padding: 0;
  height: 0;
  overflow: hidden;
}

.venue-list-description a:hover,
.venue-list-description a:focus {
  background-color: #4197A8;
}

.venue-list-description a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-title {
  color: #BF214D;
}

.page-title--maroon {
  color: #BF214D;
}

.p-50 {
  padding: 0;
}

.max-width {
  margin: 0 !important;
  max-width: 100%;
}

.venue-bg-block {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 60px 0;
}

@media (max-width: 767px) {
  .venue-bg-block {
    margin: 30px 0;
  }
}

.venue-bg-block__red-block {
  padding: 40px;
  background-color: rgba(191, 33, 78, 0.726);
  color: #fff;
}

@media (max-width: 767px) {
  .venue-bg-block__red-block {
    padding: 20px;
  }
}

.venue-bg-block__red-block h2 {
  color: #fff;
}

.venue-details img {
  width: 100%;
  border-radius: 6px;
  margin: 0;
}

.venue-details .box {
  display: flex;
  align-items: center;
  width: 210px;
  padding: 14px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
}

.venue-details .box figure img {
  width: 37px;
  height: 50px;
}

.venue-details .box p {
  margin: 0 15px 0 0;
}

.venue-details .box span {
  color: #4D2E20;
}

.slick-stand-alone {
  overflow: hidden;
  margin-bottom: 20px;
}

.slick-stand-alone img {
  float: left;
  margin: 0;
  max-width: 100%;
}

.slick-stand-alone .slick-slide {
  float: left;
}

.slick-stand-alone .slick-dots {
  font-size: 17px;
  line-height: 0;
  margin: 0;
  padding: 40px 0 0px;
}

@media (max-width: 767px) {
  .slick-stand-alone .slick-dots {
    padding: 0;
  }
}

.slick-stand-alone .slick-dots li {
  background: no-repeat;
  margin: 30px 5px;
  padding: 0;
}

@media (max-width: 767px) {
  .slick-stand-alone .slick-dots li {
    margin: 20px 5px;
  }
}

@media (max-width: 767px) {

  .slick-stand-alone .slick-prev,
  .slick-stand-alone .slick-next {
    display: none !important;
  }
}

.news-menu {
  margin: 0 0 30px;
}

.news-menu a {
  border: 1px solid #9C9591;
  padding: 7px 42px 7px 18px;
  border-radius: 3px;
  margin: 0 4px 10px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color: #4D2E20;
  display: inline-block;
}

.news-menu a:hover {
  background-color: #EFEFF0;
  text-decoration: none;
}

.news-menu a:hover::before {
  color: #9C9591;
}

.news-menu a.active {
  border: 1px solid #BF214D;
  background: #BF214D;
  color: #ffffff;
}

.news-menu a.active::before {
  border: 1px solid #ffffff;
  background: #ffffff;
  content: "";
  color: #BF214D;
}

.news-menu a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  line-height: 19px;
  border-radius: 50px;
  left: 9px;
  top: 8px;
  width: 20px;
  height: 20px;
  position: absolute;
  border: 1px solid #9C9591;
  right: 9px;
  left: auto;
}

.news-listing {
  margin: 0 -8px;
}

.news-listing::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .news-listing {
    margin: 0 0;
  }
}

.news-items {
  background: green;
  width: calc(65% - 16px);
  height: 380px;
  margin: 0 8px 16px;
  float: right;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  .news-items {
    width: calc(50% - 16px);
    flex-direction: column;
    height: 670px;
  }
}

@media (max-width: 767px) {
  .news-items {
    float: none;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

.news-items:hover {
  background: #BF214D;
  color: #ffffff;
}

.news-items:nth-child(6n-4),
.news-items:nth-child(6n-2) {
  width: calc(35% - 16px);
  height: 776px;
  float: left;
  flex-direction: column;
}

@media (max-width: 1199px) {

  .news-items:nth-child(6n-4),
  .news-items:nth-child(6n-2) {
    width: calc(50% - 16px);
    float: right;
    height: 670px;
  }
}

@media (max-width: 767px) {

  .news-items:nth-child(6n-4),
  .news-items:nth-child(6n-2) {
    float: none;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

.news-items:nth-child(6n-4) .news-items-image,
.news-items:nth-child(6n-2) .news-items-image {
  min-height: 380px;
}

@media (max-width: 1199px) {

  .news-items:nth-child(6n-4) .news-items-image,
  .news-items:nth-child(6n-2) .news-items-image {
    min-height: 300px;
  }
}

.news-items:nth-child(6n-2) {
  float: right;
}

@media (max-width: 767px) {
  .news-items:nth-child(6n-2) {
    float: none;
    margin: 0 auto 16px;
  }
}

.news-items-image {
  min-width: 53%;
  background: transparent no-repeat center top/cover;
  position: relative;
}

@media (max-width: 1199px) {
  .news-items-image {
    min-height: 300px;
  }
}

.news-items-image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
}

.news-items-image a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.news-items-details {
  padding: 2em;
  flex-grow: 1;
  position: relative;
}

@media (max-width: 767px) {
  .news-items-details {
    margin: 0 0;
    padding: 1em 1.5em 80px;
  }
}

.news-items-details p {
  max-height: 145px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .news-items-details p {
    max-height: none;
  }
}

.news-items-details h3 {
  max-height: 92px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news-items-details h3 {
    max-height: none;
  }
}

.news-items-details h3 a {
  color: #BF214D;
  transition: all 0.4s ease;
}

.news-items:hover .news-items-details h3 a {
  color: #ffffff;
}

.news-items-date {
  position: absolute;
  bottom: 2em;
  display: flex;
  color: #4D2E20;
  transition: color 0.4s ease;
}

.news-items:hover .news-items-date {
  color: #ffffff;
}

.news-items-date strong {
  font-size: 36px;
  font-weight: 700;
  border-right: 1px solid #4D2E20;
  height: 33px;
  line-height: 0.9;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid #4D2E20;
  border-right: none;
}

.news-items:hover .news-items-date strong {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: none;
}

.news-items-date span {
  line-height: 1.8;
  text-transform: uppercase;
  font-size: 11px;
  margin: -3px 0 0;
  font-weight: 700;
}

.events-menu {
  margin: 0 0 30px;
}

.events-menu a {
  border: 1px solid #9C9591;
  padding: 7px 42px 7px 18px;
  border-radius: 3px;
  margin: 0 4px 10px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color: #4D2E20;
  display: inline-block;
}

.events-menu a:hover {
  background-color: #EFEFF0;
  text-decoration: none;
}

.events-menu a:hover::before {
  color: #9C9591;
}

.events-menu a.active {
  border: 1px solid #BF214D;
  background: #BF214D;
  color: #ffffff;
}

.events-menu a.active::before {
  border: 1px solid #ffffff;
  background: #ffffff;
  content: "";
  color: #BF214D;
}

.events-menu a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  line-height: 19px;
  border-radius: 50px;
  left: 9px;
  top: 8px;
  width: 20px;
  height: 20px;
  position: absolute;
  border: 1px solid #9C9591;
  right: 9px;
  left: auto;
}

.events-listing {
  margin: 0 -8px;
}

.events-listing::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .events-listing {
    margin: 0 0;
  }
}

.events-listing .events-items {
  width: calc(65% - 16px);
  height: 304px;
  margin: 0 8px 16px;
  float: right;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  .events-listing .events-items {
    width: calc(50% - 16px);
    flex-direction: column;
    height: 670px;
  }
}

@media (max-width: 767px) {
  .events-listing .events-items {
    float: none;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

.events-listing .events-items:hover {
  background: #BF214D;
  color: #ffffff;
}

.events-listing .events-items:hover .events-items-details h3 a {
  color: #fff;
}

.events-listing .events-items:hover .events-items-details h4 {
  color: #fff;
}

.events-listing .events-items:hover .events-items-date {
  color: #fff;
}

.events-listing .events-items:hover .events-items-date strong {
  border-right: 1px solid #fff;
}

.events-listing .events-items:nth-child(6n-4),
.events-listing .events-items:nth-child(6n-2) {
  width: calc(35% - 16px);
  height: 624px;
  float: left;
  flex-direction: column;
}

@media (max-width: 1199px) {

  .events-listing .events-items:nth-child(6n-4),
  .events-listing .events-items:nth-child(6n-2) {
    width: calc(50% - 16px);
    float: right;
    height: 670px;
  }
}

@media (max-width: 767px) {

  .events-listing .events-items:nth-child(6n-4),
  .events-listing .events-items:nth-child(6n-2) {
    float: none;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

.events-listing .events-items:nth-child(6n-4) .events-items-image,
.events-listing .events-items:nth-child(6n-2) .events-items-image {
  min-height: 304px;
}

@media (max-width: 1199px) {

  .events-listing .events-items:nth-child(6n-4) .events-items-image,
  .events-listing .events-items:nth-child(6n-2) .events-items-image {
    min-height: 300px;
  }
}

.events-listing .events-items:nth-child(6n-2) {
  float: right;
}

@media (max-width: 767px) {
  .events-listing .events-items:nth-child(6n-2) {
    float: none;
    margin: 0 auto 16px;
  }
}

.events-listing .events-items-image {
  min-width: 53%;
  background: transparent no-repeat center center/cover;
  position: relative;
}

@media (max-width: 1199px) {
  .events-listing .events-items-image {
    min-height: 300px;
  }
}

.events-listing .events-items-image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
}

.events-listing .events-items-image a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.events-listing .events-items-details {
  padding: 2em;
  flex-grow: 1;
  position: relative;
}

@media (max-width: 767px) {
  .events-listing .events-items-details {
    margin: 0 0;
    padding: 1em 1.5em 80px;
  }
}

.events-listing .events-items-details p {
  max-height: 145px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .events-listing .events-items-details p {
    max-height: none;
  }
}

.events-listing .events-items-details h3 {
  max-height: 92px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .events-listing .events-items-details h3 {
    max-height: none;
  }
}

.events-listing .events-items-details h3 a {
  color: #BF214D;
  transition: all 0.4s ease;
}

.events-items:hover .events-listing .events-items-details h3 a {
  color: #ffffff;
}

.events-listing .events-items-details h4 {
  font-size: 17px;
  font-weight: 700;
  color: #BF214D;
}

.events-items:hover .events-listing .events-items-details h4 {
  color: #ffffff;
}

.events-listing .events-items-date {
  position: absolute;
  bottom: 2em;
  display: flex;
  color: #4D2E20;
  transition: color 0.4s ease;
}

.events-items:hover .events-listing .events-items-date {
  color: #ffffff;
}

.events-listing .events-items-date strong {
  font-size: 36px;
  font-weight: 700;
  border-right: 1px solid #4D2E20;
  height: 33px;
  line-height: 0.9;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid #4D2E20;
  border-right: none;
}

.events-items:hover .events-listing .events-items-date strong {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: none;
}

.events-listing .events-items-date span {
  line-height: 1.8;
  text-transform: uppercase;
  font-size: 11px;
  margin: -3px 0 0;
  font-weight: 700;
}

.media-events {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .media-events {
    padding: 10px 0;
  }
}

.media-events-items {
  border: 1px solid #E6E6E6;
  position: relative;
  border-radius: 3px;
}

@media screen and (max-width: 612px) {
  .media-events-items {
    width: 100%;
  }
}

.media-events-items img {
  margin: 0;
  width: 100%;
}

.media-events-discription {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(191, 33, 77, 0.88);
  text-align: center;
  display: none;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  display: none;
  align-items: center;
}

.media-events-discription h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
}

@media screen and (max-width: 1188px) {
  .media-events-discription h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .media-events-discription h3 {
    font-size: 22px;
  }
}

.media-events-items:hover .media-events-discription {
  display: flex;
}

@media screen and (max-width: 767px) {
  .media-events-items:hover .media-events-discription {
    justify-content: space-around;
  }
}

.media-events-discription a {
  width: 170px;
  margin: 0 auto;
  width: 200px;
}

@media screen and (max-width: 900px) {
  .media-events-discription a {
    width: 135px;
    font-size: 13px;
    padding: 9px 0;
    width: 148px;
  }
}

@media screen and (max-width: 767px) {
  .media-events-discription a {
    width: 170px;
    font-size: 14px;
  }
}

.about-listing-items {
  width: 50%;
  height: 280px;
  float: right;
  display: flex;
  flex-direction: row;
  background: #BF214D;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .about-listing-items {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .about-listing-items {
    height: 190px;
  }
}

.about-listing-items:nth-child(4n-1),
.about-listing-items:nth-child(4n-4) {
  flex-direction: row-reverse;
  background: #94877F;
  transition: all 0.6s ease;
}

.about-listing-items:nth-child(4n-1) .about-listing-items-details,
.about-listing-items:nth-child(4n-4) .about-listing-items-details {
  left: 0;
  right: auto;
  right: 0;
  left: auto;
}

.about-listing-items:nth-child(4n-1) .about-listing-items-details::after,
.about-listing-items:nth-child(4n-4) .about-listing-items-details::after {
  border-left-color: #94877F;
  right: -22px;
  left: auto;
  border-right-color: transparent;
  transform: translateY(-50%);
  border-right-color: #94877F;
  border-left-color: transparent;
  left: -22px;
  right: auto;
}

.about-listing-items:nth-child(4n-1) .about-listing-items-details:hover,
.about-listing-items:nth-child(4n-4) .about-listing-items-details:hover {
  background: #94877F;
}

.about-listing-items-image {
  min-width: 50%;
  background: no-repeat center top/cover;
  position: relative;
}

.about-listing-items-details {
  padding: 15px 20px;
  align-items: flex-start;
  display: flex;
  color: #fff;
  flex-direction: column;
  position: absolute;
  float: right;
  height: 100%;
  right: 0;
  width: 50%;
  left: 0;
  right: auto;
}

.about-listing-items-details .btn {
  opacity: 0;
}

.about-listing-items-details:hover {
  width: 100%;
  background: #BF214D;
  transition: all 0.6s ease;
}

.about-listing-items-details:hover::after {
  border: none;
}

.about-listing-items-details:hover .btn {
  opacity: 1;
  background-color: #4197A8;
  border-radius: 2px;
  margin-top: auto;
  padding: 10px 25px;
}

@media (max-width: 991px) {
  .about-listing-items-details {
    padding: 10px 25px;
  }
}

.about-listing-items-details::after {
  left: -11px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #BF214D;
  border-width: 11px;
  transform: translateX(-50%);
  top: 50%;
  right: -22px;
  left: 0;
  border-left-color: #BF214D;
  border-right-color: transparent;
  transform: translateY(-50%);
}

.about-listing-items-details p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .about-listing-items-details p {
    font-size: 16px;
    line-height: 20px;
  }
}

.about-listing-items-details span {
  font-size: 18px;
}

@media (max-width: 991px) {
  .about-listing-items-details span {
    font-size: 16px;
  }
}

.about-listing-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-detail h2 {
  margin-bottom: 15px;
}

.aboutus-detail-heading {
  color: #BF214D;
}

.aboutus-detail .row {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .aboutus-detail .row {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .aboutus-detail .row .col-sm-12.col-md-8 {
    order: 2;
  }
}

.aboutus-detail .content-image {
  max-width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .aboutus-detail .content-image {
    margin: 0 0px 10px 0;
  }
}

.history {
  color: #fff;
  position: relative;
}

.history-bg {
  height: 100%;
  background: no-repeat center center/cover;
  width: 100%;
  position: relative;
}

.history-bg::before {
  background-color: rgba(0, 0, 0, 0.83);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.history-bg h2 {
  padding: 25px 0 0;
  margin-bottom: 15px;
  color: #fff;
}

@media (max-width: 767px) {
  .history-bg h2 {
    padding: 15px 0 0;
  }
}

.history-bg figure img {
  margin: 0 0 50px 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  .history-bg figure img {
    margin: 0 0 30px 0;
  }
}

.history .container {
  position: relative;
}

.history .container::before {
  display: inline-block;
  content: "";
  background-image: url(../images/about-us/banner-left-triangle.png);
  position: absolute;
  right: 0;
  width: 32%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

@media (max-width: 767px) {
  .history .container::before {
    bottom: -2px;
  }
}

@media (max-width: 1400px) {
  .history .container::before {
    width: 100%;
  }
}

.history .container::after {
  display: inline-block;
  content: "";
  background-image: url(../images/about-us/banner-left-shape-square.png);
  position: absolute;
  left: 100%;
  width: 200%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: repeat;
  right: 100%;
  left: auto;
}

.foundation {
  margin: 60px 0 40px 0;
  position: relative;
}

@media (max-width: 767px) {
  .foundation {
    margin: 15px 15px 25px 15px;
  }
}

.foundation .row {
  flex-direction: row-reverse;
}

.foundation h2 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .foundation h2 {
    margin-bottom: 10px;
  }
}

.foundation figure {
  margin: 0 0 0 13px;
}

@media (max-width: 767px) {
  .foundation figure {
    margin: 0 0 0 0;
  }
}

.foundation figure img {
  width: 100%;
  margin: 0;
}

.arabian-section {
  margin: 40px 0 40px 0;
  position: relative;
}

@media (max-width: 767px) {
  .arabian-section {
    margin: 25px 15px 25px 15px;
  }
}

.arabian-section .container {
  min-height: 544px;
}

@media (max-width: 767px) {
  .arabian-section .container {
    min-height: 0;
    padding: 0;
  }
}

.arabian-section h2 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .arabian-section h2 {
    margin-bottom: 10px;
  }
}

.arabian-section-left-image {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  left: 50%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 50%;
  left: 0;
}

@media (max-width: 767px) {
  .arabian-section-left-image {
    position: relative;
    width: 100%;
    height: 210px;
    left: auto;
    left: 0;
    right: 0;
  }
}

.leadership {
  background: #F8F8F8;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .leadership {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .leadership .row .col-sm:first-child {
    margin-bottom: 15px;
  }
}

.leadership h2 {
  padding: 40px 0 0;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .leadership h2 {
    padding: 15px 0 0;
  }
}

.leadership-box {
  background: #fff;
  height: 100%;
}

.leadership-box figure {
  background: no-repeat center top/cover;
  height: 434px;
}

@media (max-width: 1440px) {
  .leadership-box figure {
    height: 314px;
  }
}

.leadership-box-content {
  text-align: center;
  padding: 35px 20px;
}

@media (max-width: 991px) {
  .leadership-box-content {
    padding: 25px 10px;
  }
}

.leadership-box-content h3 {
  font-size: 20px;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .leadership-box-content h3 {
    font-size: 18px;
  }
}

.leadership-box-content small {
  font-size: 17px;
  display: block;
}

.leadership-box-content .btn {
  margin-top: 30px;
}

.leadership-box-content .btn i {
  padding: 0 10px 0 0;
}

.leadership-box-content .btn .fa-chevron-right::before {
  content: "";
}

.memeber-section {
  background: #F8F8F8;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 730px) {
  .memeber-section .col-sm:nth-child(2) .memeber-section-box {
    margin-bottom: 0;
  }
}

.memeber-section-box {
  background: #fff;
  border-radius: 3px;
  border: 3px solid #BF214D;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 570px;
  margin: 0 auto;
}

@media (max-width: 730px) {
  .memeber-section-box {
    margin-bottom: 10px;
    padding: 14px;
  }
}

.memeber-section-box h3 {
  font-size: 22px;
  margin: 0 25px;
  color: #BF214D;
  font-weight: 600;
}

@media (max-width: 767px) {
  .memeber-section-box h3 {
    font-size: 18px;
  }
}

.memeber-section-box figure img {
  margin: 0;
}

@media (max-width: 420px) {
  .memeber-section-box figure img.member-icon {
    width: 70px;
    height: 70px;
  }
}

.memeber-section-box figure img.right-arrow {
  transform: scaleX(-1);
}

.map-holder {
  padding: 40px 0;
}

.map-holder__inner {
  background: none;
  padding: 20px 20px;
}

@media (max-width: 960px) {
  .map-holder__inner .figure-holder {
    overflow: auto;
  }
}

.map-holder__inner .figure-holder figure {
  text-align: center;
  position: relative;
  width: 905px;
  margin: 0 auto;
}

.map-holder__inner .figure-holder figure img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.map-holder__inner .figure-holder figure .imPopup {
  width: 250px;
  background: #ffffff;
  position: absolute;
  z-index: 10;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  display: none;
  padding: 6px 20px;
}

.map-holder__inner .figure-holder figure .imPopup img {
  margin: 0 auto 10px;
}

.map-holder__inner .figure-holder figure .imPopup h2 {
  font-size: 15px;
  margin: 0;
  padding: 2px 6px 4px;
  font-weight: 700;
  text-transform: uppercase;
}

.map-holder__inner .figure-holder figure .imPopup p {
  font-size: 11px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 0;
}

.map-holder__inner .figure-holder figure .imPopup .imClose {
  float: left;
  font-size: 14px;
  color: #635236;
  cursor: pointer;
}

.map-holder__inner .figure-holder figure .imPopup .imClose i {
  font-size: 15px;
}

.map-holder__inner .figure-holder figure .imPopup .positionArrow {
  overflow: hidden;
  height: 0;
}

.map-holder__inner h2 {
  color: #635236;
}

.map-holder__inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.map-holder__inner ul li {
  width: 33.33%;
  background: url(../images/bg/small-pin.png) no-repeat 0px 5px;
  background-position: right 3px;
}

@media (max-width: 960px) {
  .map-holder__inner ul li {
    width: 50%;
  }
}

@media (max-width: 650px) {
  .map-holder__inner ul li {
    width: 100%;
  }
}

.map-holder__inner ul li a {
  color: #635236;
}

.gallery-menu {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}

.gallery-menu ul li {
  display: inline-block;
  background-image: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.gallery-menu ul li a {
  text-decoration: none;
}

.gallery-menu ul li a img {
  opacity: 0.5;
  margin: 0;
  filter: grayscale(100%);
  width: 100%;
}

.gallery-menu ul li a span {
  display: block;
  margin: 5px auto 0;
  word-break: keep-all;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #BF214D;
}

.gallery-menu ul li:hover a img,
.gallery-menu ul li.active a img {
  opacity: 1;
  filter: grayscale(0);
}

.gallery-menu ul li:first-child {
  margin-right: 15px;
  margin-left: 15px;
  margin-right: 0;
}

.gallery-list-item {
  position: relative;
  margin-bottom: 20px;
}

.gallery-list-item:hover .gallery-list-image {
  background-position-y: 10%;
}

.gallery-list-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-indent: -9999px;
}

.gallery-list-item a:first-of-type {
  z-index: 999;
}

.gallery-list-image {
  position: relative;
  margin-bottom: 30px;
  height: 200px;
  background-size: cover;
  transition: all 0.5s;
  background-repeat: no-repeat;
}

.gallery-list-image::before,
.gallery-list-image::after {
  content: "";
  position: absolute;
  top: 100%;
  background: #fff;
  height: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}

.gallery-list-image::before {
  left: 20px;
  right: 20px;
  margin-top: 7px;
}

.gallery-list-image::after {
  left: 10px;
  right: 10px;
}

.gallery-list-image span {
  background: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #BF214D;
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 15px;
  padding: 5px 10px;
  text-align: center;
  right: 15px;
  left: auto;
}

.gallery-list-image span small {
  font-size: 9px;
  line-height: 16px;
  font-weight: 700;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.gallery-list-description h5 {
  font-size: 19px;
}

.gallery-list-description-date {
  color: #BF214D;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.video-list .gallery-list-image::before,
.video-list .gallery-list-image::after {
  display: none;
}

.video-list .gallery-list-image span {
  padding: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-list .gallery-list-image span i {
  font-size: 20px;
}

.gallery-detail-heading {
  text-transform: capitalize;
  font-weight: 600;
}

.gallery-detail-heading .light-text {
  color: #BF214D;
  display: block;
  font-size: 20px;
}

.gallery-detail-heading span {
  display: block;
  font-size: 20px;
  color: #BF214D;
}

@media (max-width: 767px) {
  .gallery-detail-heading span {
    font-size: 18px;
  }
}

.gallery-detail-heading span small {
  display: inline;
  margin: 0 5px;
  text-transform: capitalize;
  color: #000;
}

.gallery-detail-image img {
  width: 100%;
  margin: 0;
}

.gallery-detail .slick-class-6 {
  direction: ltr;
}

.gallery-detail .slick-class-6 ul {
  margin: 0;
}

.gallery-detail .slick-class-6 ul li {
  background: inherit;
  margin: 0 10px;
  padding: 0;
}

.video-detail {
  position: relative;
}

.video-detail img {
  width: 100%;
  margin: 0;
}

.video-detail span {
  background: #fff;
  font-size: 24px;
  color: #BF214D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-detail a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-indent: -9999px;
}

.contact {
  padding: 20px 0 0;
}

.contact hr {
  border-top: 1px solid #D8D8D8;
  margin: 30px 0;
}

.contact .border-sec {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 0 25px 0;
}

.contact .border-sec [class*=col-]:not(:last-child):after {
  background: #D8D8D8;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  height: 100%;
  left: 5px;
  right: auto;
}

@media (max-width: 991px) {
  .contact .border-sec [class*=col-]:not(:last-child):after {
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    background: inherit;
  }
}

.contact-information {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .contact-information {
    align-items: end;
  }
}

@media (max-width: 991px) {
  .contact-information {
    margin: 11px 0;
  }
}

.contact-information figure img {
  margin: 0 0 0 60px;
  width: 100px;
  height: 85px;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .contact-information figure img {
    margin: 0 0 0 15px;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 991px) {
  .contact-information figure img {
    width: 55px;
    height: 55px;
    margin: 0 0 0 15px;
  }
}

.contact-information-detail p {
  margin: 0;
}

.contact-information-detail table {
  margin: 0;
}

.contact-information-detail table td {
  padding: 8px 8px;
  border: none;
}

@media (max-width: 991px) {
  .contact-information-detail table td {
    padding: 8px 0 0 7px;
    font-size: 15px;
  }
}

.contact-information-detail table td a {
  color: #BF214D;
}

.contact-information-detail .address-table td:first-child {
  width: 135px;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .contact-information-detail .address-table td:first-child {
    width: 75px;
  }
}

@media (max-width: 991px) {
  .contact-information-detail .address-table td:first-child {
    width: auto;
  }
}

.contact-enquiries {
  background: #F8F8F8;
  padding: 40px 0;
  margin-top: 45px;
}

.contact-enquiries-form .label-text {
  font-size: 17px;
}

.contact-enquiries-form .form-control {
  border: 1px solid #D8D8D8;
  height: 58px;
  border-radius: 0;
}

.contact-enquiries-form .form-control:active,
.contact-enquiries-form .form-control:focus {
  box-shadow: none;
}

.contact-enquiries-form .form-control.form-text {
  margin-top: 0;
}

.contact-enquiries-form .form-group textarea {
  height: 180px;
  resize: none;
}

.contact-enquiries-form .form-group select {
  background-image: url(../images/contact/down-arrow.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: 2% 50%;
}

.contact-enquiries-form .form-item--error-message {
  color: #ff0000;
  font-size: 14px;
  margin: 0;
  padding: 0;
  bottom: -3px;
  position: relative;
  left: 3px;
}

.contact-enquiries-form .drupal-status-messages {
  font-size: 14px;
}

.contact-enquiries-form .drupal-status-messages a {
  color: #000;
}

.contact-enquiries-form .drupal-status-messages ul li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: inherit;
}

.contact-enquiries-form .drupal-status-messages ul li .item-list__comma-list li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: inherit;
}

.contact-enquiries-form .contact-recaptcha {
  margin-bottom: 13px;
}

.contact-enquiries .btn {
  min-width: 140px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .contact-enquiries .btn {
    margin-bottom: 20px;
  }
}

.contact-enquiries figure img {
  margin: 0;
  border: 3px solid #fff;
  width: 100%;
}

.contact-enquiries figure .btn {
  position: relative;
  bottom: 54px;
  left: 10px;
  background: #fff;
  min-width: 220px;
  right: 10px;
  left: auto;
}

.contact-enquiries figure .btn:hover,
.contact-enquiries figure .btn:focus,
.contact-enquiries figure .btn:active {
  background-color: #BF214D;
  color: #fff;
}

.volunteer-bg {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .volunteer-bg {
    margin-bottom: 30px;
  }
}

.volunteer-bg-image {
  height: 340px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

@media (max-width: 991px) {
  .volunteer-bg-image {
    height: 100%;
  }
}

.volunteer-bg-image .container {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media (max-width: 991px) {
  .volunteer-bg-image .container {
    padding: 20px 15px;
  }
}

.volunteer-bg-image .container::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 50%;
  background: rgba(0, 0, 0, 0.85);
}

@media (max-width: 767px) {
  .volunteer-bg-image .container::before {
    width: 100%;
    left: 0;
  }
}

.volunteer-bg-image .container::after {
  display: inline-block;
  content: "";
  background-image: url(../images/placeholder/bg-triangle.png);
  position: absolute;
  right: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}

@media (max-width: 767px) {
  .volunteer-bg-image .container::after {
    display: none;
  }
}

.volunteer-bg-image p {
  margin: 0;
}

.volunteer-mission {
  background-color: #FAFAFA;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .volunteer-mission {
    padding: 20px 0;
  }
}

.volunteer-mission h2 {
  color: #BF214D;
}

.volunteer-value {
  padding: 40px 15px;
}

@media (max-width: 767px) {
  .volunteer-value {
    padding: 20px 15px;
  }
}

.volunteer-value figure img {
  margin: 0;
  width: 100%;
}

.volunteer-value-application {
  background-color: #BF214D;
  padding: 16px;
  color: #ffff;
}

.volunteer-value-application h3 {
  color: #fff;
}

.volunteer-value-application p a {
  color: #fff;
}

.volunteer-value-application .btn {
  background-color: #8F203F;
  color: #fff;
  position: relative;
}

.volunteer-value-application .btn::after {
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  content: "";
  display: block;
  height: 60%;
  top: 10px;
  bottom: 0;
  right: 47px;
  position: absolute;
}

.volunteer-value-application .btn figure img {
  width: auto;
  margin: -4px 0 0 30px;
}

@media (max-width: 420px) {
  .volunteer-value-application .btn figure span {
    font-size: 13px;
  }
}

.volunteer h2,
.volunteer h3 {
  margin-bottom: 15px;
}

.content-area .mission-wrapper img {
  width: 50%;
  float: left;
  margin: 0 39px 0 0;
}

@media (max-width: 991px) {
  .content-area .mission-wrapper img {
    margin: 0 29px 0 0;
  }
}

.content-area .mission-wrapper div:nth-child(2) {
  margin-top: 140px;
}

@media (max-width: 1440px) {
  .content-area .mission-wrapper div:nth-child(2) {
    margin-top: 35px;
  }
}

.content-area .mission-wrapper div:nth-child(2) img {
  float: right;
  margin: 0 0 0 39px;
}

@media (max-width: 991px) {
  .content-area .mission-wrapper div:nth-child(2) img {
    margin: 0 0 0 29px;
  }
}

.content-area-wrapper figure img {
  margin: 0 0px 40px 10px;
  width: 100%;
}

.content-area-wrapper h2 {
  margin-bottom: 25px;
}

.content-area-wrapper ul li {
  background: inherit;
}

.content-area-wrapper .home-news-holder {
  padding: 30px 0;
}

.content-area-wrapper .home-whatson-holder {
  background: inherit;
}

.content-area .horse-bg {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  z-index: 2;
}

.content-area .horse-bg-box {
  float: left;
  height: 100%;
  background-color: rgba(191, 33, 77, 0.78);
  width: 50%;
  padding: 20px;
}

.content-area .horse-bg-box h3 {
  color: #fff;
}

.content-area .horse-bg-box .btn {
  background-color: #7C1431;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .content-area .horse-bg-box {
    width: 100%;
    float: none;
    padding: 12px;
  }

  .content-area .horse-bg-box p {
    font-size: 15px;
  }
}

.admission figure img {
  margin: 0;
}

.horse-profile {
  margin-bottom: 45px;
  padding: 50px 0;
  position: relative;
  background-color: #F3F3F3;
}

@media (max-width: 991px) {
  .horse-profile {
    padding: 10px 0;
  }
}

.horse-profile:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(../images/bg/pink-pattern.png);
  background-repeat: repeat-x;
  background-position: bottom;
  top: 0;
  right: 0;
  left: 0;
  background-size: 26px;
  opacity: 0.2;
}

.horse-profile-bg {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

@media (max-width: 991px) {
  .horse-profile-bg {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .horse-profile-bg .col-sm-12.col-md-6:first-child {
    margin-bottom: 20px;
  }
}

.horse-profile-block {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .horse-profile-block {
    padding: 15px;
  }
}

.horse-profile-block h3 {
  color: #000;
}

.horse-profile-block p {
  flex: 1 1 auto;
}

.horse-profile-block .btn {
  margin-top: 40px;
  max-width: 144px;
}

@media (max-width: 767px) {
  .horse-profile-block .btn {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .horse-profile .col-sm-12.col-md-6:first-child {
    margin-bottom: 10px;
  }
}

.violet-bg {
  position: relative;
  padding: 45px 0;
}

@media (max-width: 767px) {
  .violet-bg {
    padding: 25px 0;
  }
}

.violet-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #490E68;
  height: 71%;
  background-image: url(../images/chi/Intersection-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  left: 0px;
  right: 0;
  transform: scaleX(-1);
}

@media (max-width: 767px) {
  .violet-bg::after {
    height: 100%;
  }
}

.violet-bg figure img {
  margin: 0;
  max-width: 100%;
}

.violet-bg h2 {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  color: #fff;
  margin: 35px 0;
  font-size: 50px;
}

@media (max-width: 767px) {
  .violet-bg h2 {
    margin: 18px 0;
    font-size: 30px;
  }
}

.violet-bg .white-box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

@media (max-width: 767px) {
  .violet-bg .white-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .violet-bg .white-box-left {
    margin-bottom: 20px;
  }
}

.violet-bg .white-box-left h3 {
  color: #490E68;
  margin-bottom: 5px;
  font-weight: 600;
}

.violet-bg .white-box-left p {
  margin: 0;
}

.violet-bg .white-box .btn {
  background-color: #490E68;
  border-radius: 0;
  text-transform: uppercase;
  min-width: 140px;
}

.violet-bg .white-box .btn:active,
.violet-bg .white-box .btn:focus {
  box-shadow: none;
  background-color: #490E68;
}

.violet-bg .col-sm-12.col-md-5 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .violet-bg .col-sm-12.col-md-5 {
    margin-top: 30px;
  }
}

.counter-box {
  color: #fff;
  padding: 35px;
  height: 100%;
  background-image: url(../images/chi/counter-pattern.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

@media (max-width: 767px) {
  .counter-box {
    padding: 15px;
  }
}

@media (min-width: 767px) and (max-width: 1140px) {
  .counter-box {
    padding: 20px;
  }
}

.counter-box h3 {
  margin-bottom: 7px;
  font-size: 28px;
  color: #fff;
}

.counter-box-wrapper {
  margin-top: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .counter-box-wrapper {
    margin-top: 15px;
  }
}

.counter-box-wrapper .countdown-section {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  margin-left: 8px;
  margin-right: 0;
}

.counter-box-wrapper .countdown-section::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  border-bottom: 2px solid rgba(181, 57, 88, 0.5);
}

.counter-box-wrapper .countdown-section:last-child {
  margin-right: 0;
  margin-left: 0;
}

.counter-box-wrapper .countdown-section .value {
  font-family: "Bebas Neue", cursive;
  background-color: #D8456A;
  border-radius: 8px;
  font-size: 55px;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  height: 70px;
  width: 80px;
  position: relative;
}

@media (min-width: 767px) and (max-width: 1140px) {
  .counter-box-wrapper .countdown-section .value {
    width: 70px;
  }
}

.counter-box-wrapper .countdown-section .value::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #B53958;
  border: 1px solid #B53958;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0px;
}

.counter-box-wrapper .countdown-section .value::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #B53958;
  border: 1px solid #B53958;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0px;
}

.counter-box-wrapper .countdown-section .countdown-label {
  font-size: 13px;
  padding-top: 4px;
  text-align: center;
}

.sponsor {
  background: #F8F8F8;
  padding: 50px 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sponsor {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}

.sponsor .col-sm-12.col-md-2:first-child::after {
  background: rgba(112, 112, 112, 0.5);
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  height: 100%;
  left: auto;
  right: 80%;
}

@media (max-width: 767px) {
  .sponsor .col-sm-12.col-md-2:first-child::after {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    right: 0;
  }
}

.sponsor-heading {
  display: flex;
  align-items: center;
  height: 140px;
}

@media (max-width: 767px) {
  .sponsor-heading {
    justify-content: center;
    height: 100%;
    padding-bottom: 15px;
  }
}

.sponsor-heading h3 {
  margin: 0;
  font-size: 32px;
  color: #A1A1A1;
  line-height: 1;
  max-width: 150px;
  font-weight: 600;
}

@media (max-width: 1140px) {
  .sponsor-heading h3 {
    font-size: 20px;
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .sponsor-heading h3 {
    max-width: 100%;
  }
}

.sponsor-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .sponsor-logo {
    margin-top: 15px;
  }
}

@media (max-width: 560px) {
  .sponsor-logo {
    flex-direction: column;
  }
}

.sponsor-logo figure {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

@media (max-width: 560px) {
  .sponsor-logo figure {
    margin-bottom: 10px;
    height: 30px;
  }
}

.sponsor-logo figure img {
  margin: 0;
  max-width: 100%;
}

@media (max-width: 1440px) {
  .sponsor-logo figure img {
    max-width: 150px;
  }
}

@media (max-width: 991px) {
  .sponsor-logo figure img {
    max-width: 100px;
  }
}

.sponsor-logo-head {
  position: relative;
}

@media (max-width: 560px) {
  .sponsor-logo-head {
    margin-bottom: 10px;
  }
}

.sponsor-logo-head h4 {
  color: #ADAFAF;
  text-align: center;
  margin-bottom: 6px;
  font-size: 15px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .sponsor-logo-head h4 {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .sponsor-logo-head h4 {
    font-size: 15px;
  }
}

.sponsor-logo-head::after {
  position: absolute;
  content: "";
  background-image: url(../images/chi/separation.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: -15px;
  display: block;
  width: 2px;
  height: 100%;
}

@media (max-width: 991px) {
  .sponsor-logo-head::after {
    display: none;
  }
}

.sponsor-logo-head:first-child::after {
  display: none;
  display: block;
}

@media (max-width: 991px) {
  .sponsor-logo-head:first-child::after {
    display: none;
  }
}

.sponsor-logo-head:last-child::after {
  display: none;
}

@media (max-width: 560px) {
  .sponsor-logo-head:last-child {
    margin-bottom: 0;
  }
}

.about-content {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .about-content {
    margin-bottom: 20px;
  }
}

.about-content h2 {
  margin-bottom: 20px;
  color: #490E68;
}

@media (max-width: 767px) {
  .about-content h2 {
    margin-bottom: 10px;
  }
}

.about-content p {
  margin: 0;
}

.about-sec {
  position: relative;
  z-index: 2;
}

.about-sec-bg {
  height: 100%;
  background: no-repeat center center/cover;
  width: 100%;
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-sec-bg {
    padding: 20px 0;
  }
}

.about-sec-bg::before {
  background-color: #490E67;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 50%;
}

.about-sec-bg .col-md-6:nth-child(1),
.about-sec-bg .col-md-6:nth-child(2) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .about-sec-bg .col-md-6:nth-child(3) {
    margin-bottom: 15px;
  }
}

.about-sec-block {
  background: no-repeat center center/cover;
  width: 100%;
  position: relative;
  height: 100%;
  transition: all 400ms ease-in;
}

.about-sec-block:hover .about-sec-white-bg {
  width: 100%;
  margin-left: 0;
  transition: all 400ms ease-in;
}

.about-sec-white-bg {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 20px 12px;
  width: 275px;
  margin-left: 18px;
  height: 100%;
  float: left;
}

@media (max-width: 767px) {
  .about-sec-white-bg {
    padding: 15px 12px;
  }
}

@media (max-width: 480px) {
  .about-sec-white-bg {
    margin: 0 auto;
  }
}

.about-sec-white-bg figure img {
  margin: 0;
  max-width: 100%;
}

.about-sec-white-bg h3 {
  color: #000;
  text-transform: uppercase;
  margin: 20px 0 15px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .about-sec-white-bg h3 {
    margin: 15px 0 15px;
  }
}

.about-sec-white-bg .btn {
  background-color: #490E68;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.about-sec-white-bg .btn:active,
.about-sec-white-bg .btn:focus {
  box-shadow: none;
  background-color: #490E68;
}

.chi-banner {
  min-height: 600px;
  background: #490E67 url("../images/chi/chi-banner-pattern.png") no-repeat center;
  padding: 60px 0;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .chi-banner {
    padding: 30px 0;
    margin-bottom: 0;
  }
}

.chi-banner .chi-top {
  padding-bottom: 60px;
}

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

@media (max-width: 991px) {
  .chi-banner .sponsor-logo {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .chi-banner .sponsor-logo .sponsor-logo-head {
    flex: 0 0 50%;
  }
}

.chi-banner .sponsor-logo .sponsor-logo-head h4 {
  color: #fff;
}

.chi-banner .counter-box-wrapper .countdown-section:after {
  border-bottom: 1px solid #490E67;
}

.chi-banner .counter-box-wrapper .countdown-section .value {
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  -webkit-backdrop-filter: blur(18px) brightness(115%);
  backdrop-filter: blur(18px) brightness(115%);
}

@media (max-width: 767px) {
  .chi-banner .counter-box-wrapper .countdown-section .value {
    width: 60px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.chi-banner .counter-box-wrapper .countdown-section .value:before,
.chi-banner .counter-box-wrapper .countdown-section .value:after {
  background: #490E67;
  border-color: #490E67;
  height: 5px;
  width: 5px;
}

.chi-banner .in-logo {
  text-align: center;
}

@media (max-width: 575px) {
  .chi-banner .in-logo {
    margin-bottom: 15px;
  }

  .chi-banner .in-logo img {
    width: 100%;
  }
}

.chi-banner .sponsor-logo {
  justify-content: center;
}

@media (max-width: 575px) {
  .chi-banner .sponsor-logo {
    flex-direction: row;
  }
}

.chi-banner .counter-box {
  background: transparent;
  padding: 0;
}

.chi-banner .chi-img-banner {
  text-align: center;
}

@media (max-width: 991px) {
  .chi-banner .chi-img-banner img {
    height: 200px;
  }
}

.chi-banner .sponsor-logo-head {
  padding: 0 30px;
}

.chi-banner .sponsor-logo-head:after {
  left: 0;
}

.chi-banner .chi-logos {
  margin-bottom: 30px;
}











/*

.book-wrapper {
  position: relative;
  z-index: 5;
}
.book-wrapper .col-lg-7 {
  display: flex;
  justify-content: center;
}
.book-wrapper .white-box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  z-index: 2;
}
@media (min-width: 992px) {
  .book-wrapper .white-box {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .book-wrapper .white-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
  }
}
.book-wrapper .white-box-left {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .book-wrapper .white-box-left {
    margin-bottom: 20px;
  }
}
.book-wrapper .white-box-left h3 {
  color: #490E68;
  margin-bottom: 5px;
  font-weight: 600;
}
.book-wrapper .white-box-left p {
  margin: 0;
}
.book-wrapper .white-box .btn {
  background-color: #490E68;
  border-radius: 0;
  text-transform: uppercase;
  min-width: 140px;
  box-shadow: 0 4px 12px rgba(73, 14, 103, 0.24);
}
.book-wrapper .white-box .btn:active, .book-wrapper .white-box .btn:focus {
  box-shadow: none;
  background-color: #490E68;
}
*/








.chi-content {
  background: url("../images/chi/bg-chi.svg") no-repeat center bottom;
  padding-bottom: 15px;
}

.chi-content:after {
  display: none;
}

.chi-content img {
  margin: 0;
}

.chi-content figure img {
  margin: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .chi-content figure {
    margin-bottom: 15px;
  }
}

.chi-content h2 {
  color: #490E68;
}

.chi-content h3 {
  color: #490E68;
}

.chi-content h3 a {
  color: #490E68;
}

.chi-content .middle-btn .round-btn {
  color: #490E68;
  border: 2px solid #490E68;
}

.chi-content .middle-btn .round-btn:before,
.chi-content .middle-btn .round-btn:after {
  background-color: #490E68;
}

.chi-content .middle-btn .round-btn:after {
  display: none;
}

.chi-content .middle-btn .round-btn:hover {
  color: #fff;
  background-color: #490E68;
}

.chi-content .slick-dots li.slick-active button {
  background: #490E68;
}

.chi-content .home-gallery-holder {
  margin-bottom: 40px;
}

.home-gallery-holder {
  margin-bottom: 0;
}

.chi-inner-banner {
  background: #490E67;
  position: relative;
  height: 242px;
}

.chi-inner-banner .container,
.chi-inner-banner .row {
  height: 100%;
}

@media (max-width: 575px) {
  .chi-inner-banner figure img {
    height: 60px;
  }
}

.chi-inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/chi/chi-inner-banner.png") no-repeat center 20%;
}

.chi-inner-banner .sponsor-logo {
  justify-content: center;
  margin-top: 45px;
}

.chi-inner-banner .sponsor-logo figure {
  height: 65px;
}

.chi-inner-banner .sponsor-logo .sponsor-logo-head {
  padding: 0 26px;
}

.chi-inner-banner .sponsor-logo .sponsor-logo-head h4 {
  color: #fff;
  font-size: 12px;
}

.desc-list .item {
  margin-bottom: 30px;
}

.desc-list .media {
  overflow: hidden;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid rgba(73, 14, 103, 0.1);
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.08);
}

.desc-list .media a {
  display: flex;
  align-items: center;
}

.desc-list .media a:hover {
  text-decoration: none;
}

.desc-list .content {
  padding-right: 30px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #490E67;
}

.desc-list figure {
  width: 206px;
  height: 160px;
  padding: 20px;
  padding-left: 30px;
  position: relative;
  text-align: center;
  flex: 0 0 176px;
}

@media (max-width: 575px) {
  .desc-list figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 126px;
  }
}

.desc-list figure:before {
  content: "";
  position: absolute;
  width: 337px;
  height: 337px;
  background: #490E67;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 0;
  bottom: 100%;
  transform: translateY(60%);
  z-index: 0;
}

.desc-list figure img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 575px) {
  .desc-list figure img {
    height: 80px;
  }
}

.chi-home {
  padding: 20px 0 0 !important;
}

.chi-inner-image figure img {
  width: 100%;
}

.upcoming-competition {
  margin-bottom: 40px;
}

.upcoming-competition figure img {
  width: 100%;
  margin: 0;
  border: 1px solid #707070;
}

.competition-banner {
  position: relative;
  padding-top: 40px;
  z-index: 2;
}

.competition-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/chi/Intersection-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  z-index: 2;
  opacity: 0.8;
}

.competition-banner-bg {
  height: 630px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 620px) {
  .competition-banner-bg {
    height: 100%;
    padding: 20px 0;
  }
}

.competition-banner-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(74, 16, 103, 0) 0%, rgba(74, 16, 103, 0) 14%, #4a1067 64%, #4a1067 100%);
}

.competition-banner-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  float: left;
}

@media (max-width: 620px) {
  .competition-banner-box {
    max-width: 100%;
    float: none;
  }
}

.competition-banner-box-item {
  display: flex;
  padding: 6px;
  width: 50%;
  margin: 0;
}

@media (max-width: 620px) {
  .competition-banner-box-item {
    width: 100%;
  }
}

.competition-banner-box-content {
  background-color: rgba(83, 33, 120, 0.78);
  display: flex;
  flex-direction: column;
  padding: 22px;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media (max-width: 620px) {
  .competition-banner-box-content {
    padding: 15px;
  }
}

.competition-banner-box-content h3 {
  color: #fff;
}

.competition-banner-box-content p {
  flex: 1 0 auto;
  margin-bottom: 30px;
}

.competition-banner-box-content span {
  color: #FF7777;
  margin-bottom: 10px;
}

.competition-banner-box-content .btn {
  width: 257px;
  font-size: 17px;
  background: #471D66;
  border-color: #471D66;
  color: #fff;
  text-align: right;
}

.competition-banner-box-content .btn figure img {
  margin: -4px 0 0 25px;
  width: auto;
}

.competition-banner-box-content .btn span {
  position: relative;
  color: #fff;
}

.competition-banner-box-content .btn span::before {
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  content: "";
  display: block;
  height: 100%;
  top: 0px;
  bottom: 0;
  left: -13px;
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  border-right: 0;
  right: -13px;
  left: auto;
}

.competition-banner-box-content .btn.btn-disable {
  opacity: 0.18;
}

.competition-banner .box-outer {
  display: flex;
  max-width: 940px;
  float: left;
}

.competition-banner .box-outer .box {
  width: 100%;
}

.competition-banner .box-outer-left {
  display: flex;
  flex-direction: column;
}

.competition-banner .box-outer-left .box-violet {
  background-color: rgba(83, 33, 120, 0.78);
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.competition-banner .box-outer-left .box-violet .btn {
  max-width: 254px;
  font-size: 17px;
  background: #471D66;
  border-color: #471D66;
  color: #fff;
}

.competition-banner .box-outer-left .box-violet .btn figure img {
  margin: -4px 25px 0 0;
}

.competition-banner .box-outer-left .box-violet .btn span {
  position: relative;
}

.competition-banner .box-outer-left .box-violet .btn span::before {
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  content: "";
  display: block;
  height: 100%;
  top: 0px;
  bottom: 0;
  left: -13px;
  position: absolute;
}

.competition-banner .box-outer-left .box-violet h3 {
  color: #fff;
}

.competition-banner .box-outer-left .box-violet p {
  flex: 1 0 auto;
}

.competition-banner .box-outer-left .box-violet-bottom {
  margin-bottom: 20px;
}

.competition-banner .box-outer-right {
  background-color: rgba(83, 33, 120, 0.78);
  margin-left: 20px;
  color: #fff;
  padding: 20px;
}

.competition-banner .box-outer-right .btn {
  max-width: 254px;
  font-size: 17px;
  background: #471D66;
  border-color: #471D66;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.competition-banner .box-outer-right .btn figure img {
  margin: -4px 25px 0 0;
}

.competition-banner .box-outer-right .btn span {
  position: relative;
}

.competition-banner .box-outer-right .btn span::before {
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  content: "";
  display: block;
  height: 100%;
  top: 0px;
  bottom: 0;
  left: -13px;
  position: absolute;
}

.competition-banner .box-outer-right h3 {
  color: #fff;
}

.competition-banner .box-outer-right h4 {
  font-size: 17px;
}

.competition-banner .box-outer-right p {
  color: #EABCFF;
}

.discipline-sec {
  margin-bottom: 50px;
}

.discipline-banner {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EFEFF0;
  padding: 40px 0;
  margin-top: 40px;
  margin-bottom: 170px;
  height: 320px;
}

@media (max-width: 767px) {
  .discipline-banner {
    height: 100%;
    margin-bottom: 0;
    padding: 20px 0;
  }
}

.discipline-banner-box {
  background: #fff;
  padding: 35px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 0.5px solid #CCCACA;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .discipline-banner-box {
    padding: 15px;
  }
}

.discipline-banner-box figure img {
  margin: 0 0px 50px 0;
  max-width: 100%;
  width: auto;
}

@media (max-width: 767px) {
  .discipline-banner-box figure img {
    margin: 0 0px 20px 0;
  }
}

.discipline-banner-box h3 {
  color: #000000;
}

.discipline-banner-box a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .discipline-banner .col-sm-12.col-md-4 {
    margin-bottom: 13px;
  }

  .discipline-banner .col-sm-12.col-md-4:last-child {
    margin-bottom: 0;
  }
}

.middle-banner {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}

.middle-banner-block {
  padding: 50px 40px;
  background: rgba(255, 255, 255, 0.85);
  margin-left: 35px;
  height: 100%;
}

.middle-banner-block h3 {
  color: #000000;
}

.fame-bg {
  width: 100%;
  height: 449px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-bottom: 220px;
  padding: 40px 0;
}

.fame-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(89, 29, 117, 0.81);
  height: 100%;
  left: 0px;
  right: 0;
}

.fame-bg h3 {
  color: #fff;
}

.fame-bg-box {
  background-color: #BF214D;
  color: #fff;
  padding: 30px;
  height: 100%;
  position: relative;
}

.fame-bg-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(../images/chi/counter-pattern.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.fame-bg-box-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(181, 30, 72, 0.85);
  padding: 13px;
}

.fame-bg-box-block:nth-child(even) {
  background-color: rgba(205, 49, 93, 0.85);
}

.fame-bg-box-block h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.fame-bg-box-block p {
  font-size: 32px;
  margin: 0;
}

.previous-sec-btn {
  margin-top: 40px;
}

.previous-sec .btn {
  background-color: inherit;
  border: 1px solid #532178;
  min-width: 120px;
  color: #532178;
  border-radius: 0;
  font-size: 22px;
  line-height: 1;
}

.previous-sec .btn.active {
  background-color: #532178 !important;
  border: 1px solid #532178 !important;
  color: #fff;
  margin-right: 10px;
}

.des-sec {
  padding-top: 40px;
}

.gradient-sec {
  position: relative;
  margin-top: 50px;
  z-index: 2;
}

@media (max-width: 991px) {
  .gradient-sec {
    margin-top: 20px;
  }
}

.gradient-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/chi/Intersection-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
}

.gradient-sec-block {
  float: right;
  height: 100%;
  width: 42%;
  color: #fff;
}

@media (max-width: 991px) {
  .gradient-sec-block {
    width: 100%;
    float: none;
  }
}

.gradient-sec-block h3 {
  color: #fff;
}

.gradient-sec-block .btn {
  background-color: #471D66;
  margin-top: 30px;
}

.gradient-bg {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

@media (max-width: 991px) {
  .gradient-bg {
    padding: 20px 0;
  }
}

.gradient-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(74, 16, 103, 0) 0%, rgba(74, 16, 103, 0) 14%, #4a1067 64%, #4a1067 100%);
}

.video-slider {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .video-slider {
    margin-top: 20px;
  }
}

.video-slider .slick-list {
  overflow: visible;
}

.video-slider-item {
  position: relative;
  margin: 0 7px;
}

.video-slider-image {
  margin: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 265px;
  width: 100%;
  opacity: 0.78;
}

.video-slider-image a {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%);
  height: 100%;
  outline: none;
  text-indent: -9999px;
  z-index: 2;
  text-indent: 9999px;
}

.video-slider-content {
  opacity: 0;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.video-slider-content h4 {
  font-size: 15px;
  margin-bottom: 3px;
}

.video-slider-content p {
  font-size: 12px;
}

@media (max-width: 991px) {
  .video-slider-content p {
    margin: 0;
  }
}

.video-slider .slick-current.slick-center .video-slider-item {
  margin: 0 70px;
  transform: scale(1.3);
  transition: all 300ms ease;
}

@media (max-width: 991px) {
  .video-slider .slick-current.slick-center .video-slider-item {
    margin: 0 10px;
    transform: scale(1);
  }
}

.video-slider .slick-current.slick-center .video-slider-image {
  opacity: 1;
}

.video-slider .slick-current.slick-center .video-slider-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 60%;
  width: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}

.video-slider .slick-current.slick-center .video-slider-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 50%;
  background-image: url(../images/chi/play-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-size: contain;
  z-index: 2;
}

.video-slider .slick-current.slick-center .video-slider-content {
  opacity: 1;
}

.video-slider .slick-dots {
  padding: 60px 0 20px;
  margin: 0;
}

@media (max-width: 991px) {
  .video-slider .slick-dots {
    padding: 20px 0 20px;
  }
}

.gallery-sec {
  position: relative;
  z-index: 2;
}

.mission-bg {
  position: relative;
}

.chi-content .section ul li {
  background: url(../images/bg/li-icon-CHI.png) transparent no-repeat;
  background-size: 14px;
  background-position: left 3px;
  background-position: right 3px;
}

.horse-list-item {
  position: relative;
  overflow: hidden;
}

.horse-list-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 1;
  outline: none;
}

.horse-list-item:hover .horse-list-figure {
  transform: scale(1.2);
  transition: all 0.6s ease;
}

.horse-list-item:hover .horse-list-figure::after {
  height: 100%;
  background: #BF214D;
  opacity: 0.75;
  transition: all 0.6s ease;
}

.horse-list-item:hover .horse-list-content {
  background-position: -100px bottom;
}

.horse-list-item:hover .horse-list-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.horse-list-item .horse-list-content {
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background: transparent;
}

.horse-list-item .horse-list-content:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 36px;
  height: 68px;
  background: url("../images/bg-list-1.png") no-repeat;
  transform: translateX(0px);
  transition: 400ms;
  transition-delay: 200ms;
}

.horse-list-item .horse-list-content p {
  margin-bottom: 0;
}

.horse-list-item .detail-wrapper {
  width: 100%;
  padding: 0px;
  height: 0px;
  transform: scale(0.7) translateY(50px);
  opacity: 0;
  transition: 100ms;
}

.horse-list-item .body-detail {
  padding: 15px;
  position: relative;
}

.horse-list-item .body-detail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  mix-blend-mode: overlay;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.horse-list-item .body-detail .col:last-child {
  text-align: left;
}

.horse-list-item .body-detail p {
  font-size: 12px;
  margin: 0;
  margin-bottom: 10px;
}

.horse-list-item .pedigree-detail {
  padding: 15px;
  padding-bottom: 0;
}

.horse-list-item .pedigree-detail .title {
  margin-bottom: 20px;
  position: relative;
}

.horse-list-item .pedigree-detail .title:before {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  mix-blend-mode: overlay;
  content: "";
  position: absolute;
  right: 50%;
  top: 100%;
  bottom: 0;
  margin-bottom: -34px;
}

.horse-list-item .pedigree-detail .icon {
  width: 28px;
  height: 28px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background: #fff;
  margin: 0 auto 10px;
}

.horse-list-item .pedigree-detail .icon i {
  display: block;
  width: 28px;
  height: 28px;
}

.horse-list-item .pedigree-detail .icon i.icon-female {
  background: url("../images/icon-female.svg") no-repeat center;
}

.horse-list-item .pedigree-detail .icon i.icon-male {
  background: url("../images/icon-male.svg") no-repeat center;
}

.horse-list-item .pedigree-detail .icon img {
  margin: 0;
}

.horse-list-item .pedigree-detail .branch {
  position: relative;
}

.horse-list-item .pedigree-detail .branch:before {
  height: 1px;
  content: "";
  position: absolute;
  right: 50%;
  top: 13px;
  background: rgba(255, 255, 255, 0.4);
  mix-blend-mode: overlay;
  left: 0;
}

.horse-list-item .pedigree-detail .branch:last-child:before {
  left: 50%;
  right: 0;
}

.horse-list-item:hover .detail-wrapper {
  padding: 15px;
  padding-bottom: 0;
  height: auto;
  transform: scale(1) translateY(0);
  opacity: 1;
  transition: 400ms;
  transition-delay: 200ms;
}

@media (min-width: 767px) and (max-width: 1140px) {
  .horse-list-item:hover .detail-wrapper {
    padding: 0;
  }
}

.horse-list-item:hover .horse-list-content:before {
  transform: translateX(50px);
  transition: 400ms;
  transition-delay: 200ms;
  transform: translateX(-50px);
}

.horse-list-item h6 {
  font-size: 17px;
}

@media (min-width: 767px) and (max-width: 1140px) {
  .horse-list-item h6 {
    font-size: 16px;
  }
}

.horse-list-item h6:last-child,
.horse-list-item p:last-child {
  margin-bottom: 0;
}

.horse-list-figure {
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 326px;
  width: 100%;
  transition: all 0.6s ease;
}

.horse-list-figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 25%;
  width: 100%;
  background-color: #BF214D66;
}

.horse-list-content {
  transition: all 0.6s ease;
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../images/chi/ptn_fill.png) repeat-x 0 bottom;
  background-size: 30px;
  color: #fff;
}

.horse-list-content h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}

.horse-detail-slider {
  margin-bottom: 30px;
}

.horse-detail-slider .col-sm-12.col-md-6:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .horse-detail-slider .col-sm-12.col-md-6:first-child {
    padding-left: 15px;
  }
}

.horse-slider-left figure img {
  margin: 0;
  width: 100%;
}

.horse-slider-left .slick-arrow {
  top: 40%;
}

.thumb-image-holder .thumb-image {
  margin: 0 5px;
}

@media (max-width: 480px) {
  .thumb-image-holder .thumb-image {
    margin: 0;
  }
}

.thumb-image-holder .thumb-image img {
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0.52;
}

.thumb-image-holder .slick-current.slick-center .thumb-image img,
.thumb-image-holder .slick-current.slick-active .thumb-image img {
  opacity: 1;
}

.thumb-image-holder .slick-prev {
  top: 14%;
  padding: 20px;
  left: 6px;
  background-size: 20px;
}

@media (max-width: 480px) {
  .thumb-image-holder .slick-prev {
    top: 38%;
  }
}

@media (max-width: 767px) {
  .thumb-image-holder .slick-prev {
    top: 31%;
  }
}

.thumb-image-holder .slick-next {
  top: 14%;
  padding: 20px;
  right: 6px;
  background-size: 20px;
}

@media (max-width: 480px) {
  .thumb-image-holder .slick-next {
    top: 38%;
  }
}

@media (max-width: 767px) {
  .thumb-image-holder .slick-next {
    top: 31%;
  }
}

.horse-slider-right {
  display: flex;
  flex-direction: column;
}

.horse-detail-box {
  background-color: #F6F6F6;
  padding: 35px 45px;
  margin: 0 4px 10px 4px;
  position: relative;
  flex-grow: 1;
}

@media (max-width: 1030px) {
  .horse-detail-box {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .horse-detail-box {
    padding: 20px;
    margin: 0 0 10px 0;
  }
}

.horse-detail-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/chi/horse-box-pattern.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: bottom right;
  opacity: 0.32;
  transform: scaleX(-1);
}

.horse-detail-box h2 {
  margin-bottom: 10px;
}

@media (max-width: 1030px) {
  .horse-detail-box h2 {
    font-size: 26px;
  }
}

.horse-detail-box .table {
  width: 60%;
  margin: 0;
}

.horse-detail-box .table th,
.horse-detail-box .table td {
  border: none;
  padding: 3px;
}

.horse-detail-box .table .width-01 {
  width: 130px;
}

@media (max-width: 1030px) {
  .horse-detail-box .table {
    width: 100%;
  }
}

.contentWrapperList {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .contentWrapperList {
    padding: 30px 0;
  }
}

.contentWrapperList-simpleElem h3 {
  color: #000;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}

.contentWrapperList-simpleElem figure img {
  margin: 0 0 0 7px;
}

.contentWrapperList-simpleElem .fa-trophy {
  color: #FFD700;
  font-size: 20px;
  margin-left: 6px;
}

.contentWrapperList-simpleElem .fa-trophy.color-brown {
  color: #CD7F32;
}

.contentWrapperList-simpleElem .fa-trophy.color-silver {
  color: #D9D9D9;
}

.contentWrapperList .sliderHorseResult .slick-prev {
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #BF214D;
  background: inherit;
  padding: 0;
  opacity: 1;
  top: -50px;
  right: 50%;
  z-index: 1;
}

.contentWrapperList .sliderHorseResult .slick-next {
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #BF214D;
  background: inherit;
  padding: 0;
  opacity: 1;
  right: 50%;
  z-index: 1;
  top: inherit;
  bottom: -53px;
}

.pedigree-container {
  display: flex;
  justify-content: space-between;
  margin: -20px 0 0 25px;
}

@media (max-width: 1340px) {
  .pedigree-container {
    overflow-x: scroll;
    margin: 0;
  }
}

.pedigree-container .generation {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 28%;
}

@media (max-width: 767px) {
  .pedigree-container .generation {
    width: 100%;
  }
}

.pedigree-container .generation .center-image {
  position: relative;
  display: flex;
  height: 520px;
  justify-content: center;
  align-items: center;
}

.pedigree-container .generation .center-image figure {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  border: 2px solid #BF214D;
  text-align: center;
  padding: 25px;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  flex-shrink: 0;
}

.pedigree-container .generation .center-image figure img {
  margin: 0;
  width: 80px;
  object-fit: cover;
}

.pedigree-container .generation .center-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  border-right: 1px solid #BF214D;
  border-top: 1px solid #BF214D;
  border-bottom: 1px solid #BF214D;
}

.pedigree-container .generation .center-image span {
  text-align: center;
  width: 160px;
  position: absolute;
  right: 75%;
  margin-right: 24px;
}

.pedigree-container .slot {
  position: relative;
  padding: 10px 10px;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 991px) {
  .pedigree-container .slot {
    padding: 10px 10px;
  }
}

.pedigree-container .slot .female-icon,
.pedigree-container .slot .male-icon {
  content: "";
  position: absolute;
  top: -13px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #BF214D;
  line-height: 1;
}

.pedigree-container .slot .female-icon figure img,
.pedigree-container .slot .male-icon figure img {
  margin: 0;
}

.pedigree-container .slot a {
  color: #000;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  max-width: 130px;
  word-break: break-all;
}

.pedigree-container .slot .not-available {
  color: #f00;
}

.pedigree-container .parent .slot.male,
.pedigree-container .parent .slot.female {
  border: 1px solid #BF214D;
  text-align: center;
  margin: 0 0 0 25px;
  line-height: 3;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 767px) {

  .pedigree-container .parent .slot.male,
  .pedigree-container .parent .slot.female {
    min-width: 160px;
    display: block;
  }
}

.pedigree-container .parent .slot::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: calc(50% + 18px);
  height: 1px;
  background: #BF214D;
}

@media (max-width: 767px) {
  .pedigree-container .parent .slot::after {
    width: calc(50% + 19px);
  }
}

.pedigree-container .grand-parent .slot::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: calc(50% + 31px);
  height: 1px;
  background: #BF214D;
}

@media (max-width: 767px) {
  .pedigree-container .grand-parent .slot::after {
    width: calc(50% + 42px);
  }
}

.pedigree-container .grand-parent .slot.male::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: -40%;
  width: 85%;
  height: 281%;
  border-left: 1px solid #BF214D;
}

.pedigree-container .grand-parent .slot.male,
.pedigree-container .grand-parent .slot.female {
  border: 1px solid #BF214D;
  text-align: center;
  margin: 0 0 0 25px;
  line-height: 3;
  border-radius: 4px;
}

.pedigree-container .great-grand-parent .slot::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 85%;
  height: 1px;
  background: #BF214D;
}

.pedigree-container .great-grand-parent .slot.male::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: -40%;
  width: 85%;
  height: 90%;
  border-left: 1px solid #BF214D;
  background: inherit;
  box-shadow: 90px 0px 0px -12px #fff;
  box-shadow: -90px 0px 0px -12px #fff;
}

.pedigree-container .great-grand-parent .slot.female::after {
  display: none;
}

.pedigree-container .great-grand-parent .slot.male,
.pedigree-container .great-grand-parent .slot.female {
  border: 1px solid #BF214D;
  text-align: center;
  margin: 0 0 0 25px;
  line-height: 3;
  margin: 0;
  border-radius: 4px;
}

@media (max-width: 767px) {

  .pedigree-container .great-grand-parent .slot.male,
  .pedigree-container .great-grand-parent .slot.female {
    min-width: 160px;
    display: block;
  }
}

.pedigree-container .great-grand-parent .item {
  margin: 30px 0;
}

.pedigree-container::-webkit-scrollbar {
  width: 10px;
}

.pedigree-container::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pedigree-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.custom-row .col-md-7 {
  flex: 0 0 62.2%;
  max-width: 62.2%;
}

@media (max-width: 767px) {
  .custom-row .col-md-7 {
    margin-bottom: 30px;
  }
}

.custom-row .col-md-5 {
  flex: 0 0 37.8%;
  max-width: 37.8%;
}

@media (max-width: 1190px) {

  .custom-row .col-md-7,
  .custom-row .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.search-result .search-form {
  display: none;
}

.search-result p {
  color: #545454;
  font-size: 15px;
  margin-bottom: 16px;
}

.search-result ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  background-position: left 7px;
  background-position: right 7px;
}

.search-result ul li a:hover {
  text-decoration: underline !important;
  color: #BF214D !important;
  cursor: pointer;
}

.search-result h2 {
  color: #000;
  font-size: 24px;
}

.search-result h3 {
  color: #000000;
  margin-bottom: 4px;
}

.search-result h3 a {
  color: #000000;
}

.search-result .pagination {
  justify-content: center;
  margin: 50px 0;
}

.search-result .pagination li {
  background: inherit;
  margin: 0;
  padding-right: 0;
  border-bottom: none;
}

.search-result .pagination li.pager__item--previous span {
  overflow: hidden;
  display: block;
  height: 60px;
}

.search-result .pagination li.pager__item--previous span.visually-hidden::after {
  display: none;
}

.search-result .pagination li.pager__item--previous span:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.search-result .pagination li.pager__item--next span {
  overflow: hidden;
  display: block;
  height: 60px;
}

.search-result .pagination li.pager__item--next span.visually-hidden::after {
  display: none;
}

.search-result .pagination li.pager__item--next span:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.search-result .pagination li.pager__item--ellipsis {
  margin: 10px;
}

.search-result .pagination li.page-item.disabled .page-link {
  display: none;
}

.search-result .pagination li .page-link {
  position: relative;
  display: block;
  padding: 0;
  height: 50px;
  width: 50px;
  margin: 0 5px;
  line-height: 49px;
  color: #000000;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
}

.search-result .pagination li .page-link:hover {
  text-decoration: none !important;
}

.search-result .pagination li.active .page-link {
  background-color: #BF214D;
  color: #fff;
  border: 1px solid #BF214D;
}

.search-result .pagination li.active .page-link:hover,
.search-result .pagination li.active .page-link:focus {
  color: #fff !important;
}

.search-result__no-result {
  text-align: center;
  font-size: 20px !important;
  margin: 0;
  color: #BF214D !important;
  display: flex;
  justify-content: center;
  height: 300px;
  align-items: center;
}

.search-result__no-result::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 22px;
  margin-left: 10px;
  color: #BF214D;
}

.content-area .endurance-team {
  background-color: #F8F8F8;
  padding: 30px 0;
}

.content-area .endurance-team-list {
  display: flex;
  flex-wrap: wrap;
}

.content-area .endurance-team-item {
  display: flex;
  padding: 6px;
  width: 33%;
  margin: 0;
}

@media (max-width: 991px) {
  .content-area .endurance-team-item {
    width: 50%;
  }
}

@media (max-width: 620px) {
  .content-area .endurance-team-item {
    width: 100%;
  }
}

.content-area .endurance-team-item-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 25px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1160px) {
  .content-area .endurance-team-item-content {
    padding: 15px;
  }
}

.content-area .endurance-team-item-content figure {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 20px auto;
}

.content-area .endurance-team-item-content figure img {
  margin: 0;
}

.content-area .endurance-team-item-content h3 {
  margin-bottom: 3px;
}

.content-area .endurance-team-item-content small {
  font-size: 16px;
  margin-bottom: 20px;
}

.content-area .endurance-team-item-content p {
  flex: 1 0 auto;
}

.content-area .endurance-team-item-content .read-more {
  text-align: left;
}

.content-area .endurance-team-item-content .read-more .btn i {
  padding: 0 10px 0 0;
}

.content-area .endurance-team-item-content .read-more .btn i.fa-chevron-right::before {
  content: "";
}

.content-area .endurance-team-item-content .read-more .btn:active,
.content-area .endurance-team-item-content .read-more .btn:focus,
.content-area .endurance-team-item-content .read-more .btn.focus {
  background-color: transparent;
  color: #BF214D;
  border-color: #BF214D;
}

.team-modal {
  max-width: 990px;
  display: none;
  text-align: right;
}

.team-modal h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.team-modal small {
  font-size: 16px;
}

.team-modal p {
  margin-bottom: 4px;
  font-size: 16px;
}

.team-modal p:first-of-type {
  margin-top: 20px;
}

@media (max-width: 540px) {
  .team-modal.p-5 {
    padding: 1.5rem !important;
  }
}

.team-modal-outer {
  display: flex;
}

@media (max-width: 991px) {
  .team-modal-outer {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .team-modal-outer figure {
    text-align: center;
    margin-bottom: 20px;
  }
}

.team-modal-outer figure img {
  max-width: 100%;
}

.team-modal-inner {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .team-modal-inner {
    margin-right: 0;
  }
}

.team-modal-inner ul {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.team-modal-inner ul li {
  background: url(../images/bg/li-icon-pink.png) transparent no-repeat;
  background-size: 14px;
  background-position: left 3px;
  margin: 0 0 10px 0;
  padding-right: 25px;
  background-position: right 3px;
}

.fancybox-slide--html .team-modal .fancybox-close-small,
.fancybox-slide--html .t-modal-wrapper .fancybox-close-small {
  left: 0;
  right: auto;
}

.endu-team a,
.t-modal-wrapper a {
  text-decoration: none;
}

.endu-team figure,
.t-modal-wrapper figure {
  overflow: hidden;
}

.endu-team img,
.t-modal-wrapper img {
  width: 100%;
  margin: 0 !important;
  transform: scale(1);
  transition: 400ms;
  max-height: 297px;
  object-fit: cover;
}

.endu-team .item,
.t-modal-wrapper .item {
  margin-bottom: 30px;
}

@media (max-width: 575px) {

  .endu-team .item,
  .t-modal-wrapper .item {
    flex: 0 0 100%;
  }
}

.endu-team .item:hover img,
.t-modal-wrapper .item:hover img {
  transform: scale(1.1);
  transition: 400ms;
}

.endu-team .title-wrapper,
.t-modal-wrapper .title-wrapper {
  padding: 15px;
  background: #BF214D;
  color: #fff;
}

.endu-team .title-wrapper p,
.t-modal-wrapper .title-wrapper p {
  margin: 0;
  font-size: 13px;
}

.endu-team .title-wrapper .title,
.t-modal-wrapper .title-wrapper .title {
  font-size: 17px;
  font-weight: 700;
}

.endu-team .details,
.t-modal-wrapper .details {
  padding: 15px;
  border: 1px solid #D9D9D9;
  border-top: none;
}

.endu-team .details .d-flex,
.t-modal-wrapper .details .d-flex {
  justify-content: space-between;
}

.endu-team .details .d-flex .cell,
.t-modal-wrapper .details .d-flex .cell {
  position: relative;
}

.endu-team .details .d-flex .cell:last-child,
.t-modal-wrapper .details .d-flex .cell:last-child {
  padding-right: 30px;
  border-right: 1px solid #DCDCDC;
}

.endu-team .details p,
.t-modal-wrapper .details p {
  margin: 0;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
}

.endu-team .details p:last-child,
.t-modal-wrapper .details p:last-child {
  color: #BF214D;
  font-weight: 700;
  margin-bottom: 0;
}

.t-modal-wrapper .title-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(191, 33, 77, 0.6);
}

.t-modal-wrapper .title-wrapper .title {
  font-size: 22px;
}

.t-modal-wrapper .title-wrapper p {
  font-size: 17px;
}

.t-modal-wrapper figure {
  height: 100%;
  display: flex;
}

.t-modal-wrapper {
  width: 100%;
  max-width: 885px;
  display: none;
  padding: 0;
  position: relative;
  overflow: visible;
  text-align: right;
  direction: rtl;
}

.t-modal-wrapper .fancybox-close-small {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #BF214D;
  right: 10px;
  top: 10px;
}

.t-modal-wrapper .fancybox-close-small svg path {
  fill: #fff;
}

@media (min-width: 1101px) {
  .t-modal-wrapper .fancybox-close-small {
    right: -25px;
    top: -25px;
  }
}

.t-modal-wrapper .content {
  height: 330px;
  overflow: auto;
}

.t-modal-wrapper .content ul li {
  background: url(../images/bg/li-icon-pink.png) transparent no-repeat;
  background-size: 14px;
  background-position: left 3px;
  margin: 0 0 15px 0;
  padding-right: 25px;
  background-position: right 3px;
}

.t-modal-wrapper img {
  max-height: 100%;
}

.t-modal-wrapper .modal-content {
  padding: 40px;
  padding-right: 60px;
  position: relative;
  border: none;
}

@media (max-width: 991px) {
  .t-modal-wrapper .modal-content {
    padding-right: 20px;
    padding: 20px;
  }
}

.t-modal-wrapper .modal-content:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  width: 55px;
  height: 118px;
  background: url(../images/endurance-team/bg-modal.png) no-repeat 0 0;
  background-position: top right;
  z-index: 3;
  background-size: contain;
  background-position: top left;
}

.t-modal-wrapper .details {
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
  background: #efeff0;
  background: linear-gradient(90deg, #efeff0 0%, white 100%);
  margin-bottom: 30px;
  background: linear-gradient(-90deg, #efeff0 0%, white 100%);
}

.contentWrapperList-simpleElem p {
  padding-left: 30px;
}

.contentWrapperList .sliderHorseResult:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  content: "";
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, white 100%);
}

.contentWrapperList .sliderHorseResult .slick-arrow {
  width: 28px;
  height: 28px;
  border: 1px solid #BF214D;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-indent: 0;
  color: #BF214D;
  font-size: 0;
}

.contentWrapperList .sliderHorseResult .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

.contentWrapperList .sliderHorseResult .slick-arrow.slick-next:before {
  content: "";
}

.contentWrapperList .sliderHorseResult .slick-arrow.slick-prev:before {
  content: "";
}

.pedigree-container {
  flex-direction: column;
  margin: 0;
  padding-top: 70px;
}

.pedigree-container .generation {
  width: 100%;
  min-width: 1300px;
  flex-direction: row;
  justify-content: normal;
}

.pedigree-container .generation:first-child {
  flex-direction: column;
}

.pedigree-container .generation .center-image {
  height: 150px;
  flex-direction: column;
}

.pedigree-container .generation .center-image figure {
  position: absolute;
  bottom: 100%;
  margin-bottom: -69px;
}

.pedigree-container .generation .center-image span {
  position: relative;
  right: auto;
  margin: 0;
  margin-top: 30px;
}

.pedigree-container .generation .center-image:before {
  right: 50%;
  transform: translateX(-50%);
  border: 1px solid #BF214D;
  border-bottom: none;
  transform: translateX(50%);
}

.pedigree-container .generation .item {
  height: 150px;
  position: relative;
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 10px;
}

.pedigree-container .generation .item:before {
  width: 50%;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 50%;
  transform: translateX(-50%);
  border: 1px solid #BF214D;
  border-bottom: none;
  transform: translateX(50%);
}

.pedigree-container .generation.parent {
  flex-direction: row;
  width: auto;
}

.pedigree-container .generation.parent .slot.male,
.pedigree-container .generation.parent .slot.female {
  display: inline-flex;
  margin: 0;
  line-height: 24px;
}

.pedigree-container .generation .slot {
  background: #fff;
  line-height: 24px;
}

.pedigree-container .generation .slot:after {
  opacity: 0;
}

.pedigree-container .generation.grand-parent .slot.male,
.pedigree-container .generation.grand-parent .slot.female {
  display: inline-flex;
  margin: 0;
  line-height: 24px;
}

.pedigree-container .generation.grand-parent .slot:after,
.pedigree-container .generation.grand-parent .slot:before {
  opacity: 0;
}

.pedigree-container .generation.grand-parent .item {
  margin: 0;
}

.pedigree-container .generation.great-grand-parent .item {
  margin: 0;
}

.pedigree-container .generation.great-grand-parent .item:before {
  display: none;
}

.pedigree-container .generation.great-grand-parent .slot.male,
.pedigree-container .generation.great-grand-parent .slot.female {
  display: inline-flex;
  margin: 0;
  line-height: 24px;
  min-width: auto;
}

.pedigree-container .generation.great-grand-parent .slot.male:after,
.pedigree-container .generation.great-grand-parent .slot.female:after {
  opacity: 0;
}

.chi-inner-image-mb {
    display: none;
  }
  .chi-inner-image-web {
    display: block;
  }
  @media (max-width:991px) {
    .chi-inner-image-mb {
    display: block;
  }
  .chi-inner-image-web {
    display: none;
  }
}

/** New banner in chi homepage : 06-01-2022 : Mani*/
.chi-banner.chiNew-banner {
    padding: 0;
    min-height: 0;
  }
  .chi-banner.chiNew-banner img {
    width: 100%;
  }
  .chi-banner.chiNew-banner .mobile-banner {
    display: none;
  }
  @media (max-width: 991px) {
    .chi-banner.chiNew-banner .mobile-banner {
    display: block;
  }
  .chi-banner.chiNew-banner .desktop-banner {
    display: none;
  }
}

/* 
   css for socia feed instagarm aishwarya
  */
.socialmedia-feed__list ul {
  display: flex;
  flex-wrap: wrap;
}

.socialmedia-feed__list ul li {
  flex: 0 0 33%;
  max-width: 33%;
}

@media (max-width: 991px) {
  .socialmedia-feed__list ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 565px) {
  .socialmedia-feed__list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.socialmedia-feed__list ul li img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  padding: 5px;
  object-position: top;
}

@media (max-width: 991px) {
  .socialmedia-feed__list ul li img {
    height: 200px;
  }
}

@media (max-width: 565px) {
  .socialmedia-feed__list ul li img {
    height: 160px;
  }
}

.socialmedia-feed__list .load-more {
  text-align: center;
  display: block;
  text-transform: uppercase;
  background-color: #8e857b;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 20px;
  margin: 0 5px;
  transition: all 0.25s ease;
}

.socialmedia-feed__list .load-more a {
  color: #fff;
}

/* Sagar added style from HTML branch to Master 23-02-2022 Start */
.chi-livestream {
  margin-bottom: 30px;
  position: relative;
}

.chi-livestream .nav-tabs {
  border: none;
  background: rgba(0, 0, 0, 0.64);
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 484px;
  position: absolute;
  left: 30px;
  top: 13px;
}

@media (max-width: 767px) {
  .chi-livestream .nav-tabs {
    width: 100%;
    position: relative;
    left: 0px;
    top: -8px;
  }
}

.chi-livestream .nav-tabs .nav-link {
  border: none;
  color: #fff;
  text-align: left;
}

.chi-livestream .nav-tabs .nav-link:hover {
  background: #f1f1f1;
  border-radius: 0.25rem;
  color: #490E68;
  font-weight: 600;
}

.chi-livestream .nav-tabs .nav-link.active {
  background: #ffffff;
  color: #490E68;
  border-radius: 0.25rem;
  padding: 9px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .chi-livestream .tab-content figure {
    position: relative;
  }
}

.chi-livestream .tab-content figure img {
  margin: 0;
  width: 100%;
}

.chi-livestream .tab-content figure span {
  text-align: center;
  line-height: 54px;
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #353535;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  right: 50%;
  background: #f1f1f1;
  transform: translate(50%, -50%);
}

.chi-livestream .tab-content figure span a {
  color: #353535;
}

.live-stream-modal {
  max-width: 670px !important;
  margin: 0 auto;
  text-align: center;
}

.live-stream-modal iframe {
  width: 640px;
}

@media (max-width: 680px) {
  .live-stream-modal iframe {
    width: 100%;
  }
}

.live-stream-modal .row {
  margin: 0;
}

.t-modal-wrapper.live-stream-modal .modal-content {
  padding: 15px;
}

@media (max-width: 475px) {
  .t-modal-wrapper.live-stream-modal .modal-content {
    max-height: 266px;
  }
}

.t-modal-wrapper.live-stream-modal .modal-content p {
  margin: 0;
  height: 360px;
}

@media (max-width: 680px) {
  .t-modal-wrapper.live-stream-modal .modal-content p {
    height: 100%;
  }
}

.t-modal-wrapper.live-stream-modal .modal-content::before {
  display: none;
}

.t-modal-wrapper.live-stream-modal .fancybox-close-small {
  background: #ffffff;
  opacity: 1;
  font-size: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  left: -5px;
  top: -25px;
}

@media (max-width: 475px) {
  .t-modal-wrapper.live-stream-modal .fancybox-close-small {
    left: 0;
    top: -20px;
    width: 40px;
    height: 40px;
  }
}

.t-modal-wrapper.live-stream-modal .fancybox-close-small svg path {
  fill: #490e68;
}

.desk-chi-pdf embed,
.mobile-chi-pdf embed {
  height: 600px;
  margin-top: 30px;
}

.desk-chi-pdf {
  position: relative;
}

.desk-chi-pdf-btn {
  position: absolute;
  top: 36px;
  left: 25px;
}

@media (max-width: 767px) {
  .desk-chi-pdf-btn {
    top: 32px;
    left: 25px;
  }
}

.desk-chi-pdf-btn .btn {
  background-color: #490E68;
  border-radius: 4px;
  text-transform: uppercase;
  min-width: 130px;
  box-shadow: 0 4px 12px rgba(73, 14, 103, 0.24);
  font-size: 15px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .desk-chi-pdf-btn .btn {
    font-size: 12px;
    min-width: 98px;
    padding: 7px 0;
  }
}

@media (max-width: 767px) {
  .desk-chi-pdf {
    display: none;
  }
}

.mobile-chi-pdf {
  display: none;
}

@media (max-width: 767px) {
  .mobile-chi-pdf {
    display: block;
    position: relative;
  }
}

.livestream-chi ul li {
  background: inherit !important;
  margin: 0 -18px;
}

.livestream-chi p {
  font-size: 24px !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.livestream-chi .media-library h2 {
  margin-bottom: 15px;
}

.livestream-chi .media-library .mediathekAuswahlUL {
  margin: 10px 0 0 0;
}

.livestream-chi .media-library .mediathekAuswahlUL li {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
}

.livestream-chi .media-library .mediathekAuswahlUL li:last-child {
  border-bottom: none;
}

.livestream-chi .media-library .veranstaltungTitel {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.livestream-chi .media-library .veranstaltungAuswahlClick:hover {
  background: #f5f6fa !important;
}

html[lang=ar] .livestream-chi .media-library .veranstaltungAuswahlClick.veranstaltungAuswahlClickAktiv {
  border-right-width: 20px !important;
  border-right-color: #d85349 !important;
  padding-right: 8px !important;
  border-left: 0;
  padding-left: 0 !important;
}

#veranstaltungenDIV {
  background: #fff;
  padding: 0 18px !important;
}

/* Sagar added style from HTML branch to Master 23-02-2022 End */

/* CHI LIVE LINK fix Sagar START */
.book-wrapper {
  position: relative;
  z-index: 5;
}

.book-wrapper .col-lg-7 {
  display: flex;
  justify-content: center;
}

.book-wrapper .white-box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  z-index: 2;
  margin-top: -60px;
}

@media (min-width: 992px) {
  .book-wrapper .white-box {
    position: absolute;
  }
}

@media (max-width: 992px) {
  .book-wrapper .white-box {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .book-wrapper .white-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
  }
}

.book-wrapper .white-box-play-icon {
  background-color: #490E67;
  border-radius: 50%;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.book-wrapper .white-box-left {
  padding-left: 35px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .book-wrapper .white-box-left {
    margin-bottom: 10px;
    padding-left: 0;
  }
}

.book-wrapper .white-box-left a {
  text-decoration: none;
}

.book-wrapper .white-box-left h3 {
  color: #490E68;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 767px) {
  .book-wrapper .white-box-left h3 {
    font-size: 17px;
  }
}

.book-wrapper .white-box-left p {
  position: absolute;
  top: -24px;
  color: #ED1B2D;
  border: 1px solid #ED1B2D;
  border-radius: 2px;
  font-size: 10px;
  padding: 3px 6px;
  right: 0px;
}

.book-wrapper .white-box-left p span {
  width: 2px;
  height: 2px;
  display: block;
  border-radius: 50%;
  background: red;
  position: absolute;
  top: 3px;
  left: 3px;
}

.book-wrapper .white-box-left p {
  margin: 0;
}

.book-wrapper .white-box-left-play-icon-1 {
  width: 88px;
  height: 88px;
  background: rgba(73, 14, 103, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 14px;
}

@media (max-width: 767px) {
  .book-wrapper .white-box-left-play-icon-1 {
    width: 78px;
    height: 78px;
  }
}

.book-wrapper .white-box-left-play-icon-2 {
  width: 64px;
  height: 64px;
  background: rgba(73, 14, 103, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .book-wrapper .white-box-left-play-icon-2 {
    width: 54px;
    height: 54px;
  }
}

.book-wrapper .white-box-left-play-icon-3 {
  background-color: #490E67;
  border-radius: 50%;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .book-wrapper .white-box-left-play-icon-3 {
    width: 38px;
    height: 38px;
  }
}

.book-wrapper .white-box .btn {
  background-color: #490E68;
  border-radius: 4px;
  text-transform: uppercase;
  min-width: 190px;
  box-shadow: 0 4px 12px rgba(73, 14, 103, 0.24);
  font-size: 17px;
  padding: 20px 0;
}

.book-wrapper .white-box .btn:active,
.book-wrapper .white-box .btn:focus {
  box-shadow: none;
  background-color: #490E68;
}

@media (max-width: 767px) {
  .book-wrapper .white-box .btn {
    width: 100%;
    padding: 15px 0;
  }
}

.banner-timer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4d1a6f;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 30px;
  padding-bottom: 0;
  border-radius: 10px;
}
.counter-box-wrapper {
  margin-block: 15px;
}
@media (min-width: 992px) {
.banner-timer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4d1a6f;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 30px;
  padding-bottom: 0;
  bottom: -130px;
  border-radius: 10px;
}
.chi-banner.chiNew-banner {
position: relative;
}
.counter-box-wrapper {
  position: relative;
  margin-block: 20px;
}
}


.chi-inner-image-mb {
  display: none;
}

.chi-inner-image-web {
  display: block;
}

@media (max-width:991px) {
  .chi-inner-image-mb {
    display: block;
  }

  .chi-inner-image-web {
    display: none;
  }
}

.chi-banner.chiNew-banner .mobile-banner {
  display: none;
}

@media (max-width: 991px) {
  .chi-banner.chiNew-banner .mobile-banner {
    display: block;
  }

  .chi-banner.chiNew-banner .desktop-banner {
    display: none;
  }
}
/* 20012023 */.home-banner-video video {
  min-height: auto;
}
@media (min-width: 992px) {
  .home-banner-video {
    height: calc(100vh - 119px);
  }
  .home-banner-video video {
    height: 100%;
  }
}