/*********** Slider Section ***********/

.pi__slider__section{

    position: relative;

    overflow: hidden;

}

.owl-item.active .pi__slider__bg{

    transform: scale(1.3);

    -webkit-transform: scale(1.3);

    -moz-transform: scale(1.3);

    -ms-transform: scale(1.3);

    -o-transform: scale(1.3);

}

.pi__slider__bg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    transition: all 7000ms linear;

    -webkit-transition: all 7000ms linear;

    -moz-transition: all 7000ms linear;

    -ms-transition: all 7000ms linear;

    -o-transition: all 7000ms linear;

    transform: scale(1);

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

}

.pi__slider__bg::before{

    position:absolute;

    content:"";

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:#000;

    opacity:0.6;

}

.slider-content h5 {

    color: #fff;

    text-align: center;

    margin-bottom: 20px;

}

.slider-content h1 {

    color: #fff;

    line-height: 82px;

    text-align: center;

    font-size: 72px;

    font-weight: 700;

    margin-bottom: 36px;

}

.slider-content p {

    margin-bottom: 40px;

    color: var(--pi-white-color);

}

.slider-content {

    text-align: center;

}

.slider-btn {

    text-align: center;

    margin-top: 26px;

}

.pi_slider_items .owl-nav {

    position: relative;

}

.pi_slider_items .owl-prev {

    border: 1px solid #fff;

    display: inline-block;

    width: 65px;

    height: 65px;

    line-height: 65px;

    text-align: center;

    border-radius: 50px;

    position: absolute;

    bottom: 365px;

    left: 75px;

    transition: .5s;

}

.pi_slider_items .owl-prev:hover{

    background:var(--pi-white-color) ;

}

.pi_slider_items .owl-prev i {

    display: block;

    color:var(--pi-white-color);

    transition: .5s;

}

.pi_slider_items .owl-prev:hover i{

    color:var(--pi-primary-color)

}

.pi_slider_items .owl-next {

    border: 1px solid #fff;

    display: inline-block;

    width: 65px;

    height: 65px;

    line-height: 65px;

    text-align: center;

    border-radius: 50px;

    position: absolute;

    right: 75px;

    bottom: 365px;

    transition: .5s;

}

.pi_slider_items .owl-next:hover{

    background:var( --pi-white-color) ; 

}

.pi_slider_items .owl-next i {

    display: inline-block;

    color: var( --pi-white-color);

    transition: .5s;

}

.pi_slider_items .owl-next:hover i{

    color: var(--pi-primary-color);

}

.owl-item.active .slider-content h5 {

    animation: .50s ease-in-out 0.5s normal none 1 running fadeInDown;

    animation-fill-mode: both;

    animation-name: fadeInUp;

    -webkit-animation: .50s ease-in-out 0.5s normal none 1 running fadeInDown;

}

.owl-item.active .slider-content h1 {

    animation: .60s ease-in-out 0.6s normal none 1 running fadeInDown;

    animation-fill-mode: both;

    animation-name: fadeInDown;

    -webkit-animation: .60s ease-in-out 0.6s normal none 1 running fadeInDown;

}

.owl-item.active .slider-content p {

    animation: .70s ease-in-out 0.7s normal none 1 running fadeInDown;

    animation-fill-mode: both;

    animation-name: fadeInUp;

    -webkit-animation: .70s ease-in-out 0.7s normal none 1 running fadeInDown;

}

.owl-item.active .pi__btn__one {

    animation: .80s ease-in-out 1s normal none 1 running fadeInUp;

    animation-fill-mode: both;

    animation-name: fadeInUp;

    -webkit-animation: .80s ease-in-out 1s normal none 1 running fadeInUp;

}

/* Section Title */

.section-title.style-one h5 {

    display: inline-block;

    border-radius: 7px;

    font-size: 17px;

    text-transform: uppercase;

    color: var(--pi-primary-color) !important;

    margin-bottom: 12px;

}

.section-title.style-one h1 {

    line-height: 52px;

    font-size: 42px;

    font-weight: 700;

}

.section-title.style-one p {

    margin-top: 22px;

    font-size: 16px;

}

.section-title.t_center {

    text-align: center;

}

/* icon box style one */

.icon-box {

    display: inline-block;

    padding: 33px 28px 10px;

    border-radius: 7px;

    transition: .5s;

    background: #F5EBE6;

}

.icon-box:hover{

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);

}

.img-icon img {

    width: 50px;

}

.icon-box-content {

    margin-top: 20px;

}

.icon-box-content h2 {

    font-weight: 700;

    font-size: 24px;

}

/* Icon Box Two */

.icon-box-style-two {

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);

    padding: 57px 40px 35px;

    position: relative;

    z-index: 1;

    background: #fff;

}

.icon-box-style-two::before{

    position: absolute;

    content: "";

    left: 0;

    bottom: 0;

    width: 100%;

    height: 0%;

    background: var(--pi-primary-color);

    transition: .7s;

    z-index: -1;

}

.icon-box-style-two:hover::before{

    height: 100%;

    bottom: 0;

}

.icon-box-style-two:hover p{

    color: var(--pi-white-color);

}

.icon-box-style-two:hover h2{

    color: var(--pi-white-color);

}

.icon-box-style-two:hover img{

    filter: brightness(0) invert(1);

}

.icon-box-style-two .icon-box-content h2 {

    margin-top: 39px;

}

/* Icon BOx Style Three */

.style-three.icon-box {

    display: block;

    padding: 33px 28px 10px;

    border-radius: 7px;

}

.style-three.icon-box .icon-box-content h2 {

    font-weight: 700;

    font-size: 28px;

    margin: 14px;

}

.style-three.icon-box .icon-box {

    display: block;

    padding: 33px 28px 10px;

    border-radius: 7px;

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);

}

.style-three.icon-box .icon-box-icon i {

    display: inline-block;

    background: var(--pi-primary-color);

    width: 100px;

    height: 100px;

    line-height: 100px;

    border-radius: 50px;

    color: var(--pi-white-color);

    font-size: 39px;

}

/* service-box */

.pi__service__box__one {

    position: relative;

}

.pi__service__box__one:hover .pi__service__content p{

    height: 25px;

    opacity: 1;

}

.pi__service__content {

    background: #000;

    padding: 16px 20px 0px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    position: absolute;

    width: 95%;

    bottom: 9px;

    left: 0;

    right: 0;

    margin: auto;

}

.pi__service__content h2{

    margin-bottom: 0;

}

.pi__service__content h2 a{

    color: #fff;

    font-size: 20px;

    margin-left: 10px;

    display: inline-block;

}

.pi__service__content p {

    color: #fff;

    margin-left: 10px;

    transition: .5s;

    height: 0;

    opacity: 0;

}

.service-icon i {

    display: inline-block;

    color: #fff;

}

/* Tab */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

    background-color: var(--bs-nav-pills-link-active-bg);

    background: transparent !important;

    color: #fff;

}

.nav-pills .nav-link {

    font-size: 45px;

    color: #a2a2a2;

    text-align: left;

    margin-bottom: 22px;

    text-transform: uppercase;

    font-family: "Bebas Neue", sans-serif;

}

.nav-pills .nav-link:hover{

    color: #a2a2a2;

}

.pi__tab__thumb img {

    height: 588px;

    object-fit: cover;

    max-width: 55%;

}



.pi-tab-content {

    background: #242222;

    padding: 60px 0px 59px 60px;

    width: 39%;

    position: absolute;

    bottom: 50px;

    left: 193px;

    border-radius: 10px;

}

.pi__tab__thumb {

    position: relative;

}

.pi-tab-content p {

    font-size: 18px;

    line-height: 30px;

}

.pi-tab-content a {

    display: inline-block;

    color: #cccccc;

}

/* Contact__form */

.pi__contact__form {

    background: #242222;

    display: inline-block;

    padding: 200px 70px 70px;

}

.pi__form {

    width: 100%;

    background: transparent;

    border: none;

    padding-left: 40px;

    border-bottom: 1px solid #3e3e3e;

    padding-bottom: 10px;

    margin-bottom: 16px;

}

.pi__form:focus {

    outline: 0;

    box-shadow: none;

    border: none;

}

.pi__form__box textarea {

    height: 70px;

}

.pi__form__btn {

    background: var(--pi-primary-color);

    color: #fff;

    padding: 12px 35px;

    border-radius: 5px;

    margin-top: 20px;

    transition: .6s;

}

.pi__form__btn:hover{

    background: #ACC903;

}

.pi__form__box {

    position: relative;

}

.pi__form__box i {

    position: absolute;

    top: 0;

    left: 0;

    font-size: 22px;

}

.pi__form textarea::placeholder {

    font-size: 27px;

}

.pi__form::placeholder {

    font-size: 16px;

    color: #b7b7b7;

}

/* Button CSS */

.pi__btn__one {

    background: var(--pi-primary-color);

    color: #fff;

    padding: 15px 35px;

    font-weight: 500;

    border-radius: 0px 10px;

    position: relative;

    display: inline-block;

    z-index: 1;

}

.pi__btn__one:hover{

    color: #fff !important;

}

.pi__btn__one::after{

    position: absolute;

    content: "";

    top: 0;

    right: 0;

    height: 100%;

    width: 0%;

    background: var(--pi-bg-color);

    transition: .7s;

    z-index: -1;

}

.pi__btn__one:hover::after{

    width: 100%;

    left: 0;

    border-radius: 0px 10px;

}

/* Video Box */

.em-video-image img {

    object-fit: cover;

    height: 500px;

    width: 100%;

}

.video-icon a {

    color: #fff;

    font-size: 25px;

    width: 95px;

    height: 95px;

    line-height: 95px;

    background: var(--pi-primary-color);

    display: inline-block;

    text-align: center;

    border-radius: 50px 50px 50px 50px;

    position: relative;

    z-index: 1;

    transition: .7s;

}

.video-icon a:hover{

    color: var(--pi-primary-color);

    background: var(--pi-white-color);

}



.video-icon a::before {

    background: var(--pi-primary-color);

    content: "";

    position: absolute;

    z-index: 0;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 80px;

    height: 80px;

    border-radius: 50%;

    animation: pulse-border 1500ms ease-out infinite;

    z-index: -1;

}

@keyframes pulse-border{

    0% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        opacity: 1;

    }

    100% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);

        opacity: 0;

    }

}

.single-video.style-one {

    position: relative;

}

.choose-video-icon {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: flex;

    align-items: center;

    justify-content: center;

}

/* 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);

}

/* Team Style Two */

.pi-team-thumb-two img {

    width: 100%;

}

.pi-team-single-two {

    position: relative;

}

.pi-team-single-two:hover .pi-social-profiles-two{

transform: scale(1);

}

.pi-team-content-two {

    background: var(--pi-primary-color);

    display: inline-block;

    padding: 20px 100px 20px 20px;

    position: absolute;

    bottom: 0px;

}

.pi-social-profiles-two {

    background: var(--pi-primary-color);

    display: inline-block;

    padding: 19px 10px;

    border-radius: 50px;

    position: absolute;

    bottom: 20px;

    right: 20px;

    transform: scale(0);

    transition: .6s;

}

.pi-social-profiles-two ul li a {

    display: inline-block;

    color: var(--pi-white-color);

}

.pi-team-content-two {

    background: var(--pi-primary-color);

    display: inline-block;

    padding: 20px 100px 20px 20px;

}



.pi-team-content-two h2 {

    color: var(--pi-white-color);

    margin-bottom: 0;

}

.pi-team-content-two span {

    color: var(--pi-white-color);

}

/********** Testimonials Area ***********/

.single_testimonial.default-style {

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);

    padding: 40px 43px;

    margin: 15px;

    background: var(--pi-white-color);

}

.testi-inner {

    display: flex;

    align-items: center;

}

.testi_title {

    margin-left: 20px;

}

.testi_title h2 {

    margin-bottom: 0;

}

.testi_text {

    margin-top: 20px;

}

.testi-star i {

    color: #bcbcbc;

}

.testi-star i.active{

    color: var(--pi-primary-color);

}

.testimonial_list .owl-dot {

    background: var(--pi-primary-color);

    width: 10px;

    height: 10px;

    border-radius: 50%;

    display: inline-block;

    margin-right: 12px;

    transition: .6s;

}



.testimonial_list .owl-dot.active {

    background: var(--pi-primary-color);

    width: 25px;

    height: 9px;

    border-radius: 5px;

}

.testimonial_list .owl-dots {

    margin-top: 25px;

}

/* 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: 150px;

    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);

}



/*********** Portfolio ***********/

.single_protfolio:hover .prot_thumb::before{

    opacity: 1;

    top: 0;

}

.prot_thumb{

    position: relative;

    z-index: 1;

    overflow: hidden;

}

.prot_thumb::before {

    position: absolute;

    content: "";

    top: 100px;

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#1d1d29 80%);

    transition: .5s;

    z-index: 1;

    opacity: 0;

}

.prot_thumb img {

    height: 450px;

    object-fit: cover;

}

.prot_main-content {

    position: absolute;

    bottom: -300px;

    z-index: 2;

    left: 25px;

    transition: .5s;

}

.single_protfolio:hover .prot_main-content{

    bottom: 20px;

}

.prot_main-content a {

    color: #fff;

    font-size: 22px;

    font-weight: 700;

    transition: .5s;

}

.prot_main-content a:hover{

    color: var(--pi-primary-color);

}

.category-item{

    color: #fff;

}

.port_list .owl-nav {

    display: flex;

    justify-content: center;

    margin-top: 30px;

}

.port_list .owl-prev {

    display: inline-block;

    border-radius: 50px;

    margin-right: 12px;

    border: 1px solid var(--pi-primary-color);

    background: transparent;

    color: var(--pi-primary-color);

    transition: .6s;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

}

.port_list .owl-prev:hover{

    background: var(--pi-primary-color);

    color: var(--pi-white-color);

}

.port_list .owl-next {

    background: var(--pi-primary-color);

    display: inline-block;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    color: var(--pi-white-color);

    border-radius: 50px;

}



/**********Pi Pricing Area **********/

.pricing_content {

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);

    padding: 53px 0;

    text-align: center;

    background: #fff;

}

.featur ul li {

    font-size: 17px;

    margin-bottom: 15px;

    position: relative;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    padding-bottom: 10px;

}

.featur ul li:last-child{

    border: none;

}

.pricing_title h3 {

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 10px;

}

.price_item_inner_center {

    font-weight: 500;

    font-size: 20px;

    margin-bottom: 43px;

}

.order_now a {

    background: var(--pi-primary-color);

    color: #fff;

    padding: 12px 35px;

    font-weight: 500;

    position: relative;

    display: inline-block;

    z-index: 1;

}

.order_now a::before{

    position: absolute;

    content: "";

    top: 0;

    left: 0;

    height: 100%;

    width: 0%;

    background: var(--pi-bg-color);

    transition: .7s;

    z-index: -1;

    border-radius: 0px 10px;

}

.order_now a:hover::before{

    width: 100%;

}

/********* Pi Blog Area **********/

.single_blog {

    margin: 15px;

}

.pureit-single-blog {
    position: relative;
    transition: all 0.5s ease 0s;
    transform: scale(1);
    background: #fff;
}

.pureit-blog-thumb{

    overflow: hidden;

}

.pureit-blog-thumb a img {

    transition: .5s;

    height: 300px;

    object-fit: cover;

}

.pureit-single-blog:hover .pureit-blog-thumb a img{

    transform: scale(1.1);

}

.pureit-blog-meta-left {

    background: var(--pi-primary-color);

    display: inline-block;

    color: var(--pi-white-color);

    padding: 10px 17px;

    border-radius: 0 10px;

    position: absolute;

    right: 30px;

    bottom: 255px;

}

.pureit-blog-meta-left span i {

    display: inline-block;

    margin-right: 7px;

}

.post-categories {

    font-size: 15px;

}

.blog-page-title h2 a {

    display: inline-block;

    font-size: 22px;

    font-weight: 700;

}

.pureit-blog-readmore a {

    background: var(--pi-primary-color);

    display: inline-block;

    color: var(--pi-white-color);

    padding: 11px 21px;

    border-radius: 0 8px;

    position: relative;

    z-index: 1;

}

.pureit-blog-readmore a::before{

    position: absolute;

    content: "";

    top: 0;

    left: 0;

    height: 100%;

    width: 0%;

    background: var(--pi-bg-color);

    transition: .7s;

    z-index: -1;

    border-radius: 0px 10px;

}

.pureit-blog-readmore a:hover::before{

    width: 100%;

}

.pureit-blog-readmore {

    margin-top: 30px;

}

.em-blog-content-area {

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);

    padding: 34px;

}

.blog_carousel .owl-dots {

    text-align: center;

    margin-top: 20px;

}

.blog_carousel .owl-dot.active {

    background: var(--pi-primary-color);

    width: 25px;

    height: 9px;

    border-radius: 5px;

}

.blog_carousel .owl-dot{

    background: var(--pi-primary-color);

    width: 10px;

    height: 10px;

    border-radius: 50%;

    display: inline-block;

    margin-right: 12px;

    transition: .6s;

}



/*Animation*/

.st__rotate{

    -webkit-animation: st__rotate 10s infinite linear;

    -moz-animation: st__rotate 5s infinite linear;

    -o-animation: st__rotate 5s infinite linear;

    animation: st__rotate 5s infinite linear;

    -webkit-animation-play-state: running;

    -moz-animation-play-state: running;

    -o-animation-play-state: running;

    animation-play-state: running;

}

@keyframes st__rotate{

    0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

}

100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

}

}

.st__updown {

    -webkit-animation: st__updown 10s infinite linear;

    animation: st__updown 10s infinite linear;

}

@keyframes st__updown{

    0% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

}

50% {

    -webkit-transform: translateY(-30px);

    transform: translateY(-30px);

}

100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

}

}

