﻿/* /portfolio */
/* testimonial */
.testimonial-content strong {
    color: #2bfdff;
    font-weight: normal;
}

.testimonial-bg-shapes .container {
    position: relative;
    z-index: 1;
}

.testimonial-bg-shapes .bg-map {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-bg-shapes .bg-shape-1 {
    position: absolute;
    left: 100px;
    top: -50px;
}

.testimonial-bg-shapes .bg-shape-2 {
    position: absolute;
    right: 150px;
    top: 50px;
}

.testimonial-bg-shapes .bg-shape-3 {
    position: absolute;
    right: 50px;
    top: 200px;
}

.testimonial-bg-shapes .bg-shape-4 {
    position: absolute;
    left: 100px;
    bottom: 200px;
}

.testimonial-bg-shapes .bg-shape-5 {
    position: absolute;
    right: 200px;
    bottom: -50px;
}

/* /icon */
/* slick slider */
.slick-dots {
    text-align: center;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 2px;
}

.slick-dots li.slick-active button {
    background: #43b16f;
    width: 25px;
}

.slick-dots li button {
    height: 6px;
    width: 12px;
    background: #A7A8AA;
    border-radius: 10px;
    overflow: hidden;
    transition: .2s ease;
    border: 0;
}

/*
    Custom
*/

.testimony-padding{
    padding: 72px 0 88px 0;
}