/******************************

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Portfolio
    06 - Blog
    07 - Testimonial
    08 - Header
    09 - Footer
    10 - Title Bar
    11 - Overlap Colomn
    12 - Accordion
    13 - Circle Progress
    14 - List Group
    15 - Revolution
    16 - Marquee
    17 - Client
    18 - Pricing Table 
    19 - Sortable
    20 - Img Animation 
	21 - Card Box
    22 - Split-Slide
    23 - Vertical Snap

******************************/


/*----------------------------------------*/


/*  00 - Section Title
/*----------------------------------------*/

.pbmit-subheading,
.pbmit-heading-subheading {
    margin-bottom: 50px;
}

.pbmit-subheading .pbmit-subtitle,
.pbmit-heading-subheading .pbmit-subtitle {
    position: relative;
    display: inline-block;
    /* padding: 2px 20px; */
    border-radius: 50px;
    /* margin-bottom: 5px; */
    font-weight: 400;
    font-size: 14px;
    /* line-height: 22px; */
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    /* border: 1px solid var(--pbmit-global-color); */
    font-family: var(--font-400);
}

.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle,
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-subtitle {
    border-color: var(--pbmit-white-color);
}

.pbmit-heading-subheading .pbmit-subtitle {
    margin-bottom: 15px;
}

.pbmit-heading-subheading .pbmit-title {
    /* font-weight: 800; */
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    /* color: var(--pbmit-global-color);	 */
}

.pbmit-heading-subheading.text-white .pbmit-subtitle,
.pbmit-heading-subheading.text-white .pbmit-title {
    color: var(--pbmit-white-color);
}

.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 30px;
}


/*----------------------------------------*/


/*  01 - Icon Box
/*----------------------------------------*/


/** Style 1 **/

.pbmit-ihbox-style-1 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-ihbox-style-1:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
    display: inline-block;
    margin-bottom: 30px;
}

.pbmit-ihbox-style-1 .pbmit-icon-type-icon i {
    font-size: clamp(3rem, 3vw + 1rem, 6rem);
    line-height: 1;
    color: var(--primary);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {
    width: 80px;
    height: 80px;
}

.pbmit-ihbox-style-1 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-1 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-1 .pbmit-heading-desc {
    padding-top: 10px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn {
    padding-top: 35px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
    margin-bottom: 30px;
}


/** Style 2 **/

.pbmit-ihbox-style-2 {
    display: flex;
    align-items: flex-start;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    display: inline-block;
    margin-right: 35px;
}

.pbmit-ihbox-style-2 .pbmit-icon-type-icon {
    font-size: 90px;
    line-height: 90px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-2:hover .pbmit-icon-type-icon {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-icon-type-icon i,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-icon-type-icon i {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image {
    width: 80px;
    height: 80px;
}

.pbmit-ihbox-style-2 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-2 .pbmit-element-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
}

.pbmit-ihbox-style-2 .pbmit-heading-desc {
    padding-top: 10px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn {
    padding-top: 35px;
}

.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-heading-desc {
    color: rgba(255, 255, 255, 0.7);
}

.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
    margin-right: 35px;
}


/** Style 3 **/

.pbmit-ihbox-style-3 {
    display: flex;
    align-items: flex-start;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
    display: inline-block;
    margin-right: 35px;
}

.pbmit-ihbox-style-3 .pbmit-icon-type-icon {
    font-size: 80px;
    line-height: 80px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-3:hover .pbmit-icon-type-icon {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3 .pbmit-icon-type-icon i,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-icon-type-icon i {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
    width: 80px;
    height: 80px;
}

.pbmit-ihbox-style-3 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-3 .pbmit-element-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-3 .pbmit-heading-desc {
    padding-top: 8px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn {
    padding-top: 35px;
}


/** Style 4 **/

.pbmit-ihbox-style-4 {
    display: flex;
    padding: 40px 75px 40px 50px;
    align-items: flex-start;
    background: var(--pbmit-light-color);
    border-left: 3px solid var(--pbmit-global-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    display: inline-block;
    margin-right: 35px;
}

.pbmit-ihbox-style-4 .pbmit-icon-type-icon {
    font-size: 32px;
    line-height: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: rgba(33, 44, 64, 0.5);
}

.pbmit-ihbox-style-4:hover .pbmit-icon-type-icon {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-icon-type-icon i,
.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-icon-type-icon i {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image {
    width: 80px;
    height: 80px;
}

.pbmit-ihbox-style-4 .pbmit-element-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #666666;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pbmit-ihbox-style-4 .pbmit-element-title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 500;
}

.pbmit-ihbox-style-4 .pbmit-heading-desc {
    padding-top: 10px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn {
    padding-top: 35px;
}

.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-heading-desc,
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-heading-desc {
    color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
    margin-right: 35px;
}


/** Style 5 **/

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper i {
    font-size: 120px;
    line-height: 120px;
    color: rgba(255, 255, 255, .5);
}

.pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    /* color: var(--pbmit-white-color); */
}

.pbmit-ihbox-style-5 .pbmit-heading-desc {
    margin-top: 20px;
    font-weight: 300;
    line-height: 22px;
}

.pbmit-ihbox-style-5 .list-group {
    padding-top: 50px;
    margin-left: 25px;
}

.pbmit-ihbox-style-5 .list-group .pbmit-icon-list-icon i {
    /* color: var(--pbmit-white-color); */
    transform: none;
}

.pbmit-ihbox-style-5 .pbmit-heading-desc,
.pbmit-ihbox-style-5 .list-group .pbmit-icon-list-text {
    /* color: rgba(255,255,255, 0.5); */
}


/** Style 6 **/

.pbmit-miconheading-style-6.swiper-slide-active .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6 .pbmit-element-title {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-ihbox-style-6 {
    position: relative;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image {
    margin-right: 30px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image img {
    width: 90px;
    height: auto;
}

.pbmit-ihbox-style-6 .pbmit-icon-type-icon {
    font-size: 74px;
    line-height: 74px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
    font-size: 90px;
    line-height: 90px;
    font-weight: 800;
    margin-bottom: 0;
    display: inline-flex;
    -webkit-text-size-adjust: 0%;
    overflow: visible!important;
    color: var(--pbmit-global-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, .3);
    font-family: Open Sans, sans-serif;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
    position: relative;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    line-height: 10px;
    bottom: -5px;
    left: 0;
    background: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-6 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-6 .pbmit-element-subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-btn a {
    padding-top: 15px;
}

.pbmit-ihbox-style-6 .pbmit-heading-desc {
    padding-top: 10px;
    color: rgba(255, 255, 255, .5);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-contents {
    margin: 30px 80px 0 0;
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
    -webkit-text-stroke-color: var(--pbmit-global-color-rgb);
}

.swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
    /* color: var(--pbmit-white-color); */
    /* text-shadow: 1px 1px 0 var(--pbmit-white-color), -1px -1px 0 var(--pbmit-white-color), 1px -1px 0 var(--pbmit-white-color), -1px 1px 0 var(--pbmit-white-color), 1px 1px 0 var(--pbmit-white-color); */
}

.pbmit-bg-color-secondary .swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
    -webkit-text-stroke-color: var(--pbmit-global-color-rgb);
    -webkit-text-fill-color: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-element-miconheading-style-6 .pbmit-elemnt-line::after,
.pbmit-bg-color-secondary .pbmit-element-miconheading-style-6 .pbmit-elemnt-line::before {
    background: rgba(33, 44, 64, .2);
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon::before {
    background: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon {
    border-color: rgba(33, 44, 64, .2);
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-element-title {
    color: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-heading-desc {
    color: var(--pbmit-body-typography-color);
}


/** Style 7 **/

.pbmit-ihbox-style-7 .pbmit-ihbox-btn,
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a {
    display: inline-block;
}

.pbmit-ihbox-style-7 svg {
    width: 17px;
    height: 17px;
    line-height: 16px;
    margin-left: 70px;
}

.pbmit-ihbox-style-7 svg line {
    stroke: var(--primary);
    stroke-width: 2px;
}

.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn svg line {
    stroke-dashoffset: 0;
}


/** Style 8 **/

.pbmit-ihbox-style-8 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-ihbox-style-8:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    display: inline-block;
    margin-right: 30px;
}

.pbmit-ihbox-style-8 .pbmit-icon-type-icon i {
    font-size: 100px;
    line-height: 100px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-8 .pbmit-ihbox-svg svg {
    width: 110px;
    height: 110px;
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image {
    width: 80px;
    height: 80px;
}

.pbmit-ihbox-style-8 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-8 .pbmit-heading-desc {
    padding-top: 5px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-btn {
    padding-top: 35px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon i:not(.pbmit-cleanfin-icon) {
    margin-bottom: 20px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-wapper {
    display: flex;
    align-items: center;
}


/*----------------------------------------*/


/*  02 - Team Member
/*----------------------------------------*/


/** Style 1 **/

.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-social-links,
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-1 .pbmit-featured-wrapper,
.pbmit-team-style-1 .pbmit-featured-wrapper::before {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-team-position {
    transition: 0.7s ease-in-out;
}

.pbmit-team-style-1 .pbmit-team-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    transform: translateY(120px);
}

.pbmit-team-style-1 .pbmit-team-title a {
    color: var(--pbmit-white-color);
}

.pbmit-team-style-1 .pbmit-team-title a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.pbmit-team-style-1 {
    position: relative;
    overflow: hidden;
}

.pbmit-team-style-1 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-team-style-1 .pbmit-featured-wrapper::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0;
    background: rgba(33, 44, 64, 0.9);
}

.pbmit-team-style-1:hover .pbmit-featured-wrapper::before {
    width: 100%;
}

.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-social-links {
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px;
    transform: translateY(-100%);
}

.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-social-links {
    width: fit-content;
}

.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li {
    padding: 0;
    display: block;
    margin: 0 0 10px 0;
}

.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li a {
    color: var(--pbmit-white-color);
}

.pbmit-team-style-1 .pbminfotech-box-content .pbmit-titlebox {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px 45px;
    width: 100%;
}

.pbmit-team-style-1 .pbminfotech-box-team-position {
    font-size: 12px;
    line-height: 24px;
    padding-left: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
    transform: translateY(120px);
}

.pbmit-team-style-1 .pbminfotech-box-team-position::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    -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-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-social-links {
    transform: translateY(0px);
}

.pbmit-team-style-1:hover .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-team-position {
    transform: translateY(0px);
}


/** Style 2 **/

.pbmit-team-style-2 {
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-team-style-2:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-team-style-2 .pbminfotech-box-team-position {
    font-size: 12px;
    line-height: 24px;
    padding-left: 15px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
    position: relative;
    color: var(--pbmit-global-color);
}

.pbmit-team-style-2 .pbminfotech-box-team-position::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: 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%);
}

.pbmit-team-style-2 .pbmit-featured-wrapper {
    padding-bottom: 20px;
}

.pbmit-team-style-2 .pbmit-team-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pbmit-team-style-2 .pbmit-team-social-links li {
    margin: 0;
    padding-right: 10px !important;
}

.pbmit-team-style-2:last-child .pbmit-team-social-links li {
    padding-right: 0;
}

.pbmit-team-style-2 .pbmit-team-social-links li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}

.pbmit-team-style-2 .pbmit-team-social-links li a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}


/** Style 3 **/

.pbmit-team-style-3 {
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-team-style-3:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-team-style-3 .pbminfotech-box-team-position {
    font-size: 12px;
    line-height: 24px;
    padding-left: 15px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-team-style-3 .pbminfotech-box-team-position::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: 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%);
}

.pbmit-team-style-3 .pbmit-featured-wrapper {
    padding-bottom: 20px;
}

.pbmit-team-style-3 .pbmit-team-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pbmit-team-style-3 .pbmit-team-social-links li {
    margin: 0;
    padding-right: 10px !important;
    float: left;
}

.pbmit-team-style-3:last-child .pbmit-team-social-links li {
    padding-right: 0;
}

.pbmit-team-style-3 .pbmit-team-social-links li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}

.pbmit-team-style-3 .pbmit-team-social-links li a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}


/*----------------------------------------*/


/*  03 - Counter
/*----------------------------------------*/


/** Style 1 **/

.pbminfotech-ele-fid-style-1 .pbmit-fld-contents {
    text-align: center;
}

.pbminfotech-ele-fid-style-1 .pbmit-circle {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    position: absolute;
    top: 48%;
    left: 50%;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--pbmit-global-color);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-number-rotate {
    position: relative;
    left: 6px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup {
    font-size: 16px;
    line-height: 16px;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub {
    bottom: 0;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.pbminfotech-ele-fid-style-1 .pbmit-heading-desc {
    margin-top: 10px;
}

.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    color: var(--pbmit-cleanfin-white-color);
}


/** Style 2 **/

.pbminfotech-ele-fid-style-2 .pbmit-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: -5px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-number {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid>span {
    left: -20px;
    position: relative;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub {
    font-size: 60px;
    line-height: 60px;
    position: relative;
    left: -20px;
    top: -50px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sup {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    left: 0;
    top: -20px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sub {
    bottom: -8px;
    top: inherit;
}


/** Style 3 **/

.pbminfotech-ele-fid-style-3 .pbmit-circle-outer {
    display: inline-flex;
    align-items: center;
}

.pbminfotech-ele-fid-style-3 .pbmit-circle {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
    position: absolute;
    top: 48%;
    left: 50%;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--pbmit-global-color);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-number-rotate {
    position: relative;
    left: 6px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup {
    font-size: 16px;
    line-height: 16px;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub {
    bottom: 0;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
}

.pbminfotech-ele-fid-style-3 .pbmit-heading-desc {
    margin-top: 8px;
}


/** Style 4 **/

.pbminfotech-ele-fid-style-4 .pbmit-circle-outer {
    display: inline-flex;
    align-items: center;
}

.pbminfotech-ele-fid-style-4 .pbmit-circle {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
    position: absolute;
    top: 48%;
    left: 50%;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-number-rotate {
    position: relative;
    left: 6px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup {
    font-size: 16px;
    line-height: 16px;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub {
    bottom: 0;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-4 .pbmit-heading-desc {
    margin-top: 10px;
}


/** Style 5 **/

.pbminfotech-ele-fid-style-5 .pbmit-circle-outer {
    display: inline-flex;
    align-items: center;
}

.pbminfotech-ele-fid-style-5 .pbmit-circle {
    position: relative;
    display: inline-block;
    margin-right: 22px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    position: absolute;
    top: 48%;
    left: 50%;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: var(--primary);
    font-family: var(--font-600);
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-number-rotate {
    position: relative;
    left: 2px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary);
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup {
    font-size: 16px;
    line-height: 16px;
    position: relative;
    bottom: 0px;
    left: 0px;
    font-weight: normal;
}


/** Style 6 **/

.pbminfotech-ele-fid-style-6 {
    margin-bottom: 40px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fld-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
    /* font-size: 120px; */
    font-size: clamp(4rem, 6vw + 1rem, 7.5rem);
    line-height: 120px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary);
    /* font-weight: 800; */
    margin-bottom: 0;
    display: inline-flex;
    margin-right: 20px;
    /* font-weight: 800; */
    /* font-family: var(--font-900),sans-serif; */
    font-style: normal;
    font-family: var(--font-black);
    /* text-shadow: 1px 1px 0 var(--primary), -1px -1px 0 var(--primary), 1px -1px 0 var(--primary), -1px 1px 0 var(--primary), 1px 1px 0 var(--primary); */
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-title {
    font-size: clamp(14px, 2vw, 18px);
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    /* color: var(--pbmit-white-color); */
}


/*----------------------------------------*/


/*  04 - Service
/*----------------------------------------*/


/** Style 1 **/

.pbmit-ele-service.pbmit-service-style-1 {
    margin-bottom: 30px;
}

.pbmit-service-style-1 .pbminfotech-post-item {
    position: relative;
}

.pbmit-service-style-1 .pbmit-featured-wrapper img {
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-service-style-1 .pbmit-featured-img-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-service-style-1 .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pbmit-service-style-1 .pbmit-featured-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);
    background: linear-gradient(to top, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);
}

.pbmit-service-style-1 .pbminfotech-service-content {
    position: relative;
}

.pbmit-service-style-1 .pbminfotech-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px;
}

.pbmit-service-style-1 .pbmit-service-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
}

.pbmit-service-style-1 .pbmit-service-icon-wrapper img {
    width: 60px;
    height: 60px;
}

.pbmit-service-style-1 .pbmit-service-icon-wrapper {
    display: none;
}

.pbmit-service-style-1 .pbmit-serv-cat {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-style: normal;
}

.pbmit-service-style-1 .pbmit-serv-cat a {
    font-size: 12px;
    line-height: 24px;
    padding-left: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

.pbmit-service-style-1 .pbmit-serv-cat a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--pbmit-white-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%);
}

.pbmit-service-style-1 .pbmit-service-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    color: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-service-title a {
    color: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-service-title a:hover {
    color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

.pbmit-service-style-1 .pbmit-link,
.pbmit-service-style-2 .pbmit-link,
.pbmit-team-style-3 .pbmit-link,
.pbmit-portfolio-style-2 .pbmit-link,
.pbmit-blog-style-1 .pbmit-link,
.pbmit-blog-style-3 .pbmit-link,
.pbmit-team-style-2 .pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/** Style 2 **/

.pbmit-service-style-2 .pbminfotech-post-item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-service-style-2:hover .pbminfotech-post-item {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-service-style-2 .pbmit-service-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.pbmit-service-style-2 .pbmit-svg-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pbmit-service-style-2 .pbmit-svg-btn a {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: inherit;
    display: inline-block;
    background: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-svg-btn a svg {
    height: 15px !important;
    width: 15px !important;
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper i {
    color: var(--pbmit-global-color);
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper img {
    width: 60px;
    height: 60px;
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper {
    display: none;
}

.pbmit-service-style-2 .pbmit-serv-cat a {
    font-size: 12px;
    line-height: 24px;
    padding-left: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.pbmit-service-style-2 .pbmit-serv-cat a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: 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%);
}

.pbmit-service-style-2 .pbmit-service-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.pbmit-svg-btn a svg line {
    fill: none;
    stroke: var(--pbmit-global-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.pbmit-svg-btn a svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset .5s cubic-bezier(.61, 1, .88, 1);
}

.pbmit-svg-btn a svg line:nth-child(2),
.pbmit-svg-btn a svg line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset .6s cubic-bezier(.61, 1, .88, 1) .3s;
}

.pbmit-service-style-2:hover .pbmit-svg-btn a svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-global-color);
}


/** Style 3 **/

.pbmit-service-style-3 {
    position: relative;
    margin-bottom: 30px;
}

.pbmit-service-style-3 .pbminfotech-post-item {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(33, 44, 64, 0.2);
}

.pbmit-service-style-3 .pbminfotech-box-content {
    position: relative;
    justify-content: space-between;
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper i {
    color: var(--pbmit-global-color);
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper img {
    width: 80px;
    height: 80px;
    margin-right: 45px;
}

.pbmit-service-style-3 .pbminfotech-icon-box i {
    font-size: 80px;
    line-height: 80px;
    padding-right: 45px;
    color: var(--pbmit-global-color);
}

.pbmit-service-style-3 .pbmit-serv-cat a {
    font-size: 12px;
    line-height: 24px;
    padding-left: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-service-style-3 .pbminfotech-content-wrapper {
    padding-right: 10px;
}

.pbmit-service-style-3 .pbmit-serv-cat a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: 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%);
}

.pbmit-service-style-3 .pbmit-service-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pbmit-service-style-3 .pbmit-svg-btn a {
    padding: 0;
    background-color: transparent;
}

.pbmit-service-style-3 .pbmit-svg-btn a svg {
    height: 20px !important;
    width: 20px !important;
}

.pbmit-service-style-3 .pbmit-featured-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    position: absolute;
    transform: scale(0);
    top: -100px;
    right: 5%;
    z-index: 10;
}

.pbmit-service-style-3 .pbmit-featured-wrapper img {
    transform: rotate(5deg);
}

.pbmit-service-style-3:hover .pbmit-featured-wrapper {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.pbmit-service-style-3:hover .pbmit-svg-btn a svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-global-color);
}


/** Style 4 **/

.pbmit-service-style-4 {
    position: relative;
}

.pbmit-service-style-4 .pbminfotech-box-content {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    padding: 40px;
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    transition: .5s;
}

.pbmit-service-style-4:not(.pbmit-active) .pbminfotech-box-content {
    padding-left: 90px;
    transition: .5s;
}

.pbmit-service-style-4 .pbmit-content-inner {
    display: flex;
    align-items: center;
}

.pbmit-service-style-4 .pbmit-serv-cat a {
    position: relative;
    /* padding-left: 15px; */
    color: var(--pbmit-light-color);
}


/* .pbmit-service-style-4 .pbmit-serv-cat a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--pbmit-light-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%);
} */

.pbmit-service-style-4 .pbmit-service-title {
    font-size: 26px;
    line-height: 32px;
    transition: .5s;
    margin: 0;
    z-index: 1;
    width: 450px;
    color: var(--pbmit-white-color);
}

.pbmit-service-style-4 .pbmit-service-title a {
    color: var(--pbmit-white-color);
}

.pbmit-service-style-4 .pbmit-cat-wrap {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.pbmit-service-style-4 .pbmit-cat-wrap {
    padding-left: 1rem;
}

.pbmit-service-style-4 .pbmit-cat-wrap .shape-sm {
    position: absolute;
    top: 0;
    right: 100%;
}

.pbmit-service-style-4 .pbmit-cat-wrap .shape-sm svg path {
    stroke: white;
}

.pbmit-service-style-4.pbmit-active .pbmit-svg-btn,
.pbmit-service-style-4.pbmit-active .pbmit-cat-wrap {
    opacity: 1;
}

.pbmit-service-style-4 .pbmit-service-img-wrapper {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: 0;
    position: absolute;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
}


/* .pbmit-service-style-4 .pbmit-service-img-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(to top, rgba(0, 166, 181, 1) 0%, rgba(0, 166, 181, 0) 35%);
} */

.pbmit-service-style-4 {
    position: relative;
}

.pbmit-service-style-4::after {
    position: absolute;
    z-index: 40;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 166, 181, 1) 0%, rgba(0, 166, 181, 0) 35%);
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-in-out;
}

.pbminfotech-box-content {
    z-index: 50;
}

.pbmit-service-style-4.pbmit-active::after {
    opacity: 1;
    visibility: visible;
}

.pbmit-element-service-style-4 .pbmit-service-style-4 {
    flex: 1;
    height: 100%;
    transition: 0.7s;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 700px;
}

.pbmit-element-service-style-4 .pbmit-service-style-4.pbmit-active {
    flex: 6;
}

.pbmit-service-style-4 .pbminfotech-box-number {
    font-size: 80px;
    line-height: 80px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    z-index: 0;
    font-weight: 700;
    color: var(--pbmit-white-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-service-style-4:not(.pbmit-active) .pbminfotech-box-number {
    transform: rotate(-90deg);
    transition: 0.5s;
}

.pbmit-service-style-4.pbmit-active .pbminfotech-box-number {
    transition: 0s;
}

.pbmit-service-style-4 .pbmit-svg-btn a {
    padding: 0;
    background-color: transparent;
}

.pbmit-service-style-4 .pbmit-svg-btn {
    opacity: 0;
    transition: 0.9s;
}

.pbmit-service-style-4 .pbmit-svg-btn a svg {
    height: 30px !important;
    width: 30px !important;
}

.pbmit-service-style-4 .pbmit-svg-btn a svg line {
    stroke: var(--pbmit-white-color);
}

.pbmit-service-style-4:hover .pbmit-svg-btn a svg line {
    stroke-dashoffset: 0;
}

.pbmit-service-style-4 .pbmit-svg-btn i {
    font-size: 30px;
    line-height: 80px;
    color: var(--pbmit-white-color);
}

.pbmit-service-style-4 .pbmit-featured-wrapper {
    display: none;
}

.pbmit-service-style-4 .pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    z-index: 50;
}


/** Style 5 **/

.pbmit-service-style-5 .pbminfotech-post-item {
    position: relative;
}

.pbmit-service-style-5 .pbmit-content-inner,
.pbmit-service-style-5 .pbminfotech-box-content {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.pbmit-service-style-5 .pbminfotech-box-content {
    padding-bottom: 10px;
}

.pbmit-service-style-5 .pbmit-content-inner::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -10px;
    left: 0;
    background-color: var(--pbmit-white-color);
    -webkit-transition: all .800s ease-in-out;
    transition: all .800s ease-in-out;
}

.pbmit-service-style-5:hover .pbmit-content-inner::after {
    width: 100%;
}

.pbmit-service-style-5 .pbmit-service-icon-wrapper img {
    width: 80px;
    height: 80px;
    margin-right: 45px;
}

.pbmit-service-style-5 .pbminfotech-icon-box i {
    font-size: 80px;
    line-height: 80px;
    padding-right: 45px;
    color: var(--pbmit-global-color);
}

.pbmit-service-style-5 .pbminfotech-box-number {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-service-style-5 .pbminfotech-box-number::after {
    content: ".";
    position: absolute;
    bottom: 0;
    right: -3px;
}

.pbmit-service-style-5 .pbmit-service-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding-left: 10px;
    font-weight: 500;
}

.pbmit-service-style-5 .pbmit-service-title,
.pbmit-service-style-5 .pbmit-service-title a {
    color: var(--pbmit-white-color);
}

.pbmit-service-style-5 .pbmit-svg-btn a {
    padding: 0;
    background-color: transparent;
}

.pbmit-service-style-5 .pbmit-svg-btn a svg {
    height: 12px !important;
    width: 12px !important;
    opacity: 0;
    visibility: hidden;
}

.pbmit-service-style-5:hover .pbmit-svg-btn a svg {
    opacity: 1;
    visibility: visible;
}

.pbmit-service-style-5:hover .pbmit-svg-btn a svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-white-color);
}

.pbmit-service-style-5 .pbmit-hover-img {
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin-top: -100px;
    margin-left: 50px;
    transform: scale(0.4);
    transform-origin: 50% 50%;
}


/*----------------------------------------*/


/*  05 - Portfolio
/*----------------------------------------*/


/** Style 1 **/

.pbmit-portfolio-style-1 {
    margin-bottom: 30px;
}

.pbmit-portfolio-style-1 .pbminfotech-post-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    margin-top: 5px;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);
    background: linear-gradient(to top, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
    width: 100%;
    transition: all 500ms ease;
}

.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {
    transform: scale(1.05);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
    margin: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 30px 50px 30px;
}

.pbmit-portfolio-style-1 .pbmit-port-cat,
.pbmit-portfolio-style-1 .pbmit-portfolio-title {
    opacity: 0;
    transform: translateY(15px);
    transition: .5s ease;
}

.pbmit-portfolio-style-1:hover .pbmit-port-cat,
.pbmit-portfolio-style-1:hover .pbmit-portfolio-title {
    opacity: 1;
    transform: translateY(0);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-port-cat a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content a {
    color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-1:hover .pbmit-portfolio-title {
    transition-delay: .1s;
}


/** Style 2 **/

.pbmit-portfolio-style-2 {
    overflow: hidden;
}

.pbmit-ele-portfolio.pbmit-portfolio-style-2 {
    margin-bottom: 30px;
}

.pbmit-portfolio-style-2 .pbminfotech-box-content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    padding: 25px 30px;
    opacity: 0;
    word-break: break-word;
    transform: translateX(-100%);
    background: var(--pbmit-white-color);
    transition: all .5s;
}

.pbmit-portfolio-style-2:hover .pbminfotech-box-content {
    transition: all .5s;
    opacity: 1;
    transform: translateX(0);
}

.pbmit-portfolio-style-2 .pbmit-port-cat a {
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    /* font-family: var(--pbmit-heading-typography-font-family); */
}

.pbmit-portfolio-style-2 .pbmit-port-cat a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: rgba(33, 44, 64, 0.9);
    -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-portfolio-style-2 .pbmit-title:hover,
.pbmit-portfolio-style-2 .pbmit-port-cat a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-2 .pbmit-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
}

.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
    width: 100%;
    transform: scale(1.05) rotate(.5deg);
    transform-origin: 90% 50%;
    transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}

.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
    transform: scale(1.001) rotate(0);
}

.pbmit-portfolio-style-2 .pbminfotech-post-content {
    position: relative;
    overflow: hidden;
}


/*----------------------------------------*/


/*  06 - Blog
/*----------------------------------------*/

.pbmit-ele-blog .pbmit-meta-line {
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 5px;
    margin-right: 15px;
    position: relative;
    font-weight: 500;
}

.pbmit-ele-blog .pbmit-meta-line a {
    color: var(--pbmit-body-typography-color);
}

.pbmit-ele-blog .pbmit-meta-line>* {
    display: inline-block;
}

.pbmit-ele-blog .pbmit-meta-line>:not(:last-child) {
    padding-right: 30px;
    position: relative;
}

.pbmit-ele-blog .pbmit-meta-line>:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--textlight);
    -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%);
}


/** Style 1 **/

.pbmit-blog-style-1 {
    position: relative;
}

.pbmit-blog-style-1 .pbmit-featured-img-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pbmit-blog-style-1 .pbmit-post-title {
    font-size: 26px;
    line-height: 32px;
    /* margin: 15px 0 20px 0; */
    margin: max(1rem, 1vw) 0;
}


/* .pbmit-blog-style-1 .pbmit-svg-btn a:hover {
	background: var(--pbmit-blackish-color);
} */

.pbmit-ele.pbmit-blog-style-1 {
    /* margin-bottom: 30px; */
    margin-bottom: max(2rem, 2.5vw);
}

.pbmit-blog-style-1 .pbmit-svg-btn {
    display: inline-block;
}


/* .pbmit-blog-style-1 .pbmit-svg-btn a{
	padding: 10px 30px;
    border-radius: 50px;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	display: inline-block;
	font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
} */

.pbmit-blog-style-1 .pbmit-svg-btn svg {
    height: 10px;
    margin-top: -2px;
    margin-left: 8px;
}

.pbmit-blog-style-1 .pbmit-svg-btn svg line {
    stroke: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-post-title a {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-svg-btn a {
    background: var(--pbmit-white-color);
    color: var(--pbmit-global-color);
}

.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-svg-btn svg line {
    stroke: var(--pbmit-global-color);
}

.pbmit-blog-style-1 .pbmit-svg-btn:hover svg line {
    stroke-dashoffset: 0 !important;
}


/** Style 2 **/

.pbmit-blog-style-2 .post-item {
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(17, 25, 38, 0.2);
}

.pbmit-blog-style-2 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
    margin-right: 25px;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 160px;
}

.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pbmit-blog-style-2 .post-item .pbmit-content-wrapper {
    flex: 1;
    padding-right: 60px;
}

.pbmit-blog-style-2 .pbmit-meta-category a {
    font-weight: 500;
    color: #666;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-blog-style-2 .pbmit-post-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbmit-blog-style-2 .pbmit-svg-btn a {
    padding: 0;
    background-color: transparent;
}

.pbmit-blog-style-2 .pbmit-svg-btn a svg {
    height: 30px !important;
    width: 30px !important;
}

.pbmit-blog-style-2 .pbmit-svg-btn a svg line {
    stroke-width: 1px !important;
}

.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-post-title a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-post-title a {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-meta-line>*:not(:last-child)::after,
.pbmit-bg-color-blackish .pbmit-meta-line>*:not(:last-child)::after {
    background-color: rgba(255, 255, 255, 0.2);
}

.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-line {
    color: rgba(var(--pbmit-white-color-rgb), 0.6);
}

.pbmit-bg-color-global .pbmit-blog-style-2 .post-item,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .post-item {
    border-bottom-color: rgba(var(--pbmit-white-color-rgb), 0.06);
}

.pbmit-blog-style-2:hover .pbmit-svg-btn a svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-global-color);
}


/** Style 3 **/

.pbmit-blog-style-3 {
    margin-bottom: 30px;
}

.pbmit-blog-style-3 .post-item {
    padding: 34px;
    position: relative;
    border: 1px solid rgba( 17, 25, 38, 0.1);
}

.pbmit-blog-style-3 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
    margin-right: 25px;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
    max-width: 250px;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pbmit-blog-style-3 .pbmit-content-wrapper {
    display: grid;
}

.pbmit-blog-style-3 .pbmit-cat-arrow-wrap {
    align-self: self-start;
}

.pbmit-blog-style-3 .pbmit-meta-line>* {
    display: inline-block;
}

.pbmit-blog-style-3 .pbmit-meta-line>*:not(:last-child) {
    padding-right: 30px;
    position: relative;
}

.pbmit-blog-style-3 .pbmit-meta-line>*:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: 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%);
}

.pbmit-blog-style-3 .pbmit-meta-line {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-right: 15px;
    position: relative;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666666;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-blog-style-3 .pbmit-post-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    align-self: self-end;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbmit-blog-style-3 .pbmit-svg-btn a {
    padding: 0;
    background-color: transparent;
}

.pbmit-blog-style-3 .pbmit-svg-btn a svg {
    height: 15px !important;
    width: 15px !important;
}

.pbmit-blog-style-3 .pbmit-svg-btn a svg line {
    stroke-width: 1px !important;
}

.pbmit-blog-style-3:hover .pbmit-svg-btn a svg line {
    stroke-dashoffset: 0;
}


/*----------------------------------------*/


/*  07 - Testimonial
/*----------------------------------------*/


/** Style 1 **/

.pbmit-testimonial-style-1 .pbminfotech-box-wapper,
.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
    display: flex;
    align-items: center;
}

.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
    justify-content: space-between;
    margin-bottom: 90px;
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    border-radius: 100%;
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i {
    color: rgba(var(--pbmit-global-color-rgb), 0.6);
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-1 .pbminfotech-post-item {
    padding: 50px 40px;
    background: var(--pbmit-light-color);
}

.pbmit-testimonial-style-1 blockquote {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    padding-top: 60px;
    border: 0;
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-1 blockquote::before {
    content: '\e88e';
    font-family: 'pbminfotech-base-icons';
    font-size: 35px;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 0;
}

.pbmit-testimonial-style-1 blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item {
    background-color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i {
    color: rgba(var(--pbmit-global-color-rgb), 0.15);
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
    color: #dfe0e2;
}


/** Style 2 **/

.pbmit-testimonial-style-2 blockquote {
    padding: 0;
    margin: 0;
    /* font-size: 30px; */
    font-size: 25px;
    line-height: 30px;
    /* line-height: 1.6; */
    border: 0;
    margin-bottom: 30px;
    font-weight: 500 !important;
    color: var(--black);
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
    color: rgba(var(--pbmit-global-color-rgb), 0.6);
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-content-inner {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-content {
    position: relative;
    padding-left: 115px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-content::before {
    content: '\e88e';
    font-family: 'pbminfotech-base-icons';
    font-size: 60px;
    line-height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    /* color: var(--primary); */
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary);
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 100%;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
    color: rgba(var(--pbmit-global-color-rgb), 0.6);
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
    color: var(--primary);
}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 blockquote {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
    color: rgba(255, 255, 255, 0.3);
}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
    color: rgba(255, 255, 255, 0.8);
}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-title {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
    color: rgba(255, 255, 255, .5);
}


/*----------------------------------------*/


/*  08 - Header
/*----------------------------------------*/

.site-header .pbmit-header-overlay {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.site-title {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100px;
    transition: none;
    line-height: inherit;
}

.site-title a {
    display: flex;
    align-items: center;
    line-height: inherit;
}


/* .site-header .pbmit-header-button a{
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
	display: inline-block;
	padding: 10px 30px;
    border-radius: 50px;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	font-family: var(--pbmit-btn-typography-font-family);
} */

.site-header .pbmit-svg-btn a svg line {
    stroke: var(--pbmit-white-color);
}


/** Header Style 1 **/

.pbmit-header-info-inner .pbmit-header-box span {
    display: block;
}

.pbmit-header-info-inner .pbmit-header-box-content {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    color: var(--pbmit-white-color);
}

.pbmit-header-search-btn {
    position: relative;
}

.pbmit-header-search-btn a {
    font-size: 20px;
}


/** Header Style 2 **/

.header-style-2 .pbmit-header-content {
    position: relative;
}

.header-style-2 .site-header-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}


/** Header Style 3 **/

.header-style-3 .pbmit-logo-menuarea {
    padding: 0 35px;
    border-right: 1px solid rgba(33, 44, 64, .1);
}

.header-style-3 .pbmit-pre-header-wrapper {
    height: 55px;
    line-height: 55px;
}

.header-style-3 .pbmit-contact-info {
    font-size: 15px;
}

.header-style-3 .pbmit-contact-info li {
    display: inline-block;
    vertical-align: top;
    float: left;
    color: #666;
}

.header-style-3 .pbmit-contact-info li:first-child {
    padding-left: 0;
}

.header-style-3 .pbmit-contact-info li:not(:last-child) {
    padding: 0 20px 0 0;
}

.header-style-3 .pbmit-contact-info li i {
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    font-weight: 800;
    color: var(--pbmit-global-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-style-3 .pbmit-pre-header-right {
    display: flex;
    align-items: center;
}

.header-style-3 .pbmit-pre-header-right ul li {
    float: left;
}

.header-style-3 .pbmit-header-search-btn a {
    color: rgba(17, 25, 38, 1);
}

.header-style-3 .pbmit-header-search-btn a:hover {
    color: var(--pbmit-global-color);
}

.header-style-3 .pbmit-button-box .pbmit-btn {
    padding: 10px 30px;
}

.header-style-3 .pbmit-button-box .pbmit-btn .pbmit-svg-arrow {
    margin-left: 5px;
    margin-top: -2px;
}


/** Header Style 5 **/

.header-style-5 .site-title {
    height: 80px;
}

.header-style-5 .pbmit-header-info-inner .pbmit-header-box-content {
    color: var(--pbmit-blackish-color);
}

.header-style-5 .pbmit-header-info .pbmit-social-links li {
    float: left;
}

.header-style-5 .pbmit-header-search-btn a {
    color: rgba(17, 25, 38, 1);
}


/*----------------------------------------*/


/*  09 - Footer
/*----------------------------------------*/

.footer.site-footer {
    position: relative;
    padding: 100px 0 40px 0;
    font-size: 16px;
    /* color: var(--pbmit-white-color); */
    /* background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    background-attachment: scroll; */
}

.pbmit-footer-logo img {
    /* max-height: 35px; */
    width: max(10rem, 10vw);
}

.pbmit-footer-big-area-wrapper h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    /* color: var(--pbmit-white-color); */
}

.footer-widget-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
}

.pbmit-footer-newsletter {
    position: relative;
    padding-left: 80px;
}

.pbmit-footer-newsletter input {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--black);
    border-radius: 0;
    transition: all 500ms ease;
}

.pbmit-footer-newsletter input::placeholder {
    opacity: .7;
    color: var(--black);
}

.pbmit-footer-newsletter button {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    width: 20px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 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-footer-newsletter button svg {
    margin: 0;
    height: 15px;
    width: 15px;
}

.pbmit-footer-newsletter button svg line {
    stroke: var(--primary);
}

.pbmit-footer-newsletter button:hover svg line {
    stroke-dashoffset: 0;
}

.pbmit-footer-main-area>.container {
    /* padding-left: 27%; */
}

.pbmit-footer-widget-area .widget {
    /* padding-top: 75px; */
    padding-top: 45px;
    position: relative;
}

.pbmit-footer-widget-area .widget-title {
    /* font-family: var(--pbmit-heading-typography-font-family); */
    /* font-weight: 600; */
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: var(--primary);
    text-transform: capitalize;
    margin-bottom: 25px;
}

.pbmit-contact-widget-phone {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.pbmit-footer-widget-col-3 .pbmit-social-links li {
    float: left;
    margin: 0 20px 8px 0;
}

.pbmit-footer-widget-col-3 .pbmit-social-links li a {
    font-size: 15px;
    display: inline-block;
    border-radius: 0;
    text-align: center;
    color: var(--primary);
}

.pbmit-footer-text-area {
    padding: 30px 0;
    margin-top: 45px;
    border-top: 1px solid var(--textlighter);
    /* color: rgba(255,255,255,.6); */
}

.pbmit-footer-text-area .pbmit-footer-text-inner {
    font-size: 14px;
}

.pbmit-footer-copyright-text-area a:hover {
    /* color: var(--pbmit-white-color); */
}

.pbmit-footer-menu-area {
    text-align: right;
}

.pbmit-footer-menu-area li {
    display: inline-block;
}

.pbmit-footer-menu-area li a {
    position: relative;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
}


/* .pbmit-footer-menu-area li:not(:last-child) a:after{
	content: "";
    position: absolute;
    width: 2px;
    height: 11px;
    background-color: rgba(255,255,255,.1);
    top: 50%;
    right: 0;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
} */

.pbmit-footer-menu-area li:last-child a {
    padding-right: 0;
    margin-right: 0;
}


/*----------------------------------------*/


/*  10 - Title Bar
/*----------------------------------------*/

.pbmit-title-bar-wrapper {
    /* background-image: url(../images/titlebar-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll; */
    position: relative;
    z-index: 1;
}

.pbmit-title-bar-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none!important;
}

.pbmit-title-bar-wrapper:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    width: 100%;
    height: 100%;
    /* background: -moz-linear-gradient(right,rgba(33, 44, 64,.77) 0%,rgba(33, 44, 64,.77) 63%,rgba(33, 44, 64,0) 100%);
    background: -webkit-linear-gradient(right,rgba(33, 44, 64,.77) 0%,rgba(33, 44, 64,.77) 63%,rgba(33, 44, 64,0) 100%);
    background: linear-gradient(to right,rgba(33, 44, 64,.77) 0%,rgba(33, 44, 64,.77) 63%,rgba(33, 44, 64,0) 100%); */
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 166, 181, 1)), to(rgba(0, 166, 181, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 166, 181, 1), rgba(0, 166, 181, 0));
    background-image: linear-gradient(to right, rgba(0, 166, 181, 1), rgba(0, 166, 181, 0));
}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-content {
    min-height: 595px;
}

.pbmit-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0;
    padding-top: 190px;
}

.pbmit-tbar-title {
    /* font-weight: 500; */
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    margin-bottom: 10px;
    color: var(--pbmit-white-color);
    /* font-family: var(--pbmit-heading-typography-font-family); */
}

.pbmit-title-bar-wrapper .pbmit-breadcrumb {
    display: block;
}

.pbmit-title-bar-wrapper .pbmit-breadcrumb {
    margin-top: 5px;
}

.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: var(--pbmit-white-color);
    text-transform: none;
    font-style: normal;
    /* font-family: var(--pbmit-body-typography-font-family); */
}

.pbmit-breadcrumb-inner .sep {
    margin: 0;
}

.pbmit-breadcrumb-inner i {
    font-size: 14px;
    line-height: 14px;
    top: 0;
    margin: 0 0;
    display: inline-block;
    position: relative;
    color: var(--pbmit-white-color);
}

.pbmit-breadcrumb-inner i:before {
    margin: 0;
}


/*----------------------------------------*/


/*  11 - Overlap Colomn
/*----------------------------------------*/

.overlap-colomn {
    position: relative;
}

.overlap-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.overlap-img,
.overlap-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlap-left {
    margin-left: -500px;
}

.overlap-right {
    margin-right: -500px;
    width: auto;
    left: 0;
    right: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.content-element-text {
    position: relative;
    z-index: 99;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 30px;
}


/*----------------------------------------*/


/*  12 - Accordion
/*----------------------------------------*/

.accordion-item {
    border: none;
    position: relative;
    background-color: transparent;
    color: inherit;
}

.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-button {
    position: relative;
    padding: 20px 60px 20px 0;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    border-radius: 0 !important;
    outline: none;
    background-color: transparent;
    transition: all .25s ease-in-out;
    border-bottom: 1px solid rgba(33, 44, 64, .2);
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.pbmit-accordion-icon.pbmit-accordion-icon-right {
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 100%;
    font-size: 18px;
    line-height: 60px;
    display: inline-block;
    text-align: center!important;
    background-color: transparent;
    color: var(--pbmit-global-color);
}

.accordion-item.active .pbmit-accordion-icon-closed {
    display: none;
}

.accordion-item .pbmit-accordion-icon-closed {
    display: block;
}

.accordion-item .pbmit-accordion-icon-opened {
    display: none;
}

.accordion-item.active .pbmit-accordion-icon-opened {
    display: block;
}

.accordion-button::after {
    display: none;
}

.accordion-item .pbmit-accordion-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.accordion-item .pbmit-accordion-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.accordion-item .pbmit-accordion-title span {
    font-size: 15px;
    line-height: 24px;
    margin-right: 15px;
    color: var(--pbmit-global-color);
}

.accordion-body {
    padding: 20px 80px 40px 25px;
    border-bottom: 1px solid rgba(33, 44, 64, .2);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(33, 44, 64, .2);
}


/*----------------------------------------*/


/*  13 - Circle Progress
/*----------------------------------------*/

.db-circle-overlay {
    position: absolute;
    top: 50%;
    -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%);
    left: 0;
    width: 100%;
    text-align: center
}

.db-fidbox-style-2 .db-circle-w {
    position: relative;
    text-align: center
}

.db-fidbox-style-2 .db-fid-title {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0
}

.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number {
    font-size: 20px;
    color: #fff;
    font-weight: bold
}

.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0
}

.db-fidbox-style-1 .db-fid-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0
}

.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block
}

.db-fidbox-style-1 .db-fid-title-w {
    width: 43%;
    margin-left: 12px
}

.db-fidbox-style-1 .db-circle-w {
    width: 122px;
    position: relative;
    vertical-align: top
}

.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px;
    font-weight: bold
}

.db-fidbox-style-1 .db-circle-number sub {
    bottom: 0
}

.db-fidbox-style-1 .db-fid-title-w {
    position: absolute;
    top: 50%;
    -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%)
}

.db-fidbox-style-1 .db-fid-title-w h3 {
    margin-bottom: 0
}

.db-circle canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.db-circle canvas {
    max-width: 100%;
    height: auto !important
}

.db-overlap-row {
    position: relative;
    z-index: 1
}

.db-overlap-row-section {
    position: relative;
    z-index: 2
}


/*----------------------------------------*/
/*  14 - List Group
/*----------------------------------------*/

.list-group-borderless .list-group-item {
    display: flex;
    font-size: inherit;
    gap: 0.7rem;
    /* align-items: center; */
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    background: transparent;
    color: var(--textlight);
}

.list-group-borderless .list-group-item.hasSubmenu {
    display: block;
}

.list-group-borderless .list-group-item.hasSubmenu .wrapper {
    display: flex;
    font-size: inherit;
    align-items: center;
    margin: 0;
    /* padding: 0.5rem 0; */
    position: relative;
    border: none;
    background: transparent;
    /* border-bottom: 1px solid #d9d9d9; */
}

.list-group-borderless .list-group-item.hasSubmenu svg {
    width: 2rem;
}

.list-group-borderless .list-group-item.hasSubmenu ul {
    padding-left: calc(2rem + 10px);
    /* padding-left: 3rem; */
    padding-top: 0.5rem;
    font-size: 15px;
    list-style-type: circle;
}

.list-group-borderless .list-group-item:not(:last-child) {
    padding-bottom: calc(15px/2);
}

.list-group-borderless .list-group-item:not(:first-child) {
    margin-top: calc(15px/2);
}

.list-group .pbmit-icon-list-icon {
    display: flex;
    position: relative;
    line-height: normal;
    margin-top: 0px;
    padding-right: 0px;
}

.list-group .pbmit-icon-list-icon i {
    font-size: 17px;
    position: relative;
    width: 1.25em;
    line-height: 0px;
    top: 0;
    color: var(--primary);
    font-weight: 900;
    transform: rotate(16deg);
}

.list-group .pbmit-icon-list-text {
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 0;
    line-height: 22px;
    color: var(--textlight);
}


/*----------------------------------------*/


/*  15 - Revolution
/*----------------------------------------*/


/** Slider 01 **/

#rev_slider_1_1_wrapper .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1)
}

#rev_slider_1_1_wrapper .zeus.tparrows:before {
    font-family: 'pbminfotech-base-icons';
    font-size: 31px;
    color: #ffffff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

#rev_slider_1_1_wrapper .zeus.tparrows.tp-leftarrow:before {
    content: '\e81e'
}

#rev_slider_1_1_wrapper .zeus.tparrows.tp-rightarrow:before {
    content: '\e814'
}

#rev_slider_1_1_wrapper .zeus .tp-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%
}

#rev_slider_1_1_wrapper .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}

#rev_slider_1_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}

#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}

#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.pbmit-svg-arrow {
    height: 10px;
    margin-left: 8px;
}

.pbmit-svg-arrow line {
    fill: none;
    stroke: var(--pbmit-global-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.pbmit-svg-arrow line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset .5s cubic-bezier(.61, 1, .88, 1);
}

.pbmit-svg-arrow line:nth-child(2),
.pbmit-svg-arrow line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset .6s cubic-bezier(.61, 1, .88, 1) .3s;
}

.rev-btn:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-white-color);
}


/** Slider 02 **/

.pbmit-slide-title svg {
    height: 10px;
    margin-top: -2px;
    margin-left: 5px
}

.pbmit-slide-title svg {
    width: 120px;
    height: 80px;
    position: relative;
    top: -11px
}

.pbmit-slide-title svg {
    fill: none;
    stroke: var(--pbmit-global-color);
    stroke-width: 2;
    stroke-miterlimit: 10
}

.pbmit-slide-title svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1)
}

.pbmit-slide-title svg line:nth-child(2),
.pbmit-slide-title svg line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s
}

.pbmit-slide-title:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-white-color)
}

.pbmit-slide-title svg line {
    stroke: var(--pbmit-white-color)
}

.pbmit-rev-button-global.rev-btn svg line {
    stroke: var(--pbmit-white-color);
}

.pbmit-rev-button-global.rev-btn:hover svg line {
    stroke: var(--pbmit-global-color);
}

#rev_slider_2_1_wrapper .uranus .tp-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 15px;
    height: 15px
}

#rev_slider_2_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent
}

#rev_slider_2_1_wrapper .uranus .tp-bullet-inner {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute
}

#rev_slider_2_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(255, 255, 255, 1)
}


/** Slider 03 **/

#rev_slider_3_1_wrapper .uranus .tp-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 15px;
    height: 15px
}

#rev_slider_3_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_3_1_wrapper .uranus .tp-bullet.rs-touchhover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent
}

#rev_slider_3_1_wrapper .uranus .tp-bullet-inner {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute
}

#rev_slider_3_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_3_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(255, 255, 255, 1)
}

#rev_slider_3_1_wrapper .rev-btn.pbmit-rev-outline svg line {
    stroke: var(--pbmit-white-color);
}

#rev_slider_3_1_wrapper .rev-btn.pbmit-rev-outline:hover svg line {
    stroke: var(--pbmit-blackish-color);
}


/** Slider 04 **/

#rev_slider_4_1_wrapper .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1)
}

#rev_slider_4_1_wrapper .zeus.tparrows:before {
    font-family: 'pbminfotech-base-icons';
    font-size: 30px;
    color: #ffffff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

#rev_slider_4_1_wrapper .zeus.tparrows.tp-leftarrow:before,
#rev_slider_5_1_wrapper .persephone.tparrows.tp-leftarrow:before {
    content: '\e81e'
}

#rev_slider_4_1_wrapper .zeus.tparrows.tp-rightarrow:before,
#rev_slider_5_1_wrapper .persephone.tparrows.tp-rightarrow:before {
    content: '\e814'
}

#rev_slider_4_1_wrapper .zeus .tp-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%
}

#rev_slider_4_1_wrapper .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}

#rev_slider_4_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}

#rev_slider_4_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}

#rev_slider_4_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}


/** Style 5 **/

.pbmit-slide-title svg {
    height: 10px;
    margin-top: -2px;
    margin-left: 5px
}

.pbmit-slide-title svg {
    width: 60px;
    height: 60px;
    margin: 0
}

.pbmit-slide-title svg {
    fill: none;
    stroke: var(--pbmit-global-color);
    stroke-width: 1;
    stroke-miterlimit: 10
}

.pbmit-slide-title svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1)
}

.pbmit-slide-title svg line:nth-child(2),
.pbmit-slide-title svg line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s
}

.pbmit-slide-title:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--pbmit-white-color)
}

#rev_slider_5_1_wrapper .pbmit-slide-title svg line {
    stroke: var(--pbmit-white-color);
    stroke-width: 1px;
}

#rev_slider_5_1_wrapper .persephone.tparrows {
    cursor: pointer;
    background: transparent;
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    border: 1px solid #ffffff
}

#rev_slider_5_1_wrapper .persephone.tparrows.rs-touchhover {
    background: transparent
}

#rev_slider_5_1_wrapper .persephone.tparrows:before {
    font-family: 'pbminfotech-base-icons';
    font-size: 30px;
    color: #ffffff;
    display: block;
    line-height: 60px;
    text-align: center
}


/*----------------------------------------*/


/*  16 - Marquee
/*----------------------------------------*/


/** Style 1 **/

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after,
.pbmit-marquee-effect-style-1 .pbmit-element-title {
    -webkit-text-size-adjust: 0%;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: #dcdcdc;
    -webkit-text-stroke-color: #dcdcdc;
    -webkit-text-stroke-width: 1px;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
    /* font-family: Open Sans,sans-serif; */
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
    position: relative;
    margin-left: 50px !important;
    margin-right: 50px !important;
    display: flex;
    align-items: center;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
    /* content: "\e88f"; */
    content: unset;
    font-family: 'pbminfotech-base-icons';
    position: absolute;
    top: 40%;
    left: -70px;
    display: inline-block;
    font-size: 35px;
    line-height: 35px;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper .marquee-shape {
    position: absolute;
    top: 50%;
    left: -70px;
    display: inline-block;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper .marquee-shape svg {
    /* width: max(1rem, 3vw); */
    height: 3rem;
    width: 3rem;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper .marquee-separator {
    /* display: flex; */
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper .marquee-separator svg {
    /* width: max(1rem, 3vw); */
    height: 3rem;
    width: 3rem;
    display: inline-block;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper .marquee-separator svg path {
    /* width: max(1rem, 3vw); */
    stroke: var(--outline-light);
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper .marquee-shape svg path {
    stroke: var(--outline-light);
}
.pbmit-bg-color-global .pbmit-marquee-effect-style-1 .pbmit-element-title {
    line-height: 1;
}
.pbmit-bg-color-global .pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-bg-color-global .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
}


/*----------------------------------------*/


/*  17 - Client
/*----------------------------------------*/

.pbmit-hide {
    display: none;
}


/** Style 1 **/

.pbmit-client-style-1 {
    overflow: hidden;
    padding-right: 1px;
    position: relative;
}

.pbmit-client-style-1 .pbmit-client-content {
    text-align: center;
    padding: 80px 20px;
    border: 1px solid rgba(33, 44, 64, 0.20);
}

.pbmit-element-client-style-1 .pbmit-marquee-container .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
    position: relative;
}

.pbmit-client-style-1 .pbmit-client-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
    height: -webkit-max-content;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.pbmit-client-style-1 .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.pbmit-client-style-1 .pbmit-client-hover-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
}

.pbmit-client-style-1 .pbmit-client-hover-img {
    transform: translateY(-100%);
}

.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
    visibility: visible;
    transform: translateY(0%);
}

.pbmit-client-style-1 .pbmit-featured-wrapper {
    transform: translateY(0%);
}

.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
    transform: translateY(100%);
}


/*----------------------------------------*/


/* 18 - Pricing Table
/*----------------------------------------*/

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
    position: relative;
    overflow: hidden;
    padding: 65px;
    z-index: 1;
    text-align: center;
    background-color: var(--pbmit-light-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
    background: var(--pbmit-white-color);
    border: 1px solid rgba(33, 44, 64, 0.2);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w {
    font-size: 15px;
    line-height: 25px;
    padding: 0px 12px 0 15px;
    position: absolute;
    top: 18px;
    right: 0;
    background-color: #e6b906;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 4px solid var(--pbmit-white-color);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}


/* .pbminfotech-ele-ptable-style-1 .pbmit-icon-type-icon {
	font-size: 100px;
	line-height: 100px;
	color: var(--pbmit-global-color);
} */

.pbminfotech-ele-ptable-style-1 .pbmit-icon-type-icon svg {
    width: max(4rem, 5vw);
    fill: var(--primary);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-image img {
    margin-bottom: 30px;
    width: 150px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-text {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-icon-type-icon {
    color: rgba(var(--pbmit-global-color-rgb), 0.2);
}

.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
    padding-bottom: 40px;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
    font-size: 80px;
    line-height: 80px;
    color: var(--pbmit-global-color);
    padding: 0 1px;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price-w {
    position: relative;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
    font-size: 45px;
    line-height: 50px;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
    margin-left: 2px;
    align-self: center;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    bottom: -16px;
    letter-spacing: -0.6px;
    font-weight: 500;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn {
    display: inline-flex;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a {
    padding: 12px 28px;
    background-color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover {
    background-color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    padding: 0 30px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
    padding: 50px 35px;
    margin-top: 30px;
    border-top: 1px solid rgba(33, 44, 64, 0.2);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line:last-child {
    margin-bottom: 0;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line i {
    padding-right: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    top: 3px;
    transform: rotate(14deg);
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 800;
    font-style: normal;
}


/* --------------------------------------
* 19 - Sortable
* ---------------------------------------*/

.pbmit-sortable-list-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    display: block;
    text-align: center;
}

.pbmit-sortable-list-ul li {
    display: inline-block;
}

.pbmit-sortable-list a {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.pbmit-sortable-list a.pbmit-selected {
    background: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}


/* --------------------------------------
* 20 - Img Animation
* ---------------------------------------*/

.pbmit-animation-style4,
.pbmit-animation-style3,
.pbmit-animation-style2,
.pbmit-animation-style1 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(.5, .5, 0, 1);
}

.pbmit-animation-style4 img,
.pbmit-animation-style3 img,
.pbmit-animation-style2 img,
.pbmit-animation-style3 img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5, .5, 0, 1);
}


/* --------------------------------------
* 21 - Card Box
* ---------------------------------------*/

.pbmit-element-card-box-style-1 .pbmit-content-box .pbmit-card-box-wrapper-inner {
    border: 1px solid #e5e5e5;
    background-color: var(--pbmit-white-color);
}

.pbmit-element-card-box-style-1 .pbmit-card-box {
    padding: 0 150px 0 90px;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-number h4 {
    font-size: 130px;
    line-height: 130px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 60px;
    -webkit-text-size-adjust: 0%;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: var(--pbmit-global-color);
    -webkit-text-stroke-color: var(--pbmit-global-color);
    -moz-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    font-family: Open Sans, sans-serif;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-title h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--pbmit-global-color);
}

.pbmit-element-card-box-style-1 .pbmit-card-box-desc {
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-line {
    padding: 40px 0 0 20px;
}

.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--pbmit-global-color);
}

.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p::before {
    content: '\e88d';
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    top: 6px;
    left: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: var(--pbmit-global-color);
}


/* --------------------------------------
* 22 - Split-Slide
* ---------------------------------------*/

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
    padding: 100px 250px 150px 120px;
    position: relative;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox .pbmit-split-slide-item {
    margin: 0 0 35px 0;
    position: relative;
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc {
    font-size: 16px;
    line-height: 26px;
    /* overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; */
    /* color: rgba(255, 255, 255,0.8); */
}

.pbmit-element-split-slide-style-1 .pbmit-heading-subheading {
    margin: 0;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox,
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img {
    padding: 150px 0 0 0;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img .pbmit-bg-imgbox {
    position: relative;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.first,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.last,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.active {
    opacity: 1;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-highlight-image {
    position: relative;
    overflow: hidden;
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-ihbox-icon {
    margin-right: 30px;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4 {
    font-size: 36px;
    /* font-weight: 500; */
    line-height: 42px;
    z-index: 1;
    /* margin-bottom: 35px; */
    /* padding-bottom: 35px; */
    /* color: var(--pbmit-white-color); */
    /* border-bottom: 1px solid var(--black); */
}

.pbmit-split-slide-title {
    border-bottom: 1px solid var(--black);
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.pbmit-bg-color-global .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc {
    /* color: rgba(255, 255, 255,0.8); */
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
    font-size: clamp(4rem, 6vw + 1rem, 7.5rem);
    line-height: 100px;
    margin: 0;
    /* padding-bottom: 80px; */
    padding-top: max(1rem, 3vw);
    padding-bottom: max(2rem, 4vw);
    color: transparent;
    -webkit-text-size-adjust: 0%;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: var(--primary);
    -webkit-text-stroke-color: var(--primary);
    -moz-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    font-family: var(--font-black);
}

.pbmit-bg-color-global.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
    -moz-text-stroke-color: rgba(255, 255, 255, 0.3);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-icon-type-icon {
    font-size: 85px;
    color: var(--pbmit-global-color);
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-icon-box-wrapper {
    margin: 0 0 40px 0;
    padding: 0 0 60px 0;
    position: relative;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .20);
}

.pbmit-element-split-slide-style-1 .pbmit-split-video-box,
.pbmit-element-split-slide-style-1 .pbmit-subheading-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pbmit-element-split-slide-style-1 .pbmit-split-icon-title {
    margin-right: 40px;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox {
    justify-content: space-between;
    overflow: hidden;
}

.pbmit-element-split-slide-style-1 .pbmit-split-icon-title h4 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}

.pbmit-element-split-slide-style-1 .pbmit-element-split-slide-wrapper {
    margin-top: -110px;
    z-index: -1;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img .pbmit-img-box {
    position: relative;
}


/* --------------------------------------
* 23 - Vertical Snap
* ---------------------------------------*/

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image {
    position: relative;
}

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-main-snap {
    position: relative;
    overflow: hidden;
}

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: -moz-linear-gradient(right, rgba(33, 44, 64, 0.8) 0%, rgba(33, 44, 64, 0.8) 63%, rgba(33, 44, 64, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(33, 44, 64, 0.8) 0%, rgba(33, 44, 64, 0.8) 63%, rgba(33, 44, 64, 0) 100%);
    background: linear-gradient(to left, rgba(33, 44, 64, 0.8) 0%, rgba(33, 44, 64, 0.8) 63%, rgba(33, 44, 64, 0) 100%);
}

.pbmit-verticle-snap-style-1 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-size: cover;
    background-position: bottom center;
    background-image: url(../images/homepage-3/bg/verticle-snap.jpg);
}

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-section {
    position: relative;
    z-index: 3;
}

.pbmit-verticle-snap-style-1 .pbmit-hs-wrap .container {
    padding: 0;
}

.pbmit-verticle-snap-style-1 .pbmit-hs-wrap {
    margin-left: 25%;
}

.pbmit-verticle-snap-style-1 .pbmit-verticle-content {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 40px;
    justify-content: space-between;
    border-bottom: 1px solid var(--pbmit-white-color);
}

.pbmit-verticle-snap-style-1 .pbmit-step-number,
.pbmit-verticle-snap-style-1 .pbmit-verticle-title {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
}

.pbmit-verticle-snap-style-1 .pbmit-step-number {
    padding-right: 160px;
}

.pbmit-verticle-snap-style-1 .pbmit-verticle-number {
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -2px;
    color: var(--pbmit-white-color);
}