/*slide-indexcss*/
.slide-indexcss.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.slide-indexcss.owl-theme .owl-nav .owl-prev {
  left: 10px;
}
.slide-indexcss.owl-theme .owl-nav .owl-next {
  right: 10px;
}
.slide-indexcss.owl-theme .owl-nav [class*="owl-"] svg {
  fill: #fff;
  width: 17px;
  height: 18px;
  margin-top: 7px;
}
.slide-indexcss.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 1;
  background: #ea2e22;
  border-color: #ea2e22;
}
.slide-indexcss.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ea2e22;
}
.slide-indexcss .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .slide-indexcss.owl-theme .owl-nav [class*="owl-"] {
    display: none;
  }
}
/*End slide-indexcss*/

/*st1*/
.st1-vid {
  position: relative;
  display: block;
}
/* .st1-vid:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.163);
}
.st1-vid:hover:before {
  opacity: 1;
}
.st1-vidicon {
  padding-left: 5px;
  transition: all 0.3s;
  color: #ea2e22;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.st1-vid:hover .st1-vidicon {
  background: #f2d77d;
  border-color: #f2d77d;
} */
.st1-vid img {
  width: 100%;
}
.st1-text {
  font-size: 18px;
  /* background: url(../images/bgabout.png) center center no-repeat; */
}
/* .st1-title{
    margin: 0 0 16px;
    color: #7c572d;
    text-transform: uppercase;
    font-weight: bold;
}
.st1-title:after{
    background: url(../images/dot.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    content: '';
    width: 70px;
    height: 27px;
} */
.st1-btn {
  /* padding: 0px 18px;
    line-height: 40px;*/
  color: #fff;
  background: #7c572d;
  display: inline-block;
  margin: 20px 0;
  font-weight: bold;
}
.st1-btn a {
  display: block;
  color: #fff;
  padding: 8px 18px;
}
.st1-btn:hover {
  background: #8d5d27;
  color: #fff;
}
@media (max-width: 767px) {
  .st1 {
    display: none;
  }
}
/* feature-boxes */
.st-feature-box-inner {
  background: #ffffff;
  padding: 40px;
  color: #000;
  border-radius: 4px;
}

.st-feature-icon img {
  width: 80px;
  margin-bottom: 10px;
}

.st-feature-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.st-feature-subtitle {
  font-size: 14px;
  margin-top: 5px;
}
/* end feature-boxes */

@media (max-width: 991px) {
  /* .st1-title{
        font-size: 22px;
    } */
  .st1 .row {
    display: flex;
    flex-direction: column;
  }
  .st1-text {
    font-size: 15px;
  }
  .st-feature-box-inner {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .st1 .st1-heading,
  .st1 .st1-vid {
    display: none;
  }
}
/*End st1*/

/* spbc */
.spbc .st1-title {
  text-align: center;
  display: block;
}
/* end spbc */

/*st2*/
.st2 .st1-title,
.st5 .st1-title {
  margin: 0 0 0px;
  padding-bottom: 0;
}
.st2-item {
  margin-bottom: 30px;
}

.st2-item-inner {
  padding: 15px 15px 0;
  background-color: #fff;
  transition: all 0.3s;
  color: #000;
}

.st2-item-inner:hover {
  background: #7c572d;
  color: #fff;
}

.st2-item-inner:hover .st2-item-name strong {
  color: #fff;
}

.st2-item-name strong {
  color: #7c572d;
  padding: 3px 0;
  text-align: center;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/*End st2*/

/*st5*/
.st5 {
  background: #7c572d;
  color: #fff;
  margin-top: 15px;
}
.st5 .st1-title {
  color: #fff;
}
.st5-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 0 0 30px;
  padding-bottom: 10px;
  position: relative;
  z-index: 9;
  color: #fff;
  text-transform: uppercase;
}
.st5-title:before {
  content: "";
  position: absolute;
  width: 50px;
  border-top: 4px solid #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.st5-title:before {
  border-color: #fff;
}
.st5-heading-inner {
  margin: auto;
  width: 1000px;
  max-width: 100%;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .st5-title {
    font-size: 20px;
    line-height: 1.5;
  }
}
/*End st5*/

/*st6*/
.st6-item-name {
  font-size: 18px;
}
.st6-item-name a {
  color: #000;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.st6-item-name a:hover {
  color: #ea2e22;
}
.st6-item-date {
  font-size: 13px;
  color: #333;
  margin-bottom: 2px;
}
.st6-item-des {
  display: block;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
}
@media (max-width: 767px) {
  .st6-item-name {
    font-size: 16px;
  }
}
/*End st6*/

/*st7*/
.st7-item {
  margin-bottom: 30px;
}
.st7-item-inner span {
  position: absolute;
  background: rgb(124 87 45 / 60%);
  padding: 15px;
  color: #fff;
  bottom: 20px;
  left: 10%;
  width: 80%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  filter: blur(0px);
  pointer-events: none;
  transform: scale(0.9) translateZ(0px);
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s,
    -webkit-transform 0.3s, -webkit-filter 0.6s;
}
.st7-item-inner:hover span {
  opacity: 1;
  pointer-events: inherit;
  transform: scale(1) translateZ(0px) translateY(0px);
}
/*End st7*/
