.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none
}

[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
}

.slick-arrow.slick-hidden {
    display: none
}

.inner-page-sticky-ad.testimonial-sticky-ad {
    width: 160px!important
}

.testimonial-widget {
    min-height: 500px;
    margin: 0 auto;
    position: relative
}

.testimonial-widget.mini {
    width: 230px
}

.testimonial-widget.mini .people .people-inner {
    width: 230px;
    height: 468px;
    overflow: hidden;
    position: relative
}

.testimonial-widget.mini .people .people-inner .person {
    width: 100%;
    position: absolute;
    top: 0;
    left: 235px
}

.testimonial-widget .clear-filters {
    margin-top: 15px
}

.testimonial-widget .loading {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #fff url(https://cdn01.alison-static.net/public/html/site/img/loader.gif) no-repeat 50%/90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border: 2px solid rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .8)
}

.testimonial-widget.loaded {
    background-image: none
}

.testimonial-widget.loaded .loading {
    display: none
}

.testimonial-widget .testimonial-nav {
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 40px
}

.testimonial-widget .testimonial-nav .testimonial-nav-inner {
    max-width: 1200px;
    margin: 0 auto
}

.testimonial-widget .testimonial-nav .testimonial-nav-inner .filter-row-label {
    padding-right: 20px
}

.testimonial-widget .testimonial-nav .checkbox-select {
    min-width: 180px;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.testimonial-widget .testimonial-nav .checkbox-select:after,
.testimonial-widget .testimonial-nav .checkbox-select:before {
    width: 12px;
    height: 1px;
    content: "";
    position: absolute;
    right: 39px;
    background-color: #000;
    top: 51%
}

.testimonial-widget .testimonial-nav .checkbox-select:before {
    transform: rotate(45deg)
}

.testimonial-widget .testimonial-nav .checkbox-select:after {
    right: 31px;
    transform: rotate(-45deg)
}

.testimonial-widget .testimonial-nav .checkbox-select .label {
    padding: 10px 40px 10px 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    margin-right: 20px;
    text-transform: capitalize
}

.testimonial-widget .testimonial-nav .checkbox-select .checkbox-fields {
    padding: 20px;
    display: none;
    position: absolute;
    top: 43px;
    min-width: 333px;
    background: #fff;
    max-height: 300px;
    overflow: scroll;
    z-index: 9;
    overflow-x: hidden;
    overflow-y: scroll
}

.testimonial-widget .testimonial-nav .checkbox-select .checkbox-fields label {
    display: block;
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 12px
}

.testimonial-widget .testimonial-nav .filter-search {
    display: inline-block;
    position: relative
}

.testimonial-widget .testimonial-nav .filter-search input {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    text-transform: capitalize
}

.testimonial-widget .testimonial-nav .filter-search .btn {
    position: absolute;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    top: 0;
    right: -17px;
    height: 100%;
    width: 32px;
    padding: 0;
    background-color: #0094c9
}

.testimonial-widget .testimonial-nav .filter-search #autoTestimonialBox {
    position: absolute;
    top: 42px;
    background: #fff;
    padding: 20px;
    width: 401px;
    line-height: 27px;
    text-transform: capitalize;
    z-index: 99
}

.testimonial-widget .testimonial-nav .filter-search #autoTestimonialBox>div {
    cursor: pointer
}

.testimonial-widget .testimonial-nav .filter-search #autoTestimonialBox strong {
    color: #0094c9
}

.testimonial-widget .testimonial-nav .filter-search .search-prompts {
    display: none;
    position: absolute;
    top: 43px;
    padding: 10px;
    background-color: #fff
}

.testimonial-widget .testimonial-nav .filter-search .search-prompts>div {
    display: none;
    line-height: 25px;
    cursor: pointer
}

@media(max-width:863px) {
    .testimonial-widget .testimonial-nav .testimonial-nav-inner {
        padding: 0 20px
    }
    .testimonial-widget .testimonial-nav .filter-row-label {
        display: block;
        text-align: center;
        margin-bottom: 10px
    }
    .testimonial-widget .testimonial-nav .filter-search {
        display: block;
        margin-top: 15px
    }
    .testimonial-widget .testimonial-nav .filter-search input {
        width: calc(100% - 10px)
    }
    .testimonial-widget .testimonial-nav .filter-search .btn {
        right: -4px
    }
    .testimonial-widget .testimonial-nav .checkbox-select {
        width: 50%
    }
    .testimonial-widget .testimonial-nav .checkbox-select.categories .label {
        margin-right: 0;
        margin-left: 10px
    }
    .testimonial-widget .testimonial-nav .checkbox-select .label {
        margin-right: 10px
    }
}

@media(max-width:400px) {
    .testimonial-widget .testimonial-nav .checkbox-select {
        width: 100%
    }
    .testimonial-widget .testimonial-nav .checkbox-select.categories {
        margin-top: 15px
    }
    .testimonial-widget .testimonial-nav .checkbox-select.categories .label {
        margin-right: 0;
        margin-left: 0
    }
    .testimonial-widget .testimonial-nav .checkbox-select .label {
        margin-right: 0
    }
}

.testimonial-widget .people {
    padding-bottom: 40px
}

.testimonial-widget .people .inline-ad {
    display: block;
    height: 380px;
    min-width: 250px
}

@media(max-width:1600px) {
    .testimonial-widget .people .inline-ad {
        display: inline-block;
        height: 375px;
        overflow: hidden
    }
}

.testimonial-widget .people .people-inner {
    max-width: 1270px;
    margin: 0 auto
}

.testimonial-widget .people .people-inner .no-results {
    text-align: center
}

.testimonial-widget .people .people-inner .person {
    width: 254px;
    height: 430px;
    float: left;
    text-align: center;
    padding: 0 2px 20px
}

.testimonial-widget .people .people-inner .person.image .person-inner {
    padding-top: 20px
}

.testimonial-widget .people .people-inner .person.image .person-inner .heading-image {
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    height: 100px
}

.testimonial-widget .people .people-inner .person.image .person-inner .heading-image img {
    max-width: 100%
}

.testimonial-widget .people .people-inner .person.video .person-inner.ad-space {
    position: relative;
    top: -10px;
    height: 405px;
    padding: 0
}

@media only screen and (min-width:1600px) {
    .testimonial-widget .people .people-inner .person.video .person-inner.ad-space {
        position: relative;
        top: 0;
        height: 405px;
        padding: 0
    }
}

.testimonial-widget .people .people-inner .person.video .person-inner.ad-space .body {
    padding: 0
}

.testimonial-widget .people .people-inner .person.video .person-inner .heading-image {
    max-height: 120px;
    overflow: hidden;
    position: relative;
    display: block
}

.testimonial-widget .people .people-inner .person.video .person-inner .heading-image .play {
    background-color: hsla(0, 0%, 100%, .7);
    position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border-radius: 100%;
    display: block
}

.testimonial-widget .people .people-inner .person.video .person-inner .heading-image .play:before {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #000;
    top: 15px
}

.testimonial-widget .people .people-inner .person.video .person-inner .heading-image img {
    width: calc(100% + 20px);
    margin-left: -10px;
    position: relative;
    top: -26px
}

.testimonial-widget .people .people-inner .person .person-inner {
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .2)
}

.testimonial-widget .people .people-inner .person .person-inner .heading .heading-text {
    padding: 10px
}

.testimonial-widget .people .people-inner .person .person-inner .heading .heading-text h3 {
    font-size: 16px;
    margin: 8px 0 0;
    color: #2d3942
}

.testimonial-widget .people .people-inner .person .person-inner .heading .heading-text .primary_outcome {
    height: 25px;
    padding-top: 10px;
    font-style: italic;
    color: #465159;
    font-size: 15px;
    font-weight: 400
}

.testimonial-widget .people .people-inner .person .person-inner .heading .heading-text .country {
    padding: 13px 20px 4px;
    color: #566d7f;
    font-size: 14px;
    font-style: italic
}

.testimonial-widget .people .people-inner .person .person-inner .heading .heading-text .country div {
    display: inline-block;
    padding-top: 4px;
    height: 26px;
    position: relative;
    width: 28px
}

.testimonial-widget .people .people-inner .person .person-inner .heading .heading-text .country div img {
    display: block;
    position: absolute;
    top: 13px;
    left: 0
}

.testimonial-widget .people .people-inner .person .person-inner .body {
    padding: 10px 10px 15px
}

.testimonial-widget .people .people-inner .person .person-inner .body .testimonial-text {
    font-size: 14px;
    padding: 0 8px;
    margin-bottom: 30px;
    height: 87px;
    color: #2d3942
}

.testimonial-widget .people .people-inner .person .person-inner .body .read-more {
    background-color: #0091c7;
    padding: 6px 11px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px
}

@media(max-width:1600px) {
    .testimonial-widget .people .people-inner {
        max-width: 1000px;
        text-align: center
    }
    .testimonial-widget .people .people-inner .person {
        display: inline-block;
        float: none
    }
}

.dropdownShadow {
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .6)
}

.testimonial-popup {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.testimonial-popup .testimonial-popup-inner {
    max-width: 1200px;
    margin: 50px auto;
    position: relative
}

.testimonial-popup .testimonial-popup-inner .close-holder {
    width: 30px;
    height: 30px;
    text-align: right;
    position: absolute;
    right: 30px;
    top: -15px;
    cursor: pointer
}

.testimonial-popup .testimonial-popup-inner .close-holder span {
    color: #fff;
    font-size: 25px
}

.testimonial-popup .testimonial-popup-inner .testimonial {
    width: 100%!important;
    float: left;
    padding: 30px
}

.testimonial-popup .testimonial-popup-inner .testimonial>div {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .2)
}

.testimonial-popup .testimonial-popup-inner .testimonial .country_flags {
    margin-right: 10px
}

.testimonial-popup .testimonial-popup-inner .testimonial.video .testimonial-content .testimonial-left {
    width: 50%;
    float: left
}

.testimonial-popup .testimonial-popup-inner .testimonial.video .testimonial-content .testimonial-right {
    float: left;
    width: 50%;
    padding-left: 30px
}

.testimonial-popup .testimonial-popup-inner .testimonial.video .testimonial-content .testimonial-right .testimonial-country {
    margin-bottom: 25px
}

.testimonial-popup .testimonial-popup-inner .testimonial.video .testimonial-content .testimonial-right .testimonial-country .country {
    color: #566d7f;
    font-style: italic
}

.testimonial-popup .testimonial-popup-inner .testimonial.video .testimonial-content .testimonial-right h2 {
    font-size: 22px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-content .testimonial-left {
    width: 300px;
    float: left
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-content .testimonial-left h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 15px
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-content .testimonial-left .testimonial-image {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-content .testimonial-left .testimonial-image img {
    max-width: 100%
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-content .testimonial-left .testimonial-country .country {
    text-align: center;
    margin-top: 25px;
    color: #566d7f;
    font-style: italic
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-content .testimonial-right {
    float: left;
    width: calc(100% - 300px)
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-right {
    position: relative
}

.testimonial-popup .testimonial-popup-inner .testimonial .learning-outcomes h3,
.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses h3 {
    font-size: 21px;
    text-align: center
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .course-name {
    color: #5d666d
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .completed-category {
    background-color: #0093c9;
    color: #fff;
    padding: 2px 15px;
    border-radius: 4px;
    margin-right: 10px
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .completed-category.language-category {
    background: #10a650
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .completed-category.science-category {
    background: #2d3942
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .completed-category.health-category {
    background: #e42330
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .completed-category.humanities-category {
    background: #bfd131
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .completed-category.business-category {
    background: #f49b29
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .completed-category.math-category {
    background: #833a8d
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .completed-category.marketing-category {
    background: #c81a7f
}

.testimonial-popup .testimonial-popup-inner .testimonial .testimonial-courses>ul li .completed-category.lifestyle-category {
    background: #2a0040
}

.social-buttons.testimonials-social-share a {
    color: #313131
}

.add-new-testimonial-button {
    display: none
}

[class*=" icon-"],
[class^=icon-] {
    font-family: FontAwesome!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
}

.icon-quote-right:before {
    content: "\f10d";
}

.testimonials-wrapper {
    background: #fff;
    position: relative;
    opacity: 0
}

.testimonials-wrapper .testimonials-wrapper-left-triangle,
.testimonials-wrapper .testimonials-wrapper-right-triangle {
    background: url(../images/testimonials-triangle.png) no-repeat 100% 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.testimonials-wrapper .testimonials-wrapper-left-triangle {
    transform: rotate(180deg);
    z-index: 2;
    max-width: 140px;
    left: 0;
    bottom: 0
}

@media(max-width:767px) {
    .testimonials-wrapper .testimonials-wrapper-left-triangle {
        z-index: inherit
    }
}

.testimonials-wrapper .testimonials-wrapper--inner.wrapper {
    max-width: 1600px;
    padding: 50px 10px 0
}

.testimonials-wrapper .testimonials-wrapper--inner>div {
    float: left
}

.testimonials-wrapper .testimonials-wrapper--slider {
    width: 60%
}

.testimonials-wrapper .testimonials-wrapper--bubbles {
    width: 30%;
    position: relative;
    margin: 0 0 0 10%;
    max-height: 500px
}

@media(max-width:1550px) {
    .testimonials-wrapper .testimonials-wrapper--bubbles {
        margin: 0 0 0 5%
    }
    .testimonials-wrapper .testimonials-wrapper--slider {
        width: 65%
    }
}

@media(max-width:1550px) {
    .testimonials-wrapper .testimonials-wrapper--bubbles {
        width: 35%
    }
    .testimonials-wrapper .testimonials-wrapper--slider {
        width: 60%
    }
}

@media(max-width:1330px) {
    .testimonials-wrapper .testimonials-wrapper--bubbles {
        max-height: 2px
    }
}

@media(max-width:1230px) {
    .testimonials-wrapper .testimonials-wrapper--bubbles {
        display: none
    }
    .testimonials-wrapper .testimonials-wrapper--slider {
        width: 100%
    }
}

.testimonials-slider .testimonials-slider--inner {
    position: relative
}

.testimonials-slider .testimonials-slider--inner .testimonials-slider--slide {
    padding: 0 10px
}

.testimonials-slider .testimonials-slider--image {
    max-width: 60%;
    margin-bottom: -5px
}

.testimonials-slider .testimonials-slider--image img {
    max-width: 100%;
    display: none
}

.testimonials-slider .testimonials-slider--image img.active {
    display: inherit
}

@media(max-width:767px) {
    .testimonials-slider .testimonials-slider--image {
        display: none
    }
}

.testimonials-slider .testimonials-slider--text {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: left;
    max-width: 400px;
    transform: translateY(-50%)
}

.testimonials-slider .testimonials-slider--text .icon-quote-right {
    margin-bottom: 5px;
    padding-left: 10px
}

.testimonials-slider .testimonials-slider--text .icon-quote-right:before {
    font-size: 60px;
    color: #e9eef2;
    transform: scaleX(-1)
}

.testimonials-slider .testimonials-slider--text .slick-dots {
    width: 130px;
    float: right;
    margin-top: 45px
}

.testimonials-slider .testimonials-slider--text .slick-dots li {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    float: left;
    background: #f9cc5d;
    border: 1px solid #002a38;
    border-radius: 100%;
    margin-right: 8px;
    cursor: pointer;
    list-style-type: none;
}

.testimonials-slider .testimonials-slider--text .slick-dots li.slick-active {
    background: #002a38;
    border: 1px solid #f9cc5d;
}

.testimonials-slider .testimonials-slider--text p {
    font-style: italic;
    font-size: 16px;
    color: #2d3941;
    font-weight: 300;
    line-height: 28px
}

.testimonials-slider .testimonials-slider--text .btn {
    max-width: none;
    border-radius: 3px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-top: 30px;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, .2)
}

@media(max-width:1230px) {
    .testimonials-slider .testimonials-slider--text {
        right: 100px
    }
}

@media(max-width:906px) {
    .testimonials-slider .testimonials-slider--text {
        right: 0
    }
}

@media(max-width:767px) {
    .testimonials-slider .testimonials-slider--text {
        position: static;
        top: 0;
        right: 0;
        text-align: left;
        max-width: 400px;
        transform: translate(0);
        margin: 0 auto 30px
    }
}

.pic-bubble {
    position: relative;
    width: 140px;
    height: 140px
}

.pic-bubble:first-child {
    left: 50%;
    transform: translate(-50%);
    width: 67px;
    height: 67px
}

.pic-bubble:first-child .pic-bubble--speech-bubble {
    min-width: 120px;
    top: 0;
    left: 10px
}

.pic-bubble:nth-child(2) {
    width: 130px;
    height: 130px;
    left: 20%;
    top: -12px
}

.pic-bubble:nth-child(2) .pic-bubble--speech-bubble {
    top: 90px;
    left: 46px;
    min-width: 150px
}

.pic-bubble:nth-child(3) {
    left: 50%;
    width: 110px;
    height: 110px;
    top: -36px
}

.pic-bubble:nth-child(3) .pic-bubble--speech-bubble {
    left: 39px;
    top: -1px;
    min-width: 135px
}

.pic-bubble:nth-child(4) {
    left: 40px;
    top: -117px
}

.pic-bubble:nth-child(4) .pic-bubble--speech-bubble {
    left: 31px;
    top: 30px
}

.pic-bubble:nth-child(5) {
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    height: 200px;
    top: -154px
}

.pic-bubble:nth-child(5) .pic-bubble--speech-bubble {
    left: 60px;
    top: 68%
}

@media(max-width:1330px) {
    .pic-bubble:nth-child(2) {
        width: 100px;
        height: 100px;
        left: 20%;
        top: -26px
    }
    .pic-bubble:nth-child(3) {
        left: 50%;
        width: 80px;
        height: 80px;
        top: -60px
    }
    .pic-bubble:nth-child(4) {
        left: 80px;
        top: -95px;
        width: 120px;
        height: 120px
    }
    .pic-bubble:nth-child(5) {
        top: -102px;
        width: 120px;
        height: 120px
    }
    .pic-bubble:nth-child(5) .pic-bubble--speech-bubble {
        left: 37px;
        min-width: 110%;
        text-align: center
    }
}

.pic-bubble.active .pic-bubble--speech-bubble {
    animation: pop .5s normal forwards;
    opacity: 1
}

.pic-bubble.active .pic-bubble--speech-bubble:after {
    animation: triangle 1s normal forwards
}

.pic-bubble.active .pic-bubble--ring {
    animation: popSmall 1s normal forwards;
    animation-delay: .25s
}

.pic-bubble .pic-bubble-image {
    background-color: #f3f6f7;
    overflow: hidden;
    border-radius: 100%;
    width: 100%;
    height: 100%
}

.pic-bubble .pic-bubble-image img {
    width: 100%
}

.pic-bubble .pic-bubble--speech-bubble {
    background-color: #0094c9;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    transform: translate(-100%);
    font-size: 12px;
    opacity: 0;
    transition: all .4s ease-in-out;
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, .49)
}

.pic-bubble .pic-bubble--speech-bubble>div {
    overflow: hidden
}

.pic-bubble .pic-bubble--speech-bubble:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #0094c9;
    border-bottom: 0;
    border-right: 0
}

.pic-bubble .pic-bubble--speech-bubble .pic-bubble--ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #0094c9;
    top: 0;
    left: 0;
    border-radius: 3px
}

.pic-bubble.pic-bubble__green .pic-bubble--speech-bubble {
    background-color: #83c11f
}

.pic-bubble.pic-bubble__green .pic-bubble--speech-bubble:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #83c11f;
    border-top: 0;
    border-right: 0;
    transform: translateY(-100%)
}

.pic-bubble.pic-bubble__green .pic-bubble--speech-bubble .pic-bubble--ring {
    border-color: #83c11f
}

@keyframes pop {
    0% {
        transform: translate(-100%) scale(0);
        padding: 0
    }
    to {
        transform: translate(-100%) scale(1)
    }
}

@keyframes popSmall {
    to {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes triangle {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.slick-list p {
    display: none;
}

.slick-list .active p {
    display: block;
}

.testimonials-slider--image img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

.testimonials-slider--image .active {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}