.quotes {
    padding: 6rem 0
}

.quote-slider {
    margin-bottom: 50px;
    margin-top: 40px
}

.slick-dots {
    bottom: -50px !important
}

.quote-slide .quote-slide-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-left: 50px
}

.quote-slide-inner.layout__2_active {
    justify-content: center;
    padding-right: 50px
}

.quote__btn-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0
}

.quote-cta-wrapper:not(:last-child) {
    margin-right: 20px
}

@media screen and (max-width:1099px) {
    .quote-slide .quote-slide-inner {
        padding-left: 0
    }
}

.quote-slide .quote-content,
.quote-slide .quote-image {
    width: 48%
}

.quote-slide .quote-content {
    padding-right: 20px
}

.quote-slide .quote-image {
    box-shadow: -4px -4px 20px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 5
}

.quote-slide .quote-image img {
    width: 100%
}

@media(min-width:1100px) {
    .quote-content.layout__2 {
        max-width: 612px;
        padding: 0;
        width: 100%
    }

    .quote-content-inner.layout__2_inner .quote-text {
        padding: 16px 56px 0
    }

    .quote-content-inner.layout__2_inner .quote-text i.fas.fa-quote-left {
        left: 0;
        position: absolute;
        top: 0
    }

    .quote-content-inner.layout__2_inner .quote-text i.fas.fa-quote-right {
        bottom: -20px
    }

    .quote-content-inner.layout__2_inner .quote-author {
        margin: 0 auto;
        max-width: 400px
    }

    .quote-content-inner.layout__2_inner .quote-author-info img {
        max-width: 110px
    }

    .quote-content-inner.layout__2_inner .quote-author-image {
        width: 120px
    }

    .quote-content-inner.layout__2_inner .quote-author-info {
        padding-left: 20px;
        text-align: left !important;
        width: calc(100% - 160px)
    }

    .quote-content-inner.layout__2_inner .quote-author-info:before {
        background: #061812;
        content: "";
        height: 100%;
        left: 0;
        opacity: .2;
        position: absolute;
        top: 0;
        width: 1px
    }
}

.quote-author.no-author .quote-author-info {
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important
}

.quote-author.no-author .quote-author-info:before {
    display: none !important
}

.quote-author.no-author .quote-author-info img {
    margin: 0 auto
}

@media(max-width:1440px) {
    .quote-slider {
        margin-top: 40px;
        padding: 0 40px
    }

    .quote-slider__prev-arrow {
        left: 0
    }

    .quote-slider__next-arrow {
        right: 0
    }
}

@media screen and (max-width:1099px) {
    .quote-slide .quote-content {
        padding: 0;
        width: 100%
    }

    .quote-slide .quote-image {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        margin: 4rem auto 0
    }
}

.quote-slide .quote-content {
    color: #001f33;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0
}

.quote-slide .quote-author {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

@media screen and (max-width:1099px) {
    .quote-slide .quote-author {
        justify-content: center
    }
}

.quote-slide .quote-text {
    font-weight: 300;
    line-height: 2.25;
    margin-bottom: 50px;
    position: relative;
    width: 100%
}

@media screen and (max-width:1099px) {
    .quote-slider {
        margin-top: 40px;
        padding: 0 16px
    }

    .quote-slide .quote-author,
    .quote-slide .quote-text {
        line-height: 1.45;
        margin: 20px auto;
        padding: 0 10px;
        width: 100%
    }

    .quote-slide .quote-image {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 100%
    }

    .quote-slide .quote-slide-inner {
        padding: 0 20px
    }
}

@media screen and (max-width:766px) {

    .quote-slide .quote-author,
    .quote-slide .quote-text {
        margin: 20px auto;
        padding: 0 10px;
        width: 100%
    }
}

.quote-slide .quote-text p {
    font-size: 1rem;
    line-height: 1.9
}

.quote-slide .quote-text i {
    color: #31bf90;
    font-size: 36px;
    opacity: 1
}

@media screen and (max-width:766px) {
    .quote-slide .quote-text i {
        font-size: 30px
    }
}

@media screen and (max-width:639px) {
    .quote-slide .quote-text i {
        font-size: 26px
    }
}

.quote-slide .quote-text i.fa-quote-left {
    display: block;
    left: 0;
    margin-bottom: 15px;
    top: 0
}

@media screen and (max-width:639px) {
    .quote-slide .quote-text i.fa-quote-left {
        left: 0
    }
}

.quote-slide .quote-text i.fa-quote-right {
    bottom: -44px;
    position: absolute;
    right: 0
}

@media screen and (max-width:639px) {
    .quote-slide .quote-text i.fa-quote-right {
        bottom: -20px;
        right: 0
    }
}

.quote-slide .quote-author-image {
    cursor: pointer;
    margin-left: 10px;
    padding-left: 0;
    position: relative;
    width: 80px
}

.quote-author-image:before {
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1
}

.quote-slide .quote-author-info {
    font-size: 1rem;
    margin-left: auto;
    padding-left: 30px;
    position: relative;
    width: calc(100% - 120px)
}

.quote-slide .quote-author-info:before {
    background: #061812;
    content: "";
    height: 90%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 5%;
    width: 1px
}

.quote-slide .quote-author-info .name {
    font-weight: 700
}

.quote-slide .quote-author-info .company {
    margin-bottom: 10px
}

.quote-slide .quote-author-info .logo {
    margin-top: 6px;
    max-width: 120px
}

.quote-author-info img {
    max-width: 180px
}

.quote-slider .slick-dots {
    align-items: center;
    bottom: -50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%
}

.quote-slider .slick-dots li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px !important
}

.quote-slider .slick-dots li:before {
    display: none
}

.quote-slider .slick-dots li button {
    background: var(--dot-color-2);
    border: 0;
    border-radius: 100%;
    display: inline-block;
    font-size: 0;
    height: 10px;
    opacity: 1;
    padding: 0;
    transition: all .7s ease;
    width: 10px
}

.quote-slider .slick-dots li button:hover {
    opacity: .7
}

.quote-slider .slick-dots li.slick-active button {
    background: var(--text-color-main)
}

.quote-slider .slick-dots li:only-child {
    display: none
}

.quote-slider__next-arrow,
.quote-slider__prev-arrow {
    fill: var(--text-color-main);
    cursor: pointer;
    display: block;
    opacity: .3;
    position: absolute;
    top: calc(50% - 21px);
    width: 1rem
}

.quote-slider__next-arrow:hover,
.quote-slider__prev-arrow:hover {
    opacity: .8
}

.quote-slider__prev-arrow {
    left: -2rem
}

.quote-slider__next-arrow {
    right: -2rem
}

.slick-dots li button:before {
    font-size: 11px !important
}

.slick-next .fas,
.slick-prev .fas {
    color: var(--text-color-heading);
    font-size: 30px;
    position: relative;
    transition: opacity .2s ease;
    z-index: 100
}

.slick-next .fas:hover,
.slick-prev .fas:hover {
    opacity: .8
}

.slick-next:before,
.slick-prev:before {
    display: none
}

@media(max-width:1440px) {
    .quote-slider__prev-arrow {
        left: 0
    }

    .quote-slider__next-arrow {
        right: 0
    }
}

@media(max-width:767px) {
    .quote-slide .quote-author {
        flex-wrap: wrap;
        margin-top: 30px
    }

    .quote-slide .quote-author-info {
        font-size: 1.05rem;
        margin-left: auto;
        padding-left: 0;
        position: relative;
        text-align: center !important;
        width: 100%
    }

    .quote-author-info img {
        margin: 0 auto
    }

    .quote-slide .quote-author-info:before {
        display: none
    }

    .quote-slide .quote-author-info {
        margin-top: 30px
    }
}

:root {
    --gradient-1: linear-gradient(180deg, #f8efce, #bee6b1)
}