/*********** Slider Section ***********/
.pi__slider__section{
    position: relative;
    overflow: hidden;
}
.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);
}
.slider-content h5 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
}
.slider-content h1 {
    color: #fff;
    text-align: center;
    font-weight: 200;
    margin-bottom: 17px;
    letter-spacing: 7px;
    font-size: 100px;
    line-height: 1em;
}
.slider-content p {
    margin-bottom: 40px;
    color: var(--pi-white-color);
    font-size: 17px;
}
.slider-content {
    text-align: center;
}
.hero__style__two .slider-content {
    padding-top: 100px;
}
.slider-btn {
    text-align: center;
    display: inline-block;
}
.pi-slider-video {
    display: inline-block;
    margin-left: 15px;
}
.pi-slider-video a {
    color: #fff;
    font-size: 22px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--pi-primary-color);
    display: inline-block;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    position: relative;
    z-index: 1;
    transition: .7s;
    margin-bottom: 20px;
}
.pi__slider__bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.pi-slider-video a:hover {
    color: var(--pi-primary-color);
    background: #fff;
}
.slider-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__btn {
    display: inline-block;
    background: var(--pi-primary-color);
    padding: 16px 35px;
    font-size: 17px;
    color: var(--pi-white-color);
    position: relative;
    z-index: 1;
}
.slider__btn::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: var(--pi-heading-color);
    width: 0%;
    height:100%;
    z-index: -1;
    transition: .6s;
}
.slider__btn:hover:before{
    width: 100%;
}
/*style Two*/
.pi__slider__items {
    padding: 290px 0 198px;
    transition: 1s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pi__slider4__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 10s;
    overflow: hidden;
}
.bg-fix {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pi__slider__content4 {
    text-align: center;
    background: rgba(15, 13, 11,0.3);
    backdrop-filter: blur(8px);
    z-index: 1;
    position: relative;
    padding: 70px 0;
    top: 50px;
    transition: .5s;
    opacity: 0;
}
.owl-item.active .pi__slider__content4 {
    top: 0px;
    opacity: 1;
}
.pi__slider__rattings i {
    color: #e4a853;
}
/*.pi__slider4__bg::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #000;*/
/*    opacity: 0.3;*/
/*    z-index: 11;*/
/*}*/
.pi__slider__content4 h5 {
    color: #fff;
    font-weight: 400;
    margin-top: 25px;
}
.pi__slider__content4 h1 {
    color: #fff;
    font-size: 75px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.pi__slider__btn4 {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 12px 30px;
    margin-top: 5px;
    display: inline-block;
    transition: .5s;
    background: transparent;
    z-index: 3;
    position: relative;
}
.pi__slider__btn4:hover {
    background: var(--pi-primary-color);
    border: 1px solid var(--pi-primary-color);
}
/*Dot*/
.pi__slider__four .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    text-align: right !important
}
.pi__slider__four .owl-dots .owl-dot {
    height: 18px;
    width: 18px;
    border: 1px solid rgba(255,255,255, 0.7);
    display: block;
    margin-bottom: 10px;
    border-radius: 50%
}
.pi__slider__four .owl-dots .owl-dot.active {
    border-color: var(--pi-primary-color);
    background: var(--pi-primary-color);
}

/* Section Title */
.section-title.style-one h5 {
    display: inline-block;
    border-radius: 7px;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--pi-primary-color);
    margin-bottom: 0px;
    text-transform: uppercase;
}
.section-title.style-one h1 {
    line-height: 72px;
    font-size: 50px;
    font-weight: 500;
    margin-top: 13px;
    text-transform: uppercase;
}
.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;
}
.img-icon img {
    width: 50px;
}
.icon-box-content {
    margin-top: 20px;
    margin-left: 10px;
}
.icon-box-content h2 {
    font-weight: 700;
    font-size: 24px;
}
/* Icon Box Two */
.icon-box-style-two {
    display: flex;
    align-items: center;
    margin-top: -21px;
}
.icon-box-style-two .icon {
    display: inline-block;
    color: var(--pi-white-color);
    font-size: 24px;
    margin-top: 12px;
    margin-right: 14px;
}
.icon-box-style-two .title h2 {
    color: var(--pi-white-color);
    font-size: 17px;
}
.icon-box-style-two .description p {
    color: var(--pi-white-color);
    opacity: 0.8;
    line-height: 12px;
    margin-bottom: 0;
}
/* Icon BOx Style Three */
.style-three.icon-box {
    display: block;
    padding: 33px 0;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
}
.style-three.icon-box .icon-box-content h2 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}
.style-three.icon-box .icon-box-icon {
    overflow: hidden;
}
.style-three.icon-box:hover .img-icon img{
    animation: .5s forwards toBottomFromTop;
}
@keyframes toBottomFromTop{
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
}
.style-three.icon-box .icon-box-content {
    margin-top: 20px;
    margin-left: 0px;
}
.style-three.icon-box .description p {
    color: rgba(255,255,255,0.5);
    margin-bottom: 0;
}
.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;
}
/*Style Four*/
.icon-box{
    overflow:hidden;
}
.icon-box.style-four {
    background: #0e0d0a;
    padding: 8px 0;
    justify-content: center;
    gap: 5px;
}
.icon-box:hover .img-icon img {
    animation: .5s forwards toBottomFromTop;
}
.icon-box.style-four .icon-box-content h2 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.room-details .title-one h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 7px;
    color: #fff;
    font-weight: 500;
}
.room-details .img-icon-one img {
    width: 35px;
}
.room-details2 .img-icon-one img {
    width: 25px;
}
.room-details2 .title-one h2 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    font-weight: 500;
}
.room-details2 .icon-box-one {
    display: flex;
    align-items: inherit;
}
/* service-box */
.pi__single__rome__items {
    position: relative;
    overflow:hidden;
}
.pi__room__thumb::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pi-heading-color);
    opacity: 0.3;
    z-index:1;
}
.pi__room__thumb {
    transition: .5s;
    overflow: hidden;
    position:relative;
}
.pi__room__thumb a img {
    transition: .5s;
    overflow: hidden;
    position:relative;
}
.pi__single__rome__items:hover .pi__room__thumb a img {
    transform: scale(1.2);
}
.pi__single__rome__heading {
    margin-bottom: -9px;
}
.pi__single__rome__list ul li {
    display: inline;
    margin-right: 15px;
}
.pi__single__rome__list ul li a {
    color: var(--pi-white-color);
    display: inline-block;
}
.pi__single__rome__list ul li a i {
    display: inline-block;
    margin-right: 9px;
    font-size: 18px;
}
.pi__single__rome__content {
    position: absolute;
    bottom: 19px;
    left: 19px;
    z-index:1;
}
.pi__single__rome__heading h5 a {
    display: inline-block;
    color: var(--pi-white-color);
    font-size: 20px;
    letter-spacing: 1px;
}
.pi__single__rome__price {
    position: absolute;
    top: 0;
    right: 0;
    z-index:1;
}
.pi__single__rome__price span a {
    display: inline-block;
    color: var(--pi-white-color);
    background: var(--pi-primary-color);
    padding: 5px 18px;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 20px;
}
/* Service Box Two */
.portfolio-icon img {
    width: 100%;
}
.pi__single__items__two {
    position: relative;
}
.pi__content__two {
    position: absolute;
    bottom: 0;
}
.pi__single__items__two span a {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 17px;
    background: var(--pi-white-color);
    padding: 4px 12px;
    color: var(--pi-heading-color);
    font-size: 14px;
}
.pi__content__two h5 a {
    display: inline-block;
    color: var(--pi-white-color);
    font-size: 16px;
}
.pi__content__two h2 a {
    display: inline-block;
    color: var(--pi-white-color);
    font-size: 23px;
}
.pi__Service__btn__two a {
    display: inline-block;
    color: var(--pi-white-color);
    position: relative;
}
.pi__Service__btn__two a::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: var(--pi-primary-color);
    height: 1px;
    width: 100%;
    transition: .6s;
}
.pi__single__items__two:hover .pi__room__thumb img{
    transform:scale(1.2)
}
.pi__single__items__two .pi__room__thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00000000 40%, #000000E6 100%);
    opacity: 1;
    z-index: 1;
}
.pi__Service__btn__two a:hover:before{
    width: 0%;
}
.pi__room__thumb span {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
}
.pi__content__two {
    position: absolute;
    bottom: 32px;
    left: 29px;
    z-index: 1;
}
.pi__content__two h2 {
    margin-bottom: 0;
}
/* Service Carousel */
.pi__portfolio__thumb {
    position: relative;
}
.pi__portfolio__thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    content: "";
    background: #000;
    opacity: 0.3;
    pointer-events: none;
}

.pi__portfolio__thumb::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    pointer-events: none;
    content: "";
    background: #53624e;
    opacity: 0;
    transition: .6s;
}
.pi__portfolio__thumb:hover::after{
    opacity: 0.8;
}
.pi__portfolio__price a{
    position: absolute;
    display: inline-block;
    top: 17px;
    left: 16px;
    background: #938a6e;
    color: var(--pi-white-color);
    padding: 7px 12px;
    font-size: 15px;
    z-index: 10;
}
.pi__portfolio__content {
    position: absolute;
    bottom: -50px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 10;
    transition: 1s;
    opacity:0;
}
.active.center .pi__portfolio__content {
    opacity:1;
    bottom:0;
}
.pi__portfolio__title a {
    display: inline-block;
    color: var(--pi-white-color);
    font-size: 28px;
}
.pi__portfolio__list ul li {
    display: inline;
}
.pi__portfolio__list ul li a {
    color: #fff;
    margin-right: 26px;
    font-size: 14px;
}
.pi__portfolio__list ul li a img {
    display: inline-block;
    width: 35px;
    margin-right: 5px;
}
.owl-carousel .owl-item img {
    display: inline-block !important;
}
.services_carousel .owl-prev {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #b99d75;
    position: absolute;
    top: 290px;
    left: 12px;
    transition: .6s;
}
.services_carousel .owl-prev:hover{
    background: #b99d75;
    color: #fff;
}
.services_carousel .owl-next {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #b99d75;
    position: absolute;
    top: 290px;
    right: 12px;
    transition: .6s;
}
.services_carousel .owl-next:hover{
    background: #b99d75;
    color: #fff;
}
/* About Area */
.icon-box {
    display: flex;
    align-items: center;
}
.icon-box-one {
    display: flex;
    align-items: center;
}
.img-icon-one img {
    width: 40px;
}
.icon-box-content-one {
    margin-left: 20px;
}
.icon-one i {
    color: var(--pi-primary-color);
    font-size: 40px;
}
.title-one h2 {
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 7px;
    font-weight: 500;
}
.box-one2 .title-one h2{
    color: #fff;   
}
.description-one p {
    line-height: 25px;
    font-size: 18px;
}
.pureit-button-box.style3 {
    margin-top: 30px;
}
.pureit-button-box.style3 a {
    background: var(--pi-primary-color);
    color: #fff;
    padding: 15px 29px;
    font-weight: 500;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.pureit-button-box.style3 a::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: var(--pi-heading-color);
    z-index: -1;
    transition: .6s;
}
.pureit-button-box.style3 a:hover:before{
    height: 100%;
}
.pureit-button-box.style3 a i {
    display: inline-block;
    margin-left: 5px;
}
/* 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 */
/* button style one */
.pi__btn__one {
    background: var(--pi-primary-color);
    color: #fff;
    padding: 12px 48px;
    font-weight: 500;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.pi__btn__one::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    border-radius: 0px;
    background: var(--pi-heading-color);
    transition: .7s;
    z-index: -1;
}
.pi__btn__one:hover::after{
    width: 100%;
    left: 0;
}

/* Button Style Two */
.pi__btn__two.pi__btn__one::after {
    background: #3b3b3b;
}
.pi__btn__two.pi__btn__one:hover::after{
    width: 100%;
    left: 0;
}

/* Video Box */
.em-video-image img {
    object-fit: cover;
    height: 700px;
    width: 100%;
}
.video-icon a {
    color: #fff;
    font-size: 25px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: transparent;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .7s;
    border: 1px solid rgba(255,255,255,0.5);
}
.video-icon a:hover{
    color: var(--pi-primary-color);
    background: var(--pi-white-color);
}

.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);
}

/*********** Team Style Three ***********/
.pi-team-single-three {
    position: relative;
    overflow: hidden;
}
.pi-social-profiles-three ul li {
    display: inline;
    margin-right: 8px;
    font-size: 18px;
}
.pi-team-content-three {
    background: var(--pi-primary-color);
    text-align: center;
    display: inline-block;
    padding: 16px 40px;
    position: absolute;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    transition: .7s;
}
.pi-team-single-three:hover .pi-team-content-three{
    bottom: 0;
}
.pi-team-content-three h2 {
    color: var(--pi-white-color);
    margin-bottom: 0;
}
.pi-team-content-three span {
    color: var(--pi-white-color);
    margin: 0 0 18px;
    display: inline-block;
    font-size: 14px;
}
.pi-social-profiles-three ul {
    margin-top: -12px;
}
.pi-social-profiles-three ul li a {
    display: inline-block;
    color: var(--pi-white-color);
}
/********** Testimonials Area ***********/
.testi-inner {
    display: flex;
    align-items: center;
    margin-top: 35px;
    justify-content: center;
}
.testi_title {
    margin-left: 20px;
}
.testi_title h2 {
    margin-bottom: 0;
    color: #fff;
}
.testi_text {
    position: relative;
}
.testi_text p {
    font-size: 18px;
    color: #fff;
    width: 50%;
    margin: 0 auto;
}
.testi_title span {
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}
.single_testimonial.default-style {
    text-align: center;
}
.testi_thumb img {
    width: 90px;
    border-radius: 50%;
}
.reviews_rating i {
    font-size: 12px;
}
.testi-star i.active{
    color: var(--pi-primary-color);
}
.testimonial_list .owl-dot {
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    transition: .6s;
    border: 1px solid rgba(255,255,255,0.3);
}

.testimonial_list .owl-dot.active {
    background: var(--pi-primary-color);
    border: 1px solid var(--pi-primary-color);
    border-radius: 50%;
}
.testimonial_list .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.rotateme {
    animation: rotateme 20s linear infinite;
}
@keyframes rotateme{
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 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 ***********/

.prot_thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.prot_thumb::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #02010100 0%, var(--pi-primary-color) 100%);
    transition: .5s;
    z-index: 1;
    opacity: 1;
}
.prot_thumb img {
    height: 450px;
    object-fit: cover;
}
.prot_main-content {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    left: 25px;
    transition: .5s;
}
.single_protfolio:hover .prot_main-content{
    bottom: 30px;
}
.category-item {
    margin-bottom: 20px;
    background: #fff;
    padding: 0px 15px;
    font-size: 12px;
    display: inline-block;
    color: var(--pi-primary-color);
    font-weight: 600;
}
.port__title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    transition: .5s;
    display: block;
    margin-bottom: 18px;
}
.port__btn {
    display: block;
    color: var(--pi-white-color);
    opacity: 0;
    transition: .5s;
}
.single_protfolio:hover .port__btn{
    opacity: 1;
}
.port__btn i {
    margin-left: 5px;
    font-size: 14px;
}
.port_list .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: absolute;
    left: -51%;
    bottom: 72px;
}
.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 130px 53px 65px;
    border-radius: 0 50px;
    margin-right: 40px;
}
.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;
}
.featur ul li::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    color: var(--pi-primary-color);
    left: -30px;
}
.featur ul li:last-child:before{
    content: "\f00d";
}
.pricing_title h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 41px;
}
.price_item_inner_center {
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    right: -159px;
    background: #bb0b0b;
    float: right;
    clear: right;
    position: relative;
    padding: 11px 15px 7px;
    border-radius: 0 10px;
    margin-bottom: 43px;
}
.price_item_inner_center::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 27px solid #bb0b0b;
    border-right: 30px solid transparent;
    top: 38px;
    right: 0px;
}
.order_now a {
    background: var(--pi-primary-color);
    color: #fff;
    padding: 12px 35px;
    font-weight: 500;
    border-radius: 0px 10px;
    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 **********/
.pureit-blog-readmore a:hover {
    color: var(--pi-primary-color);
}
.blog__content {
    padding: 35px 0px 0;
}
.blog-page-title {
    position: relative;
}
.blog-page-title::before {
    position: absolute;
    content: "";
    width: 93%;
    height: 1px;
    background: var(--pi-heading-color);
    opacity: 0.1;
    top: 16px;
}
.blog-page-title h2 a {
    display: inline-block;
    margin-top: 35px;
    transition: .6s;
}
.blog-page-title h2 a:hover{
    color: var(--pi-primary-color);
}
.pureit-blog-thumb {
    position: relative;
}
.pureit-blog-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--pi-primary-color);
    opacity: 0.7;
    transition: .6s;
}
.pureit__single__blog:hover .pureit-blog-thumb::after{
    height: 100%;
}
.pureit__blog__date {
    background: var(--pi-primary-color);
    display: inline-block;
    padding: 4px 20px;
    position: absolute;
    top: 27px;
    left: 26px;
}
.pureit__blog__date h2 {
    color: var(--pi-white-color);
    margin-bottom: -3px;
}
.pureit__blog__date span {
    color: var(--pi-white-color);
}
.pureit__blog__top ul li {
    display: inline;
}
.pureit__blog__top ul li a {
    color: #fff;
}
.pureit__blog__top ul li span i {
    display: inline-block;
    margin-right: 8px;
    color: var(--pi-primary-color);
}
.pureit__blog__top ul li a i {
    display: inline-block;
    margin-right: 8px;
    color: var(--pi-primary-color);
}
.single_blog {
    margin: 15px;
}
.pureit-single-blog {
    position: relative;
    transition: all 0.5s ease 0s;
    transform: scale(1);
}
.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 span i {
    display: inline-block;
    margin-right: 7px;
}
.post-categories {
    font-size: 15px;
    display: inline-block !important;
}
.blog-page-title h2 a {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.pureit-blog-readmore a {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
}
.pureit-blog-readmore a i {
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 5px;
}
.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: 22px;
    transition: .6s;
}
.pureit-blog-readmore a:hover{
    color: var(--pi-primary-color);
}
.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;
}
/* Counter area */
.single-counter.style1 {
    display: flex;
}
#counter {
    margin-left: 14px;
}
.counter-icon_img img {
    width: 56px;
}
.count {
    font-size: 35px;
    color: var(--pi-white-color);
}
.suffix {
    font-size: 32px;
    color: var(--pi-white-color);
    margin-left: 0px;
}
#counter h6 {
    color: var(--pi-white-color);
    font-size: 12px;
    margin-top: 5px;
    font-weight: 700;
}
/* Img Carousel */
.pureit_img_carousel .owl-prev {
    background: var(--pi-primary-color);
    display: inline-block;
    color: var(--pi-white-color);
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    bottom: 50%;
    transition: .7s;
}
.pureit_img_carousel .owl-prev:hover{
    background: #fff;
    color: #b99d75;
}
.pureit_img_carousel .owl-next {
    background: var(--pi-primary-color);
    display: inline-block;
    color: var(--pi-white-color);
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    bottom: 50%;
    transition: .6s;
}
.pureit_img_carousel .owl-next:hover{
    background: #fff;
    color: #b99d75;
}
.style__two.pureit_img_carousel .owl-prev {
    left: 30px;
}
.style__two.pureit_img_carousel .owl-next {
    right: 30px;
}
.carousel__thumb {
    height: 608px !important;
    object-fit: cover;
    width: 100%;
}











