.testimonialsection .testimonial-slider-container>header {
  text-align: center;
  margin: 0 auto;
}
.testimonialsection .testimonial-slider-container {
  padding: 32px 0;
  overflow: hidden;
}
.testimonialsection .testimonial-slider-container>header>h1 {
  font-family: Oceanic-Text-Regular;
  color: #142B4D;
}
.testimonialsection .testimonial-slider-container>header>p {
  color: #142B4D;
  margin-top: 16px;
}
.testimonialsection .testimonial-slider-container .testimonial-item {
  margin-right: 10px; 
}
.testimonialsection .testimonial-slider-container .card-deck {
  margin-top: 32px;
  padding-left: 32px;
  flex: 1 0 0;
  display: flex;
  flex-flow: row wrap;
}
.testimonialsection .testimonial-slider-container .card-deck > div  {
  width: 100%; 
}
.testimonialsection .testimonial-slider-container .card-deck .card {
  height: 100%;
  margin-top: 64px;
  border: none;
  cursor: pointer;
  max-width: 40vh;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.testimonialsection .testimonial-slider-container .card-deck .card {
  margin-bottom: 16px;
}
.testimonialsection .testimonial-slider-container .card-img-top {
  flex-shrink: 0;
  width: 100%;
  min-height: 1px;
}
.testimonialsection .testimonial-slider-container .card-deck .card .card-body {
  margin-top: 32px;
  padding: 0;
  flex: 1 1 auto;
}
.testimonialsection .testimonial-slider-container .card-deck .card .quote {
  margin-top: 16px;
  font-size: 2rem;
  line-height: 1;
}
.testimonialsection .testimonial-slider-container .quote {
  font-family: AdobeGaramondPro-Italic,serif;
  font-style: italic;
}
.testimonialsection .testimonial-slider-container .card-deck .card .card-footer {
  text-align: left;
  padding: 0;
  margin-top: 32px;
  font-size: .875rem;
  border: unset;
  background-color: transparent;
}
.testimonialsection .testimonial-slider-container .card-deck .card .link {
  color: #e66a17;
}
.testimonialsection .testimonial-slider-container .card-deck .card .link:hover {
  filter: brightness(85%);
}
@media (min-width: 576px) {
  .testimonialsection .testimonial-slider-container .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .testimonialsection .testimonial-slider-container .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .testimonialsection .testimonial-slider-container .card-deck {
    padding-left: 64px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .testimonialsection .testimonial-slider-container>header {
    padding-bottom: 32px;
    max-width: 50%;
  }
  .testimonialsection .testimonial-slider-container {
    padding: 0;
  }
  .testimonialsection .testimonial-slider-container .card-deck {
    padding-left: 96px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .testimonialsection .testimonial-slider-container .card-deck .card {
    margin-top: 48px;
  }
  .testimonialsection .testimonial-slider-container .card-deck .card .card-body {
    margin-top: 32px;
    padding: 0 16px;
  }
  .testimonialsection .testimonial-slider-container .card-deck .card .quote {
    max-width: 90%;
  }
  .testimonialsection .testimonial-slider-container .slider-container .card-deck .card .card-footer {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .testimonialsection .testimonial-slider-container .card-deck .card {
    margin-top: 0;
  } 
}
/************************* Modal ***************************/


.testimonialsection .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0,0.5);
}

.testimonialsection .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.testimonialsection .modal.in .modal-dialog {
  -webkit-transf.testimonialsection orm: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}


.testimonialsection .modal-header {
  display: none;
}
.testimonialsection .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}
.testimonialsection .modal-dialog-centered {
  display: flex;
  align-items: center;
}
.testimonialsection .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
}
.testimonialsection .modal-body {
  position: relative;
  flex: 1 1 auto;
}
.testimonialsection .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: .5;
}

.testimonialsection .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.testimonialsection .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}
.testimonialsection .modal-slider-container  .image-col>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.testimonialsection .modal-slider-container  .scroll-container {
  overflow-y: auto;
  height: 50vh;
  margin-right: 5.3333333333px
}
.testimonialsection .modal-slider-container .scroll-container .content .title {
  flex: 1 0 50%;
  font-family: GTAmericaStandard-Medium,"sans-serif";
  font-size: .75rem;
}
.testimonialsection .modal-slider-container .scroll-container .content .next-slide {
  color: #e66a17;
  text-align: end;
  flex: 1 0 50%;
  font-family: GTAmericaStandard-Medium,"sans-serif";
  font-size: .75rem;
  text-transform: uppercase
}
.testimonialsection .modal-slider-container .scroll-container .content .quote {
  font-size: 2rem;
  line-height: 1;
  font-family: AdobeGaramondPro-Italic,serif;
  font-style: italic;
  flex: 1 0 100%;
  margin-top: 16px;
}
.testimonialsection .modal-slider-container .scroll-container .content .description {
  font-size: 1rem;
  flex: 1 0 100%;
  margin-top: 16px;
}
.testimonialsection .modal-slider-container .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.testimonialsection .modal-slider-container .col-6 {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  position: relative;
}
.testimonialsection .modal-slider-container .slick-prev,
.testimonialsection .modal-slider-container .slick-next{
  text-align: center;
  font-size: 4rem;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 45%;
  color: #fff;
  z-index: 99;
  font-size: 0;
  margin-top: 0;
  transform: none;
}
.testimonialsection .modal-slider-container .slick-prev {
  left: -80px;
}
.testimonialsection .modal-slider-container .slick-next {
  right: -80px;
}
.testimonialsection .modal-slider-container .slick-prev:before {
  content: "";
}
.testimonialsection .modal-slider-container .slick-next:before {
  content: "";
}
.testimonialsection .modal-slider-container .slick-prev:before, .testimonialsection .modal-slider-container .slick-next:before {
  font-size: 4rem;
  font-family: inne!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.testimonialsection .modal-slider-container .slick-prev:hover:before, .testimonialsection .modal-slider-container .slick-next:hover:before {
  color: #dcdcdc;
}
.testimonialsection .modal-slider-container .modal-close-icon {
  position: absolute;
  left: 0;
  font-size: 2rem;
  z-index: 99;
  color: #fff;
  margin: 16px 8px;
  cursor: pointer;
}
.testimonialsection .modal-slider-container .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.testimonialsection .modal-slider-container .col-6 {
  padding-right: 0;
  padding-left: 0;
}
.testimonialsection .modal-slide.testimonialsection r-container .scroll-container .content .next-slide {
  color: #e66a17;
  text-align: end;
  flex: 1 0 50%;
  font-family: GTAmericaStandard-Medium,"sans-serif";
  font-size: .75rem;
  text-transform: uppercase;
}

@media(min-width: 576px) {
  .testimonialsection .modal-dialog {
    max-width:500px;
    margin: 1.75rem auto
  }

  .testimonialsection .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .testimonialsection .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .testimonialsection .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .testimonialsection .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }

  .testimonialsection .modal-sm {
    max-width: 300px
  }
}
@media(min-width: 768px) {
  .testimonialsection .modal-slider-container  .scroll-container {
    height:30vh
  }
  .testimonialsection .modal-slider-container .modal-close-icon,
  .testimonialsection .modal-slider-container .scroll-container .content .next-slide{
    display: none;
  }
  .testimonialsection .modal-slider-container .scroll-container .content .next-slide {
    display: none;
  }
  .testimonialsection .modal-slider-container .scroll-container .content .quote,
  .testimonialsection .modal-slider-container .scroll-container .content .description {
    margin-top: 32px;
  }
}
@media(min-width: 992px) {
  .testimonialsection .modal-lg,.testimonialsection .modal-xl {
    max-width:800px
  }
  .testimonialsection .modal-slider-container .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(min-width: 1200px) {
  .testimonialsection .modal-slider-container .scroll-container {
    height:50vh
  }
  .testimonialsection .modal-xl {
    max-width:1140px
  }
}

@media only screen and (min-width: 2440px)and (min-height:1550px) {
  .testimonialsection .modal-slider-container  .scroll-container {
    height:30vh
  }
}
@media only screen and (max-width: 1330px) and (min-width: 1200px) {
  .testimonialsection .modal-slider-container .slick-next {
    right: -39px;
  }
  .testimonialsection .modal-slider-container .slick-prev {
    left: -41px;
  }
}
@media only screen and (min-width: 1200px)and (max-height:800px) {
  .testimonialsection .modal-slider-container .scroll-container {
    height:75vh;
  }
}

@media only screen and (min-width: 1200px)and (min-height:801px)and (max-height:1050px) {
  .testimonialsection .modal-slider-container .scroll-container {
    height:70vh
  }
}

.testimonialsection .modal-slider-container  .scroll-container .content {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px
}

@media(min-width: 768px) {
  .testimonialsection .modal-slider-container  .scroll-container .content {
    margin-top:32px
  }
}

@media(min-width: 992px) {
  .testimonialsection .modal-slider-container .scroll-container .content {
    padding:32px 48px
  }
}
@media (max-width: 1600px) { 
   .testimonialsection .modal-open .modal {
    padding-left: 0px; 
  }
}
@media (max-width: 991px) {
  .testimonialsection .modal-slider-container .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .testimonialsection .modal {
    max-height:100vh;
    overflow-y:auto;
  } 
}
@media (max-height: 767px) {
  .testimonialsection .modal {
    max-height:100vh;
    overflow-y:auto;
  }
}
@media (max-width: 767.98px) {
  .testimonialsection .modal-slider-container .slick-prev, .modal-slider-container .slick-next {
    display: none; 
  }
  .testimonialsection .slider-width-sm {
    max-width: 100%; 
  }
 .testimonialsection .modal.fade .modal-dialog {
    margin: 0;
}
  .testimonialsection .modal.fade .modal-dialog,
  .testimonialsection .modal-content {
    height: 100%;
  }
  .testimonialsection .modal-slider-container .comntent-col.col-6 {
    background-color: #fff; 
  }
}
