/*slider-area*/
.slider-bg-1 {
  background: rgba(0, 0, 0, 0) url("../picture/slide1.jpg") no-repeat scroll right center / cover ;
  background-position-y: 2.5rem;
}
.slider-bg-2 {
    background: rgba(0, 0, 0, 0) url("../picture/slide2.jpg") no-repeat scroll center center / cover ;
	 background-position-y: 2.5rem;
}
.slider-bg-3 {
    background: rgba(0, 0, 0, 0) url("../picture/slide1.jpg") no-repeat scroll center center / cover ;
	 background-position-y: 2.5rem;
}
.slider-area {
  width: 100%;
  height: 706px;
}
.slider-area > img {
  width: 100%;
  height: 100% !important;
}

.slider-content h3,.slider-content h4 {
    color: #fff;
    font-family: Montserrat;
    margin-bottom: 20px;
}
.slider-content h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 68px;
  /* margin-bottom: 0; */
}
.slider-content h1 {
  font-family: Montserrat;
  font-size: 70px;
  font-weight: 700;
  line-height: 79px;
  margin-bottom: 12px;
}
.slider-content p {
  color: #fffefe;
  font-family: Poppins;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 21px;
  padding: 0 324px 0 0;
}


.slider-content {
    display: flex;
    height: 58.375rem;
}
.slider-content-innner {
    align-self: center;
}
.slider-content-innner {
    margin: 0 auto !important;
}
/*button*/
/*.tf-button {
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 16px;
  min-width: 80px;
  padding: 20px 74px 18px 20px !important;
  text-transform: uppercase;
}*/
.tf-button {
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 52px;
  text-transform: uppercase;
  width: 164px;
}
.tf-button {
  background-color: transparent;
  border: 2px solid #14b1bb;
  color: #fff;
}
.tf-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.tf-button::before {
  background-color: #14b1bb;
  content: "";
  height: 100%;
  position: absolute;
  right: -13px;
  top: 0;
  transform: skewX(25deg);
  width: 52px;
  transition: 0.3s;
  z-index: -1;
}
.tf-button::after {
  content: "\f2ee";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material-Design-Iconic-Font";
  color: #fff;
}
.tsf-button a {
  position: relative;
  z-index: 5;
}
.tsf-button a:hover {
  color: #fff;
}
.tf-button:hover::before {
  right: 0;
  transform: skewX(25deg);
  width: 100%;
}

/*end*/
.slider-owl-active .owl-pagination {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.slider-owl-active.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}


.theme-color .cd-words-wrapper {
  padding: 0 5px 0 0 !important;
}

h1.cd-headline span {
  padding-right: 15px !important;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom:1;*display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom:1;*display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}




