/* Testimonial section */
.homeslider .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.homeslider__module {
  background-color: #000;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  height: 100vh;
  align-items: center;
}

.homeslider__module__image img {
  width: 100%;
  height: 100vh;
}

.homeslider__module__image {
  width: 100%;
  position: relative;
}

.homeslider__module__text {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.homeslider__module__text .homeslider_title{
  font-size: 60px;
  line-height: 64px;
  color: #fff;
  padding-bottom:10px;
  padding-top:80px;
  font-weight:normal;
}

.homeslider__module__text .homeslider_title span {
  color:#f5b63d;
}

.homeslider__module__text p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
}

/* Carousel (tiny slider) */
.tns-outer .homeslider {
  padding: 0 !important;
}

.tns-outer .homeslider [hidden] {
  display: none !important;
}

.tns-outer .homeslider [aria-controls],
.tns-outer .homeslider [data-action] {
  cursor: pointer;
}

.homeslider.tns-slider {
  transition: all 0s;
}

.homeslider.tns-slider > .tns-item {
  box-sizing: border-box;
}

.homeslider .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.homeslider.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.homeslider.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.homeslider.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.homeslider.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.homeslider.tns-no-calc {
  left: 0;
  position: relative;
}

.homeslider.tns-gallery {
  left: 0;
  position: relative;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-nav {
  margin: 2px 0;
  text-align: center;
}

.tns-nav > [aria-controls] {
  background-color: #554D41;
  border: 0;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
}

.tns-nav .tns-nav-active {
  background-color: #f5b63d;
}

.page-banner {
  width: 100vw;
  height: 100vh;
}
.page-banner {
  position: relative;
}
#tns1 {
/*    transition-duration: 0.4s!important; */
/*   background-color: #000 !important */
}
#tns1-mw {
    background: #000!important;
}
.homeslider__module__text{z-index: 99;}
#tns1 > .tns-item{
  padding-right: 0px !important;
}

@media only screen and (min-width: 1921px) and (max-width: 6000px){
  .page-banner {
    width: 100vw;
    height: 100vh;
  }
}

@media screen and (max-width: 1024px) {
  .custom-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homeslider__module__text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }
}


@media screen and (max-width:767px){
  .homeslider__module__text {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    padding-right: 15px;
  }

  .homeslider__module__text h1 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 80px;
    font-weight: normal;
  }

  .homeslider__module__image img {
    width: auto;
  }
}

@media screen and (max-width: 320px) {
  .homeslider__module__text h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .homeslider__module__text p {
    font-size: 16px;
  }

}


