.shuffle-title {
    position: relative;
}
.shuffle-letter-title-wraper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.shuufle-letter-title {
    font-size: 11.5625rem;
    margin-bottom: 0;
    color: #f8f8f8;
}
h2, .section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #000000;
}
.agency-parallax-area .parallax-slide {
    background-repeat: no-repeat;
    background-position: 29% 50%;
    background-attachment: fixed;
    height: 100vh;
}
.parallax-container-content {
    padding-top: 180px;
}
.agency-section-title {
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
}
.parallax-container-content p {
    margin-bottom: 35px;
}
.btn.btn-primary {
    background-color: #1bd1ea;
}
.btn:not([class*=btn-outline-]) {
    border: 0px;
    color: #FFFFFF;
    background-color: #000000;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}
.btn {
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: .5px;
    border-radius: 1.71875rem;
    padding: 0 50px;
    height: 54px;
    line-height: 54px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: normal;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.gray-bg {
    background-color: #fafafa;
}
.service-divider {
    margin-bottom: 5px;
}