/* Tiny slider css library */
.slider-container-1 .tns-item{
/*     background: #9D1D20; */
/*       min-height: 685px; */
}
/* #slider-container-1--widget_1714663974625 > .tns-item{
background-image: url();
  background-repeat: no repeat;
  
} */
.tns-horizontal.tns-subpixel{
    margin-top: -140px;
}
#slider-container-1--widget_1714506634837{
    margin-top: -140px;
}
/* #slider-container-1--widget_1714506634837-mw{
 min-height: 685px;
} */
/* .tns-ovh.tns-ah{
  height: auto !important;
}

#slider-container-1--widget_1714506634837-mw{
height: auto !important;
} */

.div-around-image-slider{
      top: 140px;
  position: absolute;
    max-width: 200px;
/*     top: 0px; */
    z-index: 9;
    border-radius: 50%;
    margin: auto;
    min-height: 200px;
    overflow: hidden;
      display: flex;
}

.div-around-image-slider img{
  object-fit: cover;
}
.slider-container-1{
/*   background: #9D1D20; */
  padding-bottom: 0px;
  padding-top: 130px;
}
.test-question{
  color: #fff; 
  font-size: 32px; 
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.test-answer{
  color: #fff; 
  font-size: 21pt; 
  font-family: 'Helvetica', sans-serif;
  font-weight: 300;
      margin: 0px 110px;
  margin-bottom: 40px;
  padding-left: 10%; /*Where's all your padding symetric???*/
  padding-right: 10%;
}
.slider-container-1 .tns-outer{
/*   background: #9D1D20; */
}

.tns-outer {
  padding: 0 !important;
/*   position: relative; */
}

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

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

.global-slider-container .tns-ovh {
  background: linear-gradient(#fff 50%, #9D1D20);
}

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

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

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

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

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

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

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

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

.tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}

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

.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.testimonial-subtitles div{
  color: #fff;
  font-family: 'Helvetica', sans-serif;
  font-size: 22px;
}

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

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

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

.tns-ovh {
  overflow: 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-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
  clear: both;
  content: '';
  display: table;
}

.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: calc(100% / 70);
}

/* Slider */

.tns-item {
  padding: 0px 0px;
}

@media (max-width: 767px) {
  .tns-item {
    padding: 35px 0;
  }
}

.tns-nav {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999999999;
}

.tns-nav button {
  background-color: #d2d8df;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  line-height: 0;
  margin: 0 0.25em;
  padding: 0;
  transition: all 300ms ease-in-out;
  width: 12px;
}

.tns-nav button:hover,
.tns-nav button:focus {
  border: 2px solid #fff;
}

button.tns-nav-active {
  background-color: #00326d;
}

/* Testimonial */

.testimonial {
  display: contents;
  flex-direction: column;
    justify-content: center;
}

.testimonial__content {
  align-items: center;
  border: none;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 1.35rem;
  font-weight: 300;
  justify-content: center;
  margin: 0;
  padding: 95px 40px 60px;
  text-align: center;
  transition: all 0.15s linear;
}

.testimonial__author__name {
  display: inline-block;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 600;
  margin: 20px 0 0;
  vertical-align: middle;
}

  .testimonial {
    flex-direction: row;
  }

  .testimonial__content {
    flex: 1 0 75%; */
/*     padding: 115px 40px 40px;  */
  }

 @media screen and (min-width: 640px) {
  .testimonial {
    flex-direction: row;
  }

  .testimonial__content {
    flex: 1 0 75%; */
/*     padding: 115px 40px 40px;  */
  }
}

@media screen and (max-width: 1290px) {
.test-answer {
    color: #fff;
    font-weight: 300;
    margin: 90px 70px 40px;
}
}

@media screen and (max-width: 768px) {
  .testimonial-subtitles{
  justify-content: center !important;
  }
    .testimonial__content {
    padding:75px 10px 40px;
  }
}

/* @media screen and (min-width: 768px) {
  .testimonial__content {
    font-size: 1.75rem;
    padding: 75px 40px;
  }
} */

@media screen and (min-width: 980px) {
/*   .testimonial__content {
    flex: 1 0 50%;
    padding: 45px 40px 30px;
          max-width: 500px;
  } */
}
@media screen and (max-width: 768px) {
.test-answer {
    color: #fff;
    font-weight: 300;
    margin: 0 70px 40px;
}
}
@media screen and (max-width: 768px) {
  .test-question{
    color: #fff; 
    font-size: 22px; 
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
 #slider-container-1--widget_1714506634837-ow.tns-outer{
/*   background: #9D1D20; */
  }
/*   .tns-ovh{
  max-width: 768px;
    margin:auto;
  } */
  .test-answer{
    color: #fff; 
    font-size: 21pt; 
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
        margin: 0px 20px;
        margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
#slider-container-1--widget_1714506634837-mw{
    max-width: 768px;
}
}

@media screen and (max-width: 730px) {
#slider-container-1--widget_1714506634837-mw{
    max-width: 730px;
}
}

@media screen and (max-width: 700px) {
#slider-container-1--widget_1714506634837-mw{
    max-width: 700px;
}
}
@media screen and (max-width: 680px) {
#slider-container-1--widget_1714506634837-mw{
    max-width: 680px;
}
}
@media screen and (max-width: 650px) {
#slider-container-1--widget_1714506634837-mw{
    max-width: 650px;
}
}

@media screen and (max-width: 610px) {
#slider-container-1--widget_1714506634837-mw{
    max-width: 610px;
}
}

@media screen and (max-width: 570px) {

   .tns-ovh{
  max-width: 570px;
  }
  #slider-container-1--widget_1714506634837-mw{
    max-width: 570px;
}

}

@media screen and (max-width: 540px) {

   .tns-ovh{
  max-width: 540px;
  }
  
    #slider-container-1--widget_1714506634837-mw{
    max-width: 540px;
}

}

@media screen and (max-width: 500px) {

   .tns-ovh{
  max-width: 500px;
  }
  
      #slider-container-1--widget_1714506634837-mw{
    max-width: 500px;
}

}
@media screen and (max-width: 470px) {

  .tns-ovh{
  max-width: 470px;
  }
  
        #slider-container-1--widget_1714506634837-mw{
    max-width: 470px;
}

}

@media screen and (max-width: 430px) {

  .tns-ovh{
  max-width: 430px;
  }
  
          #slider-container-1--widget_1714506634837-mw{
    max-width: 430px;
}

}
@media screen and (max-width: 400px) {

  .tns-ovh{
  max-width: 400px;
  }
  
            #slider-container-1--widget_1714506634837-mw{
    max-width: 400px;
}

}

@media screen and (max-width: 380px) {

  .tns-ovh{
  max-width: 380px;
  }
  
              #slider-container-1--widget_1714506634837-mw{
    max-width: 380px;
}

}


