#testimonials{
  display:flex;
  flex-direction: column;
 
}

.header-testimonial{
  margin:auto;
   margin-bottom:20px;
}

.content-testimon .slick-list{
  overflow: visible;
}

.header-testimonial h3{
  /* Testimonials */

  max-width: 900px;  

  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  /* identical to box height, or 122% */
  text-align: center;
  

  color: #274768;


  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;

}

.header-testimonial p{
  margin: auto !important;
  max-width: 700px;

  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  text-align: center;

  color: #274768;


  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;

}


/* Slider */

ul.slick-dots li:before {
  color: #ccc;
}

ul.slick-dots li.slick-active:before{
  color: #274768;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-slide:not(.slick-active){
  opacity:0.5;
}

.slick-slide:not(.slick-active) .testimonial-text p, 
.slick-slide:not(.slick-active) .testimonial-text h4,
.slick-slide:not(.slick-active) .img-testimonial{
  transition: opacity 0.500s;  
  opacity: 0;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url(https://21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide img.slick-loading {
  background: white url(https://21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/ajax-loader.gif) center center no-repeat;
  padding-bottom: 100%;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  text-align: center;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("//21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/raw_assets/public/OSV_2024/fonts/slick.eot");
  src: url("//21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/raw_assets/public/OSV_2024/fonts/slick.eot?#iefix") format("embedded-opentype"), url("//21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/raw_assets/public/OSV_2024/fonts/slick.woff") format("woff"), url("//21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/raw_assets/public/OSV_2024/fonts/slick.ttf") format("truetype"), url("//21689811.fs1.hubspotusercontent-na1.net/hubfs/21689811/raw_assets/public/OSV_2024/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {  
  left: -82px;
  top: 48%;
  z-index:99;
}

.slick-prev:before {
  content: '';
  
  background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2245.999px%22%20id%3D%22Capa_1%22%20style%3D%22enable-background%3Anew%200%200%2026.002%2045.999%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2026.002%2045.999%22%20width%3D%2226.002px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cpath%20d%3D%22M24.998%2C40.094c1.338%2C1.352%2C1.338%2C3.541%2C0%2C4.893c-1.338%2C1.35-3.506%2C1.352-4.846%2C0L1.004%2C25.447c-1.338-1.352-1.338-3.543%2C0-4.895L20.152%2C1.014c1.34-1.352%2C3.506-1.352%2C4.846%2C0c1.338%2C1.352%2C1.338%2C3.541%2C0%2C4.893L9.295%2C23L24.998%2C40.094z%22%20fill%3D%22%23285373%22%3E%3C/path%3E%3C/svg%3E');
  
  height: 30px;
  width: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: 10px;
}

.slick-next {
  right: -72px;
  top: 44%;
}
.slick-next:before {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2245.999px%22%20id%3D%22Capa_1%22%20style%3D%22enable-background%3Anew%200%200%2026.002%2045.999%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2026.002%2045.999%22%20width%3D%2226.002px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cpath%20d%3D%22M24.998%2C40.094c1.338%2C1.352%2C1.338%2C3.541%2C0%2C4.893c-1.338%2C1.35-3.506%2C1.352-4.846%2C0L1.004%2C25.447c-1.338-1.352-1.338-3.543%2C0-4.895L20.152%2C1.014c1.34-1.352%2C3.506-1.352%2C4.846%2C0c1.338%2C1.352%2C1.338%2C3.541%2C0%2C4.893L9.295%2C23L24.998%2C40.094z%22%20fill%3D%22%23285373%22%3E%3C/path%3E%3C/svg%3E');
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: 10px;
  fill: #285373;
  transform: rotate(180deg);
  margin-top: 5px;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

.content-testimon {
  width: 100%;
  
  margin: 0px auto;
  background: #fff;
  border-radius: 25px;
  position: relative;
}

.conTitllogo{
  text-align: center;
  display: flex;
  flex-direction: column;
  /*margin-top: auto;*/
  align-items: center;
}


/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}





.content-testimon p {


font-style: normal;
font-weight: 400;
font-size: 20.5002px;
line-height: 30px;
/* or 146% */
text-align: center;

color: #274768;


}
.content-testimon h4 {

font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
/* identical to box height, or 160% */
text-align: center;

color: #274768;


}

.slick-dots{
  padding-left:0px !important;
}

.testimonial-text{
  background: #EFF1F4;
  border-radius: 32px;
  padding: 60px 60px;
  min-height:280px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.testimonial-text p {
    min-width: 1060px;
    padding: 0px 100px;
}
/*
.img-testimonial {
    position: absolute;
    top: 25px;
    border-radius: 50px;
    overflow: hidden;
    width: 217px;
    background-color: white;
  
    padding: 8px;
}

.img-testimonial img{
    /* height: 67px !important;
    max-width: 100%;
    width: auto !important;
    max-height: 67px;
    height: auto;
    margin:auto;
}
*/

.img-testimonial {
    position: absolute;
    top: 25px;
    border-radius: 50px;
    overflow: hidden;
    width: 217px;
    background-color: white;
    height: 67px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-testimonial img{
    /* height: 67px !important; */
    object-fit: contain;
    max-width: 130px !important;
    height: 100% !important;
}

.contenWrap {
  padding: 60px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;  
  height: auto;


}
.responsive {
    touch-action: pan-y; 
}
.topstrip {
  background: linear-gradient(89deg, #285373,#285373, #3386A4);
  max-width: 550px;
  width: 80%;
  height: 26px;
  position: absolute;
  border-radius: 22px 22px 0 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -26px; 
}
.topstripbtm {
  background: linear-gradient(89deg, #285373,#285373, #3386A4);
  max-width: 550px;
  width: 80%;
  height: 26px;
    position: absolute;
    border-radius: 0 0 22px 22px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -26px;
}

.button:focus, .button:hover, button:focus, button:hover {
    background-color: transparent !important;
    border-color: transparent !important;    
}

@media (max-width: 767px) {
  .slick-next, .slick-prev{
    display:none !important;
  }
  .content-testimon h4 {   
    font-size: 15.38px;
    max-width: 200px;
}
  .contenWrap {  
    padding: 30px 20px;   
  }
  .header-testimonial{
    margin-bottom:45px;
  }
  .img-testimonial {
    top: 0px;
  }

/*   .content-testimon p {    
    min-height: 300px;
  } */
/*   .contenWrap {
  height: 58vh;
  } */
}

.CaseSt-btn {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  top: 30px;
}
.CaseSt-btn a {
    background-image: linear-gradient(90deg, rgb(39, 71, 104, .7), rgba(39, 71, 104, .7) 40%, transparent 0, transparent 60%, transparent 0, transparent);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 250% 1px;
    padding-bottom: .2em;
      font-weight: 700;
    color:#274768 !important;
    transition: background-position .6s cubic-bezier(.7,0,.3,1) 0s;
}
.CaseSt-btn a:hover {
    background-position: 0% 100%;
}
@media (max-width: 767px) {
  
      .testimonial-text p {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 220px;
        min-width: unset;
        padding: 50px 0 10px;
        font-size: 16px;
    }
  
  .slick-dots{
    display:none !important;
  }
  
  .testimonial-text {
    align-items: center;
    background: #eff1f4;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
    padding: 20px;
  }
  .content-testimon h4 {
        font-size: 14px;
        max-width: 240px;
    line-height:24px;
    }
  .slick-slider {
    margin-bottom: 0px;
}
  
  .body-container-wrapper ul li:before{
    margin-left: -15px !important;
  }
    .contenWrap {
        padding: 30px 20px 0px 20px;
    }
}