/*============================================================================
  #Sections
==============================================================================*/ 
  .section h5, .section  .h5{
      color:unset;
  }
  .section--dark {
    color: #fff; }
  .section--light {
    color: #55636F; }
    .section--light h1, .section--light h2, .section--light h3, .section--light h4, .section--light h5, .section--light h6 {
      color: #373F46; }
  .section--xs-small {
    padding: 15px 0; }
  .section--small {
    padding: 50px 0; }
  .section--medium {
    padding: 100px 0; }
  .section--large {
    padding: 175px 0; }
  .section--full {
    padding: 100px 0; }
  .section--bottom [class*="col-"] {
    vertical-align: bottom; }
  .section--middle [class*="col-"] {
    vertical-align: middle; }
  .section--top [class*="col-"] {
    vertical-align: top; }
  .section--left {
    text-align: left; }
  .section--center {
    text-align: center; }
  .section--right {
    text-align: right; }

/*============================================================================
  #Section Background Images
==============================================================================*/
.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/*============================================================================
  #Full Bleed Sections
==============================================================================*/
.splash-wrapper {
  display: table;
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed; }
  .splash-wrapper .splash {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    min-height: 100vh; }

@-moz-document url-prefix() {
  .splash-wrapper {
    height: 100vh; }
    .splash-wrapper .splash {
      height: 100vh; } }
/*============================================================================
  #Section Time Reveal Styles
==============================================================================*/
.timed-section.hide {
  display: none;
  position: relative; }
  .timed-section.hide:before {
    content: "";
    position: absolute;
    background: rgba(46, 145, 252, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999; }
  .timed-section.hide:after {
    content: "Hello World";
    position: absolute;
    padding: 10px 40px;
    border-radius: 3px;
    background: #fff;
    color: #2e91fc;
    left: 50%;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%); }

/*============================================================================
  #Section Responsive Styles
==============================================================================*/
@media (max-width: 768px) {
  .splash-wrapper {
    background-attachment: scroll; }

  .section--xs-small {
    padding: 25px 0; }
  .section--small {
    padding: 25px 0; }
  .section--medium {
    padding: 25px 0; }
  .section--large {
    padding: 25px 0; }
  .section--full {
    padding: 25px 0; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Slider */

/*============================================================================
  #Testimonial Section
==============================================================================*/
.section--testimonial {
  text-align: center; }
  .section--testimonial .slick-dots {
    display: table !important;
    margin: 0;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none; }
    .section--testimonial .slick-dots li {
      font-size: 0;
      line-height: 0;
      position: relative;
      display: table-cell;
      height: 10px;
      margin: 0;
      cursor: pointer; }
      .section--testimonial .slick-dots li.slick-active button {
        background: #2e91fc; }
      .section--testimonial .slick-dots li button {
        width: 10px;
        height: 10px;
        margin: 10px;
        padding: 0;
        font-size:0;
        border: none;
        background: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
  .section--testimonial .testimonial {
    padding: 0 5rem;
    padding-top: 2rem; }
    .section--testimonial .testimonial__image {
      max-width: 90px;
      max-height: 90px;
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .section--testimonial .testimonial__title {
      font-weight: 400;
      position: relative;
      display: block;
      margin-top: 10px;
      opacity: 0.6; }
    .section--testimonial .testimonial__text {
      font-size: 24px; }
    .img-circle {
        border-radius: 50%;
    }  
    .img-fluid {
        margin: 1rem auto;
    }
    .item.testimonial:focus {
        outline: none;
    }
    
      
  @media (max-width: 767px) {
    .section--testimonial .testimonial {
      padding: 0 1rem; }
      .section--testimonial .testimonial__text {
        font-size: 16px; } }