.text-content h4 {
    font-size: 40px;
}

/* --------------------------------------
* 24 - Cursor
* ---------------------------------------*/
.pbmit-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity 0.3s, color 0.4s;
    -o-transition: opacity 0.3s, color 0.4s;
    -moz-transition: opacity 0.3s, color 0.4s;
    transition: opacity 0.3s, color 0.4s;
}
.pbmit-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s,
        -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s,
        -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out,
        -o-transform 0.3s ease-in-out;
}
.pbmit-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s,
        -moz-transform 0.3s, -o-transform 0.3s;
}
.pbmit-cursor-text i {
    font-size: 20px;
}
@supports (mix-blend-mode: exclusion) {
    .pbmit-cursor.-exclusion,
    .pbmit-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}
@supports (mix-blend-mode: exclusion) {
    .pbmit-cursor.-exclusion:before,
    .pbmit-cursor.-opaque:before {
        background: white;
    }
}
.pbmit-cursor.-normal,
.pbmit-cursor.-text {
    mix-blend-mode: normal;
}
.pbmit-cursor.-normal:before,
.pbmit-cursor.-text:before {
    background: #000;
}
.pbmit-cursor.-inverse {
    color: white;
}
.pbmit-cursor.-visible:before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}
.pbmit-cursor.-visible.-active:before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.pbmit-cursor.-pointer:before {
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
}
.pbmit-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}
.pbmit-cursor.-text .pbmit-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pbmit-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.pbmit-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.pbmit-cursor.-tooltip .pbmit-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat {
    background-color: #000000;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 1px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: initial;
    margin-bottom: 5px;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat a {
    color: #fff;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-cat {
    background-color: #000000;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 1px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: initial;
    margin-bottom: 5px;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-cat a {
    color: #fff;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text > * {
    color: #000000;
    background-color: #e16cd4;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-title {
    width: auto;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.pbmit-cursor.-opaque:before {
    -webkit-transform: scale(1.32);
    -moz-transform: scale(1.32);
    -ms-transform: scale(1.32);
    -o-transform: scale(1.32);
    transform: scale(1.32);
}
.pbmit-cursor.-opaque.-active:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.pbmit-cursor.-lg:before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.pbmit-cursor.-hidden:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.pbmit-cursor.-color-red:before {
    background: red;
}
.pbmit-cursor.global-color:before {
    background: #afd616;
}
.pbmit-cursor.blackish-color:before {
    background: #000000;
}
.pbmit-cursor.white-color:before {
    background: #ffffff;
}
.pbmit-cursor.white-color .pbmit-cursor-text {
    color: #000;
}
.pbmit-cursor.secondary-color:before {
    background: var(--pbmit-secondary-color);
}
.pbmit-cursor.light-color:before {
    background: var(--pbmit-light-bg-color);
}
.pbmit-cursor.transparent-color:before {
    background: #ffffff;
}
.-color-green {
    color: #e16cd4;
}
.pbmit-cursor.blackish-color:before {
    background: #000000;
}
.pbmit-cursor.white-color:before {
    background: #ffffff;
}
.pbmit-cursor.secondary-color:before {
    background: var(--pbmit-secondary-color);
}
.pbmit-cursor.light-color:before {
    background: var(--pbmit-light-bg-color);
}
.pbmit-cursor.transparent-color:before {
    background: #ffffff;
}
.pbmit-cursor.-team:before {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
}
/*  */
.blog-detials-area.inner-pages li {
    list-style: disc;
    margin-left: 15px;
}
.section-lgx {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*  */
.modern-agency-about1 .image-wrap {
    position: relative;
}
.modern-agency-about1 img {
    width: 100%;
}
.modern-agency-about1 .line-image {
    position: absolute;
    left: -35%;
    bottom: -60px;
    z-index: -1;
}
.modern-agency-about1 .spinner-9-wrapper {
    position: absolute;
    right: 25px;
    bottom: -84px;
}
.modern-agency-marquee {
    overflow: hidden;
}
.modern-agency-marquee.pbmit-element-marquee-effect-style-14
    .pbmit-element-inner {
    padding: 95px 0 128px;
}
.modern-agency-service .pbmit-col-left {
    padding-right: 30px;
    padding-top: 30px;
}
.modern-agency-service .pbmit-col-right {
    padding-left: 90px;
}
.modern-agency-team {
    padding: 100px 0 150px;
}
.modern-agency-testimonial {
    background-image: url(../images/modern-agency/testmonial-bg-full.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modern-agency-testimonial .pbmit-col-left {
    padding: 160px 0;
}
.modern-agency-flipbox .pbmit-column-inner {
    overflow: hidden;
}
.modern-agency-flipbox .pbmit-column-inner:nth-child(2) {
    background-color: #000000;
}
.modern-agency-flipbox .pbmit-heading-subheading {
    margin-bottom: 0;
}
.modern-agency-flipbox .pbmit-column-inner:nth-child(2),
.modern-agency-flipbox .pbmit-column-inner:nth-child(5),
.modern-agency-flipbox .pbmit-column-inner:nth-child(7) {
    border: 1px solid rgba(0, 0, 0, 0.72);
}
.modern-agency-client {
    padding: 150px 0 200px;
}
.modern-agency-client .pbmit-marquee-inner {
    position: relative;
}
.modern-agency-client .fid-style-wrapper {
    position: absolute;
    top: 0;
    z-index: 1;
    top: -135%;
    left: 32%;
}

/** Personal Portfolio 1 **/
.personal-port-1-about1 {
    background-image: url(../images/pattern-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}
.personal-port-1-about1 .pbmit-custom-text {
    padding: 50px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #000000;
}
.personal-port-1-about1 .pbmit-svg-btn {
    transform: rotate(-30deg);
}
.personal-port-1-about1 .pbmit-svg-btn .pbmit-outline-btn {
    width: 150px;
    height: 150px;
    padding: 28px;
}
.personal-port-1-about1
    .pbmit-svg-btn
    .pbmit-outline-btn
    .button-content-wrapper {
    font-size: 14px;
    line-height: 20px;
    width: 85px;
    font-weight: 700;
}
.personal-port-1-about1
    .pbmit-svg-btn
    .pbmit-outline-btn
    .button-content-wrapper:after {
    line-height: 22px;
}
.personal-port-1-service {
    padding-top: 170px;
}
.personal-port-1-service .pbmit-heading-subheading {
    padding-bottom: 80px;
}
.personal-port-1-service .pbmit-service-style-7 .pbmit-service-title {
    font-weight: 700;
}
.personal-port-1-portfolio .pbmit-heading-subheading {
    padding-bottom: 100px;
}
.personal-port-1-timeline .pbmit-heading-subheading {
    padding-bottom: 40px;
}
.personal-port-1-timeline
    .pbmit-element-timeline-style-1
    .pbmit-timeline-wrapper
    .steps-dot
    .dot {
    background-color: transparent;
}
.personal-port-1-timeline
    .pbmit-element-timeline-style-1
    .pbmit-timeline-wrapper
    .steps-dot
    .dot:after {
    background: rgba(0, 0, 0, 0.2);
}
.personal-port-1-timeline
    .pbmit-element-timeline-style-1
    .pbmit-timeline-wrapper
    .steps-dot
    .steps-dot-line::after {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.03),
        rgba(0, 0, 0, 0.03)
    );
}
.personal-port-1-arrow-timeline {
    padding-top: 30px;
}
.personal-port-1-arrow-timeline .swiper-button-prev,
.personal-port-1-arrow-timeline .swiper-button-next {
    position: static;
    border: 1px solid #000000;
}
.personal-port-1-arrow-timeline .swiper-button-prev:hover,
.personal-port-1-arrow-timeline .swiper-button-next:hover {
    background-color: #000000;
}
.personal-port-1-arrow-timeline .swiper-button-prev:hover::after,
.personal-port-1-arrow-timeline .swiper-button-next:hover::after {
    color: #ffffff;
}
.personal-port-1-arrow-timeline .swiper-button-next {
    margin-left: 10px;
}
.personal-port-1-testimonial .pbmit-heading-subheading {
    padding-bottom: 100px;
}
.personal-port-1-testimonial .personal-port-1-testimonial-inner {
    padding-bottom: 50px;
}
.personal-port-1-testimonial .personal-port-1-arrow-testimonial {
    padding-top: 22px;
}
.personal-port-1-testimonial
    .personal-port-1-arrow-testimonial
    .swiper-button-next {
    margin-left: 10px;
}
.personal-port-1-testimonial
    .personal-port-1-arrow-testimonial
    .swiper-button-next,
.personal-port-1-testimonial
    .personal-port-1-arrow-testimonial
    .swiper-button-prev {
    position: initial;
    background-color: transparent;
    border: 1px solid #000000;
}
.personal-port-1-testimonial
    .personal-port-1-arrow-testimonial
    .swiper-button-next:hover,
.personal-port-1-testimonial
    .personal-port-1-arrow-testimonial
    .swiper-button-prev:hover {
    background-color: #000000;
}
.personal-port-1-testimonial
    .personal-port-1-arrow-testimonial
    .swiper-button-next::after,
.personal-port-1-testimonial
    .personal-port-1-arrow-testimonial
    .swiper-button-prev::after {
    color: #000000;
}
.personal-port-1-testimonial
    .personal-port-1-arrow-testimonial
    .swiper-button-next:hover:after,
.personal-port-1-testimonial
    .personal-port-1-arrow-testimonial
    .swiper-button-prev:hover:after {
    color: #ffffff;
}
.personal-port-1-testimonial .pbmit-line {
    position: relative;
    height: 100%;
}
.personal-port-1-testimonial .pbmit-line::before {
    content: "";
    position: absolute;
    width: 106.5%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translate(0, -50%);
}
.personal-port-1-client {
    padding: 0 0 130px;
}
.personal-port-1-client .pbmit-marquee-inner {
    position: relative;
}
.personal-port-1-client .fid-style-wrapper {
    position: absolute;
    top: 0;
    z-index: 1;
    top: -135%;
    left: 32%;
}
.pbmit-flip-box-style-4 {
    margin-bottom: 0 !important;
}
.pbmit-flip-box-style-4 .pbmit-element-title {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: 600 !important;
    color: #000000;
}
.pbmit-flip-box-style-4 .pbmit-heading-desc {
    line-height: 18px;
}
.pbmit-flip-box-style-4 .pbmit-flip-box-heading * {
    transition: all 0.3s ease-in-out;
}
.pbmit-flip-box-style-4 .pbmit-flip-box-heading {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    transform-style: preserve-3d;
    text-align: center;
}
.pbmit-flip-box-style-4 .pbmit-iconbox {
    background-color: transparent;
    padding: 50px 20px;
}
.pbmit-flip-box-style-4 .pbmit-flip-box-contents,
.pbmit-flip-box-style-4 .pbmit-iconbox {
    background-size: cover;
    background-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit;
    transition: -webkit-transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    -webkit-transform: 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    -webkit-transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
}
.pbmit-flip-box-style-4 .pbmit-flip-box-contents {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: #afd616;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.pbmit-flip-box-style-4 .pbmit-flip-box-contents .pbmit-flipbox-inner {
    opacity: 0;
    transition-delay: 0.2s;
}
.pbmit-flip-box-style-4:hover .pbmit-flip-box-contents .pbmit-flipbox-inner {
    opacity: 1;
}
.pbmit-flip-box-style-4 .pbmit-flipbox-inner,
.pbmit-flip-box-style-4 .pbmit-flip-box-image {
    transform: translateY(0) translateZ(40px) scale(0.88);
}
.pbmit-flip-box-style-4:hover .pbmit-iconbox {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.pbmit-flip-box-style-4:hover .pbmit-flip-box-contents {
    transform-style: preserve-3d;
    transform: rotateY(0);
}

/*  */
/** Web Design Solution **/
/* .pbmit-bg-color-blackish {
    background-color: #000000;
} */
.web-design-sol-mask-video {
    padding: 110px 0 150px;
    position: relative;
}
.web-design-sol-mask-video .web-design-sol-mask-video-inner {
    position: relative;
}
.web-design-sol-mask-video .pbmit-spinner-wrap {
    position: absolute;
    top: -4%;
    right: 7%;
    z-index: 1;
}
.web-design-sol-client .pbmit-client-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}
.web-design-sol-about1 {
    position: relative;
    z-index: 1;
}
.web-design-sol-about1 .image-wrap {
    position: relative;
    display: inline-block;
    background-color: #e16cd4;
}
.web-design-sol-about1 .image-wrap img {
    transform: rotate(-6deg) translate(-38px, -20px) scale(1.007);
    transition: all 0.4s ease-in;
}
.web-design-sol-about1 .image-wrap img:hover {
    transform: rotate(0deg) translate(0px, 0px) scale(1);
}
.web-design-sol-about1 .pbmit-heading-subheading {
    margin-bottom: 35px;
}
.web-design-sol-about1 .pbmit-col-right {
    padding: 20px 14px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.web-design-sol-marquee,
.web-design-sol-iconheading,
.web-design-sol-awardbox {
    position: relative;
    z-index: 1;
}
.web-design-sol-marquee {
    padding: 75px 0 50px;
}
.web-design-sol-iconheading .pbmit-svg-btn {
    padding-left: 42px;
}
.web-design-sol-arrow-team {
    padding-top: 25px;
    justify-content: left;
}
.web-design-sol-arrow-team .swiper-button-next {
    margin-left: 10px;
}
.web-design-sol-arrow-team .swiper-button-next,
.web-design-sol-arrow-team .swiper-button-prev {
    position: initial;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
}
.web-design-sol-arrow-team .swiper-button-next:hover,
.web-design-sol-arrow-team .swiper-button-prev:hover {
    background-color: #e16cd4;
}
.web-design-sol-arrow-team .swiper-button-next::after,
.web-design-sol-arrow-team .swiper-button-prev::after {
    color: #ffffff;
}
.web-design-sol-arrow-team .swiper-button-prev::after,
.web-design-sol-arrow-team .swiper-button-next::after {
    font-family: "pbminfotech-base-icons";
    content: "\e8ba";
    font-weight: 400;
}
.web-design-sol-marquee2 {
    padding: 20px 0;
    position: relative;
}
.web-design-sol-testimonial {
    position: relative;
}
.web-design-sol-testimonial .image-wrap {
    background-image: url(../images/web-design-solution/testimonial-left-colf.jpg);
    width: 100%;
    height: 870px;
    background-position: center center;
    background-repeat: no-repeat;
}
.web-design-sol-testimonial .pbmit-col-right {
    padding: 90px 135px 0px 180px;
    background-image: url(../images/web-design-solution/testiminal-bg-map.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.web-design-sol-testimonial .swiper-pagination {
    text-align: left;
    bottom: 0;
}
.web-design-sol-testimonial .swiper-slider[data-dots="true"] {
    padding-bottom: 90px;
}
.web-design-sol-blog .pbmit-col-left {
    padding: 0 60px 0 14px;
}
.web-design-sol-blog .pbmit-blog-style-7 {
    padding: 0 0 45px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.web-design-sol-blog .pbmit-blog-style-7:last-child {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.web-design-sol-fidbox {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    position: relative;
}
.pbmit-spinner-box-style-2 {
    width: 150px;
    position: relative;
    border-radius: 50%;
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-box img,
.pbmit-spinner-box-style-2 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-2 .pbmit-ihbox-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-box text {
    fill: #afd616;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: capitalize;
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg {
    width: 30px;
    height: auto;
    fill: #ffffff;
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.pbmit-text-color-blackish .pbmit-spinner-box-style-2 .pbmit-ihbox-box text {
    fill: #000000;
}
/*----------------------------------------*/
/*  34 - Mask
/*----------------------------------------*/
/* mask video */
/* Style 1 */
.pbmit-mask-video-style-1 .pbmit-heading-desc {
    font-weight: normal;
    color: #ffffff;
    z-index: 1;
    font-size: 30px;
    line-height: 40px;
    padding: 0px 0 0 70px;
}
.pbmit-mask-video-style-1 {
    display: flex;
    height: 100%;
    overflow: hidden;
}
.pbmit-mask-video-style-1 svg {
    opacity: 0;
    position: fixed;
    z-index: -999;
}
.pbmit-mask-video-style-1 video {
    clip-path: url(#pbmit-clip);
    width: 100%;
    position: absolute;
    z-index: 1;
}
.pbmit-mask-video-style-1 svg text {
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 700;
    font-size: 0.12px;
    text-transform: capitalize;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .pbmit-mask-video-style-1 {
        height: 500px;
        display: block;
    }
    .pbmit-mask-video-style-1 .pbmit-heading-desc {
        padding: 0px 0 0 30px;
    }
}
@media (max-width: 991px) {
    .pbmit-mask-video-style-1 .pbmitmove-text1 {
        transform: translate(-40%, 10%);
    }
    .pbmit-mask-video-style-1 .pbmitmove-text2 {
        transform: translate(40%, 10%);
    }
}
@media (max-width: 767px) {
    .pbmit-mask-video-style-1 {
        height: 400px;
    }
    .pbmit-mask-video-style-1 svg text {
        font-size: 0.18px;
    }
}
@media (max-width: 575px) {
    .pbmit-mask-video-style-1 {
        height: 320px;
    }
}

.pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
    font-size: 50px;
    line-height: 60px;
    margin-top: 5px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon {
    margin-bottom: 15px;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
    font-size: 18px;
    line-height: 48px;
    margin-bottom: 0;
    transition: all 0.6s ease-in-out;
    color: #ffffff;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc {
    color: rgba(255, 255, 255, 0.6);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image {
    height: 80px;
    width: 80px;
}
.pbmit-ihbox-style-2:hover .pbmit-element-title {
    transform: translateX(1%);
}
.pbmit-heading-subheading.text-global .pbmit-subtitle {
    color: #e16cd4;
}
.pbmit-heading-subheading.text-global .pbmit-title {
    color: #ffffff;
}
.pbmit-heading-subheading.text-global .pbmit-heading-desc {
    color: rgba(255, 255, 255, 0.6);
}
.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 25px;
}
.pbmit-heading-subheading .pbmit-heading-desc.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
}
.pbmit-title .pbmit-right-arrow {
    display: inline-block;
    position: relative;
    padding-right: 45px;
    color: #e16cd4;
}
.pbmit-title .pbmit-right-arrow:after {
    font-family: "pbminfotech-base-icons";
    content: "\e87d";
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    height: 37px;
    width: 37px;
    background: #afd616;
    color: #000000;
    line-height: 37px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 400;
    transition: all 0.3s ease-in;
}
.pbmit-title .pbmit-right-arrow:hover:after {
    transform: translate(0%, -50%) rotateZ(45deg);
}
.pbmit-btn-md {
    padding: 18px 40px !important;
}
.pbmit-btn {
    display: inline-flex;
    text-decoration: none;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: 0px;
    padding: 15px 40px;
    border-radius: 50%;
    border: none;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    position: relative;
}
.pbmit-btn:hover {
    color: #ffffff;
}
.pbmit-btn .pbmit-header-button2-text {
    transform: translateX(3px);
    transition: all 0.3s ease-out;
    z-index: 1;
}
.pbmit-btn:hover .pbmit-header-button2-text {
    transform: translateX(5px);
}
.pbmit-btn::before {
    position: absolute;
    content: "\e87d";
    font-family: "pbminfotech-base-icons";
    left: 18px;
    right: auto;
    font-size: 20px;
    font-weight: 500;
    z-index: 1;
    transform: translateX(-3px) rotate(0deg);
    transition: all 0.3s ease-out;
}
.pbmit-btn:hover::before {
    transform: rotate(45deg);
}
.pbmit-btn::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
}
.pbmit-btn:hover:after {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border-radius: 30px;
}
.pbmit-global-hover-black-txt::after,
.pbmit-white-white-bg::after,
.pbmit-white-global-bg::after,
.pbmit-global-txt-global-bg::after,
.pbmit-white-txt-global-bg::after {
    background-color: rgba(255, 255, 255, 0.2);
}
.pbmit-black-global-txt:hover .pbmit-header-button2-text,
.pbmit-black-global-txt:hover::before,
.pbmit-white-black-txt::before,
.pbmit-white-black-txt,
.pbmit-global-hover-black-txt .pbmit-header-button2-text,
.pbmit-global-hover-black-txt::before,
.pbmit-global-txt-global-bg .pbmit-header-button2-text,
.pbmit-global-txt-global-bg::before {
    color: #e16cd4;
}
.pbmit-global-txt-global-bg:hover .pbmit-header-button2-text {
    color: #000000;
}
.pbmit-white-black-txt:hover:after,
.pbmit-white-global-bg:hover::after,
.pbmit-global-global-bg:hover::after,
.pbmit-global-txt-global-bg:hover::after,
.pbmit-white-txt-global-bg:hover::after {
    background-color: #e16cd4;
    color: #000000;
}

/*  */
/* dot masking */
.pbmit-dot-mask {
    position: relative; /* Make sure the masking elements are positioned relative to this container */
    overflow: hidden; /* Hide anything outside the section */
    width: 100%; /* Make sure the section spans the full width */
}

.pbmit-dot-masking {
    width: 10px;
    height: 10px;
    margin: 0;
    z-index: 1;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 0 5000px #000000;
    border: 0 solid #000000;
    pointer-events: none; /* Prevent the dot from interfering with other interactions */
}

.pbmit-dot-masking.active {
    z-index: 0;
}

.pbmit-dot-masking2 {
    width: 100px;
    height: 100px;
    margin: 0;
    z-index: -1;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #000000;
    text-align: center;
}

.pbmit-dot-masking2.active {
    top: inherit;
    bottom: 0;
}

/** Style 4 **/
.pbmit-service-style-4 {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.pbmit-service-style-4 .pbmit-service-icon-wrapper {
    display: none;
    font-size: 60px;
    line-height: 60px;
    color: #000000;
}
.pbmit-service-style-4 .pbmit-service-icon-wrapper img {
    width: 60px;
    height: 60px;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li::before {
    transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul {
    padding-left: 15px;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li {
    list-style: none;
    position: relative;
    color: #000000;
    font-weight: 500;
    transition: 0.2s;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li:hover {
    font-weight: 600;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li::before {
    position: absolute;
    content: "";
    left: 0;
    border: 1px solid #000000;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 8px;
    left: -15px;
}
.pbmit-service-style-4 .pbmit-portfolio-description ul li:hover:before {
    background-color: #000000;
    border: none;
}
.pbmit-service-style-4 .pbmit-service-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.pbmit-service-style-4 .pbmit-service-image-wrapper {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
}
.pbmit-service-style-4 .pbmit-service-image-wrapper h3 {
    font-size: 150px;
    line-height: 150px;
    text-transform: uppercase;
    font-weight: 800;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pbmit-service-style-4 .pbminfotech-post-item {
    padding: 0 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
    .pbmit-service-style-4 .pbminfotech-post-item {
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
    .pbmit-service-style-4 .pbminfotech-post-item {
        border: 0;
        padding: 0;
    }
}

/*  */
/** Marketing Solution **/
.marketing-sol-welcome {
    background-color: #000000;
    position: relative;
    z-index: 0;
}
.marketing-sol-welcome-inner {
    padding: 270px 0px 200px 0px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/digital-marketing/bg-banner-pattern.png);
    background-color: rgba(0, 0, 0, 0.72);
    background-position: top left;
    background-repeat: repeat;
}
.marketing-sol-welcome .digital-marketing-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    z-index: -1;
    width: 100%;
    height: 100%;
}
.marketing-sol-welcome .digital-marketing-bg-video iframe {
    width: 115%;
    height: 115%;
    margin: -35px -80px 0;
}
.marketing-sol-welcome h1.big-title {
    position: relative;
    font-size: 278px;
    line-height: 360px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.5s ease-in;
}
.marketing-sol-welcome .pbmit-special-heading {
    overflow: hidden;
    margin-bottom: 45px;
    display: inline-block;
}
.marketing-sol-welcome .pbmit-special-heading.active h1.big-title {
    opacity: 1;
}
.marketing-sol-welcome h1.big-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 1%;
    height: 3px;
    bottom: 0;
    background: #ffffff;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.marketing-sol-welcome .pbmit-special-heading.active h1.big-title:before {
    width: 100%;
}
.marketing-sol-welcome .pbmit-ihbox-style-4 {
    padding: 70px 0px 0px 115px;
}
.marketing-sol-welcome .pbmit-social-links-wrap {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
}
.marketing-sol-welcome .pbmit-social-links-wrap li {
    margin-bottom: 15px;
    display: block;
}
.marketing-sol-welcome .pbmit-social-links-wrap li:last-child {
    margin-bottom: 0;
}
.marketing-sol-welcome .pbmit-social-links-wrap li a {
    color: #ffffff;
}
.marketing-sol-welcome .pbmit-social-links-wrap li a:hover {
    color: #525252;
}
.marketing-sol-gallery {
    position: relative;
}
.marketing-sol-about1 .pbmit-heading-subheading {
    position: relative;
    margin-right: -180px;
    margin-top: 50px;
    z-index: 1;
}
.marketing-sol-about1 .pbmit-heading-subheading .pbmit-title {
    font-style: italic;
}
.marketing-sol-about1 .pbmit-title .pbmit-right-arrow {
    display: inline-block;
    position: relative;
    padding-right: 45px;
    color: #525252;
}
.marketing-sol-about1 .pbmit-title .pbmit-right-arrow:after {
    font-family: "pbminfotech-base-icons";
    content: "\e87d";
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    height: 37px;
    width: 37px;
    font-style: initial;
    background: #525252;
    color: #000000;
    line-height: 37px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 400;
    transition: all 0.3s ease-in;
}
.marketing-sol-about1 .pbmit-title:hover .pbmit-right-arrow:after {
    transform: translate(0%, -50%) rotateZ(45deg);
}
.marketing-sol-about1 .pbmit-col-main {
    padding-left: 14px;
}
.marketing-sol-about1 .pbmit-col-right {
    padding-left: 28px;
    margin: auto;
}
.marketing-sol-split-slide {
    background-image: url(../images/project-half-round-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.marketing-sol-service {
    padding: 100px 200px;
}
.marketing-sol-flipbox {
    background-image: url(../images/flipbox-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.marketing-sol-flipbox-inner {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 200px 0;
}
.marketing-sol-flipbox .pbmit-heading-subheading {
    padding-right: 20px;
}
.marketing-sol-pricingtable {
    background-image: url(../images/pricing-tab-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.marketing-sol-testimonial {
    background-image: url(../images/about2-testi-map.png);
    background-position: 330px 200px;
    background-repeat: no-repeat;
    padding: 50px 0 100px;
}
.marketing-sol-testimonial .swiper-pagination-bullets {
    text-align: center;
}
.marketing-sol-testimonial .swiper-slider[data-dots="true"] {
    padding-bottom: 75px;
}
/** Style 3 **/
.pbmit-service-style-3 {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.pbmit-service-style-3 .pbmit-service-wrapper .pbmit-box-content-inner i,
.pbmit-service-style-3 .pbmit-service-icon-wrapper img,
.pbmit-service-style-3,
.pbmit-service-style-3 .pbmit-service-icon-wrapper i,
.pbmit-service-style-3 .pbmit-service-wrapper,
.pbmit-service-style-3 .pbmit-featured-wrapper {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.pbmit-service-style-3 .pbmit-featured-wrapper {
    opacity: 0;
    visibility: hidden;
}
.pbmit-service-style-3.pbmit-service-hover-active .pbmit-featured-wrapper,
.pbmit-service-style-3:hover .pbmit-featured-wrapper {
    opacity: 1;
    visibility: visible;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper img,
.pbmit-service-style-3 .pbmit-service-icon-wrapper i {
    font-size: 130px;
    line-height: 130px;
    margin-top: 90px;
    display: inline-block;
    color: #525252;
}
.pbmit-service-style-3:hover .pbmit-service-icon-wrapper img {
    transform: unset;
}
.pbmit-service-style-3:hover .pbmit-service-icon-wrapper img,
.pbmit-service-style-3.pbmit-service-hover-active
    .pbmit-service-icon-wrapper
    img,
.pbmit-service-style-3.pbmit-service-hover-active .pbmit-service-icon-wrapper i,
.pbmit-service-style-3:hover .pbmit-service-icon-wrapper i {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.pbmit-service-style-3 .pbmit-service-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}
.pbmit-service-style-3 .pbmit-service-title a {
    transition: all 0.6s ease-in;
}
.pbmit-service-style-3:hover .pbmit-service-title a {
    transition: all 0.2s ease-in-out;
}
.pbmit-service-style-3 .pbmit-featured-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000000;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.pbmit-service-style-3 .pbmit-featured-wrapper::after {
    background-color: rgba(175, 214, 22, 0.8);
}
.pbmit-service-style-3 .pbmit-box-content-inner {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(-100px);
    transition-duration: 0.6s;
}
.pbmit-service-style-3 .pbmit-content-inner {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}
.pbmit-service-style-3.pbmit-service-hover-active .pbmit-content-inner,
.pbmit-service-style-3:hover .pbmit-content-inner {
    opacity: 1;
    visibility: visible;
}
.pbmit-service-style-3.pbmit-service-hover-active .pbmit-box-content-inner,
.pbmit-service-style-3:hover .pbmit-box-content-inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.pbmit-service-style-3 .pbmit-service-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.pbmit-service-style-3 .pbmit-service-content p {
    color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pbmit-service-style-3 .pbmit-portfolio-description ul li {
    color: #000000;
}
.pbmit-service-style-3 .pbmit-portfolio-description ul {
    padding-left: 10px;
}
.pbmit-service-style-3 .pbmit-portfolio-description ul li {
    list-style: none;
    font-weight: 500;
}
.pbmit-service-style-3 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 55px;
}
.pbmit-service-style-3 .pbmit-service-btn {
    padding-top: 22px;
}
.pbmit-service-style-3 .pbmit-service-btn a {
    border: 1px solid#000000;
    border-radius: 20px;
    padding: 15px 25px;
}
.pbmit-service-style-3 .pbmit-service-wrapper .pbmit-box-content-inner img {
    height: 90px;
    width: 90px;
}
.pbmit-service-style-3 .pbmit-service-wrapper .pbmit-box-content-inner img,
.pbmit-service-style-3 .pbmit-service-wrapper .pbmit-box-content-inner i {
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 20px;
    opacity: 0;
    color: #000000;
    display: inline-block;
}
.pbmit-service-style-3:hover
    .pbmit-service-wrapper
    .pbmit-box-content-inner
    img,
.pbmit-service-style-3:hover .pbmit-box-content-inner i {
    opacity: 1;
}
@media (max-width: 1700px) and (min-width: 1550px) {
    .pbmit-service-style-3 .pbmit-service-icon-wrapper img,
    .pbmit-service-style-3 .pbmit-service-icon-wrapper i {
        font-size: 70px;
        line-height: 70px;
    }
    .pbmit-service-style-3 .pbminfotech-post-item {
        margin: 0 25px;
    }
    .pbmit-service-style-3 .pbmit-portfolio-description ul {
        padding: 0;
        margin-bottom: 10px;
    }
    .pbmit-service-style-3 .pbmit-box-content-inner {
        transform: translateY(-80px);
    }
    .pbmit-service-style-3 .pbmit-content-inner {
        margin-top: 20px;
    }
    .pbmit-service-style-3 .pbmit-service-wrapper .pbmit-box-content-inner i {
        font-size: 50px;
        line-height: 60px;
    }
    .pbmit-service-style-3 .pbmit-service-title {
        font-size: 28px;
        line-height: 35px;
    }
}
@media (max-width: 1550px) and (min-width: 1366px) {
    .pbmit-service-style-3 .pbmit-service-icon-wrapper img,
    .pbmit-service-style-3 .pbmit-service-icon-wrapper i {
        font-size: 70px;
        line-height: 70px;
    }
    .pbmit-service-style-3 .pbminfotech-post-item {
        margin: 0 25px;
    }
    .pbmit-service-style-3 .pbmit-portfolio-description ul {
        padding: 0;
        margin-bottom: 10px;
    }
    .pbmit-service-style-3 .pbmit-box-content-inner {
        transform: translateY(-80px);
    }
    .pbmit-service-style-3 .pbmit-content-inner {
        margin-top: 10px;
    }
    .pbmit-service-style-3 .pbmit-service-wrapper .pbmit-box-content-inner i {
        font-size: 40px;
        line-height: 50px;
    }
    .pbmit-service-style-3 .pbmit-service-title {
        font-size: 25px;
        line-height: 35px;
    }
}
@media (max-width: 1366px) {
    .pbmit-service-style-3 .pbminfotech-post-item {
        margin: 0;
    }
}
@media (max-width: 1200px) {
    .pbmit-service-style-3 .pbmit-service-title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 991px) {
    .pbmit-service-style-3 .pbmit-service-wrapper {
        padding-top: 0px;
    }
}
@media (max-width: 900px) and (min-width: 768px) {
    .pbmit-service-style-3 .pbmit-service-wrapper {
        -khtml-transform: translateX(0%) translateY(-45%);
        -moz-transform: translateX(0%) translateY(-45%);
        -ms-transform: translateX(0%) translateY(-45%);
        -o-transform: translateX(0%) translateY(-45%);
        transform: translateX(0%) translateY(-45%);
    }
    .pbmit-service-style-3 .pbmit-service-btn {
        display: none;
    }
    .pbmit-service-style-3 .pbmit-service-title {
        font-size: 20px;
        line-height: 30px;
    }
    .pbmit-service-style-3 .pbmit-service-icon-wrapper img,
    .pbmit-service-style-3 .pbmit-service-icon-wrapper i {
        font-size: 70px;
        line-height: 80px;
    }
    .pbmit-service-style-3 .pbmit-service-wrapper .pbmit-box-content-inner img,
    .pbmit-service-style-3 .pbmit-service-wrapper .pbmit-box-content-inner i {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .pbmit-service-style-3.pbmit-service-hover-active .pbmit-box-content-inner,
    .pbmit-service-style-3:hover .pbmit-box-content-inner {
        opacity: 1;
    }
}

/*  */
/** Style 17 **/
.pbmit-miconheading-style-17 .pbmit-icon-type-icon,
.pbmit-miconheading-style-17 .pbmit-ihbox-icon-type-text {
    transition: all 0.9s ease-in;
}
.pbmit-miconheading-style-17 .pbmit-element-title,
.pbmit-miconheading-style-17 .pbmit-heading-desc,
.pbmit-miconheading-style-17:before {
    transition: all 0.4s ease-in;
}
.pbmit-element-miconheading-style-17 .pbmit-element-posts-wrapper {
    justify-content: center;
}
.pbmit-ihbox-style-17 .pbmit-icon-type-icon,
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-text {
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}
.pbmit-miconheading-style-17 {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    height: 350px;
    width: 350px !important;
    padding: 70px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.pbmit-element-miconheading-style-17 .pbmit-heading-subheading {
    padding-bottom: 60px;
}
.pbmit-miconheading-style-17.pbmit-active {
    z-index: 1;
}
.pbmit-miconheading-style-17:before {
    position: absolute;
    content: "";
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
}
.pbmit-miconheading-style-17.pbmit-active:before {
    transform: scale(1);
}
.pbmit-miconheading-style-17 {
    margin: 0 -30px 0 -30px;
}
.pbmit-ihbox-style-17 .pbmit-element-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}
.pbmit-ihbox-style-17:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-17:hover .pbmit-ihbox-icon-type-text,
.pbmit-miconheading-style-17.pbmit-active .pbmit-icon-type-icon,
.pbmit-miconheading-style-17.pbmit-active .pbmit-ihbox-icon-type-text {
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    color: #e16cd4;
}
.pbmit-ihbox-style-17:hover .pbmit-element-title,
.pbmit-miconheading-style-17.pbmit-active .pbmit-element-title,
.pbmit-miconheading-style-17.pbmit-active .pbmit-heading-desc {
    color: #ffffff;
}
.pbmit-miconheading-style-17 .pbmit-heading-desc {
    line-height: 24px;
}
.pbmit-ihbox-style-17 .pbmit-element-subtitle {
    font-size: 13px;
    line-height: 13px;
    text-transform: capitalize;
    font-weight: 300;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .pbmit-miconheading-style-17 {
        height: 300px;
        width: 300px !important;
        padding: 50px !important;
    }
    .pbmit-miconheading-style-17 {
        margin: 0 -20px 0 -20px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .pbmit-miconheading-style-17 {
        height: 270px;
        width: 270px !important;
        padding: 30px !important;
    }
    .pbmit-miconheading-style-17 {
        margin: 0 -10px 0 -10px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .pbmit-miconheading-style-17 {
        height: 240px;
        width: 240px !important;
        padding: 30px !important;
    }
    .pbmit-miconheading-style-17 {
        margin: 0 -10px 0 -10px;
    }
    .pbmit-ihbox-style-17 .pbmit-icon-type-icon,
    .pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-text {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 5px;
    }
    .pbmit-ihbox-style-17 .pbmit-element-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .pbmit-miconheading-style-17 {
        height: 300px;
        width: 300px !important;
        padding: 30px !important;
    }
    .pbmit-miconheading-style-17 {
        margin: 0;
    }
}
@media (max-width: 642px) {
    .pbmit-miconheading-style-17 {
        margin-top: 30px !important;
    }
}

/*  */
/** Style 3 **/
section.horizontal-project-portfolio.overflow-hidden {
    background: #000000;
}
.pbmit-element-portfolio-style-3 .pbmit-element-posts-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: flex;
    flex-wrap: inherit;
    align-items: center !important;
}
.pbmit-element-portfolio-style-3 .pbminfotech-post-content {
    position: relative;
    width: 100vw;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.pbmit-element-portfolio-style-3 .pbminfotech_portfolio-featured-wrapper {
    width: 100%;
    height: 73vh;
    min-width: auto;
    margin-left: 0em;
    background-position: 50% 30%;
    background-size: cover;
}
.pbmit-element-portfolio-style-3 .portfolio-featured-img {
    position: relative;
    margin-left: 9em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    display: inline-block;
}
.pbmit-element-portfolio-style-3 .pbminfotech-box-content {
    width: 100vw;
    height: 100vh;
    padding: 8vw 0vw 8vw 25vw;
}
.pbmit-element-portfolio-style-3 .pbminfotech-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pbmit-element-portfolio-style-3 .pbminfotech-titlebox {
    position: absolute;
    z-index: 2;
    min-width: 50vw;
    margin-right: 0em;
    margin-left: -10vw;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-content {
    position: relative;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-content:after {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    width: 130px;
    height: 1px;
    background-color: #ffffff;
    top: 150px;
}
.pbmit-element-portfolio-style-3 .project-number-slider {
    position: absolute;
    z-index: 10;
    top: 27%;
    left: calc(16% - 16px);
}
.pbmit-element-portfolio-style-3 .project-number-slider {
    font-size: 36px;
    color: #e16cd4;
}
.pbmit-element-portfolio-style-3 .project-number-slider .current-number {
    margin-right: 5px;
    position: relative;
}
.pbmit-element-portfolio-style-3 .project-number-slider span:last-child {
    font-size: 18px;
    color: #ffffff;
    margin-left: 50px;
    margin-top: -10px;
    display: inherit;
}
.pbmit-element-portfolio-style-3 .project-number-slider .current-number:after {
    position: absolute;
    content: "";
    left: 20px;
    right: auto;
    height: 30px;
    width: 1px;
    background-color: rgba(225, 225, 225, 0.5);
    transform: rotate(45deg);
    top: 30px;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-title a {
    color: #ffffff;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-title a:hover {
    color: #e16cd4;
}
.pbmit-element-portfolio-style-3 .pbmit-port-cat a {
    font-size: 18px;
    line-height: 18px;
    color: #e16cd4;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-title {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 15px;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-content p {
    color: rgba(225, 225, 225, 0.7);
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-content {
    width: 430px;
}
.pbmit-element-portfolio-style-3 a.pbmit-button {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 29%;
    font-size: 18px;
    line-height: 18px;
    padding: 45px 20px 40px 20px;
    background: #afd616;
    color: #000000;
}
@media (max-width: 1200px) {
    .pbmit-element-portfolio-style-3 .project-number-slider {
        position: absolute;
        z-index: 10;
        top: 15%;
        left: calc(3% - 0px);
    }
}
@media (min-width: 992px) {
    .pbmit-element-portfolio-style-3 .pbmit-responsive-image {
        display: none;
    }
    .web-development-service .pbmit-col-left {
        padding-right: 130px;
    }
}
@media (max-width: 992px) {
    .pbmit-element-portfolio-style-3 .pbminfotech_portfolio-featured-wrapper,
    .pbmit-element-portfolio-style-3 .project-number-slider {
        display: none;
    }
    .pbmit-element-portfolio-style-3 .portfolio-featured-img,
    .pbmit-element-portfolio-style-3 .pbminfotech-box-wrap,
    .pbmit-element-portfolio-style-3 .pbmit-responsive-image {
        display: block;
    }
    .pbmit-element-portfolio-style-3 .pbmit-element-posts-wrapper {
        height: 100%;
        display: block;
        transform: none !important;
    }
    .pbmit-element-portfolio-style-3 .pbminfotech-box-content,
    .pbmit-element-portfolio-style-3 .pbmit-portfolio-content,
    .pbmit-element-portfolio-style-3 .pbminfotech_portfolio-featured-wrapper,
    .pbmit-element-portfolio-style-3 .pbminfotech-post-content {
        width: 100%;
        height: 100%;
    }
    .pbmit-element-portfolio-style-3 .pbminfotech-titlebox {
        position: relative;
        margin: 0;
        padding: 30px 30px 100px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: none;
    }
    .pbmit-element-portfolio-style-3 .pbminfotech-box-content,
    .pbmit-element-portfolio-style-3 .portfolio-featured-img {
        padding: 0;
    }
    .pbmit-element-portfolio-style-3 .portfolio-featured-img {
        margin: 0;
    }
    .pbmit-element-portfolio-style-3 {
        padding: 80px 30px;
    }
    .pbmit-element-portfolio-style-3 .portfolio-featured-img img {
        width: 100%;
    }
    .pbmit-element-portfolio-style-3 .pbmit-portfolio-title {
        font-size: 60px;
        line-height: 70px;
    }
    .pbmit-element-portfolio-style-3 .pbmit-portfolio-content:after {
        width: 100px;
        top: 80px;
    }
  
    .pbmit-element-portfolio-style-3 .pbminfotech-post-content {
        margin-bottom: 50px;
        transform: unset !important;
    }
    .pbmit-element-portfolio-style-3 .pbminfotech-post-content:last-child {
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .pbmit-element-portfolio-style-3 {
        padding: 60px 30px;
    }
}
@media (max-width: 575px) {
    .pbmit-element-portfolio-style-3 .pbmit-portfolio-title {
        font-size: 30px;
        line-height: 40px;
    }
    .pbmit-element-portfolio-style-3 .pbmit-portfolio-content:after {
        width: 40px;
        top: 145px;
    }
    .pbmit-element-portfolio-style-3 a.pbmit-button {
        top: 210px;
        width: 80px;
        height: 80px;
        left: 30%;
        padding-top: 25px;
        line-height: 16px;
    }
}

/*  */
/* --------------------------------------
* 23 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style1,
.pbmit-animation-style2,
.pbmit-animation-style3,
.pbmit-animation-style4,
.pbmit-animation-style5,
.pbmit-animation-style6 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.about-us-about .second-image {
    position: absolute;
    bottom: 108px;
    left: -92px;
}
.about-us-about .image-wrap {
    position: relative;
    padding-right: 30px;
}
.pbmit-animation-style1 img,
.pbmit-animation-style2 img,
.pbmit-animation-style3 img,
.pbmit-animation-style4 img,
.pbmit-animation-style5 img,
.pbmit-animation-style6 img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.pbmit-animation-style1.active,
.pbmit-animation-style2.active,
.pbmit-animation-style3.active,
.pbmit-animation-style4.active,
.pbmit-animation-style5.active,
.pbmit-animation-style6.active {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.pbmit-animation-style1.active img,
.pbmit-animation-style2.active img,
.pbmit-animation-style3.active img,
.pbmit-animation-style4.active img,
.pbmit-animation-style5.active img,
.pbmit-animation-style6.active img {
    transform: scale(1) translate(0px, 0px);
}
.pbmit-animation-style1 {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.pbmit-animation-style1 img {
    transform: scale(1.5) translate(-100px, 0px);
}
.pbmit-animation-style2 {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.pbmit-animation-style2 img {
    transform: scale(1.5) translate(100px, 0px);
}
.pbmit-animation-style3 {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
}
.pbmit-animation-style3 img {
    transform: scale(1.5) translate(0, 100px);
}
.pbmit-animation-style4 {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.pbmit-animation-style4 img {
    transform: scale(1.5) translate(0, -100px);
}
.pbmit-animation-style5 {
    clip-path: inset(0 15%);
    transform: translate3d(0, 150px, 0);
}
.pbmit-animation-style5.active {
    clip-path: inset(0 0);
    transform: translate3d(0, 0, 0);
}
.pbmit-animation-style5 img {
    transform: scale(1.5) translate(0, -10%);
}
.pbmit-animation-style6 {
    clip-path: circle(15% at 50% 50%);
}
.pbmit-animation-style6.active {
    clip-path: circle(100% at 50% 50%);
}
.pbmit-animation-style6 img {
    transform: scale(1.5) translate(0, 0);
}

/*  */
/* --------------- header st7 --------------- */

.tc-header-st7 .mark-sliders {
    position: relative;
}
section.tc-header-st7 {
    padding-bottom: 160px;
}
.tc-header-st7 .mark-sliders .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
    pointer-events: none;
}
.tc-header-st7 .mark-sliders .swiper-wrapper .swiper-slide {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}
.tc-header-st7 .mark-sliders .slider {
    position: relative;
    background-color: #151515;
    width: 140%;
    left: -30%;
}
h6.item.fsz-24 {
    color: #fff;
}
.tc-header-st7 .mark-sliders .slider:first-of-type {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    z-index: 10;
}
.tc-header-st7 .mark-sliders .slider:last-of-type {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}
.tc-header-st7 .mark-sliders .slider .item {
    position: relative;
    padding: 30px 0;
}
.tc-header-st7 .mark-sliders .slider .item::after {
    position: absolute;
    content: "";
    left: -100px;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
}

/*  */
.tc-features-st7 {
    position: relative;
}
.tc-features-st7 .content {
    position: relative;
}
.tc-features-st7 .content .year {
    position: absolute;
    right: 0;
    top: 125px;
}
.tc-features-st7 .feature-card {
    position: relative;
    padding: 30px 20px;
}
.tc-features-st7 .feature-card.one-shap {
    left: 15px;
}
.tc-features-st7 .feature-card.one-shap .shap1 {
    display: none;
}
.tc-features-st7 .feature-card .icon {
    height: 85px;
    margin-bottom: 40px;
}
.tc-features-st7 .feature-card .info {
    padding-top: 20px;
}
.tc-features-st7 .feature-card .info h6 {
    font-size: 20px;
}
.tc-features-st7 .feature-card .shap1 {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    -webkit-transform: translateX(-52%);
    transform: translateX(-52%);
}
.tc-features-st7 .feature-card .shap2 {
    position: absolute;
    right: 0;
    top: 15px;
    width: 100%;
    -webkit-transform: translateX(52%);
    transform: translateX(52%);
}
.tc-features-st7 img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .tc-features-st7 {
        overflow: hidden;
    }
    .tc-features-st7 .feature-card {
        margin-bottom: 80px;
    }
    .tc-features-st7 .feature-card.one-shap {
        left: 0;
    }
    .tc-features-st7 .feature-card.one-shap .shap1 {
        display: block;
    }
}

/*  */
/*----------------------------------------*/
/*  16 - Static-box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-static-box-style-1 {
    border-right: 1px solid #ffffff;
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1
    .pbmit-contentbox
    .pbmit-ihbox-btn
    a {
    transition: all 0.6s ease-in-out;
}
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}
.pbmit-element-static-box-style-1 .pbmit-static-box-style-1 {
    width: 25%;
    position: relative;
    z-index: 1;
    transition: 0.7s;
}
.pbmit-element-static-box-style-1 .pbmit-static-box-style-1 {
    padding: 0 !important;
}
.pbmit-element-static-box-style-1 .pbmit-static-box-style-1.pbmit-active {
    margin-right: 25% !important;
    transition: 0.9s;
}
.pbmit-element-static-box-style-1 .pbmit-static-box-style-1 .pbmit-bg-imgbox {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    transition: 0.7s;
    height: 100%;
    width: auto;
}
.pbmit-element-static-box-style-1 .pbmit-static-box-style-1 .pbmit-contentbox {
    position: relative;
    padding: 165px 70px 100px;
    width: auto;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1.pbmit-active
    .pbmit-contentbox {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbmit-img-text:after {
    opacity: 0;
    visibility: hidden;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-img-text:before {
    opacity: 0;
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1
    .pbmit-bg-imgbox
    .pbmit-text
    .pbminfotech-box-title
    h4,
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1
    .pbmit-contentbox
    .pbmit-ihbox-btn
    a,
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1.pbmit-active
    .pbmit-contentbox
    .pbmit-ihbox-btn
    a,
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1.pbmit-active
    .pbmit-contentbox
    .pbminfotech-box-title
    h4,
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1.pbmit-active
    .pbmit-contentbox
    .pbmit-icon-wrapper {
    color: #ffffff;
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1.pbmit-active
    .pbmit-contentbox
    .pbmit-icon-wrapper {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    opacity: 1;
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1
    .pbmit-contentbox
    .pbmit-static-btn {
    margin-top: 45px;
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1
    .pbmit-contentbox
    .pbmit-static-btn
    a {
    font-size: 15px;
    padding: 13px 30px;
    background-color: #e16cd4;
    border-radius: 50px;
    text-transform: uppercase;
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1
    .pbmit-contentbox
    .pbmit-static-btn:hover
    a {
    background-color: #ffffff;
    color: #000000;
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1
    .pbmit-contentbox
    .pbminfotech-static-box-desc {
    margin: 25px 0 20px;
    color: rgba(255, 255, 255, 0.7);
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1
    .pbmit-contentbox
    .pbmit-ihbox-btn:hover
    a {
    color: #e16cd4;
}
.pbmit-element-static-box-style-1
    .pbmit-static-box-style-1
    .pbmit-contentbox
    .pbmit-ihbox-btn
    svg
    line {
    stroke-width: 2px;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbmit-text,
.pbmit-static-box-style-1 .pbmit-img {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-text {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.pbmit-static-box-style-1
    .pbmit-bg-imgbox
    .pbmit-text
    .pbminfotech-static-box-number {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 190px;
    line-height: 180px;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.4);
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-text .pbminfotech-box-title {
    font-size: 22px;
    line-height: 32px;
}
.pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-box-title h4,
.pbmit-static-box-style-1
    .pbmit-bg-imgbox
    .pbmit-text
    .pbminfotech-box-title
    h4 {
    font-size: 20px;
    line-height: 34px;
    color: #e16cd4;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    left: 0;
    right: auto;
    opacity: 0.3;
    z-index: -1;
    transition: all 0.7s;
    bottom: 0;
    visibility: visible;
}
.pbmit-static-box-style-1 .pbmit-contentbox:before {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    counter-increment: pbmitbox2;
    content: counter(pbmitbox2, decimal-leading-zero);
    position: absolute;
    font-size: 190px;
    line-height: 190px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(var(--pbmit-global-color-rgb), 0.5);
    top: 143px;
    right: -45px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pbmit-static-box-style-1.pbmit-active .pbmit-svg-btn a svg {
    margin-left: 10px;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-btn::before {
    transform: translateX(0px) rotate(45deg);
    color: #000000;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-btn:hover::before {
    transform: translateX(-3px) rotate(0deg);
    color: #e16cd4;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-btn .pbmit-header-button2-text {
    transform: translateX(5px);
    color: #000000;
}
.pbmit-static-box-style-1.pbmit-active
    .pbmit-btn:hover
    .pbmit-header-button2-text {
    transform: translateX(3px);
    color: #e16cd4;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-btn::after {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 30px;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-btn:hover::after {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
@media (min-width: 1366px) and (max-width: 1650px) {
    .pbmit-static-box-style-1
        .pbmit-bg-imgbox
        .pbmit-text
        .pbminfotech-static-box-number,
    .pbmit-static-box-style-1 .pbmit-contentbox:before {
        font-size: 140px;
        line-height: 140px;
    }
}
@media (min-width: 1366px) and (max-width: 1459px) {
    .pbmit-static-box-style-1.pbmit-active .pbmit-contentbox {
        padding: 175px 70px 110px;
    }
}
@media (max-width: 1366px) {
    .pbmit-element-static-box-style-1 .pbmit-static-box-style-1 {
        width: 50%;
        margin-right: 50%;
        margin-bottom: 30px;
        padding: 0 !important;
    }
    .pbmit-element-static-box-style-1 .pbmit-static-box-style-1:last-child {
        margin-bottom: 0;
    }
    .pbmit-element-static-box-style-1
        .pbmit-static-box-style-1
        .pbmit-contentbox {
        opacity: 1;
        visibility: visible;
    }
    .pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row {
        margin: 0;
        padding: 0 20px;
    }
    .pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-text {
        display: none;
    }
}
@media (max-width: 767px) {
    .pbmit-element-static-box-style-1 .pbmit-static-box-style-1 {
        width: 100%;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        flex-direction: column;
    }
    .pbmit-static-box-style-1 .pbmit-contentbox:before {
        font-size: 100px;
        line-height: 110px;
        right: 0;
    }
    .pbmit-element-static-box-style-1
        .pbmit-static-box-style-1
        .pbmit-bg-imgbox {
        position: unset;
        display: none;
    }
    .pbmit-element-static-box-style-1
        .pbmit-static-box-style-1
        .pbmit-contentbox {
        transform: translateX(0%);
    }
    .pbmit-static-box-style-1 .pbmit-img {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .pbmit-static-box-style-1 .pbmit-img img {
        width: 100%;
    }
    .pbmit-element-static-box-style-1
        .pbmit-static-box-style-1
        .pbmit-contentbox {
        padding: 90px 70px 60px;
        height: auto;
    }
    .pbmit-static-box-style-1 .pbmit-contentbox:before {
        top: 100px;
    }
}
@media (max-width: 575px) {
    .pbmit-element-static-box-style-1
        .pbmit-static-box-style-1
        .pbmit-contentbox {
        padding: 60px 40px 40px;
        margin-top: -1px;
    }
    .pbmit-static-box-style-1 .pbmit-contentbox:before {
        top: 70px;
    }
}

/*  */
/** Style 5 **/
.pbmit-outline-btn::after {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.pbmit-outline-btn:hover::after {
    background-color: transparent;
}
.pbmit-outline-btn::before,
.pbmit-outline-btn .pbmit-header-button2-text {
    color: #e16cd4;
}
.pbmit-outline-btn:hover::before,
.pbmit-outline-btn:hover .pbmit-header-button2-text {
    color: #ffffff;
}
.pbmit-outline-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 210px;
    height: 210px;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    padding: 45px;
}
.pbmit-outline-btn span.pbmit-button-hover {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: 0;
    top: 0;
    background-color: #e16cd4;
    z-index: -1;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.pbmit-outline-btn .button-content-wrapper::after {
    display: none;
}
.pbmit-outline-btn:hover span.pbmit-button-hover {
    width: 350px;
    height: 350px;
}
.pbmit-outline-btn:before {
    content: unset;
}
.pbmit-outline-btn:hover .button-content-wrapper,
.pbmit-outline-btn .button-content-wrapper {
    transform: unset;
}
.pbmit-outline-btn .button-content-wrapper {
    position: relative;
    width: 130px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.pbmit-outline-btn .button-content-wrapper:after {
    position: absolute;
    content: "\e87d";
    font-family: "pbminfotech-base-icons";
    left: auto;
    right: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}
.pbmit-outline-btn:hover .button-content-wrapper:after {
    transform: rotate(45deg);
}

.pbmit-service-style-5 {
    margin-bottom: 30px;
}
.pbmit-service-style-5:last-child {
    margin-bottom: 0;
}
.pbmit-service-style-5 .pbmit-service-icon-wrapper,
.pbmit-service-style-5 .pbmit-service-title a,
.pbmit-service-style-5 .pbmit-service-content p {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.pbmit-service-style-5 .pbmit-service-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 600;
}
.pbmit-service-style-5 .pbmit-service-image-wrapper {
    display: none;
}
.pbmit-service-style-5 .pbminfotech-post-item {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 58px 38px;
    position: relative;
}
.pbmit-service-style-5 .pbminfotech-post-item::before {
    position: absolute;
    content: "";
    background-color: #000000;
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in;
    z-index: -1;
}
.pbmit-service-style-5:hover .pbminfotech-post-item::before {
    height: 100%;
}
.pbmit-service-style-5 .pbmit-service-content p {
    margin-bottom: 0;
    line-height: 24px;
}
.pbmit-service-style-5 .pbmit-service-btn i {
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
}
.pbmit-service-style-5 .pbmit-service-icon-wrapper {
    font-size: 60px;
    line-height: 60px;
    margin-right: 25px;
}
.pbmit-service-style-5:hover .pbmit-service-icon-wrapper {
    color: #e16cd4;
    position: relative;
}
.pbmit-service-style-5:hover .pbmit-service-title a,
.pbmit-service-style-5:hover .pbmit-service-content p {
    color: #ffffff;
}
@media (max-width: 450px) {
    .pbmit-service-style-5 .pbmit-box-content-inner {
        display: block !important;
    }
    .pbmit-service-style-5 .pbmit-service-icon-wrapper {
        margin-bottom: 25px;
        margin-right: 0;
    }
    .pbmit-service-style-5 .pbminfotech-post-item {
        padding: 40px 30px;
    }
}

.sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.pbmit-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px !important;
}

.pin-spacer {
    display: none; /* Hides the pin-spacer if you don't need it to be visible */
}

/* hover */
.testi-review {
    position: relative;
    height: 520px;
    background-size: auto;
    z-index: 3;
    margin-top: 100px;
}
@media (max-width: 375px) {
    .testi-review {
        margin-bottom: 0px;
    }
}
.testi-box {
    position: absolute;
    text-align: center;
}
@media (max-width: 375px) {
    .testi-box {
        position: relative;
        left: auto;
        top: auto;
    }
}
.testi-box:after {
    content: "";
    position: absolute;
    left: 40%;
    top: -29.5%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 19px;
    height: 14px;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    border-bottom: solid 12px transparent;
    border-top: solid 12px #e16cd4;
    opacity: 0;
}
.testi-box:nth-child(4)::after {
    left: 0;
}
.testi-box:nth-child(5)::after {
    left: 20%;
}
@media (max-width: 375px) {
    .testi-box:after {
        display: none;
    }
}
.testi-box:first-child {
    top: 50%;
    right: 29%;
}
@media (max-width: 375px) {
    .testi-box:first-child {
        right: auto;
        top: auto;
    }
}
.testi-box:nth-child(2) {
    top: 48%;
    right: 43%;
}
@media (max-width: 375px) {
    .testi-box:nth-child(2) {
        right: auto;
        top: auto;
    }
}
.testi-box:nth-child(3) {
    top: 9%;
    left: 38%;
}
@media (max-width: 375px) {
    .testi-box:nth-child(3) {
        left: auto;
        top: auto;
    }
}
.testi-box:nth-child(4) {
    top: 27%;
    left: 24%;
}
@media (max-width: 375px) {
    .testi-box:nth-child(4) {
        left: auto;
        top: auto;
    }
}
.testi-box:nth-child(5) {
    top: 52%;
    left: 28%;
}
@media (max-width: 767px) {
    .testi-box:nth-child(5) {
        left: 10%;
    }
}
@media (max-width: 375px) {
    .testi-box:nth-child(5) {
        left: auto;
        top: auto;
    }
}
.testi-box_content {
    background-color: #ffffff;
    border: 1px solid #e16cd4;
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
    border-radius: 16px;
    padding: 24px;
    min-width: 447px;
    margin-bottom: 10px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    margin-top: -200px;
    margin-left: -165px;
    z-index: 4;
}
@media (max-width: 575px) {
    .testi-box_content {
        min-width: 350px;
        padding: 24px;
        margin-top: -282px;
        margin-left: -115px;
    }
}
@media (max-width: 375px) {
    .testi-box_content {
        min-width: 300px;
        margin: -270px 0 0 0;
    }
}
.testi-box_text {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
@media (max-width: 575px) {
    .testi-box_text {
        font-size: 16px;
    }
}
@media (max-width: 320px) {
    .testi-box_text {
        font-size: 14px;
    }
}
.testi-box .media-body {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.testi-box_review i {
    color: #ffa944;
    margin-right: 3px;
}
.testi-box_avater {
    position: relative;
    max-width: 36px;
    display: block;
    margin: auto auto 40px auto;
}
.testi-box_avater span {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 2;
}
.testi-box_avater:after,
.testi-box_avater:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: #e16cd4;
    z-index: 1;
}
.testi-box_avater:after {
    background-color: #e16cd4;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.testi-box_avater img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e16cd4;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testi-box .box-title {
    font-weight: 600;
    margin-bottom: 0px;
}
.testi-box_desig {
    margin-bottom: 0;
}
.testi-box.item-active:after {
    opacity: 1;
}
.testi-box.item-active .media-body {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.testi-box.item-active .testi-box_avater img {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
}
.testi-box.item-active .testi-box_avater:before,
.testi-box.item-active .testi-box_avater:after {
    display: none;
}
.testi-box.item-active .testi-box_avater span {
    display: none;
}
.testi-box.item-active .testi-box_content {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}
.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}
.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.testimonial-area2 {
    padding: 75px 0 0px;
}
.testimonial-area2 .sub-title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #e16cd4;
    position: relative;
    margin-top: -0.2em;
    margin-bottom: 5px;
}
@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*  */
/** Style 10 **/
.pbmit-element-service-style-10 .swiper-hover-slide-nav li h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    display: inline-block;
}
.pbmit-element-service-style-10 .swiper-hover-slide-nav li h3 i {
    font-size: 60px;
    line-height: 60px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    transition: all 0.3s ease-in-out;
    color: #000000;
    opacity: 0;
}
.pbmit-element-service-style-10 .swiper-hover-slide-nav li h3 {
    align-items: center;
    display: inline-flex;
}
.pbmit-element-service-style-10
    .swiper-hover-slide-nav
    li
    h3
    a.pbmit-title-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: normal;
}
.pbmit-element-service-style-10 .swiper-hover-slide-nav li.pbmit-active h3 i {
    opacity: 1;
}
.pbmit-element-service-style-10
    .swiper-hover-slide-nav
    .pbmit-heading-subheading {
    padding-right: 40px;
}
.pbmit-element-service-style-10 .swiper-hover-slide-nav li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
}
.pbmit-element-service-style-10 .swiper-hover-slide-nav ul {
    padding: 0;
    margin: 0;
}
.pbmit-element-service-style-10 .pbmit-main-hover-slider {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.pbmit-element-service-style-10
    .pbmit-main-hover-slider
    .swiper-hover-slide-nav {
    padding-top: 50px;
    padding-right: 100px;
}
.pbmit-element-service-style-10
    .swiper-hover-slide-desc
    .pbmit-service-icon-wraper
    * {
    display: block;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: normal;
}
.pbmit-element-service-style-10
    .swiper-hover-slide-desc
    .pbmit-service-icon-wraper
    i {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 10px;
    color: var(--pbmit-global-color);
}
.pbmit-element-service-style-10 .swiper-hover-slide-desc .swiper-container {
    position: absolute;
    width: 375px;
    height: 375px;
    line-height: 330px;
    border-radius: 100%;
    z-index: 9;
    text-align: center;
    top: 50%;
    right: 0;
    padding: 100px 70px 100px 60px;
    background-color: #000000;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.pbmit-element-service-style-10
    .swiper-hover-slide-desc:hover
    .swiper-container {
    right: 30px;
}
.pbmit-element-service-style-10 .swiper-hover-slide-desc::after {
    content: "";
    position: absolute;
    width: 375px;
    height: 375px;
    top: 50%;
    z-index: 1;
    left: 60px;
    border-radius: 100%;
    border: 2px solid var(--pbmit-global-color);
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.pbmit-element-service-style-10 .swiper-hover-slide-desc:hover:after {
    left: 90px;
}
.pbmit-element-service-style-10 .swiper-hover-slide-desc .swiper-wrapper {
    overflow: hidden;
}
.pbmit-element-service-style-10 .swiper-hover-slide-images {
    position: relative;
    text-align: left;
}
@media (max-width: 1366px) {
    .pbmit-element-service-style-10
        .pbmit-main-hover-slider
        .swiper-hover-slide-nav {
        padding-top: 40px;
        padding-right: 80px;
    }
}
@media (max-width: 1200px) {
    .pbmit-element-service-style-10
        .pbmit-main-hover-slider
        .swiper-hover-slide-nav {
        padding-right: 50px;
    }
    .pbmit-element-service-style-10 .swiper-hover-slide-desc::after,
    .pbmit-element-service-style-10 .swiper-hover-slide-desc .swiper-container {
        width: 350px;
        height: 350px;
        line-height: 350px;
    }
}
@media (max-width: 1024px) {
    .pbmit-element-service-style-10
        .pbmit-main-hover-slider
        .swiper-hover-slide-nav {
        padding-top: 30px;
        padding-right: 30px;
    }
    .pbmit-element-service-style-10 .swiper-hover-slide-desc::after,
    .pbmit-element-service-style-10 .swiper-hover-slide-desc .swiper-container {
        width: 300px;
        height: 300px;
        line-height: 300px;
    }
    .pbmit-element-service-style-10 .swiper-hover-slide-desc .swiper-container {
        padding: 70px 50px;
    }
}
@media (max-width: 767px) {
    .pbmit-element-service-style-10 .pbmit-main-hover-slider {
        display: block;
        align-items: center;
    }
    .pbmit-element-service-style-10
        .pbmit-main-hover-slider
        .swiper-hover-slide-nav {
        padding-top: 0;
    }
    .pbmit-element-service-style-10 .swiper-hover-slide-desc::after {
        display: none;
    }
    .pbmit-element-service-style-10 .swiper-hover-slide-desc .swiper-container {
        left: 30%;
    }
}
@media (max-width: 575px) {
    .pbmit-element-service-style-10
        .swiper-hover-slide-images
        .pbmit-featured-wrapper
        img {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .pbmit-element-service-style-10 .swiper-hover-slide-desc .swiper-container {
        left: unset;
        right: 0;
    }
}
/*  */

.about-work-section {
    padding-bottom: 140px;
}
.about-work-section {
    background-color: #000000;
}

.about-work-block {
    width: 100%;
    max-width: 74vw;
    margin-left: auto;
    margin-right: auto;
}
.about-work-title {
    color: #ffffff;
    text-align: center;
}
.about-work-title-block {
    margin-bottom: 40px;
}

.about-work-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
}

.about-work-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 2px dashed #5f5f5f;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 17vw;
    display: flex;
    position: relative;
}

.about-work-card.bottom-active {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.about-work-card.bottom-none {
    border-bottom-style: none;
}

.about-work-text {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.about-work-subtitle {
    color: #5f5f5f;
    text-align: center;
}

.about-work-border {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.about-work-border._02 {
    bottom: 0;
    left: -2px;
}

.about-work-border._03 {
    top: -2px;
    bottom: auto;
}

.about-work-border._04 {
    inset: 0 -2px auto auto;
}

.about-work-border._06 {
    bottom: 0;
    left: -2px;
}

.about-work-border._07 {
    top: -2px;
    bottom: auto;
}

.about-work-border._08 {
    inset: 0 -2px auto auto;
}

.about-work-border-line {
    z-index: 2;
    background-color: #bff133;
    width: 10px;
    height: 2px;
    position: relative;
}

.about-work-border-line.wrap {
    width: 2px;
    height: 10px;
}

.about-work-border-shadow {
    z-index: 1;
    background-color: #daf789;
    filter: blur(10px);
    border-radius: 100%;
    width: 100%;
    height: 25px;
    position: absolute;
}

.about-work-border-shadow.wrap {
    width: 25px;
    height: 100%;
}

@media screen and (min-width: 1280px) {
    .about-work-title-block {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 1440px) {
    .about-work-section {
        padding: 75px 0 150px;
    }

    .about-work-title-block {
        margin-bottom: 80px;
    }

    h3.about-work-subtitle {
        font-size: 38px;
    }
}
@media screen and (min-width: 1920px) {
    h3.about-work-subtitle {
        font-size: 40px;
    }
    .about-work-card {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }
}

@media screen and (max-width: 991px) {
    h3.about-work-subtitle {
        font-size: 30px;
    }
    .about-work-block {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .about-work-card {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        height: 20vw;
    }

    .about-work-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .about-work-content-block {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 75svw;
        margin-left: auto;
        margin-right: auto;
    }

    .about-work-card {
        height: 50svw;
    }

    .about-work-card.bottom-active {
        border-bottom-style: none;
        border-right-style: dashed;
    }

    .about-work-card.bottom-none {
        border-bottom-style: dashed;
        border-right-style: none;
    }

    .about-work-border._01 {
        inset: 0 -2px auto auto;
    }

    .about-work-border._02 {
        inset: -2px -2px auto auto;
    }

    .about-work-border._03 {
        top: 0;
        left: -2px;
    }

    .about-work-border._04 {
        inset: auto auto -2px 0;
    }

    .about-work-border._05 {
        inset: 0 -2px auto auto;
    }

    .about-work-border._06 {
        inset: -2px 0 auto auto;
    }

    .about-work-border._07 {
        top: 0;
        left: -2px;
    }

    .about-work-border._08 {
        inset: auto auto -2px 0;
    }

    .about-work-border._09 {
        inset: 0 -2px auto auto;
    }

    .about-work-border-line {
        width: 2px;
        height: 10px;
    }

    .about-work-border-line.wrap {
        width: 10px;
        height: 2px;
    }

    .about-work-border-shadow {
        width: 25px;
        height: 100%;
    }

    .about-work-border-shadow.wrap {
        width: 100%;
        height: 25px;
    }
}
@media screen and (max-width: 479px) {
    .about-work-title-block {
        margin-bottom: 30px;
    }
}

/*  */
.sub-title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #e16cd4;
    position: relative;
    margin-top: -0.2em;
    margin-bottom: 5px;
}
h2.about-work-title-about {
    position: relative;
    color: #ffffff;
    margin-bottom: 45px;
}
.pbmit-service-wrapper p {
    color: #000000;
}
.digital-studio-iconheading .sec-title {
    margin-bottom: 45px;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-content:after {
    display: none;
}
.pbmit-portfolio-content ul li,
.pbmit-svg-btn ul li {
    list-style: disc;
    color: #e1e1e1b3;
    margin-left: 15px;
}
.about-us-about .pbmit-col-right .pbmit-heading-subheading {
    margin-bottom: 30px;
}
.about-us-about .list-items li {
    padding: 12px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-us-about .list-items li span {
    color: #000000;
    font-weight: 600;
}
.call_wrapper .section-main-title.style_three h1 {
    font-size: 42px;
}
/*  */
.choose-card.style5 .box-img {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
    .choose-card.style5 .box-img {
        height: auto;
    }
}
@media (max-width: 767px) {
    .choose-card.style5 .box-img {
        width: 100%;
        height: 100%;
    }
}

.choose-card.style5 .box-title {
    margin-bottom: 10px;
}
.choose-card.style5 .sec-text {
    margin-bottom: 0;
}
.choose-card.style5:hover .box-img {
    border-color: #e16cd4;
}
.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.global-img:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.global-img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}
@media (max-width: 991px) {
    .global-img {
        min-width: 100%;
        margin-bottom: 30px;
    }
}
.global-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.global-img:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    transition: background 0.3s;
}

.swiper-pagination-bullet-active {
    background: #e16cd4 !important;
}
#chooseSlider {
    padding-bottom: 60px;
}
.pbmit-outline-btn {
    margin-top: 45px;
}

.choose-area5 .title-area.text-center {
    margin-bottom: 45px;
}
.nav_scroll li a.active,
.footer_widget_menu li a.active {
    font-weight: bold;
    color: #e16cd4;
}
.sub-title,
.section-sub-title a {
    font-size: 18px !important;
    text-transform: uppercase;
}
h2.sec-title,
h2.pbmit-title {
    font-size: 42px;
}
.service_area h2,
.testimonial_area h2,
.award_area h2,
.faq_area h2 {
    font-size: 42px;
    margin: 0;
}
.testimonial_area {
    padding: 80px 0 80px;
}
h2.pbmit-title {
    color: #ffffff;
}
h3.box-title,
.service_content h3,
.contact_warpper_content h3 {
    font-size: 20px;
}
.testi-box:after {
    left: 35%;
}
.call_area {
    padding: 100px 0 70px;
}
.marketing-sol-service h2 {
    margin-bottom: 45px;
}
.marketing-sol-service .pbmit-service-title a {
    color: #ffffff !important;
}
.marketing-sol-service .pbminfotech-post-item:hover .pbmit-service-title a {
    color: #000000 !important;
}
p.about_dsc,
.content-box .texts-box p {
    font-size: 16px;
}

.texts-box h3 a {
    font-size: 20px;
}
.about-us-about li i {
    color: var(--primary-color);
    font-size: 25px;
    margin-right: 12px;
    position: relative;
    top: 5px;
}
section.tc-header-st7,
.tc-features-st7,
.section-lgb.web-development-service {
    padding: 70px 0 70px;
}
.pbmit-element-static-box-style-1 {
    padding: 70px 0 0;
}
.contact_warpper_content a {
    color: #6d706d;
}
.form-box input,
textarea {
    margin-top: 16px;
    margin-bottom: 0;
}
label.error {
    color: red;
    margin-top: 10px;
    text-transform: capitalize;
}

.support-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.support-bar {
    width: 100%;
    height: 3px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 14px;
}

.support-bar-fill {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 5px;
}

.footer_social_icon ul li a:before,
.footer_social_icon ul li a:hover:before,
p.copy_right:before {
    display: none !important;
}
p.copy_right {
    margin-left: 0;
}
.footer_social_icon ul li a {
    display: inline-block;
    width: unset;
    height: unset;
    border-radius: unset;
    background-color: rgba(234, 247, 243, 0);
    border: unset;
    color: #9ca09c;
    line-height: unset;
    text-align: unset;
    font-size: 16px;
}
.footer_social_icon ul li a:before {
    position: unset;
}
.footer_social_icon ul li a:hover:before {
    width: unset;
}
.footer_social_icon ul {
    padding-left: 0;
    margin: 0;
}

.footer_social_icon ul li a:hover,
.footer_widget_info a:hover {
    color: #e16cd4;
}
.footer_social_icon ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}

.footer_social_icon ul li::after {
    content: "•";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #e16cd4;
    padding-bottom: 8px;
}
.footer_widget a,
ul.footer_widget_menu li a {
    font-size: 16px;
}
.footer_social_icon ul li:last-child::after {
    content: "";
}

.footer_widget_info p {
    margin: 0 0 20px;
}
.footer_widget_info p a {
    color: var(--solid-white);
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-top: 25px;
}

.info-line {
    height: 1px;
    background-color: #9ca09c;
    margin-bottom: 25px;
}

.label,
.value {
    font-size: 16px;
}
h2.title_animate {
    transform: translateY(100%);
    bottom: 0;
}

@media screen and (max-width: 479px) {
    .marketing-sol-service {
        padding: 40px 0 40px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    p.copy_right {
        font-size: 16px;
    }
}

/* images updatinng changes */
.hero-area {
    background-image: url(../images/home-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer_area {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about-area {
    background-image: url(../images/team-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-area2 {
    background-image: url(../images/web-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* .counter_area {
    background-image: url(../images/progress-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
} */
.service_area {
    background-image: url(../images/built-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.pbmit-bg-color-blackish {
    background-image: url(../images/backbone-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testimonial_area {
    background-image: url(../images/word-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.web-design-sol-mask-video {
    background-image: url('../images/About Us/Home banner/banner_1.png') !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
section.section-lgx.digital-studio-iconheading {
    background-image: url(../images/innovative-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
section.horizontal-project-portfolio.overflow-hidden {
    background-image: url(../images/web-ser-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.about-area.style_two {
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb_area {
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-area {
    padding-top: 120px;
    height: 100%;
}
.footer_widget p,
.footer_area h3.footer_widget_title,
.footer_area .footer_widget_info p a,
ul.footer_widget_menu li a,
.pbmit-mask-video-style-1 .pbmit-heading-desc,
.contact-form button,
.section-main-title span,
.section-main-title h2,
.counter_content h1,
.counter_content p,
.counter_desc p,
h2.breadcrumb_title,
ul.breadcrumb_list_menu li,
ul.breadcrumb_list_menu li a {
    color: #000;
}
ul.breadcrumb_list_menu li a:before,
.section-sub-title.style_two a:before,
h4.service_number::before {
    background: #000;
}
.section-sub-title a,
ul.about_list li i,
.about-area.style_two .section-sub-title a,
.about-us-about li i{
    color: #000 !important;
}
.section-sub-title.style_two a,
.about-area.style_two .section-sub-title a {
    border: 1px solid #000;
}
.section-sub-title.style_two a:before {
    width: 100px;
    right: -100px;
}
.contact-form button:hover,
.about-area .section-sub-title a,
ul.breadcrumb_list_menu li a:hover {
    color: #fff !important;
}
.about-thumb.style_two {
    margin-left: 0;
}
.breadcrumb_content.text-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.about-area .section-sub-title a:before,
ul.breadcrumb_list_menu li a:hover:before {
    background-color: #fff !important;
}
.about-area .section-sub-title a {
    border: 1px solid #fff;
}
.about-box-left.text {
    border: 1px solid #e7bbe2;
    border-radius: 10px;
}
.hero-sucess span,
.header-menu ul li a:hover,
ul.footer_widget_menu li a:hover,
.header-contact a:hover,
.prgoress_indicator::after,
.about-area .section-main-title span,
.pbmit-service-style-5 .pbminfotech-post-item {
    color: #e16cd4;
}
.prgoress_indicator svg.progress-circle path {
    stroke: #e16cd4;
}
.work_single_item.upper {
    margin-top: -100px;
}
.about-left {
    padding-top: 70px;
}
.modern-agency-flipbox .pbmit-column-inner:nth-child(2) {
    background: none;
}
.modern-agency-flipbox .pbmit-column-inner:nth-child(2),
.modern-agency-flipbox .pbmit-column-inner:nth-child(5),
.modern-agency-flipbox .pbmit-column-inner:nth-child(7),
input:focus,
button:focus,
.form-box input,
.form-box.message textarea {
    border: 1px solid #e7bbe2;
}
.pbmit-flip-box-style-4 .pbmit-flip-box-contents,
.project-button.style_two a,
.project-button a,
.hero-exprince-box,
.web-design-sol-about1 .image-wrap,
.service_single_item,
button.accordion-button.collapsed,
.contact-form button,
.pbmit-service-style-5 .pbminfotech-post-item::before,
.pbmit-outline-btn span.pbmit-button-hover,
.mean-container .mean-bar {
    background: linear-gradient(135deg, #e7bbe2 30%, #f2b4a9 100%);
}
.contact_warpper {
    background: none;
}
button.benix_testi_prev::before,
button.benix_testi_next::before,
.hero-exprince-thumb,
.pbmit-element-portfolio-style-3 a.pbmit-button {
    background: #e7bbe2;
}
.pbmit-spinner-box-style-2 .pbmit-ihbox-box text {
    fill: #000;
}
.faq_area .sec-title {
    margin-bottom: 34px;
}
.content-box:before,
.section-sub-title a::after,
.header-menu ul li a:before,
ul.footer_widget_menu li a:before,
ul.breadcrumb_list_menu li a:hover:before,
.header-contact i{
    background: #e16cd4;
}
.confirm{
    background: #e16cd4  !important;
}
.pbmit-service-style-3 .pbmit-featured-wrapper::after {
    background: unset;
}
button.benix_testi_prev:hover:before,
button.benix_testi_next:hover:before,
.cotact_info_item {
    border: 1px solid #e7bbe2;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-title {
    font-size: 60px;
    line-height: 76px;
}
.pbmit-element-portfolio-style-3 .pbminfotech-titlebox {
    margin-left: -15vw;
}

.pbmit-mask-text {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 80px;
    width: 100%;
}
.pbmit-mask-text .pbmitmove-text1,
.pbmit-mask-text .pbmitmove-text2 {
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 700;
    font-size: 210px;
    color: #000;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
}
.section-sub-title a:before {
    width: 385px;
    right: -385px;
}
.pbmit-mask-video-style-1 .pbmit-heading-desc {
    font-size: 18px;
    line-height: 28px;
}
.web-design-sol-about1 .image-wrap {
    background: none !important;
}
section.section-lgx.about-us-about {
    padding: 70px 0 70px;
}
@media (max-width: 1024px) {
    .pbmit-mask-text .pbmitmove-text1,
    .pbmit-mask-text .pbmitmove-text2 {
        font-size: 75px;
    }
    .pbmit-mask-text {
        margin-top: 60px !important;
    }
    .pbmit-mask-video-style-1 .pbmit-heading-desc {
        font-size: 20px;
        line-height: 30px;
    }
    .web-design-sol-mask-video {
        padding: 110px 0 0;
    }
    .pbmit-mask-text {
        gap: 25px;
    }
    .pbmit-mask-text {
        align-items: center;
    }
   
}
@media (max-width: 767px) {
    .pbmit-mask-text .pbmitmove-text1,
    .pbmit-mask-text .pbmitmove-text2 {
        font-size: 40px;
    }
    .web-design-sol-mask-video .pbmit-spinner-wrap {
        display: none;
    }
    
}
.pbmit-mask-text {
    margin-top: 150px;
}

.icon-circle {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}
.work_area {
    padding: 0;
}
.work_single_item:hover .work_thumb img {
    transform: scale(0.9);
}
.pbmit-element-portfolio-style-3 .pbminfotech_portfolio-featured-wrapper {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.row.footer_bottom_bg {
    padding: 25px 0 25px;
}

.coustomar-thumb {
    display: flex;
    margin-right: 20px;
    position: relative;
}

.coustomar-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    margin-left: -20px;
    background: #fff;
}

.coustomar-thumb img:first-child {
    margin-left: 0;
    z-index: 3;
}
.coustomar-thumb img:nth-child(2) {
    z-index: 2;
}
.coustomar-thumb img:nth-child(3) {
    z-index: 1;
}

.coustomar-content h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
}
.testimonial_area .testi_thumb img {
    height: 390px;
}
.testimonial_area .pb-120 {
    padding-bottom: 40px;
}
.call_area h1 {
    font-size: 42px;
}
@media screen and (max-width: 998px) {
    .tc-feature-st12 img {
        margin-left: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-contact {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .header-area {
        padding: 0 0 0 15px;
    }
    .header-menu ul li {
        margin-right: 12px;
    }
    .text-content h4:before{
        display: none;
    }
    .single-coustomar-box {
        gap: 10px;
        padding: 30px 15px 30px;
    }
    .about-area{
        padding: 120px 0 177px;
    }
    .section-sub-title a:before {
        width: 200px;
        right: -200px;
    }
    .pbmit-mask-video-style-1 .pbmit-heading-desc{
        width: 425px;
    }
    .pbmit-mask-video-style-1{
        height: 450px;
    }
    .pbmit-miconheading-style-17 {
        height: 270px;
        width: 270px !important;
        padding: 30px !important;
    }
    .about-us-about{
        padding-bottom: 45px;
    }
    section.faq_area{
        padding: 70px 0 70px;
    }
    section.tc-header-st7, .tc-features-st7, .section-lgb.web-development-service{
        padding: 40px 0 40px;
    }
    .pbmit-element-static-box-style-1{
        padding: 40px 0 0;
    }
    .tc-feature-st12 img{
        height: 420px;
    }
    .contact_area .section-main-title{
        margin-bottom: 0;
    }
    .service_single_item{
        padding: 32px 45px 45px;
    }
    .marketing-sol-service{
        padding: 0;
    }
    section.section-lgx.pbmit-bg-color-blackish.marketing-sol-service,
    .about-area.style_two,
    .award_area {
        padding: 70px 0 70px;
    }
    .tc-features-st7 .feature-card .info{
        padding-top: 0;
    }
    .cotact_info_item{
        padding: 20px 0 20px;
    }
    div#accordionFlushExample{
        margin: 0;
    }

}
@media screen and (max-width: 991px) {
    section.contact_area.inner_section {
        padding: 75px 0 0px;
    }
    div#accordionFlushExample {
        margin: 0 0 0;
    }
    section.faq_area,
    .about-area.style_two,
    .award_area,
    section.section-lgx.pbmit-bg-color-blackish.marketing-sol-service{
        padding: 70px 0 70px;
    }
    .tc-feature-st12 img{
        height: 100%;
    }
    .pbmit-element-portfolio-style-3 .pbminfotech-titlebox {
        margin-left: 0;
    }
    .pbmit-element-portfolio-style-3 .pbminfotech-titlebox{
        padding: 30px 30px 140px;
    }
    .section-sub-title.style_four {
        margin-bottom: 20px;
        margin-top: 20px;
    }
   
    .pbmit-service-style-3 .pbmit-service-title{
        padding-top: 35px;
    }
    .marketing-sol-service{
        padding: 0;
    }
    .row.footer_bottom_bg{
        margin-top: 30px;
    }
    .awards-one__img{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .tc-feature-st12 img{
        position: unset;
    }
    .tc-features-st7 .feature-card .info {
        padding-top: 35px;
    }
    .about-box-left{
        padding: 10px;
    }
    section.pbmit-dot-mask.section-lgx{
        padding: 70px 0 70px;
    }
    .pbmit-service-style-4,
    .tc-features-st7 .feature-card{
        margin-bottom: 0;
    }
    .pbmit-service-style-4 .pbminfotech-post-item {
        padding: 0 0px;
    }
    p.copy_right{
        margin: 0 auto;
    }
    .award_area.style_two .section-main-title{
        margin: 15px 0 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-content h1 {
        font-size: 44px;
        line-height: 50px;
    }
    .hero-exprince-box {
        display: none;
    }
    .section-main-title.style_three h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .text-area,
    section.choose-area5.space.space-extra.arrow-wrap,
    section.section-lgx.modern-agency-flipbox,
    .counter_area,
    .service_area,
    section.section-lgx.digital-studio-iconheading,
    section.faq_area, .about-area.style_two, .award_area, section.section-lgx.pbmit-bg-color-blackish.marketing-sol-service,
    section.section-lgx.pbmit-bg-color-blackish.marketing-sol-service,
    .about-area.style_two,
    .award_area,
    .footer_area,
    section.pbmit-dot-mask.section-lgx{
        padding: 40px 0 40px;
    }
    .about-left {
        margin-right: 0;
        padding-top: 64px;
        margin-bottom: 30px;
    }
    .section-sub-title a:before {
        width: 265px;
        right: -266px;
        
    }
    .about-single-box {
        display: block;
    }
    .about-desc p
{
    width: 100%;
}
h2.title_animate {
 
    font-size: 52px;
}
.work_wrapper {
    display: block;
}
.call_wrapper .section-main-title.style_three h1 {
    font-size: 26px;
    line-height: 36px;
}
.call_wrapper {
    display: block;
}
.pbmit-mask-video-style-1 .pbmit-heading-desc {
    width: 100%;
}
.pbmit-mask-video-style-1 {
    height: 320px;

}
.pbmit-mask-text {
    gap: 10px;
}
.pbmit-mask-text .pbmitmove-text1, .pbmit-mask-text .pbmitmove-text2 {
    font-size: 36px;
}
.pbmit-miconheading-style-17 {
    height: 300px;
    width: 300px !important;
    padding: 30px !important;
}
.pbmit-element-portfolio-style-3 .pbmit-portfolio-title {
    font-size: 30px;
    line-height: 40px;
}
.about-thumb.style_two img{
    width: 100%;
}
.tc-features-st7 .feature-card{
    margin-bottom: 0;
}
.pbmit-outline-btn{
    margin-bottom: 25px;
    margin-top: 25px;
}

.contact_warpper {
    padding: 30px 30px 30px;
}
h2.sec-title, h2.pbmit-title{
    font-size: 35px;
}
.section-sub-title.style_two.pb-20 {
    padding-top: 20px;
}
.pbmit-mask-video-style-1 .pbmit-heading-desc {
    padding: 0px 0 0 10px;
}
button.accordion-button.collapsed{
    font-size: 16px;
}
}
@media only screen and (min-width: 992px){
    .tc-feature-st12 img {
        height: 440px;
        position: absolute;
        top: 15%;
    }
    }

    /* sujeet */
    .mean-container .mean-bar::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        width: 150px;
        height: 50px;
        background: url('../CRESTFIELD_Logo.png') no-repeat center center;
        background-size: contain;
    }
    
    .contact_warpper .cotact_info_item{
        padding-left: 30px;
        text-align: start;
    }
   .footer_area .row.footer_bottom_bg{
        margin-top: 50px;
    }
   .footer_area .footer_widget_info a:hover,.contact_warpper_content a:hover{
        color:#e16cd4;
    }

    .loader {
        left: 45%!important;
      }

      .counter_area :is(h1,p,a){
    color: #fff!important;
}
.counter_area .section-sub-title a:before{
    background-color: #ffffff;
}
.counter_area a{
    border: 1px solid #fff;
}
.team-bg{
    background-image: url('../images/About Us/Home banner/banner_1.png')!important;
}
.services-bg{
    background-image: url('../images/About Us/Home banner/banner_1.png')!important;
}
.text-stroke{
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #000000;
    letter-spacing: 0.1em;
    margin: 30px 0;
}