/* Section Title */
.section-title.style-one h5 {
    background: var(--pi-primary-color);
    display: inline-block;
    padding: 2px 25px;
    border-radius: 7px;
    font-size: 15px;
}
.section-title.style-one h1 {
    line-height: 56px;
    margin-top: 10px;
    text-transform: uppercase;
}
.section-title.style-one p {
    margin-top: 15px;
}
.section-title.t_center {
    text-align: center;
}
/* Button CSS */
.pi__btn__one {
    background: var(--pi-primary-color);
    color: var(--pi-dark-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 18px 55px;
    border-radius: 0;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
.pi__btn__one:hover{
    color: var(--pi-white-color);
}
.pi__btn__one::before {
    content: "";
    background-color: var(--pi-dark-color);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.pi__btn__one::after {
    content: "";
    background-color: var(--pi-dark-color);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.pi__btn__one:hover::before, .pi__btn__one:hover::after {
    width: 100%;
}
/* Video Box */
.video-icon a {
    color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    width: 95px;
    height: 95px;
    line-height: 95px;
    display: inline-block;
    text-align: center;
    border-radius: 50px 50px 0px 50px;
}
/* CounterUP CSS */
.count, .suffix {
    font-size: 48px;
    font-weight: 700;
    color: var(--pi-dark-color);
    flex-basis: 120px;
}
.counter__content h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--pi-dark-color);
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 10px;
}
/* Team CSS */
.pi-team-single {
    position: relative;
    line-height: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: hidden;
}
.pi-team-thumb {
    width: 100%;
    height: 440px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pi-team-thumb img {
    width: 100%;
    height: 100%;
    -o-object-position: center top;
    object-position: center top;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pi-team-single:hover .pi-team-thumb img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.pi-team-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, 30%) scale(1.2);
    -ms-transform: translate(-50%, 30%) scale(1.2);
    transform: translate(-50%, 30%) scale(1.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,0) !important;
    overflow: hidden;
}
.pi-team-single:hover .pi-team-content {
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}
.pi-team-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.29);
    -webkit-backdrop-filter: blur(11.5px);
    backdrop-filter: blur(11.5px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.pi-team-single:hover .pi-team-content::after {
    opacity: 1;
    visibility: visible;
}
.pi-team-content h2 {
    font-size: 18px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: var(--pi-white-color);
}
.pi-team-content span {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: rgba(255,255,255,.65);
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pi-team-single:hover .pi-team-content span {
    opacity: 1;
}
.pi-social-profiles {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
}
.pi-team-single:hover .pi-social-profiles {
    opacity: 1;
}
.pi-social-profiles ul li {
    display: inline;
    margin: 0 4px;
}
.pi-social-profiles ul li a {
    color: rgba(255,255,255,.65);
    font-size: 14px;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.pi-social-profiles ul li a:hover{
    color: var(--pi-primary-color);
}
/* Text Animation CSS */
.pureit-animate-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.pureit-animate-text {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}
.animate-text {
    display: flex;
    align-items: baseline;
    animation: pureit-animation 20s linear infinite;
    -webkit-animation: pureit-animation 20s linear infinite;
}
.animate-text span {
    color: #fff;
    font-size: 20px;
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
}
.animate-text.copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
    animation: pureit-animation-copy 20s linear infinite;
    -webkit-animation: pureit-animation-copy 20s linear infinite;
}
@keyframes pureit-animation-copy{
    0% {
        transform: translateX(100%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}
@keyframes pureit-animation{
    0% {
        transform: translateX(0) translateZ(0);
    }
    100% {
        transform: translateX(-100%) translateZ(0);
    }
}
span.pi_color{
    color: var(--pi-primary-color);
}






