.d-inline-block {
    display: inline-block !important;
}
/*== Play Button ==*/
a.play-btn svg {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    z-index: 1;
    position: relative;
}

a.play-btn:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

a.play-btn svg .stroke-dotted {
    stroke-width: 2.5px;
    opacity: 1;
    stroke-dasharray: 7, 8;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 1s ease, stroke-width 1s ease;
    -ms-transition: opacity 1s ease, stroke-width 1s ease;
    -o-transition: opacity 1s ease, stroke-width 1s ease;
    transition: opacity 1s ease, stroke-width 1s ease;
}

a.play-btn:hover svg .stroke-dotted {
    -webkit-animation: spin 4s infinite linear;
    -ms-animation: spin 4s infinite linear;
    -o-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
}

.rotate-anim {
    -webkit-animation: spin 7s infinite linear;
    -ms-animation: spin 7s infinite linear;
    -o-animation: spin 7s infinite linear;
    animation: spin 7s infinite linear;
}

    .rotate-anim.revs {
        -webkit-animation-direction: reverse;
        -ms-animation-direction: reverse;
        -o-animation-direction: reverse;
        animation-direction: reverse;
    }

.shp1 {
    left: 12rem;
    top: 17.5rem;
}

.shp2 {
    left: 6.25rem;
    top: 10.625rem;
}

.shp3 {
    left: -9rem;
    bottom: 6.5625rem;
}

.shp1.right {
    left: auto;
    right: 12rem;
    top: 14.375rem;
}

.shp2.right {
    left: auto;
    right: 6.25rem;
    top: 1.5rem;
}

.shp3.right {
    left: auto;
    right: -9rem;
    bottom: 11.875rem;
}

.bg-color4 .shp1,
.bg-color4 .shp2,
.bg-color4 .shp3,
.bg-newcolor4 .shp1,
.bg-newcolor4 .shp2,
.bg-newcolor4 .shp3 {
    opacity: .25;
}

@media (max-width: 850px) {
    #play-btn-span > a.play-btn > svg {
        height: 8rem;
        width: 8rem;
    }

    #play-btn-span {
        text-align: inherit !important;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 430px) {
    #play-btn-span > a.play-btn > svg {
        height: 6rem;
        width: 6rem;
    }
}
