/* compiled by scssphp 1.10.2 on Wed, 20 Mar 2024 20:03:28 +0000 (0.271s) */

/* Tesitmonials CSS Document */
/* Variable defaults */
/* Typography */
/* Typography responsive */
/* Colors */
/* headings */
/* Headings responsive */
/* H1 heading */
/* H1 heading responsive */
/* H2 heading */
/* H2 heading responsive */
/* H3 heading */
/* H2 heading responsive */
/* H4 heading */
/* H4 heading responsive */
/* Images */
/* Videos */
/* Forms */
/* Forms responsive */
/* Buttons */
/* Buttons responsive */
/* Grids */
/* Grids responsive */
/* Layout */
/* Layout responsive */
/* Header */
/* Header responsive */
/* Navigation */
/* Navigation responsive */
/* Rotator */
/* Rotator responsive */
/* Footer */
/* Footer responsive */
/* Offcanvas */
/* Offcanvas responsive */
/* Responsive Sizes */
/* Grid Percentages */
/* Standard mixins */
/* Border Box: @include border-box(); */
/* Appearance: @include appearance(); */
/* Position: @include position(0px); */
/* Transition: @include transition(all,0.3s,ease,0.0s); */
/* Standard clearer */
.clearer {
  clear: both;
  display: block;
  height: 0;
}
/* Clearfix: @extend %clearfix; */
/* All from mobile up (responsive all) */
@media all {
  .testimonials .quote {
    font-size: 30px;
  }
  .speech-box .content {
    padding: 1.5rem;
    background-color: #ffffff;
    border: solid 1px #49535E;
    position: relative;
    margin-bottom: 20px;
  }
  .speech-box .content:before {
    content: "";
    position: absolute;
    top: 100%;
    left: auto;
    right: 25%;
    bottom: auto;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #49535E transparent transparent transparent;
    margin-top: 1px;
  }
  .speech-box .content:after {
    content: "";
    position: absolute;
    top: 100%;
    left: auto;
    right: 25%;
    bottom: auto;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    margin-top: -1px;
  }
  .uk-dotnav > * > * {
    width: 8px;
    height: 8px;
    border: none;
    background: #b1b1b1;
    transition: 0.2s ease;
  }
  .uk-dotnav > * > *:active, .uk-dotnav > * > *:hover {
    background: #aaaaaa;
  }
  .uk-dotnav .uk-active > * {
    width: 11px;
    height: 11px;
    background: #1a1e22;
  }
  .custom-testimonial-slider {
    position: relative;
    margin-top: 100px;
  }
  .custom-testimonial-slider ul {
    margin-top: 50px !important;
  }
  .custom-testimonial-slider .custom-testimonial-item {
    position: relative;
    display: flex;
    padding: 0;
    flex-direction: column-reverse;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-text {
    border-radius: 60px 0px;
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px #0000001A;
    position: relative;
    top: 10px;
    max-width: 100%;
    text-align: center;
    margin: 0 1.5rem;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-text p {
    color: #000000;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image {
    width: 100%;
    margin-left: 0;
    margin-top: -1.5rem;
    min-height: 500px;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image img {
    min-width: 100%;
    object-position: bottom;
    height: 100%;
    object-fit: cover;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image .testimonial-product {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    color: #000;
    box-shadow: 0px 0px 50px #00000029;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image .testimonial-product .content {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image .testimonial-product .content .image {
    margin-bottom: 0;
    display: flex;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image .testimonial-product .content .image picture {
    margin: auto;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image .testimonial-product .content .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    line-height: 30px;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image .testimonial-product .content .text a {
    color: #BC0001;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image .testimonial-product .content .text a:hover {
    color: #85090a;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image .testimonial-product .content .text span {
    max-width: 100px;
  }
  .custom-testimonial-slider .uk-slider-nav {
    z-index: 3;
    position: relative;
  }
}
/* Larger than mobile (responsive small) */
@media (min-width: 768px) {
  .speech-box .content {
    padding: 30px;
  }
}
/* Larger than tablet (responsive medium) */
@media (min-width: 1024px) {
  .speech-box .content {
    padding: 50px;
  }
}
/* Larger than laptop (responsive large) */
@media (min-width: 1024px) {
  .speech-box .content {
    padding: 50px;
  }
  .custom-testimonial-slider .custom-testimonial-item {
    flex-direction: column;
    padding: 100px;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-text {
    max-width: 50%;
    position: absolute;
    margin: 0;
    padding: 100px;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-text p {
    color: #000000;
  }
  .custom-testimonial-slider .custom-testimonial-item .testimonial-image {
    width: 50%;
    margin-left: auto;
    margin-top: 0;
    max-height: 500px;
  }
}
/* Desktop and larger (responsive extra large) */
@media (min-width: 1775px) {
  .speech-box .content {
    padding: 50px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Ftestimonials%2Ftestimonials.scss%22%2C%22edit%2Fmodules%2Ftestimonials%2F..%2F..%2Fcore%2Fassets%2Fcss%2Fmixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnCA%3BAAAA%3BAAOA%3BAAIQ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAASpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7JR%3BAAsKA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAA1KR%3BAAkLA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAtLR%3BAA8LA%3BAAIQ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvNZ%3BAAmOA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%22%7D */