

body {
    counter-reset: pbmitbox3;
}

/*----------------------------------------*/

/*  00 - Section Title
/*----------------------------------------*/

.pbmit-heading-subheading {
    margin-bottom: 40px;
    position: relative;
}

.pbmit-heading-subheading .pbmit-subtitle {

    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #000;
    font-style: normal;
    position: relative;
    display: inline-block;
    padding: 3px 23px 3px 23px;
    border-radius: 30px;
    margin-bottom: 15px;
    background-color: var(--pbmit-white-color);
}

.demo-six .pbmit-heading-subheading .pbmit-subtitle {
    color: var(--pbmit-secondary-color) !important;
}

.pbmit-heading-subheading .pbmit-subtitle.blackish-color {
    color: var(--pbmit-blackish-color);
}

.pbmit-heading-subheading .pbmit-subtitle.global-color {
    color: var(--pbmit-global-color) !important;
}

.pbmit-heading-subheading .pbmit-subtitle.secondary-color {
    color: var(--pbmit-secondary-color);
}

.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle {
    color: var(--pbmit-blackish-color);
}

.pbmit-bg-color-white .pbmit-heading-subheading .pbmit-subtitle {
    background-color: var(--pbmit-light-color);
}

.pbmit-heading-subheading .pbmit-title {
  font-family: "Exo 2", sans-serif ;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
    color: var(--pbmit-heading-color);
    text-transform: none;
    font-style: normal;
    margin-bottom: 0;
}

.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 30px;
}

.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-heading-desc {
    color: rgba(255, 255, 255, .8);
}

.pbmit-heading-subheading.text-white .pbmit-title {
    color: var(--pbmit-white-color);
}

.demo_ten .pbmit-heading-subheading .pbmit-subtitle {
    color: #3368c6;
}

/*=== For the same css ===*/

.pbmit-service-style-2 .pbmit-serv-cat a,
.pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-blog-style-1 .pbmit-meta-line,
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-text,
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail,
.header-style-1 .pbmit-header-button a .pbmit-header-button-text-2,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc,
.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper,
.pbminfotech-ele-ptable-style-1 .pbmit-button a,
.pbmit-ihbox-style-18 .pbmit-ihbox-box-number,
.pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title,
.pbmit-ihbox-style-29 .pbmit-ihbox-box-number,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper,
.pbmit-ihbox-style-32 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-39 .pbmit-heading-desc {
    font-weight: 500;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-ihbox-btn a,
.pbmit-service-btn {
    font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}

/*----------------------------------------*/

/*  01 - Icon Box
/*----------------------------------------*/

/** Style 1 **/

.pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg {
    margin-right: 25px;
}

.pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
    font-size: 50px;
}

.pbmit-ihbox-style-1 .pbmit-element-title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
    transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-1 .pbmit-element-title span {
    border-bottom: 1px solid var(--pbmit-blackish-color);
    font-weight: 600;
}

.pbmit-ihbox-style-1:hover .pbmit-element-title {
    transform: translateX(1%);
}

.pbmit-ihbox-style-1 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-bg-color-global .pbmit-ihbox-style-1 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

/** Style 2 **/

.pbmit-ihbox-style-2 .pbmit-ihbox-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg {
    margin-right: 25px;
}

.pbmit-ihbox-style-2 .pbmit-title-wrap {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.pbmit-ihbox-style-2 .pbmit-element-heading,
.pbmit-ihbox-style-2 .pbmit-element-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-2 .pbmit-element-heading {
    margin-right: 5px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-2:hover .pbmit-element-title {
    transform: translateX(1%);
}

.pbmit-ihbox-style-2 .pbmit-element-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-svg {
    font-size: 15px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image {
    width: 100px;
    height: 50px;
    margin-bottom: 30px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn a:hover {
    border-color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

/** Style 3 **/

.pbmit-ihbox-style-3 .pbmin-lightbox-video {
    position: relative;
    margin-left: 25px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-icon-wrapper:not(.pbmit-ihbox-icon-type-image),
.pbmit-ihbox-style-3 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42%);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 .pbmit-feature-wrapper-img .pbmit-ihbox-icon-type-image {
    width: 170px;
}

.pbmit-ihbox-style-3 .pbmit-feature-wrapper-img .pbmit-ihbox-icon-type-image img {
    border-radius: 20px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-contents {
    text-align: end;
}

.pbmit-ihbox-style-3 .pbmit-element-title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
    transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-3 .pbmit-icon-type-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
    font-size: 60px;
}

.pbmit-ihbox-style-3 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-icon-wrapper:not(.pbmit-ihbox-icon-type-image) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42%);
    font-size: 50px;
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-ihbox-style-3 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

/** Style 4 **/

.pbmit-ihbox-style-4 .pbmit-element-title {
    font-size: 40px;
    margin-bottom: 0;
    padding-left: 5px;
    margin-bottom: 20px;
}
.hero{
    width: 100%;
    border-radius: 50%;
}
.hero-f{
    position: absolute;
    width: 222px;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle,
.pbmit-ihbox-style-4 .pbmit-element-heading {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.6px;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    border: 1px solid var(--pbmit-blackish-color);
    border-radius: 30px;
    padding: 0 13px 0 20px;
    margin-bottom: 12px;
    transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-4:hover .pbmit-element-subtitle,
.pbmit-ihbox-style-4:hover .pbmit-element-heading {
    background-color: var(--pbmit-blackish-color);
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
    margin-bottom: 20px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-svg {
    font-size: 15px;
    margin-bottom: 20px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image {
    width: 80px;
    height: 50px;
    margin-bottom: 30px;
    object-fit: cover;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn {
    margin-top: 26px;
    display: inline-block;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn a {
    padding: 21px 35px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-text-color-white .pbmit-ihbox-style-4 .pbmit-element-subtitle,
.pbmit-text-color-white .pbmit-ihbox-style-4 .pbmit-element-heading {
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}

.pbmit-text-color-white .pbmit-ihbox-style-4:hover .pbmit-element-subtitle,
.pbmit-text-color-white .pbmit-ihbox-style-4:hover .pbmit-element-heading {
    background-color: var(--pbmit-white-color);
    border: 1px solid var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.pbmit-text-color-white .pbmit-ihbox-style-4 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

/** Style 5 **/

.pbmit-ihbox-style-5,
.pbmit-ihbox-style-5::before,
.pbmit-ihbox-style-5 .pbmit-element-title,
.pbmit-ihbox-style-5 .pbmit-heading-desc,
.pbmit-ihbox-style-5 .pbmit-icon-type-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg {
    margin-right: 30px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper {
    width: 140px;
    height: 140px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    font-size: 75px;
    line-height: 70px;
    color: var(--pbmit-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mr50{
    margin-right: 50px!important;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
    line-height: 50px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper {
    font-size: 20px;
    line-height: 20px;
}

.pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 0;
    transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-5 .pbmit-element-subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
}
.trophy{
    width: 207px;
    right: 23px;
    bottom: 0;
    opacity: .4;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image img {
    width: 110px;
    height: 80px;
    object-fit: cover;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-bg-color-global .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-ihbox-style-5 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

/** Style 9 **/

.pbmit-ihbox-style-9,
.pbmit-ihbox-style-9 .pbmit-icon-type-icon,
.pbmit-miconheading-style-9:hover .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon::before,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper::before,
.pbmit-miconheading-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text::before,
.pbmit-ihbox-style-9 .pbmit-ihbox-btn a {
    transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-9 .pbmit-element-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(3, 27, 78, .1);
}

.pbmit-ihbox-style-9 .pbmit-element-subtitle {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg {
    border: 3px solid var(--pbmit-global-color);
    border-radius: 50%;
    height: 127px;
    min-width: 127px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.pbmit-ihbox-style-9 .pbmit-icon-type-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper {
    font-size: 35px;
    line-height: 30px;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    position: relative;
    z-index: 0;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper {
    font-size: 15px;
    line-height: 15px;
}

.pbmit-ihbox-style-9 .pbmit-icon-type-icon::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--pbmit-blackish-color);
    z-index: -1;
}

.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon .pbmit-icon-type-icon::before {
    width: 100%;
    height: 100%;
}

.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon .pbmit-icon-type-icon {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img {
    width: 80px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-miconheading-style-9 .pbmit-ihbox-icon-type-text {
    font-size: 35px;
    line-height: 35px;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    border: 0;
    position: relative;
    z-index: 0;
    margin: auto;
}

.pbmit-miconheading-style-9 .pbmit-ihbox-icon-type-text::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--pbmit-blackish-color);
    z-index: -1;
}

.pbmit-miconheading-style-9:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text::before {
    width: 100%;
    height: 100%;
}

.pbmit-miconheading-style-9:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
    color: var(--pbmit-white-color);
}

/** Style 12 **/

.pbmit-ihbox-style-12,
.pbmit-ihbox-style-12 .pbmit-icon-type-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-contents {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg {
    margin-right: 30px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-12 .pbmit-icon-type-icon {
    font-size: 52px;
    line-height: 52px;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-12 .pbmit-element-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-12:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 13 **/

.pbmit-ihbox-style-13,
.pbmit-ihbox-style-13 .pbmit-icon-type-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-contents {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-13 {
    display: inline-block;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-box {
    display: inline-flex;
    align-items: center;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper {
    font-size: 10px;
}

.pbmit-ihbox-style-13:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-13:hover .pbmit-ihbox-svg-wrapper {
    transform: scale(-1) rotate(180deg);
    transition: all 300ms ease-in;
}

.pbmit-ihbox-style-13 .pbmit-icon-type-icon {
    font-size: 17px;
    line-height: 15px;
}

.pbmit-ihbox-style-13 .pbmit-element-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}

.pbmit-ihbox-style-13 .pbmit-element-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-bg-color-blackish .pbmit-ihbox-style-13 .pbmit-element-title,
.pbmit-bg-color-secondary .pbmit-ihbox-style-13 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

/* pbmit-ihbox-style-13-new */

.pbmit-ihbox-style-13-new .pbmit-miconheading-style-13 {
    margin-bottom: 30px;
}

.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper {
    font-size: 30px;
    line-height: 30px;
    width: 55px;
    height: 55px;
    background-color: var(--pbmit-secondary-color);
    color: var(--pbmit-white-color);
    margin-right: 15px;
}

.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper .pbmit-icon-wrapper {
    font-size: 30px;
    line-height: 30px;
}

.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-13-new .pbmit-ihbox-style-13 .pbmit-element-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--pbmit-white-color);
}

/** Style 15 **/

.pbmit-ihbox-style-15,
.pbmit-ihbox-style-15 .pbmit-ihbox-box,
.pbmit-ihbox-style-15 .pbmit-element-title::before {
    -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;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-box {
    padding: 45px;
    border-radius: 30px;
    position: relative;
    background: var(--pbmit-white-color);
    clip-path: polygon( 4.606% 0.587%, 4.606% 0.587%, 3.957% 0.956%, 3.345% 1.416%, 2.774% 1.96%, 2.247% 2.582%, 1.768% 3.277%, 1.342% 4.038%, 0.971% 4.86%, 0.659% 5.737%, 0.409% 6.662%, 0.227% 7.631%, 0.227% 7.631%, 0.176% 8.335%, 0.134% 9.763%, 0.099% 11.946%, 0.072% 14.917%, 0.051% 18.706%, 0.037% 23.346%, 0.03% 28.867%, 0.029% 35.301%, 0.035% 42.68%, 0.045% 51.035%, 0.113% 92.777%, 0.749% 94.636%, 0.749% 94.636%, 0.972% 95.238%, 1.222% 95.814%, 1.498% 96.362%, 1.799% 96.88%, 2.124% 97.366%, 2.471% 97.819%, 2.84% 98.238%, 3.229% 98.619%, 3.636% 98.963%, 4.061% 99.266%, 5.105% 99.951%, 40.273% 100.049%, 40.273% 100.049%, 47.134% 100.064%, 53.253% 100.069%, 58.643% 100.064%, 63.317% 100.051%, 67.287% 100.029%, 70.567% 99.997%, 73.168% 99.957%, 75.104% 99.909%, 76.387% 99.853%, 77.03% 99.788%, 77.03% 99.788%, 77.672% 99.619%, 78.291% 99.406%, 78.885% 99.149%, 79.453% 98.849%, 79.993% 98.508%, 80.504% 98.126%, 80.984% 97.703%, 81.432% 97.241%, 81.846% 96.74%, 82.225% 96.201%, 82.225% 96.201%, 82.57% 95.659%, 82.865% 95.163%, 83.121% 94.679%, 83.351% 94.17%, 83.567% 93.6%, 83.781% 92.935%, 84.004% 92.138%, 84.25% 91.174%, 84.531% 90.008%, 84.857% 88.603%, 84.857% 88.603%, 85.333% 86.669%, 85.798% 85.032%, 86.279% 83.655%, 86.799% 82.501%, 87.387% 81.534%, 88.067% 80.718%, 88.866% 80.016%, 89.809% 79.392%, 90.922% 78.81%, 92.231% 78.233%, 92.231% 78.233%, 93.686% 77.583%, 94.945% 76.913%, 96.023% 76.202%, 96.936% 75.429%, 97.699% 74.572%, 98.33% 73.612%, 98.842% 72.527%, 99.253% 71.297%, 99.578% 69.901%, 99.832% 68.319%, 99.832% 68.319%, 99.883% 67.664%, 99.925% 66.524%, 99.96% 64.872%, 99.987% 62.684%, 100.008% 59.934%, 100.022% 56.596%, 100.029% 52.644%, 100.03% 48.052%, 100.024% 42.796%, 100.014% 36.85%, 99.946% 7.337%, 99.31% 5.479%, 99.31% 5.479%, 99.087% 4.876%, 98.837% 4.3%, 98.561% 3.752%, 98.26% 3.234%, 97.935% 2.748%, 97.588% 2.295%, 97.219% 1.877%, 96.83% 1.495%, 96.423% 1.151%, 95.998% 0.848%, 94.954% 0.163%, 50.37% 0.098%, 50.37% 0.098%, 38.83% 0.081%, 29.459% 0.07%, 22.024% 0.07%, 16.291% 0.082%, 12.028% 0.11%, 9.002% 0.157%, 6.979% 0.225%, 5.728% 0.317%, 5.014% 0.437%, 4.606% 0.587%);
}

.pbmit-ihbox-style-15 {
    position: relative;
}

.pbmit-ihbox-style-15:hover {
    transform: translate(0, -10px);
}

.pbmit-ihbox-style-15 .pbmit-icon-type-icon {
    font-size: 30px;
    line-height: 30px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-15 .pbmit-icon-wrap {
    justify-content: space-between;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-image img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-box-number {
    font-size: 20px;
    line-height: 20px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg {
    font-size: 15px;
    line-height: 15px;
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-15 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    padding-top: 15px;
    margin-top: 15px;
    margin-right: 12px;
    position: relative;
    border-top: 1px solid rgba(3, 27, 78, .1);
}

.pbmit-ihbox-style-15 .pbmit-element-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgba(3, 27, 78, .6);
}

.pbmit-ihbox-style-15 .pbmit-element-title::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -12px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: rgba(3, 27, 78, .2);
}

.pbmit-ihbox-style-15:hover .pbmit-element-title::before {
    width: 100%;
}

.pbmit-ihbox-style-15 .pbmit-content-wrapper {
    padding-top: 80px;
    padding-right: 50px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-btn a {
    font-size: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-15 .pbmit-ihbox-btn a .pbmit-button-text {
    font-size: 0;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-15 .pbmit-element-subtitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: -4px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-56px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-15:hover .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-15 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-15:hover .pbmit-ihbox-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 16 **/

.pbmit-ihbox-style-16,
.pbmit-ihbox-style-16 .pbmit-icon-type-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-contents {
    -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;
}

.pbmit-ihbox-style-16 {
    text-align: center;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg {
    display: inline-block;
    margin-bottom: 25px;
}

.pbmit-ihbox-style-16 .pbmit-icon-type-icon {
    font-size: 75px;
    line-height: 75px;
    position: relative;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper svg {
    font-size: 45px;
    line-height: 45px;
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-16 .pbmit-icon-type-icon::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -30px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    z-index: -1;
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-image img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.pbmit-ihbox-style-16 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
}

.pbmit-ihbox-style-16:hover {
    transform: translate(0, -10px);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text {
    font-size: 75px;
    line-height: 75px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 17 **/

.pbmit-ihbox-style-17,
.pbmit-ihbox-style-17 .pbmit-icon-type-icon,
.pbmit-ihbox-style-17 .pbmit-ihbox-contents {
    -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;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-box .pbmit-ihbox-contents {
    flex: 1;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-17 .pbmit-icon-wrapper,
.pbmit-ihbox-style-17 .pbmit-ihbox-svg-wrapper {
    height: 142px;
    width: 142px;
    line-height: 142px;
    font-size: 70px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-right: 30px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    transition: all .3s ease-out 0s;
}

.pbmit-ihbox-style-17 .pbmit-icon-wrapper {
    line-height: 162px;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-svg-wrapper svg {
    width: 70px;
    height: 70px;
    fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-17 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-17 .pbmit-element-heading {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-image {
    background: transparent;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-image img {
    border-radius: 100%;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-icon-type-text {
    font-size: 50px;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-btn a {
    padding: 21px 35px;
    border-radius: 30px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    transition: all .4s ease-in;
    display: inline-block;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-btn a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-17 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-54px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-17 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-17 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/* == For bg color == */

.pbmit-bg-color-secondary .pbmit-ihbox-style-17 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-ihbox-style-17 .pbmit-ihbox-btn a:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

/** Style 18 **/

.pbmit-ihbox-style-18 .pbmit-lightbox-video {
    position: relative;
    margin-left: 25px;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-18 .pbmit-feature-wrapper-img img {
    border-radius: 20px;
    clip-path: polygon( 6.297% 0.632%, 6.297% 0.632%, 5.409% 1.003%, 4.571% 1.466%, 3.79% 2.016%, 3.069% 2.647%, 2.414% 3.353%, 1.83% 4.127%, 1.323% 4.964%, 0.897% 5.857%, 0.558% 6.8%, 0.31% 7.787%, 0.31% 7.787%, 0.241% 8.497%, 0.183% 9.929%, 0.135% 12.113%, 0.098% 15.082%, 0.07% 18.864%, 0.051% 23.493%, 0.041% 28.998%, 0.04% 35.41%, 0.047% 42.761%, 0.062% 51.082%, 0.155% 92.679%, 1.024% 94.576%, 1.024% 94.576%, 1.328% 95.19%, 1.67% 95.778%, 2.048% 96.337%, 2.46% 96.866%, 2.904% 97.362%, 3.379% 97.825%, 3.883% 98.251%, 4.414% 98.641%, 4.971% 98.991%, 5.553% 99.301%, 6.98% 100%, 93.216% 100%, 94.984% 99.068%, 94.984% 99.068%, 95.557% 98.741%, 96.105% 98.375%, 96.626% 97.969%, 97.119% 97.528%, 97.581% 97.051%, 98.013% 96.542%, 98.41% 96.001%, 98.774% 95.431%, 99.1% 94.833%, 99.389% 94.21%, 99.389% 94.21%, 99.565% 93.759%, 99.707% 93.2%, 99.817% 92.344%, 99.9% 91.003%, 99.959% 88.989%, 99.999% 86.114%, 100.023% 82.188%, 100.035% 77.024%, 100.04% 70.434%, 100.04% 62.23%, 100.04% 31.78%, 99.296% 29.817%, 99.296% 29.817%, 99.031% 29.16%, 98.729% 28.525%, 98.39% 27.914%, 98.016% 27.33%, 97.609% 26.772%, 97.168% 26.244%, 96.697% 25.747%, 96.195% 25.283%, 95.665% 24.853%, 95.108% 24.459%, 95.108% 24.459%, 94.848% 24.316%, 94.504% 24.149%, 94.086% 23.963%, 93.604% 23.761%, 93.069% 23.548%, 92.49% 23.328%, 91.88% 23.106%, 91.248% 22.884%, 90.604% 22.669%, 89.959% 22.463%, 89.959% 22.463%, 88.711% 22.056%, 87.636% 21.687%, 86.712% 21.346%, 85.922% 21.024%, 85.244% 20.711%, 84.659% 20.397%, 84.147% 20.072%, 83.689% 19.727%, 83.265% 19.351%, 82.855% 18.935%, 82.855% 18.935%, 82.476% 18.507%, 82.118% 18.033%, 81.774% 17.5%, 81.439% 16.899%, 81.106% 16.215%, 80.771% 15.437%, 80.428% 14.553%, 80.07% 13.552%, 79.692% 12.421%, 79.288% 11.148%, 79.288% 11.148%, 78.909% 9.986%, 78.55% 8.947%, 78.204% 8.02%, 77.865% 7.193%, 77.527% 6.452%, 77.184% 5.786%, 76.828% 5.183%, 76.455% 4.63%, 76.057% 4.116%, 75.627% 3.627%, 75.627% 3.627%, 75.181% 3.199%, 74.65% 2.777%, 74.047% 2.367%, 73.385% 1.976%, 72.677% 1.61%, 71.933% 1.274%, 71.168% 0.976%, 70.393% 0.721%, 69.621% 0.516%, 68.865% 0.366%, 68.865% 0.366%, 68.176% 0.299%, 66.901% 0.239%, 65.054% 0.184%, 62.651% 0.137%, 59.706% 0.096%, 56.235% 0.062%, 52.251% 0.035%, 47.771% 0.016%, 42.809% 0.004%, 37.379% 0%, 37.379% 0%, 29.872% 0.011%, 23.739% 0.024%, 18.832% 0.044%, 15.003% 0.074%, 12.102% 0.116%, 9.979% 0.175%, 8.487% 0.253%, 7.475% 0.352%, 6.795% 0.478%, 6.297% 0.632%);
}

.pbmit-miconheading-style-18:nth-child(odd) .pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img {
    clip-path: polygon( 6.297% 0.632%, 6.297% 0.632%, 5.409% 1.003%, 4.571% 1.466%, 3.79% 2.016%, 3.069% 2.647%, 2.414% 3.353%, 1.83% 4.127%, 1.323% 4.964%, 0.897% 5.857%, 0.558% 6.8%, 0.31% 7.787%, 0.31% 7.787%, 0.241% 8.497%, 0.183% 9.929%, 0.135% 12.113%, 0.098% 15.082%, 0.07% 18.864%, 0.051% 23.493%, 0.041% 28.998%, 0.04% 35.41%, 0.047% 42.761%, 0.062% 51.082%, 0.155% 92.679%, 1.024% 94.576%, 1.024% 94.576%, 1.328% 95.19%, 1.67% 95.778%, 2.048% 96.337%, 2.46% 96.866%, 2.904% 97.362%, 3.379% 97.825%, 3.883% 98.251%, 4.414% 98.641%, 4.971% 98.991%, 5.553% 99.301%, 6.98% 100%, 93.216% 100%, 94.984% 99.068%, 94.984% 99.068%, 95.557% 98.741%, 96.105% 98.375%, 96.626% 97.969%, 97.119% 97.528%, 97.581% 97.051%, 98.013% 96.542%, 98.41% 96.001%, 98.774% 95.431%, 99.1% 94.833%, 99.389% 94.21%, 99.389% 94.21%, 99.565% 93.759%, 99.707% 93.2%, 99.817% 92.344%, 99.9% 91.003%, 99.959% 88.989%, 99.999% 86.114%, 100.023% 82.188%, 100.035% 77.024%, 100.04% 70.434%, 100.04% 62.23%, 100.04% 31.78%, 99.296% 29.817%, 99.296% 29.817%, 99.031% 29.16%, 98.729% 28.525%, 98.39% 27.914%, 98.016% 27.33%, 97.609% 26.772%, 97.168% 26.244%, 96.697% 25.747%, 96.195% 25.283%, 95.665% 24.853%, 95.108% 24.459%, 95.108% 24.459%, 94.848% 24.316%, 94.504% 24.149%, 94.086% 23.963%, 93.604% 23.761%, 93.069% 23.548%, 92.49% 23.328%, 91.88% 23.106%, 91.248% 22.884%, 90.604% 22.669%, 89.959% 22.463%, 89.959% 22.463%, 88.711% 22.056%, 87.636% 21.687%, 86.712% 21.346%, 85.922% 21.024%, 85.244% 20.711%, 84.659% 20.397%, 84.147% 20.072%, 83.689% 19.727%, 83.265% 19.351%, 82.855% 18.935%, 82.855% 18.935%, 82.476% 18.507%, 82.118% 18.033%, 81.774% 17.5%, 81.439% 16.899%, 81.106% 16.215%, 80.771% 15.437%, 80.428% 14.553%, 80.07% 13.552%, 79.692% 12.421%, 79.288% 11.148%, 79.288% 11.148%, 78.909% 9.986%, 78.55% 8.947%, 78.204% 8.02%, 77.865% 7.193%, 77.527% 6.452%, 77.184% 5.786%, 76.828% 5.183%, 76.455% 4.63%, 76.057% 4.116%, 75.627% 3.627%, 75.627% 3.627%, 75.181% 3.199%, 74.65% 2.777%, 74.047% 2.367%, 73.385% 1.976%, 72.677% 1.61%, 71.933% 1.274%, 71.168% 0.976%, 70.393% 0.721%, 69.621% 0.516%, 68.865% 0.366%, 68.865% 0.366%, 68.176% 0.299%, 66.901% 0.239%, 65.054% 0.184%, 62.651% 0.137%, 59.706% 0.096%, 56.235% 0.062%, 52.251% 0.035%, 47.771% 0.016%, 42.809% 0.004%, 37.379% 0%, 37.379% 0%, 29.872% 0.011%, 23.739% 0.024%, 18.832% 0.044%, 15.003% 0.074%, 12.102% 0.116%, 9.979% 0.175%, 8.487% 0.253%, 7.475% 0.352%, 6.795% 0.478%, 6.297% 0.632%);
}

.pbmit-miconheading-style-18:nth-child(even) .pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img {
    clip-path: polygon( 6.297% 0.599%, 6.297% 0.599%, 5.41% 0.975%, 4.573% 1.444%, 3.792% 1.999%, 3.072% 2.634%, 2.418% 3.342%, 1.834% 4.119%, 1.327% 4.957%, 0.9% 5.851%, 0.56% 6.795%, 0.31% 7.783%, 0.31% 7.783%, 0.241% 8.493%, 0.183% 9.924%, 0.135% 12.107%, 0.098% 15.074%, 0.07% 18.855%, 0.051% 23.481%, 0.041% 28.983%, 0.04% 35.393%, 0.047% 42.74%, 0.062% 51.056%, 0.155% 92.633%, 1.024% 94.529%, 1.024% 94.529%, 1.328% 95.143%, 1.67% 95.73%, 2.048% 96.289%, 2.46% 96.817%, 2.904% 97.314%, 3.379% 97.776%, 3.883% 98.202%, 4.414% 98.592%, 4.971% 98.942%, 5.553% 99.252%, 5.553% 99.252%, 5.976% 99.441%, 6.511% 99.593%, 7.341% 99.713%, 8.649% 99.806%, 10.617% 99.875%, 13.428% 99.927%, 17.265% 99.965%, 22.311% 99.996%, 28.748% 100.022%, 36.759% 100.05%, 36.759% 100.05%, 42.461% 100.065%, 47.601% 100.07%, 52.181% 100.066%, 56.203% 100.052%, 59.667% 100.029%, 62.578% 99.997%, 64.935% 99.957%, 66.742% 99.907%, 68% 99.85%, 68.71% 99.784%, 68.71% 99.784%, 69.499% 99.626%, 70.296% 99.416%, 71.089% 99.158%, 71.868% 98.859%, 72.622% 98.524%, 73.34% 98.158%, 74.01% 97.766%, 74.622% 97.354%, 75.165% 96.927%, 75.627% 96.491%, 75.627% 96.491%, 76.057% 96.003%, 76.455% 95.489%, 76.828% 94.936%, 77.184% 94.333%, 77.527% 93.668%, 77.865% 92.927%, 78.204% 92.1%, 78.55% 91.173%, 78.909% 90.135%, 79.288% 88.974%, 79.288% 88.974%, 79.692% 87.702%, 80.07% 86.571%, 80.428% 85.57%, 80.771% 84.687%, 81.106% 83.91%, 81.439% 83.226%, 81.774% 82.625%, 82.118% 82.093%, 82.476% 81.619%, 82.855% 81.191%, 82.855% 81.191%, 83.265% 80.775%, 83.689% 80.399%, 84.147% 80.054%, 84.659% 79.729%, 85.244% 79.415%, 85.922% 79.102%, 86.712% 78.781%, 87.636% 78.44%, 88.711% 78.072%, 89.959% 77.665%, 89.959% 77.665%, 90.604% 77.459%, 91.248% 77.244%, 91.88% 77.022%, 92.49% 76.8%, 93.069% 76.58%, 93.604% 76.367%, 94.086% 76.165%, 94.504% 75.979%, 94.848% 75.812%, 95.108% 75.669%, 95.108% 75.669%, 95.665% 75.276%, 96.195% 74.846%, 96.697% 74.382%, 97.168% 73.885%, 97.609% 73.357%, 98.016% 72.8%, 98.39% 72.216%, 98.729% 71.606%, 99.031% 70.971%, 99.296% 70.314%, 100.04% 68.352%, 100.04% 37.918%, 100.04% 37.918%, 100.04% 29.717%, 100.035% 23.13%, 100.023% 17.969%, 99.999% 14.046%, 99.959% 11.172%, 99.9% 9.159%, 99.817% 7.818%, 99.707% 6.963%, 99.565% 6.404%, 99.389% 5.954%, 99.389% 5.954%, 99.1% 5.33%, 98.774% 4.733%, 98.41% 4.163%, 98.013% 3.623%, 97.581% 3.114%, 97.119% 2.637%, 96.626% 2.196%, 96.105% 1.791%, 95.557% 1.424%, 94.984% 1.098%, 93.216% 0.166%, 50.563% 0.1%, 50.563% 0.1%, 39.565% 0.082%, 30.62% 0.072%, 23.505% 0.071%, 17.998% 0.084%, 13.878% 0.112%, 10.921% 0.16%, 8.907% 0.229%, 7.613% 0.323%, 6.817% 0.446%, 6.297% 0.599%);
}

.pbmit-ihbox-style-18 {
    -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;
}

.pbmit-ihbox-style-18:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-18 .pbmit-icon-wrap {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-box-number {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-miconheading-style-18:nth-child(odd) .pbmit-ihbox-style-18 .pbmit-ihbox-box-number {
    position: absolute;
    top: 0;
    right: 0;
}

.pbmit-miconheading-style-18:nth-child(even) .pbmit-ihbox-style-18 .pbmit-ihbox-box-number {
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
}

.pbmit-ihbox-style-18 .pbmit-icon-type-icon {
    font-size: 60px;
    line-height: 60px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-18 .pbmit-ihbox-svg-wrapper svg {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-text {
    font-size: 14px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-18 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
    transition: all 0.6s ease-in-out;
}

.pbmit-ihbox-style-18 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    background-color: transparent;
    border-radius: 30px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-18 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-18 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-18 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 19 **/

.pbmit-ihbox-style-19,
.pbmit-ihbox-style-19 .pbmit-icon-type-icon,
.pbmit-ihbox-style-19 .pbmit-ihbox-contents {
    -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;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-box {
    display: flex;
    align-items: center;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon {
    margin-right: 30px;
}

.pbmit-ihbox-style-19 .pbmit-icon-type-icon,
.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper {
    font-size: 60px;
    line-height: 60px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper svg {
    width: 70px;
    height: 70px;
    fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-19 .pbmit-element-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
}

.pbmit-ihbox-style-19 .pbmit-element-heading {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-image {
    background: transparent;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-image img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-text {
    font-size: 90px;
    line-height: 90px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-19 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    background-color: transparent;
    border-radius: 30px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-btn a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-19 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-19 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 20 **/

.pbmit-ihbox-style-20 .pbmit-ihbox-icon,
.pbmit-ihbox-style-20 .pbmit-ihbox-svg {
    margin-right: 10px;
}

.pbmit-ihbox-style-20 .pbmit-icon-type-icon {
    font-size: 50px;
    line-height: 50px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-image {
    width: 50px;
    height: 50px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-text {
    font-size: 22px;
    line-height: 28px;
    color: var(--pbmit-global-color);
}

.pbmit-bg-color-global .pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-text {
    color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-20 .pbmit-element-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    transition: all 0.6s ease-in-out;
}

.pbmit-bg-color-global .pbmit-ihbox-style-20 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon {
    display: inline-flex;
    align-items: center;
}

.pbmit-ihbox-style-20 .pbmit-element-title span {
    border-bottom: 1px solid var(--pbmit-blackish-color);
    font-weight: 600;
}

.pbmit-ihbox-style-20:hover .pbmit-element-title {
    transform: translateX(1%);
}

.pbmit-ihbox-style-20 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-20 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-20 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 21 **/

.pbmit-ihbox-style-21 {
    border-radius: 30px;
    padding: 20px ;
    align-items: flex-start;
    background: var(--pbmit-white-color);
}

.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-wrapper {
    display: inline-block;
    margin-right: 35px;
}

.pbmit-ihbox-style-21 .pbmit-ihbox-contents {
    /* padding-left: 110px; */
    position: relative;
}

.pbmit-ihbox-style-21 .pbmit-ihbox-contents::before {
    content: none;
    font-family: "pbminfotech-base-icons";
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 0;
    color: var(--pbmit-global-color);
    font-style: normal;
}

.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-21 .pbmit-icon-type-icon {
    font-size: 32px;
    line-height: 70px;
    color: rgba(51, 104, 198, 0.5);
}

.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-21 .pbmit-icon-type-icon {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.pbmit-ihbox-style-21 .pbmit-ihbox-svg svg {
    width: 32px;
    height: 32px;
    fill: rgba(51, 104, 198, 0.5);
}

.pbmit-ihbox-style-21:hover .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-21:hover .pbmit-icon-type-icon {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-ihbox-style-21 .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-21 .pbmit-ihbox-icon-type-image {
    width: 80px;
    height: 80px;
}

.pbmit-ihbox-style-21 .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-21 .pbmit-element-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 400;
}

.pbmit-ihbox-style-21 .pbmit-element-heading {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-21 .pbmit-element-heading::before {
    content: "-";
    margin-right: 5px;
}

.pbmit-ihbox-style-21 .pbmit-heading-desc {
    padding-top: 10px;
}

.pbmit-ihbox-style-21 .pbmit-ihbox-btn {
    padding-top: 35px;
}

/** Style 22 **/

.pbmit-ihbox-style-22 .pbmit-icon-type-icon,
.pbmit-ihbox-style-22 .pbmit-ihbox-contents,
.pbmit-ihbox-style-22 {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-icon,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg {
    margin-bottom: 25px;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-22 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-22 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-22 .pbmit-icon-type-icon {
    font-size: 36px;
    line-height: 36px;
}

.pbmit-ihbox-style-22 i.pbmit-xcare-icon {
    margin-top: 10px;
}

.pbmit-ihbox-style-22 .pbmit-element-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-22 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-22:hover {
    transform: translate(0, -10px);
}

.pbmit-ihbox-style-22 .pbmit-ihbox-icon-type-text {
    font-size: 24px;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-22 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-22 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 23 **/

.pbmit-ihbox-style-23 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-23 .pbmit-icon-type-icon,
.pbmit-ihbox-style-23 .pbmit-element-title,
.pbmit-ihbox-style-23 .pbmit-heading-desc,
.pbmit-ihbox-style-23::before,
.pbmit-ihbox-style-23 {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-icon,
.pbmit-ihbox-style-23 .pbmit-ihbox-svg {
    margin-right: 30px;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-23 .pbmit-ihbox-svg-wrapper {
    width: 142px;
    height: 142px;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
    font-size: 75px;
    line-height: 75px;
    color: var(--pbmit-blackish-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-23 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-23 i.pbmit-xcare-icon.pbmit-xcare-icon-subscribe {
    margin-top: 20px;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-svg-wrapper {
    font-size: 20px;
    line-height: 20px;
}

.pbmit-ihbox-style-23 .pbmit-element-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0;
    transition: all 0.6s ease-in-out;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-23 .pbmit-element-subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-icon-type-image img {
    width: 110px;
    height: 80px;
    object-fit: cover;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-23 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-23 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-23 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 24 **/

.pbmit-ihbox-style-24 .pbmit-icon-type-icon,
.pbmit-ihbox-style-24 .pbmit-ihbox-contents,
.pbmit-ihbox-style-24 {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-icon,
.pbmit-ihbox-style-24 .pbmit-ihbox-svg {
    margin-right: 25px;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-24 .pbmit-ihbox-svg-wrapper {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-24 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-24 .pbmit-icon-type-icon {
    font-size: 40px;
    line-height: 40px;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-24 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-24 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-24 .pbmit-element-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}

.pbmit-ihbox-style-24 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-24:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-24 .pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-24 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-24 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-24 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 25 **/

.pbmit-ihbox-style-25 .pbmit-content-wrapper::before,
.pbmit-ihbox-style-25 .pbmit-ihbox-box,
.pbmit-ihbox-style-25 .pbmit-ihbox-btn,
.pbmit-ihbox-style-25 {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-25 {
    position: relative;
}

.pbmit-ihbox-style-25 .pbmit-ihbox-box {
    padding: 42px 42px 28px;
    border-radius: 30px 30px 0 30px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in;
    background-color: transparent;
}

.pbmit-ihbox-style-25 .pbmit-ihbox-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 30px 30px 0 30px;
    transition: all 0.4s ease-in;
    background-color: rgba(255, 255, 255, 0.6);
    clip-path: polygon( 9.202% 0%, 90.798% 0%, 90.798% 0%, 92.289% 0.11%, 93.705% 0.429%, 95.025% 0.939%, 96.231% 1.622%, 97.303% 2.463%, 98.223% 3.442%, 98.972% 4.543%, 99.531% 5.748%, 99.879% 7.041%, 100% 8.403%, 100% 69.468%, 100% 69.468%, 99.633% 73.178%, 98.616% 75.937%, 97.076% 77.918%, 95.14% 79.293%, 92.934% 80.235%, 90.585% 80.917%, 88.221% 81.511%, 85.967% 82.19%, 83.95% 83.128%, 82.298% 84.496%, 82.298% 84.496%, 81.047% 86.306%, 80.14% 88.282%, 79.405% 90.341%, 78.671% 92.399%, 77.767% 94.371%, 76.523% 96.173%, 74.767% 97.721%, 72.33% 98.931%, 69.039% 99.719%, 64.724% 100%, 9.202% 100%, 9.202% 100%, 7.711% 99.89%, 6.295% 99.571%, 4.975% 99.061%, 3.769% 98.378%, 2.697% 97.538%, 1.777% 96.558%, 1.028% 95.457%, 0.469% 94.252%, 0.121% 92.959%, 0% 91.597%, 0% 8.403%, 0% 8.403%, 0.121% 7.041%, 0.469% 5.748%, 1.028% 4.543%, 1.777% 3.442%, 2.697% 2.463%, 3.769% 1.622%, 4.975% 0.939%, 6.295% 0.429%, 7.711% 0.11%, 9.202% 0%);
}

.pbmit-ihbox-style-25:hover {
    transform: translate(0, -10px);
}

.pbmit-ihbox-style-25 .pbmit-ihbox-icon,
.pbmit-ihbox-style-25 .pbmit-ihbox-svg {
    margin-top: 102px;
}

.pbmit-ihbox-style-25 .pbmit-ihbox-svg-wrapper {
    font-size: 40px;
    line-height: 40px;
}

.pbmit-ihbox-style-25 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-25 .pbmit-icon-type-icon {
    font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-25 .pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-25 .pbmit-ihbox-icon-wrapper svg {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.pbmit-ihbox-style-25 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-25 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-25 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-25 .pbmit-element-subtitle a,
.pbmit-ihbox-style-25 .pbmit-element-title a {
    color: var(--pbmit-blackish-color) !important;
}

.pbmit-ihbox-style-25 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-25 .pbmit-element-title a:hover {
    color: var(--pbmit-global-color) !important;
}

.pbmit-ihbox-style-25 .pbmit-heading-desc,
.pbmit-ihbox-style-25 .pbmit-element-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pbmit-ihbox-style-25 .pbmit-content-wrapper .pbmit-heading-desc {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-left: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
    -webkit-line-clamp: 1;
    color: #6e778c;
}

.pbmit-ihbox-style-25 .pbmit-heading-desc::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.pbmit-ihbox-style-25 .pbmit-content-wrapper {
    position: relative;
    z-index: 1;
}

.pbmit-ihbox-style-25 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-25 .pbmit-element-subtitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-25 .pbmit-ihbox-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.pbmit-ihbox-style-25 .pbmit-ihbox-btn a {
    font-size: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-25 .pbmit-ihbox-btn a .pbmit-button-text {
    font-size: 0;
}

.pbmit-ihbox-style-25 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: -4px;
}

.pbmit-ihbox-style-25 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-56px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-25:hover .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-25 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-25:hover .pbmit-ihbox-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-ihbox-style-25 .pbmit-ihbox-box-number {
    color: #6e778c;
}

/** Style 26 **/

.pbmit-ihbox-style-26 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-26 .pbmit-icon-type-icon,
.pbmit-ihbox-style-26 .pbmit-element-title,
.pbmit-ihbox-style-26 .pbmit-heading-desc,
.pbmit-ihbox-icon::before,
.pbmit-ihbox-style-26 {
    transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-26 {
    position: relative;
    padding: 45px 30px 40px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.pbmit-elementor-bg-color-white .pbmit-ihbox-style-26 {
    background-color: var(--pbmit-light-color);
}

.pbmit-ihbox-style-26 .pbmit-element-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-26 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-26 .pbmit-element-subtitle a,
.pbmit-ihbox-style-26 .pbmit-element-title a {
    color: var(--pbmit-blackish-color) !important;
}

.pbmit-ihbox-style-26 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-26 .pbmit-element-title a:hover {
    color: var(--pbmit-global-color) !important;
}

.pbmit-ihbox-style-26 .pbmit-element-title span {
    border-bottom: 1px solid var(--pbmit-blackish-color);
    font-weight: 600;
}

.pbmit-ihbox-style-26 .pbmit-ihbox-icon,
.pbmit-ihbox-style-26 .pbmit-ihbox-svg {
    margin-bottom: 25px;
}

.pbmit-ihbox-style-26 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-26 .pbmit-icon-type-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-26 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-26 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-26 .pbmit-ihbox-btn {
    margin-top: 26px;
}

.pbmit-ihbox-style-26 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-26 .pbmit-content-wrapper .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-26 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-26 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-26 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-26 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-26 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-ihbox-style-26 .pbmit-content-wrapper .pbmit-ihbox-box-number,
.pbmit-ihbox-style-26 .pbmit-content-wrapper .pbmit-heading-desc {
    color: #6e778c;
}

/** Style 27 **/

.pbmit-ihbox-style-27,
.pbmit-ihbox-style-27 .pbmit-icon-type-icon,
.pbmit-ihbox-style-27 .pbmit-ihbox-contents {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-icon,
.pbmit-ihbox-style-27 .pbmit-ihbox-svg {
    margin-right: 30px;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-27 .pbmit-ihbox-svg-wrapper {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-27 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-27 .pbmit-icon-type-icon {
    font-size: 45px;
    line-height: 45px;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-27 .pbmit-ihbox-icon-wrapper i.pbmit-xcare-icon {
    margin-top: 7px;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-icon-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-27 .pbmit-heading-desc,
.pbmit-ihbox-style-27 .pbmit-element-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pbmit-ihbox-style-27 .pbmit-element-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
}

.pbmit-ihbox-style-27:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-27 .pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-btn {
    margin-top: 30px;
    display: inline-block;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-btn a {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 21px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-27 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-27 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-27 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 28 **/

.pbmit-ihbox-style-28 {
    display: inline-block;
    position: relative;
    padding: 0 20px 20px 0;
    margin: 0 30px 30px 0;
    border-radius: 0 0 30px;
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-28 .pbmit-ihbox-headingicon {
    display: flex;
    padding: 40px 24px 30px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-28 .pbmit-element-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-28 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-28 .pbmit-element-subtitle a,
.pbmit-ihbox-style-28 .pbmit-element-title a {
    color: var(--pbmit-blackish-color) !important;
}

.pbmit-ihbox-style-28 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-28 .pbmit-element-title a:hover {
    color: var(--pbmit-global-color) !important;
}

.pbmit-ihbox-style-28 .pbmit-content-wrapper .pbmit-heading-desc,
.pbmit-ihbox-style-28 .pbmit-ihbox-box-number {
    color: #6e778c;
}

.pbmit-ihbox-style-28 .pbmit-content-wrapper .pbmit-heading-desc {
    font-size: 13px;
}

.pbmit-ihbox-style-28 .pbmit-heading-desc>span {
    font-size: 14px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-28 .pbmit-heading-desc>span::before {
    content: '\e889';
    display: inline-block;
    font-family: "pbminfotech-base-icons";
    color: #fdcf00;
    margin-right: 5px;
}

.pbmit-ihbox-style-28 .pbmit-top-right-corner {
    top: 0;
    right: -30px;
    transform: rotate(90deg) scaleX(-1);
}

.pbmit-ihbox-style-28 .pbmit-bottom-left-corner {
    bottom: -30px;
    left: 0;
    transform: rotate(90deg) scaleX(-1);
}

.pbmit-ihbox-style-28 .pbmit-sticky-corner svg path {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-28 .pbmit-ihbox-icon,
.pbmit-ihbox-style-28 .pbmit-ihbox-svg {
    margin-right: 18px;
}

.pbmit-ihbox-style-28 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-28 .pbmit-icon-type-icon {
    font-size: 42px;
    margin-bottom: 20px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-28 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-28 .pbmit-ihbox-icon .pbmit-icon-type-icon svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-28 .pbmit-ihbox-icon-type-image {
    width: 60px;
}

.pbmit-ihbox-style-28 .pbmit-ihbox-btn {
    margin-top: 15px;
    display: inline-block;
}

.pbmit-ihbox-style-28 .pbmit-ihbox-btn a {
    display: inline-block;
    padding: 18px 35px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-28 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-28 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-28 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-28 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-28 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 29 **/

.pbmit-ihbox-style-29 {
    position: relative;
    z-index: 1;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-icon,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg {
    margin-bottom: 28px;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg::before {
    content: '';
    position: relative;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
    background-color: rgba(3, 27, 78, 0.5);
}

.pbmit-ihbox-style-29 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg::before {
    display: none;
}

.pbmit-text-color-white .pbmit-ihbox-style-29 .pbmit-ihbox-svg::before,
.pbmit-bg-color-global .pbmit-ihbox-style-29 .pbmit-ihbox-icon::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.ihbox-style-29-area .pbmit-column:not(:last-child) .pbmit-ihbox-style-29 .pbmit-ihbox-icon::before,
.ihbox-style-29-area .pbmit-column:not(:last-child) .pbmit-ihbox-style-29 .pbmit-ihbox-svg::before,
.pbmit-element-miconheading-style-29 .pbmit-ele:not(:last-child) .pbmit-ihbox-style-29 .pbmit-ihbox-icon::before,
.pbmit-element-miconheading-style-29 .pbmit-ele:not(:last-child) .pbmit-ihbox-style-29 .pbmit-ihbox-svg::before {
    display: block;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg-wrapper {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-29 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-29 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-29 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-icon-type-image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.pbmit-ihbox-style-29 .pbmit-icon-type-icon {
    font-size: 40px;
    line-height: 40px;
}

.pbmit-ihbox-style-29 i.pbmit-xcare-icon {
    margin-top: 10px;
}

.pbmit-ihbox-style-29 .pbmit-element-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-29 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-icon-type-text {
    font-size: 24px;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-box-number {
    position: absolute;
    top: 23px;
    left: 75px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-29:hover .pbmit-ihbox-box-number {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-29 .pbmit-ihbox-contents {
    padding: 0 15px;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-btn {
    margin-top: 15px;
    display: inline-block;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-btn a {
    display: inline-block;
    padding: 18px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-29 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-29 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-29 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-bg-color-global .pbmit-ihbox-style-29 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-ihbox-style-29 .pbmit-heading-desc {
    color: rgba(255, 255, 255, .8);
}

/** Style 30 **/

.pbmit-ihbox-style-30 {
    display: inline-block;
    position: relative;
    padding: 25px 20px 0 25px;
    border-radius: 30px 0 0;
    background-color: var(--pbmit-light-color);
}

.pbmit-ihbox-style-30 .pbmit-ihbox-headingicon {
    display: flex;
    padding: 35px 24px 23px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-30 .pbmit-element-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-30 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-30 .pbmit-element-subtitle a,
.pbmit-ihbox-style-30 .pbmit-element-title a {
    color: var(--pbmit-blackish-color) !important;
}

.pbmit-ihbox-style-30 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-30 .pbmit-element-title a:hover {
    color: var(--pbmit-global-color) !important;
}

.pbmit-ihbox-style-30 .pbmit-content-wrapper .pbmit-heading-desc,
.pbmit-ihbox-style-30 .pbmit-ihbox-box-number {
    color: #6e778c;
}

.pbmit-ihbox-style-30 .pbmit-content-wrapper .pbmit-heading-desc {
    font-size: 13px;
}

.pbmit-ihbox-style-30 .pbmit-heading-desc>span {
    font-size: 14px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-30 .pbmit-heading-desc>span::before {
    content: '\e889';
    display: inline-block;
    font-family: "pbminfotech-base-icons";
    color: #fdcf00;
    margin-right: 5px;
}

.pbmit-ihbox-style-30 .pbmit-ihbox-icon,
.pbmit-ihbox-style-30 .pbmit-ihbox-svg {
    margin-right: 18px;
}

.pbmit-ihbox-style-30 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-30 .pbmit-icon-type-icon {
    font-size: 42px;
    margin-bottom: 20px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-30 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-30 .pbmit-ihbox-icon .pbmit-icon-type-icon svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-30 .pbmit-ihbox-icon-type-image {
    width: 60px;
}

.pbmit-ihbox-style-30 .pbmit-ihbox-btn {
    margin-top: 10px;
}

.pbmit-ihbox-style-30 .pbmit-ihbox-btn a {
    display: inline-block;
    padding: 18px 35px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-30 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-30 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-30 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-30 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-30 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 31 **/

.pbmit-ihbox-style-31 .pbmit-icon-type-icon,
.pbmit-ihbox-style-31 .pbmit-ihbox-contents,
.pbmit-ihbox-style-31 {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-icon,
.pbmit-ihbox-style-31 .pbmit-ihbox-svg {
    margin-right: 22px;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-31 .pbmit-ihbox-svg-wrapper {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-31 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-icon-type-image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-31 .pbmit-icon-type-icon {
    font-size: 50px;
    line-height: 50px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-31 .pbmit-ihbox-icon-wrapper i.pbmit-xcare-icon {
    margin-top: 7px;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-31 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-31 .pbmit-element-title {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-31 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-element-miconheading-style-31.pbmit-element-viewtype-carousel .pbmit-ele.swiper-slide {
    padding-top: 5px;
}

.pbmit-ihbox-style-31:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-31 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-btn {
    margin-top: 15px;
    display: inline-block;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-btn a {
    display: inline-block;
    padding: 18px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-31 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-31 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-31 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 32 **/

.pbmit-ihbox-style-32,
.pbmit-ihbox-style-32 .pbmit-ihbox-box,
.pbmit-ihbox-style-32 .pbmit-ihbox-box::before,
.pbmit-ihbox-style-32 .pbmit-element-title::before {
    -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;
}

.pbmit-ihbox-style-32 .pbmit-ihbox-box {
    padding: 35px;
    border-radius: 30px;
    position: relative;
    background: transparent;
    z-index: 1;
}

.pbmit-ihbox-style-32 .pbmit-ihbox-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    background: var(--pbmit-white-color);
    clip-path: polygon(4.596% 0.565%, 4.596% 0.565%, 3.947% 0.895%, 3.336% 1.309%, 2.766% 1.801%, 2.24% 2.364%, 1.762% 2.994%, 1.336% 3.686%, 0.966% 4.433%, 0.655% 5.23%, 0.407% 6.072%, 0.226% 6.954%, 0.226% 6.954%, 0.176% 7.633%, 0.134% 9.052%, 0.099% 11.243%, 0.071% 14.238%, 0.051% 18.072%, 0.037% 22.777%, 0.03% 28.386%, 0.029% 34.931%, 0.034% 42.447%, 0.045% 50.966%, 0.113% 93.462%, 0.747% 95.156%, 0.747% 95.156%, 0.969% 95.705%, 1.219% 96.23%, 1.495% 96.729%, 1.795% 97.201%, 2.119% 97.644%, 2.466% 98.057%, 2.834% 98.439%, 3.221% 98.786%, 3.628% 99.099%, 4.052% 99.376%, 5.094% 100%, 94.968% 100%, 96.009% 99.376%, 96.009% 99.376%, 96.433% 99.099%, 96.84% 98.786%, 97.228% 98.439%, 97.595% 98.057%, 97.942% 97.644%, 98.266% 97.201%, 98.566% 96.729%, 98.842% 96.23%, 99.092% 95.705%, 99.314% 95.156%, 99.948% 93.462%, 100.016% 62.259%, 100.016% 62.259%, 100.026% 56.181%, 100.03% 50.744%, 100.027% 45.939%, 100.017% 41.754%, 100.002% 38.18%, 99.98% 35.207%, 99.952% 32.824%, 99.919% 31.023%, 99.88% 29.793%, 99.835% 29.123%, 99.835% 29.123%, 99.782% 28.765%, 99.722% 28.409%, 99.657% 28.055%, 99.585% 27.703%, 99.506% 27.353%, 99.421% 27.006%, 99.33% 26.662%, 99.233% 26.32%, 99.129% 25.982%, 99.02% 25.646%, 99.02% 25.646%, 98.694% 24.858%, 98.32% 24.143%, 97.887% 23.492%, 97.382% 22.896%, 96.796% 22.344%, 96.115% 21.827%, 95.33% 21.335%, 94.428% 20.858%, 93.398% 20.387%, 92.228% 19.911%, 92.228% 19.911%, 90.917% 19.385%, 89.803% 18.853%, 88.861% 18.284%, 88.064% 17.642%, 87.387% 16.895%, 86.802% 16.008%, 86.285% 14.949%, 85.808% 13.684%, 85.345% 12.179%, 84.871% 10.401%, 84.871% 10.401%, 84.719% 9.788%, 84.565% 9.183%, 84.412% 8.598%, 84.262% 8.041%, 84.118% 7.522%, 83.984% 7.05%, 83.863% 6.635%, 83.757% 6.286%, 83.669% 6.013%, 83.603% 5.825%, 83.603% 5.825%, 83.404% 5.38%, 83.153% 4.909%, 82.858% 4.424%, 82.528% 3.935%, 82.171% 3.455%, 81.797% 2.994%, 81.414% 2.564%, 81.031% 2.177%, 80.656% 1.843%, 80.298% 1.575%, 80.298% 1.575%, 79.621% 1.141%, 78.889% 0.795%, 77.849% 0.527%, 76.251% 0.327%, 73.84% 0.186%, 70.367% 0.092%, 65.577% 0.037%, 59.22% 0.01%, 51.043% 0.001%, 40.794% -0%, 40.794% 0%, 31.784% 0.009%, 24.453% 0.022%, 18.619% 0.04%, 14.103% 0.066%, 10.725% 0.104%, 8.304% 0.156%, 6.661% 0.225%, 5.615% 0.315%, 4.987% 0.427%, 4.596% 0.565%);
}

.pbmit-ihbox-style-32 {
    position: relative;
}

.pbmit-element-miconheading-style-32.pbmit-element-viewtype-carousel .pbmit-ele.swiper-slide {
    padding-top: 10px;
}

.pbmit-ihbox-style-32:hover {
    transform: translate(0, -10px);
}

.pbmit-ihbox-style-32 .pbmit-icon-type-icon {
    font-size: 55px;
    line-height: 55px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-32 .pbmit-icon-wrap {
    justify-content: space-between;
}

.pbmit-ihbox-style-32 .pbmit-ihbox-icon-type-image img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.pbmit-ihbox-style-32 .pbmit-ihbox-box-number {
    font-size: 20px;
    line-height: 20px;
}

.pbmit-ihbox-style-32 .pbmit-ihbox-svg-wrapper svg {
    font-size: 15px;
    line-height: 15px;
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-32 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 20px;
    margin: 0 12px 15px 0;
    position: relative;
    color: var(--pbmit-global-color);
    border-bottom: 1px solid rgba(3, 27, 78, .1);
}

.pbmit-ihbox-style-32 .pbmit-element-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgba(3, 27, 78, .6);
}

.pbmit-ihbox-style-32 .pbmit-element-title::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: -12px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: rgba(3, 27, 78, .2);
}

.pbmit-ihbox-style-32:hover .pbmit-element-title::before {
    width: 100%;
}

.pbmit-ihbox-style-32 .pbmit-content-box {
    padding-top: 26px;
}
.quote{
    top: 127px;
    right: 37px;
    opacity: .3;
    width: 55px;
}
.pbmit-ihbox-style-32 .pbmit-content-wrapper {
    padding: 0 0px 0 0;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
    /* padding: 20px 0 20px; */
    border: 0;
    font-weight: normal;
    font-family: var(--pbmit-heading-typography-font-family);
    font-family: "Open Sans", sans-serif;
    color: #353535;
    font-style: italic;
}
.pbmit-rpw-titl p{
    font-size: 14px;
    font-family: 'Open Sans';
    line-height: normal;
    font-style: italic;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.pbmit-ihbox-style-32 .pbmit-ihbox-btn a {
    font-size: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-32 .pbmit-ihbox-btn a .pbmit-button-text {
    font-size: 0;
}

.pbmit-ihbox-style-32 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-32 .pbmit-element-subtitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.moree{
    font-size: 14px;
    font-style: italic;
    font-family: 'Open Sans';
}
.pbmit-ihbox-style-32 .pbmit-ihbox-box:hover .moree{
    background: var(--pbmit-blackish-color);
    color: #fff;
    padding: 5px 15px;
    font-weight: 100;
    border-radius: 37px;
}
.pbmit-ihbox-style-32 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: -4px;
}

.pbmit-ihbox-style-32 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-56px, 65px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-32:hover .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    top: 0;
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-32 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-32:hover .pbmit-ihbox-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-ihbox-style-32 .pbmit-ihbox-box-number {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

/** Style 33 **/

.pbmit-ihbox-style-33 {
    display: inline-block;
    position: relative;
    padding: 22px 0 0 22px;
    border-radius: 30px 0 0;
    background-color: var(--pbmit-light-color);
}

.rtl .pbmit-ihbox-style-33 {
    border-radius: 0 30px 0 0;
    padding: 22px 22px 0 0;
}

.pbmit-ihbox-style-33 .pbmit-ihbox-headingicon {
    padding: 23px 32px;
    border-radius: 30px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-33 .pbmit-element-title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-33 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-33 .pbmit-ihbox-icon,
.pbmit-ihbox-style-33 .pbmit-ihbox-svg {
    margin-bottom: 15px;
}

.pbmit-ihbox-style-33 .pbmit-icon-type-icon,
.pbmit-ihbox-style-33 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
    margin-bottom: 20px;
}

.pbmit-ihbox-style-33 .pbmit-ihbox-icon-type-image {
    width: 158px;
}

.pbmit-ihbox-style-33 .pbmit-ihbox-btn {
    margin-top: 10px;
}

.pbmit-ihbox-style-33 .pbmit-ihbox-btn a {
    display: inline-block;
    padding: 18px 35px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-33 .pbmit-ihbox-btn .pbmit-content-wrapper a:hover {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-33 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-33 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-33 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-33 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-33 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 34 **/

.pbmit-ihbox-style-34 .pbmit-icon-type-icon,
.pbmit-ihbox-style-34 .pbmit-ihbox-contents,
.pbmit-ihbox-style-34 {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-icon,
.pbmit-ihbox-style-34 .pbmit-ihbox-svg {
    margin-right: 25px;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-34 .pbmit-ihbox-svg-wrapper {
    position: relative;
    /* padding: 0 20px 20px 0; */
    z-index: 1;
    display: inline-block;
}
.pbmit-service_content {
    display: none;
}
.pbmit-service_content.active {
    display: block;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-34 .pbmit-ihbox-svg-wrapper::before {
    position: absolute;
    content: none;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--pbmit-white-color);
}
.ryt2 .pbmit-ihbox-style-34 .pbmit-ihbox-icon{
    margin-left: 25px;
    margin-right: 0px;
}
.pbmit-ihbox-style-34 .pbmit-ihbox-icon-type-image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper i {
    font-size: 50px;
    line-height: 80px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-34 .pbmit-icon-type-icon,
.pbmit-ihbox-style-34 .pbmit-ihbox-icon-wrapper i.pbmit-xcare-icon {
    line-height: 0;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-34 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-34 .pbmit-element-title {
       font-size: 19px;
    line-height: normal;
    margin-bottom: 0px;
    font-weight: 500;
}

.pbmit-ihbox-style-34 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-element-miconheading-style-34.pbmit-element-viewtype-carousel .pbmit-ele.swiper-slide {
    padding-top: 5px;
}

.pbmit-ihbox-style-34:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-34 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-btn {
    margin-top: 15px;
    display: inline-block;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-btn a {
    display: inline-block;
    padding: 18px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-34 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-34 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-34 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 35 **/

.pbmit-ihbox-style-35 {
    margin-bottom: 22px;
}

.pbmit-ihbox-style-35 .pbmit-ihbox-box,
.pbmit-ihbox-style-35 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-35 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-35 .pbmit-element-title,
.pbmit-ihbox-style-35 .pbmit-heading-desc,
.pbmit-ihbox-style-35::before,
.pbmit-ihbox-style-35 {
    transition: all 0.5s ease-in;
}

.pbmit-ihbox-style-35 .pbmit-element-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.pbmit-ihbox-style-35 .pbmit-ihbox-box {
    border: 1px solid rgba(24, 26, 23, .15);
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    padding: 5px;
}

.pbmit-ihbox-style-35:hover .pbmit-ihbox-box {
    border-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-35 .pbmit-ihbox-icon,
.pbmit-ihbox-style-35 .pbmit-ihbox-svg {
    margin-right: 25px;
}

.pbmit-ihbox-style-35 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-35 .pbmit-ihbox-svg-wrapper {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-global-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pbmit-ihbox-style-35:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-35:hover .pbmit-ihbox-svg-wrapper {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

/** Style 36 **/

.pbmit-ihbox-style-36 .pbmit-element-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-36 .pbmit-content-wrapper {
    margin-right: 30px
}

.pbmit-ihbox-style-36 .pbmit-heading-desc {
    font-size: 14px;
    line-height: 24px;
}

.pbmit-ihbox-style-36 .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
    color: var(--pbmit-global-color)
}

.pbmit-ihbox-style-36 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
    height: 50px;
    width: 50px
}

.pbmit-ihbox-style-36 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 20px;
}

/** Style 37 **/

.pbmit-miconheading-style-37 {
    margin-bottom: 30px;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-37 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-37 .pbmit-ihbox-contents,
.pbmit-ihbox-style-37 .pbmit-element-subtitle,
.pbmit-ihbox-style-37 .pbmit-element-title,
.pbmit-ihbox-style-37 .pbmit-heading-desc,
.pbmit-ihbox-style-37 {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-37 {
    display: inline-block;
    padding: 35px;
    position: relative;
    z-index: 1;
}

.pbmit-ihbox-style-37::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--pbmit-white-color);
    opacity: 0;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-37::before,
.pbmit-ihbox-style-37:hover::before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-icon,
.pbmit-ihbox-style-37 .pbmit-ihbox-svg {
    margin-right: 22px;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-37 .pbmit-ihbox-svg-wrapper {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    font-size: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-37 .pbmit-ihbox-icon-wrapper i.pbmit-xcare-icon {
    margin-top: 10px;
    display: inline-block;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-icon-wrapper,
.pbmit-mihbox-hover-active .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-37:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-37:hover .pbmit-ihbox-svg-wrapper {
    background-color: var(--pbmit-light-color);
}

.pbmit-ihbox-style-37 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-icon-type-image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-37 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-37 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-37 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-mihbox-hover-active .pbmit-element-subtitle,
.pbmit-mihbox-hover-active .pbmit-element-title,
.pbmit-ihbox-style-37:hover .pbmit-element-subtitle,
.pbmit-ihbox-style-37:hover .pbmit-element-title {
    color: var(--pbmit-blackish-color);
}

.pbmit-mihbox-hover-active .pbmit-heading-desc,
.pbmit-ihbox-style-37:hover .pbmit-heading-desc {
    color: #666 !important;
}

.pbmit-ihbox-style-37:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-37 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-btn {
    margin-top: 15px;
    display: inline-block;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-btn a {
    display: inline-block;
    padding: 18px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-37 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-37 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-37 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-bg-color-global .pbmit-ihbox-style-37 .pbmit-heading-desc {
    color: rgba(255, 255, 255, 0.8);
}

/** Style 38 **/

.pbmit-ihbox-style-38 .pbmit-element-title {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-38 .pbmit-ihbox-box {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    padding: 5px;
    background-color: var(--pbmit-white-color);
}

.pbmit-elementor-bg-color-white .pbmit-ihbox-style-38 .pbmit-ihbox-box {
    background-color: var(--pbmit-light-color);
}

.pbmit-ihbox-style-38 .pbmit-ihbox-icon,
.pbmit-ihbox-style-38 .pbmit-ihbox-svg {
    margin-right: 15px;
}

.pbmit-ihbox-style-38 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-38 .pbmit-ihbox-svg-wrapper {
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 23px;
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pbmit-ihbox-style-38 i.pbmit-xcare-icon.pbmit-xcare-icon-phone-call {
    line-height: 0;
}

/** Style 39 **/

.pbmit-ihbox-style-39 .pbmit-element-heading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-39 .pbmit-element-title {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 0;
    font-weight: 600;
}

.pbmit-ihbox-style-39 .pbmit-element-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-39 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-39 .pbmit-ihbox-svg-wrapper {
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0 15px;
}

.pbmit-ihbox-style-39 .pbmit-title-wrap {
    margin-right: 20px;
}

.pbmit-ihbox-style-39 .pbmit-ihbox-icon-type-image img {
    width: auto;
    height: 30px;
}

.pbmit-ihbox-style-39 .pbmit-ihbox-svg-wrapper {
    background-color: var(--pbmit-global-color);
    border-radius: 30px;
}

.pbmit-ihbox-style-39 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-white-color);
    width: 75px;
    height: 15px;
    top: -2px;
}

.pbmit-ihbox-style-39 .pbmit-heading-desc {
    letter-spacing: -0.5px;
    color: var(--pbmit-global-color);
}

/** Style 40 **/

.pbmit-ihbox-style-40,
.pbmit-ihbox-style-40 .pbmit-icon-type-icon,
.pbmit-ihbox-style-40 .pbmit-ihbox-contents {
    transition: all 0.4s ease-in;
}

.pbmit-ihbox-style-40 {
    position: relative;
    padding: 0 0 0 15px;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-icon,
.pbmit-ihbox-style-40 .pbmit-ihbox-svg {
    position: relative;
    margin-right: 30px;
    height: 60px;
    width: 60px;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-40 .pbmit-ihbox-svg-wrapper {
    position: relative;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
}

.ihbox-section-twelve .pbmit-column:nth-child(2) .pbmit-ihbox-style-40 .pbmit-ihbox-icon-wrapper {
    color: var(--pbmit-global-color);
}

.ihbox-section-twelve .pbmit-column:nth-child(3) .pbmit-ihbox-style-40 .pbmit-ihbox-icon-wrapper {
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-40 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-40 .pbmit-ihbox-svg::before {
    position: absolute;
    content: '';
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
    background-color: var(--pbmit-secondary-color);
}

.ihbox-section-twelve .pbmit-column:nth-child(2) .pbmit-ihbox-style-40 .pbmit-ihbox-icon::before {
    background-color: var(--pbmit-global-color);
}

.ihbox-section-twelve .pbmit-column:nth-child(3) .pbmit-ihbox-style-40 .pbmit-ihbox-icon::before {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-40 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-40 .pbmit-ihbox-icon .pbmit-icon-type-icon svg {
    fill: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-40 .pbmit-element-subtitle,
.pbmit-ihbox-style-40 .pbmit-heading-desc,
.pbmit-ihbox-style-40 .pbmit-element-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pbmit-ihbox-style-40 .pbmit-element-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    -webkit-line-clamp: 1;
}

.pbmit-ihbox-style-40 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
}

.pbmit-element-miconheading-style-40.pbmit-element-viewtype-carousel .pbmit-ele.swiper-slide {
    padding-top: 5px;
}

.pbmit-ihbox-style-40:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-40 .pbmit-ihbox-icon-type-image {
    background-color: transparent;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-icon-type-image img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-btn {
    margin-top: 15px;
    display: inline-block;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-btn a {
    display: inline-block;
    padding: 18px 35px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-40 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-40 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-40 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/*----------------------------------------*/

/*  02 - Team Member
/*----------------------------------------*/

/** Style 1 **/

.pbmit-team-style-1 .pbmit-featured-wrapper img,
.pbmit-team-style-1 .pbmit-featured-wrapper:after,
.pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-team-style-1 .pbmit-team-social-links li,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-1 .pbminfotech-box-social-links {
    transition: all .6s ease-in-out;
}

.pbmit-team-style-1 .pbmit-featured-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.pbmit-team-style-1 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
}

.pbmit-team-style-1 .pbminfotech-box-content {
    padding: 22px 0 0;
}

.pbmit-team-style-1 .pbmit-featured-wrapper {
    clip-path: polygon( 6.232% 0.432%, 6.232% 0.432%, 5.354% 0.704%, 4.526% 1.042%, 3.753% 1.442%, 3.04% 1.9%, 2.393% 2.412%, 1.816% 2.972%, 1.313% 3.577%, 0.891% 4.222%, 0.554% 4.903%, 0.307% 5.616%, 0.307% 5.616%, 0.239% 6.246%, 0.181% 7.641%, 0.134% 9.838%, 0.097% 12.874%, 0.069% 16.786%, 0.051% 21.61%, 0.041% 27.382%, 0.04% 34.141%, 0.047% 41.922%, 0.061% 50.762%, 0.153% 94.684%, 0.798% 95.788%, 0.798% 95.788%, 1.084% 96.238%, 1.407% 96.669%, 1.767% 97.08%, 2.16% 97.47%, 2.587% 97.837%, 3.045% 98.181%, 3.533% 98.499%, 4.048% 98.792%, 4.59% 99.056%, 5.157% 99.292%, 6.907% 99.964%, 36.839% 100.036%, 36.839% 100.036%, 42.57% 100.047%, 47.735% 100.051%, 52.337% 100.047%, 56.376% 100.038%, 59.856% 100.021%, 62.778% 99.998%, 65.143% 99.969%, 66.954% 99.933%, 68.212% 99.891%, 68.92% 99.844%, 68.92% 99.844%, 69.701% 99.73%, 70.49% 99.578%, 71.275% 99.393%, 72.046% 99.177%, 72.792% 98.935%, 73.502% 98.671%, 74.165% 98.388%, 74.771% 98.091%, 75.308% 97.783%, 75.766% 97.468%, 75.766% 97.468%, 76.191% 97.116%, 76.585% 96.745%, 76.954% 96.346%, 77.304% 95.911%, 77.642% 95.431%, 77.974% 94.897%, 78.305% 94.299%, 78.642% 93.631%, 78.991% 92.882%, 79.358% 92.044%, 79.358% 92.044%, 80.059% 90.471%, 80.718% 89.157%, 81.376% 88.068%, 82.075% 87.173%, 82.857% 86.436%, 83.765% 85.826%, 84.84% 85.308%, 86.124% 84.85%, 87.66% 84.418%, 89.489% 83.979%, 89.489% 83.979%, 91.465% 83.502%, 93.172% 83.009%, 94.632% 82.485%, 95.867% 81.916%, 96.899% 81.285%, 97.749% 80.579%, 98.439% 79.78%, 98.992% 78.875%, 99.429% 77.848%, 99.773% 76.683%, 99.773% 76.683%, 99.841% 76.095%, 99.899% 74.924%, 99.946% 73.137%, 99.983% 70.696%, 100.011% 67.566%, 100.029% 63.71%, 100.039% 59.094%, 100.04% 53.681%, 100.033% 47.436%, 100.018% 40.322%, 99.926% 5.4%, 99.282% 4.296%, 99.282% 4.296%, 98.996% 3.846%, 98.673% 3.415%, 98.313% 3.004%, 97.919% 2.614%, 97.493% 2.247%, 97.035% 1.903%, 96.547% 1.585%, 96.032% 1.292%, 95.489% 1.028%, 94.922% 0.792%, 93.172% 0.12%, 50.5% 0.072%, 50.5% 0.072%, 39.499% 0.059%, 30.551% 0.052%, 23.433% 0.051%, 17.925% 0.06%, 13.803% 0.081%, 10.847% 0.115%, 8.833% 0.165%, 7.541% 0.233%, 6.748% 0.321%, 6.232% 0.432%);
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
    width: 100%;
    border-radius: 30px;
    transition: all .3s ease-out;
}

.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pbmit-team-style-1 .pbminfotech-box-team-position {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    letter-spacing: 1px;
}

.pbmit-team-style-1 .pbminfotech-box-team-position::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--pbmit-global-color);
}

.pbmit-team-style-1 .pbmit-team-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}

.pbmit-team-style-1 .pbmit-team-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text {
    background-color: var(--pbmit-white-color);
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-team-style-1 .pbminfotech-box-social-links {
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 0;
    transform: translateY(10px);
    opacity: 0;
    padding: 3px;
}

.pbmit-team-style-1 .pbminfotech-box-social-links ul {
    display: flex;
    flex-direction: column-reverse;
}

.pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links {
    transform: translateY(-25px);
    opacity: 1;
}

.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li {
    padding: 11px !important;
    display: block;
    margin: 0;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
    margin-bottom: 5px;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}

.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-social-links li {
    transform: translate(0);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1) {
    transition-delay: 750px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1) {
    transform: translate(0, 0);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2) {
    transition-delay: 700px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2) {
    transform: translate(0, 43px);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3) {
    transition-delay: 650px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3) {
    transform: translate(0, 86px);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4) {
    transition-delay: 800px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4) {
    transform: translate(0, 129px);
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5) {
    transition-delay: 850px;
}

.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5) {
    transform: translate(0, 172px);
}

.pbmit-team-style-1 .pbmit-team-social-links li:first-child {
    margin-top: 0;
}

.pbmit-team-style-1 .pbmit-team-social-links li a {
    display: inline-block;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    color: var(--pbmit-blackish-color);
}

.pbmit-team-style-1 .pbmit-team-social-links li:hover {
    background-color: var(--pbmit-global-color);
}

.pbmit-team-style-1 .pbmit-team-social-links li:hover a {
    color: var(--pbmit-white-color);
}

.pbmit-element-posts-wrapper.row .pbmit-team-style-1 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/** Style 3 **/

.pbmit-team-style-3 {
    position: relative;
}

.pbmit-team-style-3 .pbminfotech-post-item {
    padding: 33px 0 33px;
    border-bottom: 1px solid rgba(24, 26, 23, .1);
}

.pbmit-team-style-3 .pbminfotech-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.pbmit-team-style-3 .pbmit-team-title-wapper {
    align-items: center;
}

.pbmit-team-style-3 .pbmit-team-title-wapper::before {
    counter-increment: pbmitbox3;
    content: "0" counter(pbmitbox3, decimal-leading-zero);
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid;
    color: #6e778c;
    border-radius: 20px;
    margin-right: 10px;
    font-weight: 500;
    font-family: Outfit, sans-serif;
}

.pbmit-team-style-3 .pbmit-team-title {
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 0;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
}

.pbmit-team-style-3:hover .pbmit-team-title a {
    color: var(--pbmit-global-color);
}

.pbmit-team-style-3 .pbminfotech-box-team-position {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1.2px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    transition: all .4s ease-in;
    align-self: end;
}

.pbmit-team-style-3 .pbminfotech-box-team-position::before {
    content: "/";
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(5deg);
}

.pbmit-team-style-3 .pbmit-featured-wrapper img {
    position: absolute;
    top: -177px;
    left: 48%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    transition: all .3s;
    transform: translateY(30%);
    border-radius: 30px;
    transition: all .3s ease-in;
}

.pbmit-team-style-3:last-child .pbmit-featured-wrapper img {
    top: -220px;
}

.pbmit-team-style-3:hover .pbmit-featured-wrapper img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pbmit-team-style-3 .pbmit-team-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    transition: all .4s ease-in;
}

.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon-wrapper::before,
.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon {
    color: var(--pbmit-global-color);
}

.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-right: 6px;
    transform: rotate(45deg);
}

.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-team-style-3:hover .pbmit-team-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-team-style-3 .pbmit-team-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-team-style-3:hover .pbmit-team-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 4 **/

.pbmit-team-style-4 .pbmit-featured-wrapper img,
.pbmit-team-style-4 .pbmit-featured-wrapper::after,
.pbmit-team-style-4 .pbmit-team-social-links li a,
.pbmit-team-style-4 .pbmit-team-social-links li,
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-4 .pbminfotech-box-social-links {
    transition: all .6s ease-in-out;
}

.pbmit-team-style-4 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.pbmit-team-style-4 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 30px;
    z-index: 1;
}

.pbmit-team-style-4 .pbminfotech-box-content {
    padding: 22px 0 0;
}

.pbmit-team-style-4 .pbminfotech-post-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--pbmit-white-color);
    clip-path: polygon( 6.232% 0.432%, 6.232% 0.432%, 5.354% 0.704%, 4.526% 1.042%, 3.753% 1.442%, 3.04% 1.9%, 2.393% 2.412%, 1.816% 2.972%, 1.313% 3.577%, 0.891% 4.222%, 0.554% 4.903%, 0.307% 5.616%, 0.307% 5.616%, 0.239% 6.246%, 0.181% 7.641%, 0.134% 9.838%, 0.097% 12.874%, 0.069% 16.786%, 0.051% 21.61%, 0.041% 27.382%, 0.04% 34.141%, 0.047% 41.922%, 0.061% 50.762%, 0.153% 94.684%, 0.798% 95.788%, 0.798% 95.788%, 1.084% 96.238%, 1.407% 96.669%, 1.767% 97.08%, 2.16% 97.47%, 2.587% 97.837%, 3.045% 98.181%, 3.533% 98.499%, 4.048% 98.792%, 4.59% 99.056%, 5.157% 99.292%, 6.907% 99.964%, 36.839% 100.036%, 36.839% 100.036%, 42.57% 100.047%, 47.735% 100.051%, 52.337% 100.047%, 56.376% 100.038%, 59.856% 100.021%, 62.778% 99.998%, 65.143% 99.969%, 66.954% 99.933%, 68.212% 99.891%, 68.92% 99.844%, 68.92% 99.844%, 69.701% 99.73%, 70.49% 99.578%, 71.275% 99.393%, 72.046% 99.177%, 72.792% 98.935%, 73.502% 98.671%, 74.165% 98.388%, 74.771% 98.091%, 75.308% 97.783%, 75.766% 97.468%, 75.766% 97.468%, 76.191% 97.116%, 76.585% 96.745%, 76.954% 96.346%, 77.304% 95.911%, 77.642% 95.431%, 77.974% 94.897%, 78.305% 94.299%, 78.642% 93.631%, 78.991% 92.882%, 79.358% 92.044%, 79.358% 92.044%, 80.059% 90.471%, 80.718% 89.157%, 81.376% 88.068%, 82.075% 87.173%, 82.857% 86.436%, 83.765% 85.826%, 84.84% 85.308%, 86.124% 84.85%, 87.66% 84.418%, 89.489% 83.979%, 89.489% 83.979%, 91.465% 83.502%, 93.172% 83.009%, 94.632% 82.485%, 95.867% 81.916%, 96.899% 81.285%, 97.749% 80.579%, 98.439% 79.78%, 98.992% 78.875%, 99.429% 77.848%, 99.773% 76.683%, 99.773% 76.683%, 99.841% 76.095%, 99.899% 74.924%, 99.946% 73.137%, 99.983% 70.696%, 100.011% 67.566%, 100.029% 63.71%, 100.039% 59.094%, 100.04% 53.681%, 100.033% 47.436%, 100.018% 40.322%, 99.926% 5.4%, 99.282% 4.296%, 99.282% 4.296%, 98.996% 3.846%, 98.673% 3.415%, 98.313% 3.004%, 97.919% 2.614%, 97.493% 2.247%, 97.035% 1.903%, 96.547% 1.585%, 96.032% 1.292%, 95.489% 1.028%, 94.922% 0.792%, 93.172% 0.12%, 50.5% 0.072%, 50.5% 0.072%, 39.499% 0.059%, 30.551% 0.052%, 23.433% 0.051%, 17.925% 0.06%, 13.803% 0.081%, 10.847% 0.115%, 8.833% 0.165%, 7.541% 0.233%, 6.748% 0.321%, 6.232% 0.432%);
}

.pbmit-team-style-4 .pbmit-featured-wrapper img {
    width: 100%;
    border-radius: 30px;
    transition: all .3s ease-out;
}

.pbmit-team-style-4:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pbmit-team-style-4 .pbminfotech-box-team-position {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    letter-spacing: 1px;
    color: #6e778c;
    font-weight: 500;
    font-family: Outfit, sans-serif;
}

.pbmit-team-style-4 .pbminfotech-box-team-position::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--pbmit-secondary-color);
}

.pbmit-team-style-4 .pbmit-team-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}

.pbmit-team-style-4 .pbmit-team-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 2;
}

.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-team-style-4 .pbminfotech-box-social-links {
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 0;
    transform: translateY(10px);
    opacity: 0;
    padding: 3px;
}

.pbmit-team-style-4 .pbminfotech-box-social-links ul {
    display: flex;
    flex-direction: column-reverse;
}

.pbmit-team-style-4 .pbmit-team-btn:hover .pbminfotech-box-social-links {
    transform: translateY(-25px);
    opacity: 1;
}

.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-social-links li {
    padding: 0 !important;
    display: block;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    margin-bottom: 5px;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}

.pbmit-team-style-4 .pbmit-team-btn:hover .pbmit-team-social-links li {
    transform: translate(0);
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(1) {
    transition-delay: 750px;
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(1) {
    transform: translate(0, 0);
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(2) {
    transition-delay: 700px;
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(2) {
    transform: translate(0, 43px);
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(3) {
    transition-delay: 650px;
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(3) {
    transform: translate(0, 86px);
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(4) {
    transition-delay: 800px;
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(4) {
    transform: translate(0, 129px);
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(5) {
    transition-delay: 850px;
}

.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(5) {
    transform: translate(0, 172px);
}

.pbmit-team-style-4 .pbmit-team-social-links li:first-child {
    margin-top: 0;
}

.pbmit-team-style-4 .pbmit-team-social-links li a {
    display: inline-block;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    color: var(--pbmit-white-color);
}

.pbmit-team-style-4 .pbmit-team-social-links li:hover {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-team-style-4 .pbmit-team-social-links li:hover a {
    color: var(--pbmit-white-color);
}

/* pbmit-team-style-4-new */

.pbmit-team-style-4-new .pbmit-team-style-4 .pbminfotech-box-team-position {
    font-weight: 500;
    font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-team-style-4-new .pbmit-team-style-4 .pbminfotech-box-team-position::before {
    background-color: var(--pbmit-global-color);
}

.pbmit-team-style-4-new .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-team-style-4-new .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text:hover {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-team-style-4-new .pbmit-team-style-4:nth-child(odd) {
    margin-top: -50px;
}

.pbmit-team-style-4-new .pbmit-team-style-4 {
    margin-bottom: 40px;
}

.pbmit-team-style-4-new .pbmit-element-posts-wrapper {
    padding-top: 50px;
}

.pbmit-team-style-4-new .pbmit-team-style-4:hover .pbmit-featured-wrapper img {
    transform: none;
}

/*----------------------------------------*/

/*  03 - Counter
/*----------------------------------------*/

/** Style 2 **/

.pbminfotech-ele-fid-style-2 {
    padding: 30px 0 0 30px;
    position: relative;
    background-color: var(--pbmit-light-color);
    border-radius: 30px 0 0;
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
    padding: 40px 45px 40px 40px;
    background-color: var(--pbmit-white-color);
    border-radius: 30px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
    min-width: 180px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(3, 27, 78, .2);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 600 !important;
}

.pbminfotech-ele-fid-style-2 .pbmit-number-rotate {
    position: relative;
    padding-left: 25px;
}

.pbminfotech-ele-fid-style-2 .pbmit-number-rotate::before {
    position: absolute;
    content: "\e88d";
    font-family: "pbminfotech-base-icons";
    font-size: 18px;
    left: 0;
    top: -4px;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid {
    font-size: 42px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid sup {
    top: -20px;
    margin-left: -15px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup {
    margin-right: -11px;
    top: -14px;
    color: var(--pbmit-global-color);
}

/** Style 4 **/

.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
    text-align: center;
}

.pbminfotech-ele-fid-style-4 .pbmit-circle {
    position: relative;
    display: inline-block;
}

.pbminfotech-ele-fid-style-4 .pbmit-circle canvas {
    transform: rotate(-60deg);
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    height: 110px;
    width: 110px;
    top: 48%;
    left: 50%;
    font-size: 30px;
    line-height: 26px;
    font-weight: 600 !important;
    transform: translate(-50%, -50%);
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup {
    top: -12px;
    font-size: 20px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-sub {
    margin-top: 8px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-sub .pbmit-fid-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

/** Style 5 **/

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 0;
    font-weight: 700;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: normal;
    color: var(--pbmit-global-color);
    font-family: var(--pbmit-body-typography-font-family);
}

.pbminfotech-ele-fid-style-5 .pbmit-icon-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.pbminfotech-ele-fid-style-5 .pbmit-icon-type-icon {
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid>span {
    left: -20px;
    position: relative;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sup,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sub {
    font-size: 50px;
    line-height: 50px;
    position: relative;
    left: -20px;
    top: -30px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sup {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    left: 0;
    top: -20px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sub {
    bottom: -8px;
    top: inherit;
}

/** Style 6 **/

.pbminfotech-ele-fid-style-6 .pbmit-fld-contents {
    display: flex;
    align-items: center;
}

.pbminfotech-ele-fid-style-6 .pbmit-circle {
    position: relative;
    display: inline-block;
}

.pbminfotech-ele-fid-style-6 .pbmit-circle canvas {
    transform: rotate(-60deg);
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    height: 92px;
    width: 92px;
    top: 48%;
    left: 50%;
    font-size: 23px;
    line-height: 23px;
    font-weight: 600 !important;
    transform: translate(-50%, -50%);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sup {
    top: -9px;
    font-size: 15px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-sub {
    margin-left: 15px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-sub .pbmit-fid-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.pbmit-bg-color-white .pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
    background-color: var(--pbmit-light-color);
}

/** Style 7 **/

.pbminfotech-ele-fid-style-7 {
    padding: 15px 15px 0 0;
    position: relative;
    background-color: var(--pbmit-light-color);
    border-radius: 0 30px 0 0;
    text-align: center;
}

.pbminfotech-ele-fid-style-7 .pbmit-fld-contents {
    padding: 45px 30px 30px 35px;
    background-color: var(--pbmit-secondary-color);
    border-radius: 20px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-inner {
    font-size: 55px;
    line-height: 55px;
    min-width: 145px;
    margin-bottom: 8px;
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-7 .pbmit-fid-inner sup {
    font-size: 32px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-inner sup {
    top: -20px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid sup {
    margin-left: -10px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-before sup {
    margin-right: -10px;
}

.pbminfotech-ele-fid-style-7 .pbmit-top-left-corner {
    top: -30px;
    left: 0px;
    transform: rotate(90deg);
}

.pbminfotech-ele-fid-style-7 .pbmit-bottom-right-corner {
    bottom: -1px;
    right: -30px;
    transform: rotate(90deg);
}

/** Style 8 **/

.pbminfotech-ele-fid-style-8 .pbmit-fld-contents {
    display: flex;
    align-items: center;
}

.pbminfotech-ele-fid-style-8 .pbmit-circle {
    position: relative;
    display: inline-block;
}

.pbminfotech-ele-fid-style-8 .pbmit-circle canvas {
    transform: rotate(-60deg);
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    height: 92px;
    width: 92px;
    top: 48%;
    left: 50%;
    font-size: 23px;
    line-height: 23px;
    font-weight: 600 !important;
    transform: translate(-50%, -50%);
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-inner sup {
    top: -9px;
    font-size: 15px;
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-sub {
    margin-left: 15px;
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-sub .pbmit-fid-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}

/*----------------------------------------*/

/*  04 - Service
/*----------------------------------------*/

/** Style 2 **/

.pbmit-service-style-2 .pbmit-service-image-wrapper,
.pbmit-service-style-2 .pbmit-serv-cat a,
.pbmit-service-style-2 .pbmit-service-btn,
.pbmit-service-style-2 .pbmit-service-btn a {
    transition: all 0.5s ease-in-out;
}

.pbmit-service-style-2 {
    position: relative;
}

.pbmit-element-service-style-2 .pbmit-ele-header-area.container {
    margin-left: 0;
    padding-left: 0;
}

.pbmit-service-style-2 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
    clip-path: polygon( 4.724% 0.355%, 4.724% 0.355%, 4.058% 0.579%, 3.43% 0.857%, 2.845% 1.186%, 2.305% 1.563%, 1.814% 1.983%, 1.376% 2.444%, 0.995% 2.942%, 0.675% 3.472%, 0.42% 4.032%, 0.233% 4.619%, 0.233% 4.619%, 0.181% 5.212%, 0.137% 6.592%, 0.102% 8.797%, 0.073% 11.866%, 0.052% 15.839%, 0.038% 20.755%, 0.031% 26.653%, 0.03% 33.571%, 0.035% 41.549%, 0.047% 50.627%, 0.116% 95.628%, 0.605% 96.536%, 0.605% 96.536%, 0.822% 96.906%, 1.067% 97.26%, 1.339% 97.599%, 1.638% 97.919%, 1.961% 98.221%, 2.308% 98.504%, 2.678% 98.766%, 3.069% 99.006%, 3.479% 99.224%, 3.909% 99.418%, 5.236% 99.97%, 40.024% 100.03%, 40.024% 100.03%, 46.77% 100.039%, 52.801% 100.042%, 58.126% 100.039%, 62.755% 100.031%, 66.697% 100.017%, 69.962% 99.998%, 72.56% 99.974%, 74.499% 99.945%, 75.79% 99.911%, 76.442% 99.872%, 76.442% 99.872%, 77.034% 99.778%, 77.631% 99.653%, 78.227% 99.501%, 78.811% 99.323%, 79.376% 99.124%, 79.915% 98.907%, 80.418% 98.674%, 80.877% 98.43%, 81.284% 98.177%, 81.631% 97.918%, 81.631% 97.918%, 81.953% 97.628%, 82.251% 97.323%, 82.531% 96.995%, 82.797% 96.637%, 83.053% 96.242%, 83.305% 95.803%, 83.556% 95.312%, 83.811% 94.762%, 84.075% 94.146%, 84.353% 93.457%, 84.353% 93.457%, 84.885% 92.163%, 85.384% 91.083%, 85.883% 90.188%, 86.413% 89.451%, 87.006% 88.846%, 87.694% 88.344%, 88.509% 87.918%, 89.482% 87.541%, 90.646% 87.186%, 92.032% 86.825%, 92.032% 86.825%, 93.53% 86.432%, 94.825% 86.027%, 95.931% 85.596%, 96.867% 85.128%, 97.649% 84.61%, 98.293% 84.029%, 98.817% 83.372%, 99.236% 82.628%, 99.567% 81.783%, 99.828% 80.825%, 99.828% 80.825%, 99.88% 80.265%, 99.923% 79.078%, 99.959% 77.224%, 99.987% 74.659%, 100.008% 71.344%, 100.022% 67.235%, 100.029% 62.292%, 100.03% 56.473%, 100.025% 49.737%, 100.014% 42.041%, 99.944% 4.441%, 99.293% 3.316%, 99.293% 3.316%, 99.064% 2.951%, 98.808% 2.603%, 98.524% 2.271%, 98.215% 1.958%, 97.882% 1.663%, 97.526% 1.389%, 97.148% 1.136%, 96.749% 0.905%, 96.331% 0.697%, 95.895% 0.513%, 94.825% 0.099%, 50.379% 0.059%, 50.379% 0.059%, 38.88% 0.049%, 29.54% 0.043%, 22.128% 0.042%, 16.412% 0.05%, 12.159% 0.067%, 9.137% 0.095%, 7.115% 0.136%, 5.86% 0.192%, 5.14% 0.264%, 4.724% 0.355%);
}

.pbmit-service-style-2 .pbmit-service-image-wrapper img {
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.pbmit-service-style-2:hover .pbmit-service-image-wrapper img {
    transform: scale(1.05);
}

.pbmit-service-style-2 .pbmit-featured-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 30px;
    background: linear-gradient(to top, rgba(var(--pbmit-blackish-bg-color-rgb), .68) 0, rgba(var(--pbmit-blackish-bg-color-rgb), .68) 17%, rgba(var(--pbmit-blackish-bg-color-rgb), 0) 44%, rgba(var(--pbmit-blackish-bg-color-rgb), 0) 100%);
    /* background: linear-gradient(to top,  rgba(3, 27, 78,0.68) 0%, rgba(3, 27, 78,0.68) 17%,rgba(3, 27, 78,0) 44%, rgba(3, 27, 78,0) 100%); */
}

.pbmit-service-style-2 .pbminfotech-box-content {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.pbmit-service-style-2 .pbmit-contant-box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
}

.pbmit-service-style-2 .pbmit-service-title a {
    color: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-service-title {
    font-size: 28px;
    line-height: 32px;
    max-width: 250px;
    margin-bottom: 0;
}

.pbmit-service-style-2 .pbmit-serv-cat a {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.pbmit-service-style-2 .pbmit-service-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background-color: transparent;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbmit-service-style-2 .pbmit-service-icon {
    display: none;
    margin-bottom: 10px;
}

.pbmit-service-style-2 .pbmit-service-icon img {
    width: 50px;
    height: 50px;
}

.pbmit-service-style-2 .pbmit-service-icon i {
    font-size: 50px;
    line-height: 50px;
    color: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-service-icon svg {
    fill: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-service-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-service-style-2 .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-2:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-service-style-2 .pbmit-service-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-2:hover .pbmit-service-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-service-style-2:hover .pbminfotech-box-content .pbmit-service-btn {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.pbmit-bg-color-global .pbmit-service-style-2 .pbmit-service-btn {
    border: 1px solid var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-service-style-2:hover .pbmit-service-btn {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

/** Style 4 **/

.pbmit-service-style-4 {
    margin-bottom: 30px;
}

.pbmit-service-style-4 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-4 .pbmit-service-btn {
    transition: all 0.5s ease-in-out;
}

.pbmit-service-style-4,
.pbmit-service-style-4 .pbminfotech-box-content {
    position: relative;
    overflow: hidden;
}

.pbmit-service-style-4 .pbmit-box-content-wrap,
.pbmit-service-style-4 .pbmit-content-inner-wrap {
    display: flex;
}

.pbmit-service-style-4 .pbminfotech-post-item .pbmit-box-content-wrap {
    padding: 20px 80px 20px 20px;
    background-color: var(--pbmit-white-color);
    clip-path: polygon( 2.551% 0.478%, 2.551% 0.478%, 2.192% 0.779%, 1.853% 1.153%, 1.536% 1.596%, 1.245% 2.102%, 0.98% 2.668%, 0.743% 3.288%, 0.538% 3.957%, 0.365% 4.671%, 0.227% 5.424%, 0.126% 6.213%, 0.126% 6.213%, 0.098% 6.864%, 0.074% 8.27%, 0.055% 10.464%, 0.04% 13.481%, 0.028% 17.357%, 0.021% 22.127%, 0.017% 27.825%, 0.016% 34.487%, 0.019% 42.148%, 0.025% 50.843%, 0.063% 94.119%, 0.327% 95.341%, 0.327% 95.341%, 0.444% 95.838%, 0.576% 96.315%, 0.723% 96.77%, 0.884% 97.201%, 1.059% 97.607%, 1.246% 97.988%, 1.446% 98.34%, 1.657% 98.663%, 1.879% 98.956%, 2.111% 99.217%, 2.828% 99.96%, 44.613% 100.04%, 44.613% 100.04%, 52.86% 100.052%, 60.162% 100.056%, 66.542% 100.052%, 72.021% 100.042%, 76.624% 100.023%, 80.372% 99.998%, 83.289% 99.965%, 85.397% 99.926%, 86.719% 99.88%, 87.277% 99.827%, 87.277% 99.827%, 87.945% 99.545%, 88.547% 99.154%, 89.09% 98.644%, 89.577% 98.005%, 90.014% 97.226%, 90.404% 96.297%, 90.754% 95.208%, 91.066% 93.949%, 91.347% 92.51%, 91.6% 90.88%, 91.6% 90.88%, 91.835% 89.316%, 92.075% 87.982%, 92.331% 86.851%, 92.617% 85.895%, 92.947% 85.086%, 93.332% 84.396%, 93.787% 83.798%, 94.324% 83.264%, 94.956% 82.767%, 95.697% 82.278%, 95.697% 82.278%, 96.506% 81.749%, 97.205% 81.204%, 97.803% 80.625%, 98.308% 79.995%, 98.73% 79.298%, 99.078% 78.516%, 99.361% 77.633%, 99.587% 76.632%, 99.766% 75.495%, 99.907% 74.207%, 99.907% 74.207%, 99.935% 73.599%, 99.958% 72.439%, 99.978% 70.693%, 99.993% 68.329%, 100.004% 65.313%, 100.012% 61.611%, 100.016% 57.192%, 100.016% 52.021%, 100.014% 46.066%, 100.008% 39.294%, 100.008% 39.294%, 99.997% 30.282%, 99.987% 23.054%, 99.976% 17.405%, 99.961% 13.127%, 99.942% 10.016%, 99.915% 7.865%, 99.88% 6.47%, 99.835% 5.623%, 99.777% 5.119%, 99.706% 4.752%, 99.706% 4.752%, 99.589% 4.255%, 99.457% 3.778%, 99.31% 3.323%, 99.148% 2.892%, 98.974% 2.485%, 98.786% 2.105%, 98.587% 1.753%, 98.376% 1.43%, 98.154% 1.137%, 97.921% 0.876%, 97.205% 0.133%, 50.205% 0.08%, 50.205% 0.08%, 37.986% 0.066%, 28.081% 0.057%, 20.245% 0.057%, 14.23% 0.067%, 9.79% 0.09%, 6.676% 0.127%, 4.642% 0.183%, 3.441% 0.258%, 2.827% 0.356%, 2.551% 0.478%);
}

.pbmit-service-style-4 .pbmit-featured-img-wrapper {
    margin-right: 45px;
}

.pbmit-service-style-4 .pbmit-featured-wrapper img {
    border-radius: 20px;
    height: 300px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.pbmit-service-style-4 .pbmit-box-content-inner {
    display: grid;
    flex: 1;
    padding: 30px 0;
}

.pbmit-service-style-4 .pbmit-content-inner-wrap {
    align-self: self-start;
    justify-content: space-between;
}

.pbmit-service-style-4 .pbmit-service-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding-right: 0;
}

.pbmit-service-style-4 .pbmit-serv-cat,
.pbmit-service-style-4 .pbmit-serv-cat {
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    letter-spacing: 0.6px;
}

.pbmit-service-style-4 .pbmit-serv-cat::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.pbmit-service-style-4 .pbmit-service-icon {
    font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-global-color);
}

.pbmit-service-style-4 .pbmit-service-icon img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
}

.pbmit-service-style-4 .pbmit-service-description {
    align-self: self-end;
    padding-top: 20px;
    color: #6e778c;
    border-top: 1px solid rgba(1, 13, 39, 0.1);
}

.pbmit-service-style-4 .pbmit-service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbmit-service-style-4 .pbmit-service-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-service-style-4 .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-4 .pbmit-service-description,
.pbmit-service-style-4 .pbmit-serv-cat,
.pbmit-service-style-4 .pbmit-serv-cat a,
.pbmit-service-style-4 .pbmit-service-title a,
.pbmit-service-style-4 .pbmit-service-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pbmit-service-style-4:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-service-style-4 .pbmit-service-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-4:hover .pbmit-service-btn .pbmit-button-icon {
    transform: scale(0.26) translate(50px, -50px);
}

.pbmit-service-style-4:hover .pbminfotech-box-content .pbmit-service-btn {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-element-service-style-4 .pbmit-sticky-section {
    position: relative;
    overflow: hidden;
}

/** Style 5 **/

.pbmit-element-service-style-5 .pbmit-title-data-hover .pbmit-title-inner,
.pbmit-element-service-style-5 .pbmit-title-data-hover .pbmit-service-btn a,
.pbmit-element-service-style-5 .pbmit-title-data-hover .pbmit-service-btn {
    transition: all 0.5s ease-in-out;
}

.pbmit-element-service-style-5 .pbmit-hover-inner {
    padding: 0 85px 0 85px;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 30px;
}
.news-alerts {
    width: 100%;
    margin: 00px auto;
    height: 355px !important;
    overflow: hidden;
    padding-left: 0px;
  }
  
  .news-alerts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .news-alerts  li {
    padding: 4px 8px;
    list-style-type: none;
    /* background: #efefef; */
    margin-bottom: 7px;
    line-height: normal;
  }
  
  .news-alerts  li img {
    margin-right: 5px;
  }
  
  .news-alerts  li a p {
    font-size: 11px;
    font-weight: 600;
    color: gray !important;
    padding-bottom: 0px !important;
    margin-bottom: 0;
    padding-top:5px;
  }
  
  .news-alerts  li a {
    font-size: 13px;
    font-family: 'Open Sans';
    text-decoration: none;
    font-weight: 600;
  }
  
  .news-alerts  li a:hover {
    text-decoration: underline;
  }

.pbmit-element-service-style-5 .pbmit-hover-inner li {
    position: relative;
}

.pbmit-element-service-style-5 .pbmit-featured-wrapper {
    clip-path: polygon( 5.329% 0%, 94.671% 0%, 94.671% 0%, 95.535% 0.073%, 96.355% 0.286%, 97.119% 0.625%, 97.818% 1.081%, 98.439% 1.64%, 98.971% 2.292%, 99.405% 3.026%, 99.728% 3.829%, 99.93% 4.69%, 100% 5.597%, 100% 79.664%, 100% 79.664%, 99.787% 82.136%, 99.199% 83.973%, 98.307% 85.292%, 97.186% 86.208%, 95.909% 86.836%, 94.549% 87.29%, 93.179% 87.685%, 91.874% 88.138%, 90.706% 88.762%, 89.75% 89.674%, 89.75% 89.674%, 89.026% 90.879%, 88.5% 92.195%, 88.074% 93.567%, 87.649% 94.937%, 87.126% 96.251%, 86.406% 97.451%, 85.389% 98.482%, 83.978% 99.288%, 82.072% 99.813%, 79.574% 100%, 5.329% 100%, 5.329% 100%, 4.465% 99.927%, 3.645% 99.714%, 2.881% 99.375%, 2.182% 98.919%, 1.561% 98.36%, 1.029% 97.708%, 0.595% 96.974%, 0.272% 96.171%, 0.07% 95.31%, 0% 94.403%, 0% 5.597%, 0% 5.597%, 0.07% 4.69%, 0.272% 3.829%, 0.595% 3.026%, 1.029% 2.292%, 1.561% 1.64%, 2.182% 1.081%, 2.881% 0.625%, 3.645% 0.286%, 4.465% 0.073%, 5.329% 0%);
}

.pbmit-element-service-style-5 .pbmit-featured-wrapper img {
    border-radius: 30px;
    width: 100%;
}

.pbmit-element-service-style-5 .swiper-hover-slide-images {
    flex: 0 0 auto;
    width: 44.666667%;
    padding-right: 0;
}

.pbmit-element-service-style-5 .swiper-hover-slide-nav {
    flex: 0 0 auto;
    width: 55.333333%;
}

.pbmit-element-service-style-5 .pbmit-title-data-hover {
    margin-bottom: 0;
    font-weight: 400;
}

.pbmit-element-service-style-5 .pbminfotech-box-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-element-service-style-5 .pbmit-title-inner {
    font-size: 28px;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    font-weight: normal;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-element-service-style-5 .pbmit-hover-inner li:hover .pbmit-title-inner {
    color: var(--pbmit-global-color);
}

.pbmit-element-service-style-5 .pbmit-service-btn a {
    font-size: 14px;
    opacity: 0;
}

.pbmit-element-service-style-5 .swiper-hover-slide-nav .pbmit-hover-inner li.pbmit-active .pbmit-service-btn a {
    opacity: 1;
}

.pbmit-element-service-style-5 .pbmit-service-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-element-service-style-5 .pbmit-hover-inner .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-element-service-style-5 .pbmit-hover-inner li:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    color: var(--pbmit-white-color);
    transform: scale(1) translate(-4px, 0px);
}

.pbmit-element-service-style-5 .pbmit-hover-inner .pbmit-service-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-element-service-style-5 .pbmit-hover-inner li:hover .pbmit-service-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-bg-color-global .pbmit-element-service-style-5 .pbminfotech-box-number,
.pbmit-bg-color-global .pbmit-element-service-style-5 .pbmit-title-inner,
.pbmit-bg-color-global .pbmit-element-service-style-5 .pbmit-service-btn a {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-global .pbmit-element-service-style-5 .pbmit-hover-inner li:hover .pbmit-title-inner {
    color: var(--pbmit-white-color);
}

.pbmit-element-service-style-5 .pbmit-service-icon {
    position: absolute;
    bottom: 0;
    right: 1px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-elementor-bg-color-white .pbmit-element-service-style-5 .pbmit-service-icon {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-element-service-style-5 .pbmit-service-icon svg {
    fill: var(--pbmit-blackish-color);
}

.pbmit-element-service-style-5 .pbmit-service-icon img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

.pbmit-element-service-style-5 .swiper-hover-slide-images .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.pbmit-element-service-style-5 .pbmit-hover-image .swiper-slide .pbmit-service-icon {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.pbmit-element-service-style-5 .pbmit-hover-image .swiper-slide.swiper-slide-active .pbmit-service-icon {
    opacity: 1;
}

/** Style 6 **/

.pbmit-service-style-6 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-6 .pbmit-service-btn {
    transition: all 0.5s ease-in-out;
}
#mySVG {
    filter: none;
  }

  #mySVG:hover {
    fill: #3368c6;
  }
.pbmit-service-style-6,
.pbmit-service-style-6 .pbminfotech-box-content {
    position: relative;
}

.pbmit-service-style-6 .pbminfotech-post-item .pbmit-box-content-wrap {
    padding: 0px;
    background-color: transparent;
    position: relative;
    z-index: 8;
}

.pbmit-service-style-6 .pbminfotech-post-item .pbmit-box-content-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--pbmit-white-color);
    clip-path: polygon( 5.592% 0.486%, 5.592% 0.486%, 5.013% 0.617%, 4.455% 0.784%, 3.921% 0.988%, 3.415% 1.225%, 2.939% 1.495%, 2.495% 1.795%, 2.086% 2.124%, 1.715% 2.48%, 1.384% 2.863%, 1.096% 3.269%, 0.548% 4.107%, 0.548% 96.637%, 1.096% 97.476%, 1.096% 97.476%, 1.313% 97.786%, 1.556% 98.084%, 1.822% 98.368%, 2.112% 98.638%, 2.423% 98.892%, 2.756% 99.13%, 3.109% 99.352%, 3.48% 99.555%, 3.87% 99.74%, 4.276% 99.906%, 5.373% 100.325%, 40.789% 100.375%, 40.789% 100.375%, 47.309% 100.383%, 53.25% 100.386%, 58.596% 100.384%, 63.329% 100.378%, 67.431% 100.367%, 70.886% 100.353%, 73.675% 100.334%, 75.78% 100.312%, 77.186% 100.287%, 77.873% 100.258%, 77.873% 100.258%, 78.776% 100.146%, 79.619% 100%, 80.403% 99.819%, 81.129% 99.604%, 81.798% 99.353%, 82.412% 99.066%, 82.972% 98.742%, 83.48% 98.38%, 83.936% 97.981%, 84.342% 97.543%, 84.342% 97.543%, 84.434% 97.414%, 84.548% 97.235%, 84.681% 97.01%, 84.831% 96.747%, 84.992% 96.451%, 85.162% 96.128%, 85.336% 95.785%, 85.513% 95.427%, 85.687% 95.061%, 85.855% 94.693%, 85.855% 94.693%, 86.388% 93.549%, 86.871% 92.612%, 87.349% 91.851%, 87.863% 91.235%, 88.459% 90.733%, 89.181% 90.314%, 90.07% 89.948%, 91.172% 89.605%, 92.531% 89.252%, 94.189% 88.859%, 94.189% 88.859%, 95.184% 88.611%, 96.061% 88.356%, 96.829% 88.085%, 97.498% 87.794%, 98.081% 87.474%, 98.588% 87.12%, 99.028% 86.725%, 99.415% 86.281%, 99.757% 85.782%, 100.066% 85.222%, 100.548% 84.233%, 100.548% 4.107%, 100% 3.269%, 100% 3.269%, 99.783% 2.958%, 99.541% 2.66%, 99.274% 2.376%, 98.985% 2.107%, 98.673% 1.852%, 98.341% 1.614%, 97.988% 1.393%, 97.616% 1.189%, 97.227% 1.004%, 96.82% 0.838%, 95.724% 0.419%, 50.987% 0.386%, 50.987% 0.386%, 43.747% 0.387%, 36.853% 0.39%, 30.401% 0.395%, 24.486% 0.402%, 19.202% 0.411%, 14.646% 0.422%, 10.911% 0.435%, 8.094% 0.45%, 6.289% 0.467%, 5.592% 0.486%);
}

.pbmit-service-style-6 .pbmit-featured-wrapper img {
    border-radius: 30px 30px 0 0;
    margin-bottom: 25px;
    width: 100%;
}

.pbmit-service-style-6 .pbmit-box-content-inner {
    padding: 0 16px 65px 16px;
}
.overview {
    transition: background-image 0.5s ease, background-color 0.5s ease!important; /* Smooth transition */
}

.pbmit-service-style-6 .pbmit-service-title {
    font-size: 19px;
    line-height: 24px;
    /* padding-right: 50px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    min-height: 72px;
}

.pbmit-service-style-6 .pbmit-serv-cat {
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* .containerx {
    height: 330px;
    line-height: 30px;
    overflow: Hidden;
  }
  .containerx ul li{
    font-size: 14px;
    font-family: 'Open Sans';
    color: #252424;
    line-height: 18px;
    margin-bottom: 10px;
    border-left: 3px solid red;
    padding-left: 5px;
    border-radius: 5px 0px 0px 5px;
  } */
  .containerx {
    height: 340px;   
    line-height: 30px;
    overflow: hidden;
  }
  
  .containerx ul li{
    font-size: .85rem;
    font-family: 'Open Sans';
    color: #252424;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 5px;
    border-radius: 5px 0px 0px 5px;
    transition: all 1s ease-in;
  }
  .containerx ul li a:hover{
    color: var(--pbmit-global-color)!important;
  }


.pbmit-service-style-6 .pbmit-serv-cat::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.r-m{
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 14px;
    font-style: italic;
}
.pbmit-service-style-6 .pbmit-service-description {
    color: #6e778c;
    border-top: 1px solid #e7e8e7;
    padding: 20px 65px 0 0;
    margin-top: 17px;
}

.pbmit-service-style-6 .pbmit-service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbmit-service-style-6 .pbmit-service-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-service-style-6 .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-6:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-service-style-6 .pbmit-service-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-6:hover .pbmit-service-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-service-style-6:hover .pbminfotech-box-content .pbmit-service-btn {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-service-style-6-hover .pbmit-service-style-6 .pbmit-box-content-wrap::before {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.pbmit-service-style-6-hover .pbmit-service-style-6 .pbmit-service-description,
.pbmit-service-style-6-hover .pbmit-service-style-6 {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-box-content-wrap::before {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-service-description,
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-service-title a,
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-serv-cat a,
.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active {
    color: var(--pbmit-white-color);
}

.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbmit-service-description {
    border-color: rgba(255, 255, 255, 0.1);
}

.pbmit-service-style-6-hover .pbmit-service-style-6.swiper-slide-active .pbminfotech-box-content .pbmit-service-btn {
    color: var(--pbmit-blackish-color);
}

/** Style 7 **/

.pbmit-service-style-7 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-7 .pbmit-service-image-wrapper,
.pbmit-service-style-7 .pbmit-featured-wrapper,
.pbmit-service-style-7 .pbminfotech-post-item,
.pbmit-service-style-7 .pbmit-service-title,
.pbmit-service-style-7 .pbmit-service-icon,
.pbmit-service-style-7 .pbmit-service-btn,
.pbmit-service-style-7 .pbmit-serv-cat {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-service-style-7,
.pbmit-service-style-7 .pbminfotech-box-content {
    position: relative;
}

.pbmit-service-style-7 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(3, 27, 78, .1);
}

.pbmit-text-color-white .pbmit-service-style-7 .pbminfotech-post-item {
    border-bottom-color: rgba(255, 255, 255, .1);
}

.pbmit-service-style-7 .pbminfotech-post-item .pbmit-box-content-wrap {
    padding: 40px 60px 40px 0;
    width: 100%;
}

.pbmit-service-style-7 .pbmit-service-title {
    font-size: 30px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    margin-bottom: 0;
}

.pbmit-service-style-7 .pbmit-serv-cat {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    align-self: end;
}

.pbmit-service-style-7 .pbmit-serv-cat::before {
    display: inline-block;
    content: "/";
    margin: 0 5px;
}

.pbmit-service-style-7 .pbmit-service-icon {
    font-size: 48px;
    line-height: 30px;
    margin-right: 25px;
    color: var(--pbmit-global-color);
}

.pbmit-service-style-7 .pbmit-service-icon img {
    height: 48px;
    width: 48px;
}

.pbmit-service-style-7 .pbmit-service-btn {
    position: absolute;
    top: 35px;
    right: 0;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbmit-service-style-7 .pbmit-service-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-service-style-7 .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-7:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-service-style-7 .pbmit-service-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-7:hover .pbmit-service-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-elementor-bg-color-white .pbmit-service-style-7 .pbmit-service-btn {
    background-color: var(--pbmit-light-color);
}

.pbmit-service-style-7 .pbmit-box-content-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.pbmit-service-style-7 .pbmit-service-description {
    color: #6e778c;
    padding: 0 20px;
}

.pbmit-text-color-white .pbmit-service-style-7 .pbmit-service-description {
    color: rgba(255, 255, 255, .6);
}

.pbmit-service-style-7 .pbmit-service-description,
.pbmit-service-style-7 .pbmit-service-title a,
.pbmit-service-style-7 .pbmit-serv-cat {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pbmit-service-style-7 .pbmit-title-box {
    display: flex;
    align-items: center;
    width: 50%;
}

.pbmit-element-service-style-7 .pbmit-element-posts-wrapper.row .pbmit-ele {
    margin-bottom: 0;
}

.pbmit-element-service-style-7 .pbmit-featured-img-wrapper,
.pbmit-service-style-7 .pbmit-featured-wrapper {
    width: 100%;
    height: 100%;
}

.pbmit-element-service-style-7 .pbmit-featured-img-wrapper {
    padding: 10px 0;
}

.pbmit-service-style-7 .pbmit-service-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pbmit-service-style-7 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
    opacity: 0;
    border-radius: 30px;
}

.pbmit-service-style-7 .pbmit-featured-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(24, 26, 23, 0.2);
}

.pbmit-service-style-7 .pbmit-service-image-wrapper .pbmit-service-title {
    opacity: 0;
    position: absolute;
    top: calc(50% - 15px);
    left: 100%;
    right: 0;
    bottom: 0;
    font-size: 36px;
    line-height: 36px;
    z-index: 3;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.pbmit-service-style-7.pbmit-active .pbmit-service-image-wrapper .pbmit-service-title {
    left: calc(50% - 100px);
}

.pbmit-service-style-7 .pbmit-service-image-wrapper .pbmit-service-title a {
    color: var(--pbmit-white-color);
}

.pbmit-service-style-7.pbmit-active .pbmit-service-image-wrapper .pbmit-service-title,
.pbmit-service-style-7.pbmit-active .pbmit-featured-wrapper {
    opacity: 1;
}

.pbmit-service-style-7 .pbmit-featured-wrapper::before,
.pbmit-service-style-7 .pbmit-featured-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
    background-position: center 0px;
    background-size: auto;
    border-radius: 30px;
}

.pbmit-service-style-7.pbmit-active .pbmit-featured-wrapper img {
    transform: scale(1);
}

.pbmit-service-style-7.pbmit-active .pbminfotech-box-content,
.pbmit-service-style-7.pbmit-active .pbmit-service-btn {
    opacity: 0;
}

/** Style 8 **/

.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap::before,
.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-8 .pbmit-service-btn {
    transition: all 0.5s ease-in-out;
}

.pbmit-service-style-8,
.pbmit-service-style-8 .pbminfotech-box-content {
    position: relative;
}

.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap {
    position: relative;
    padding: 42px 38px 38px;
    z-index: 1;
    background-color: transparent !important;
}

.pbmit-service-style-8 .pbminfotech-post-item {
    text-align: center;
}

.pbmit-service-style-8 .pbminfotech-post-item .pbmit-box-content-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--pbmit-white-color);
    clip-path: polygon( 12.644% -0.118%, 14.465% -0.118%, 14.465% -0.118%, 14.958% -0.118%, 15.452% -0.118%, 15.945% -0.118%, 16.439% -0.118%, 16.932% -0.118%, 17.426% -0.118%, 17.92% -0.118%, 18.414% -0.118%, 18.908% -0.118%, 19.402% -0.118%, 19.402% -0.118%, 19.919% -0.118%, 20.436% -0.118%, 20.954% -0.118%, 21.471% -0.118%, 21.989% -0.118%, 22.507% -0.118%, 23.024% -0.118%, 23.542% -0.118%, 24.06% -0.118%, 24.578% -0.118%, 24.578% -0.118%, 25.448% -0.118%, 26.317% -0.118%, 27.187% -0.118%, 28.056% -0.118%, 28.926% -0.118%, 29.795% -0.118%, 30.664% -0.118%, 31.533% -0.118%, 32.403% -0.118%, 33.272% -0.118%, 33.272% -0.118%, 34.276% -0.118%, 35.28% -0.118%, 36.284% -0.118%, 37.288% -0.118%, 38.292% -0.118%, 39.296% -0.118%, 40.299% -0.118%, 41.303% -0.118%, 42.306% -0.118%, 43.309% -0.118%, 43.309% -0.118%, 44.276% -0.118%, 45.243% -0.118%, 46.21% -0.118%, 47.177% -0.118%, 48.144% -0.118%, 49.111% -0.118%, 50.078% -0.118%, 51.045% -0.118%, 52.012% -0.118%, 52.98% -0.118%, 52.98% -0.118%, 53.39% -0.118%, 53.8% -0.118%, 54.211% -0.118%, 54.622% -0.118%, 55.032% -0.118%, 55.443% -0.118%, 55.854% -0.118%, 56.266% -0.118%, 56.677% -0.118%, 57.088% -0.118%, 57.088% -0.118%, 57.574% -0.118%, 58.059% -0.118%, 58.545% -0.118%, 59.03% -0.118%, 59.516% -0.118%, 60.001% -0.118%, 60.487% -0.118%, 60.972% -0.118%, 61.458% -0.118%, 61.943% -0.118%, 63.721% -0.118%, 63.721% -0.118%, 65.014% -0.113%, 66.303% -0.09%, 67.583% -0.034%, 68.847% 0.066%, 70.089% 0.224%, 71.303% 0.454%, 72.483% 0.768%, 73.624% 1.179%, 74.719% 1.701%, 75.762% 2.346%, 75.762% 2.346%, 76.347% 2.882%, 76.87% 3.446%, 77.336% 4.033%, 77.755% 4.64%, 78.132% 5.265%, 78.476% 5.903%, 78.794% 6.552%, 79.093% 7.209%, 79.382% 7.87%, 79.667% 8.531%, 79.667% 8.531%, 80.019% 9.334%, 80.378% 10.09%, 80.759% 10.803%, 81.177% 11.474%, 81.646% 12.103%, 82.18% 12.692%, 82.794% 13.243%, 83.504% 13.756%, 84.323% 14.234%, 85.265% 14.677%, 85.265% 14.677%, 85.637% 14.788%, 86.011% 14.895%, 86.385% 14.998%, 86.761% 15.097%, 87.138% 15.193%, 87.516% 15.285%, 87.895% 15.376%, 88.276% 15.464%, 88.657% 15.552%, 89.04% 15.638%, 89.04% 15.638%, 90.179% 15.9%, 91.291% 16.172%, 92.37% 16.464%, 93.407% 16.792%, 94.397% 17.166%, 95.333% 17.601%, 96.208% 18.109%, 97.014% 18.703%, 97.747% 19.396%, 98.398% 20.202%, 98.398% 20.202%, 98.621% 20.581%, 98.821% 20.968%, 98.998% 21.36%, 99.151% 21.758%, 99.281% 22.161%, 99.387% 22.568%, 99.469% 22.979%, 99.527% 23.392%, 99.56% 23.808%, 99.569% 24.226%, 99.569% 24.226%, 99.569% 24.298%, 99.569% 24.371%, 99.569% 24.445%, 99.569% 24.52%, 99.569% 24.596%, 99.569% 24.673%, 99.569% 24.75%, 99.569% 24.827%, 99.569% 24.904%, 99.569% 24.981%, 99.569% 25.802%, 99.569% 26.683%, 99.569% 26.683%, 99.569% 26.925%, 99.569% 27.168%, 99.569% 27.41%, 99.569% 27.652%, 99.569% 27.894%, 99.569% 28.137%, 99.569% 28.379%, 99.569% 28.621%, 99.569% 28.863%, 99.569% 29.105%, 99.569% 31.181%, 99.569% 31.181%, 99.569% 31.864%, 99.57% 32.548%, 99.571% 33.232%, 99.573% 33.916%, 99.574% 34.6%, 99.577% 35.284%, 99.58% 35.969%, 99.583% 36.653%, 99.586% 37.337%, 99.59% 38.022%, 99.59% 38.022%, 99.59% 38.2%, 99.59% 38.378%, 99.59% 38.556%, 99.59% 38.734%, 99.59% 38.911%, 99.59% 39.089%, 99.59% 39.268%, 99.59% 39.446%, 99.59% 39.625%, 99.59% 39.804%, 99.59% 39.804%, 99.591% 40.911%, 99.591% 42.018%, 99.592% 43.126%, 99.594% 44.233%, 99.596% 45.34%, 99.598% 46.448%, 99.601% 47.555%, 99.604% 48.663%, 99.608% 49.77%, 99.612% 50.878%, 99.612% 50.878%, 99.612% 51.135%, 99.612% 51.391%, 99.612% 51.647%, 99.612% 51.904%, 99.612% 52.16%, 99.612% 52.416%, 99.612% 52.673%, 99.612% 52.929%, 99.612% 53.186%, 99.612% 53.442%, 99.612% 54.086%, 99.612% 54.086%, 99.612% 55.117%, 99.613% 56.148%, 99.615% 57.18%, 99.617% 58.211%, 99.62% 59.243%, 99.624% 60.274%, 99.628% 61.306%, 99.633% 62.338%, 99.639% 63.37%, 99.645% 64.402%, 99.645% 64.402%, 99.65% 65.463%, 99.654% 66.523%, 99.658% 67.583%, 99.661% 68.643%, 99.664% 69.703%, 99.666% 70.763%, 99.669% 71.823%, 99.67% 72.883%, 99.671% 73.943%, 99.672% 75.002%, 99.672% 75.002%, 99.672% 75.597%, 99.673% 76.192%, 99.674% 76.786%, 99.675% 77.381%, 99.676% 77.976%, 99.678% 78.57%, 99.68% 79.165%, 99.682% 79.759%, 99.685% 80.354%, 99.687% 80.949%, 99.687% 80.949%, 99.691% 81.456%, 99.693% 81.963%, 99.695% 82.47%, 99.696% 82.977%, 99.697% 83.483%, 99.696% 83.99%, 99.695% 84.497%, 99.693% 85.004%, 99.691% 85.51%, 99.687% 86.017%, 99.687% 86.017%, 99.687% 86.275%, 99.687% 86.534%, 99.687% 86.792%, 99.687% 87.05%, 99.687% 87.308%, 99.687% 87.566%, 99.687% 87.825%, 99.687% 88.083%, 99.687% 88.341%, 99.687% 88.6%, 99.687% 88.6%, 99.687% 88.883%, 99.687% 89.165%, 99.687% 89.446%, 99.687% 89.727%, 99.687% 90.007%, 99.687% 90.287%, 99.687% 90.566%, 99.687% 90.846%, 99.687% 91.126%, 99.687% 91.407%, 99.687% 91.407%, 99.687% 91.487%, 99.687% 91.568%, 99.687% 91.649%, 99.687% 91.729%, 99.687% 91.811%, 99.687% 91.892%, 99.687% 91.974%, 99.687% 92.056%, 99.687% 92.139%, 99.687% 92.221%, 99.687% 92.221%, 99.67% 92.826%, 99.598% 93.425%, 99.47% 94.017%, 99.29% 94.598%, 99.057% 95.167%, 98.772% 95.721%, 98.437% 96.259%, 98.052% 96.778%, 97.619% 97.276%, 97.139% 97.751%, 97.139% 97.751%, 96.436% 98.216%, 95.717% 98.609%, 94.981% 98.934%, 94.227% 99.197%, 93.451% 99.403%, 92.652% 99.559%, 91.83% 99.67%, 90.982% 99.741%, 90.106% 99.777%, 89.201% 99.785%, 88.133% 99.785%, 88.133% 99.785%, 87.842% 99.785%, 87.551% 99.785%, 87.261% 99.785%, 86.97% 99.785%, 86.679% 99.785%, 86.389% 99.785%, 86.098% 99.785%, 85.807% 99.785%, 85.516% 99.785%, 85.226% 99.785%, 82.082% 99.785%, 82.082% 99.785%, 81.467% 99.785%, 80.851% 99.785%, 80.236% 99.785%, 79.621% 99.785%, 79.005% 99.785%, 78.39% 99.785%, 77.775% 99.785%, 77.159% 99.785%, 76.544% 99.785%, 75.929% 99.785%, 68.831% 99.785%, 68.831% 99.785%, 67.474% 99.785%, 66.117% 99.785%, 64.759% 99.785%, 63.402% 99.785%, 62.044% 99.785%, 60.686% 99.785%, 59.328% 99.785%, 57.97% 99.785%, 56.611% 99.785%, 55.252% 99.785%, 55.252% 99.785%, 54.012% 99.785%, 52.772% 99.785%, 51.531% 99.786%, 50.291% 99.786%, 49.05% 99.788%, 47.81% 99.789%, 46.569% 99.79%, 45.329% 99.792%, 44.088% 99.794%, 42.848% 99.796%, 42.848% 99.796%, 41.574% 99.799%, 40.299% 99.801%, 39.025% 99.803%, 37.75% 99.805%, 36.476% 99.806%, 35.201% 99.807%, 33.927% 99.808%, 32.653% 99.809%, 31.378% 99.809%, 30.104% 99.808%, 30.104% 99.808%, 29.388% 99.808%, 28.673% 99.808%, 27.957% 99.808%, 27.242% 99.808%, 26.526% 99.808%, 25.811% 99.808%, 25.095% 99.808%, 24.38% 99.808%, 23.664% 99.808%, 22.949% 99.808%, 22.949% 99.808%, 22.342% 99.808%, 21.734% 99.808%, 21.126% 99.808%, 20.517% 99.808%, 19.908% 99.808%, 19.299% 99.808%, 18.689% 99.808%, 18.078% 99.808%, 17.467% 99.808%, 16.856% 99.808%, 16.856% 99.808%, 16.545% 99.808%, 16.235% 99.808%, 15.925% 99.808%, 15.614% 99.808%, 15.304% 99.808%, 14.993% 99.808%, 14.683% 99.808%, 14.372% 99.808%, 14.062% 99.808%, 13.752% 99.808%, 13.752% 99.808%, 13.415% 99.808%, 13.078% 99.808%, 12.74% 99.808%, 12.403% 99.808%, 12.066% 99.808%, 11.728% 99.808%, 11.391% 99.808%, 11.053% 99.808%, 10.715% 99.808%, 10.377% 99.808%, 9.4% 99.808%, 9.4% 99.808%, 8.64% 99.788%, 7.888% 99.726%, 7.145% 99.623%, 6.416% 99.48%, 5.702% 99.297%, 5.007% 99.076%, 4.332% 98.816%, 3.681% 98.52%, 3.057% 98.186%, 2.461% 97.817%, 2.461% 97.817%, 1.789% 97.203%, 1.242% 96.571%, 0.807% 95.922%, 0.471% 95.255%, 0.222% 94.568%, 0.047% 93.862%, -0.065% 93.136%, -0.129% 92.388%, -0.155% 91.619%, -0.158% 90.827%, -0.158% 90.827%, -0.158% 90.716%, -0.158% 90.606%, -0.158% 90.495%, -0.158% 90.385%, -0.158% 90.274%, -0.158% 90.164%, -0.158% 90.053%, -0.158% 89.943%, -0.158% 89.832%, -0.158% 89.722%, -0.158% 89.722%, -0.158% 89.42%, -0.158% 89.118%, -0.158% 88.816%, -0.158% 88.514%, -0.158% 88.211%, -0.158% 87.909%, -0.158% 87.607%, -0.158% 87.305%, -0.158% 87.003%, -0.158% 86.701%, -0.158% 86.701%, -0.158% 86.374%, -0.158% 86.048%, -0.158% 85.722%, -0.158% 85.395%, -0.158% 85.069%, -0.158% 84.743%, -0.158% 84.416%, -0.158% 84.09%, -0.158% 83.763%, -0.158% 83.437%, -0.158% 83.437%, -0.158% 82.798%, -0.158% 82.159%, -0.158% 81.52%, -0.158% 80.881%, -0.158% 80.242%, -0.158% 79.603%, -0.158% 78.964%, -0.158% 78.324%, -0.158% 77.685%, -0.158% 77.045%, -0.158% 77.045%, -0.158% 76.525%, -0.158% 76.004%, -0.158% 75.484%, -0.158% 74.964%, -0.158% 74.445%, -0.158% 73.926%, -0.158% 73.407%, -0.158% 72.888%, -0.158% 72.37%, -0.158% 71.852%, -0.158% 69.596%, -0.158% 69.596%, -0.158% 68.187%, -0.158% 66.778%, -0.158% 65.369%, -0.158% 63.96%, -0.158% 62.551%, -0.158% 61.142%, -0.158% 59.733%, -0.158% 58.324%, -0.158% 56.915%, -0.158% 55.506%, -0.158% 55.506%, -0.158% 54.218%, -0.158% 52.93%, -0.159% 51.641%, -0.16% 50.353%, -0.162% 49.065%, -0.163% 47.777%, -0.165% 46.488%, -0.167% 45.2%, -0.17% 43.912%, -0.173% 42.624%, -0.173% 42.624%, -0.176% 41.298%, -0.179% 39.973%, -0.181% 38.649%, -0.182% 37.325%, -0.182% 36.001%, -0.182% 34.678%, -0.181% 33.355%, -0.179% 32.032%, -0.176% 30.71%, -0.173% 29.389%, -0.173% 29.389%, -0.173% 28.646%, -0.173% 27.903%, -0.173% 27.16%, -0.173% 26.417%, -0.173% 25.675%, -0.173% 24.932%, -0.173% 24.189%, -0.173% 23.446%, -0.173% 22.703%, -0.173% 21.961%, -0.173% 21.961%, -0.173% 21.328%, -0.173% 20.696%, -0.173% 20.064%, -0.173% 19.432%, -0.173% 18.8%, -0.173% 18.167%, -0.173% 17.535%, -0.173% 16.903%, -0.173% 16.27%, -0.173% 15.638%, -0.173% 15.638%, -0.173% 15.315%, -0.173% 14.993%, -0.173% 14.67%, -0.173% 14.348%, -0.173% 14.026%, -0.173% 13.703%, -0.173% 13.381%, -0.173% 13.058%, -0.173% 12.736%, -0.173% 12.414%, -0.173% 12.414%, -0.173% 12.118%, -0.173% 11.823%, -0.173% 11.527%, -0.173% 11.232%, -0.173% 10.936%, -0.173% 10.64%, -0.173% 10.344%, -0.173% 10.049%, -0.173% 9.753%, -0.173% 9.457%, -0.173% 9.457%, -0.173% 9.35%, -0.173% 9.244%, -0.173% 9.137%, -0.173% 9.031%, -0.173% 8.924%, -0.173% 8.818%, -0.173% 8.711%, -0.173% 8.605%, -0.173% 8.498%, -0.173% 8.392%, -0.173% 8.392%, -0.183% 7.665%, -0.153% 6.958%, -0.076% 6.269%, 0.055% 5.598%, 0.247% 4.943%, 0.506% 4.304%, 0.839% 3.681%, 1.252% 3.072%, 1.753% 2.477%, 2.349% 1.894%, 2.349% 1.894%, 2.496% 1.787%, 2.647% 1.683%, 2.8% 1.582%, 2.956% 1.483%, 3.114% 1.387%, 3.275% 1.294%, 3.439% 1.203%, 3.605% 1.115%, 3.774% 1.029%, 3.945% 0.947%, 4.442% 0.686%, 4.442% 0.686%, 5.206% 0.402%, 5.991% 0.189%, 6.795% 0.036%, 7.613% -0.065%, 8.443% -0.123%, 9.281% -0.15%, 10.123% -0.153%, 10.967% -0.142%, 11.808% -0.128%, 12.644% -0.118%);
}

.pbmit-service-style-8 .pbmit-featured-wrapper img {
    border-radius: 50%;
    margin-bottom: 25px;
}

.pbmit-service-style-8 .pbmit-service-title {
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.pbmit-service-style-8 .pbmit-serv-cat {
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.pbmit-service-style-8 .pbmit-service-title,
.pbmit-service-style-8 .pbmit-serv-cat {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pbmit-service-style-8 .pbmit-serv-cat::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: var(--pbmit-secondary-color);
}

.pbmit-service-style-8 .pbmit-service-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.pbmit-service-style-8 .pbmit-service-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-service-style-8 .pbmit-service-description {
    color: #6e778c;
}

.pbmit-service-style-8 .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-8:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-service-style-8 .pbmit-service-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-8:hover .pbmit-service-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-service-style-8:hover .pbminfotech-box-content .pbmit-service-btn {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

/** Style 9 **/

.pbmit-service-style-9 {
    margin-bottom: 30px;
}

.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap::before,
.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-9 .pbmit-service-btn {
    transition: all 0.5s ease-in-out;
}

.pbmit-service-style-9,
.pbmit-service-style-9 .pbminfotech-box-content {
    position: relative;
}

.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap {
    position: relative;
    padding: 40px 55px 30px 40px;
    z-index: 1;
    background-color: transparent;
}

.pbmit-service-style-9 .pbminfotech-post-item .pbmit-box-content-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--pbmit-white-color);
    clip-path: polygon( 6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.14%, 95.399% 0.545%, 96.364% 1.192%, 97.245% 2.061%, 98.029% 3.129%, 98.701% 4.373%, 99.249% 5.772%, 99.657% 7.303%, 99.912% 8.945%, 100% 10.676%, 100% 61.278%, 100% 61.278%, 99.732% 65.983%, 98.988% 69.483%, 97.863% 71.995%, 96.447% 73.739%, 94.835% 74.934%, 93.119% 75.798%, 91.39% 76.552%, 89.742% 77.413%, 88.268% 78.601%, 87.061% 80.335%, 87.061% 80.335%, 86.147% 82.63%, 85.483% 85.137%, 84.946% 87.749%, 84.409% 90.359%, 83.749% 92.86%, 82.839% 95.146%, 81.556% 97.11%, 79.775% 98.644%, 77.369% 99.643%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.637% 99.861%, 4.603% 99.457%, 3.638% 98.811%, 2.758% 97.944%, 1.974% 96.879%, 1.302% 95.638%, 0.754% 94.241%, 0.346% 92.712%, 0.09% 91.071%, 0% 89.342%, 0% 10.676%, 0% 10.676%, 0.088% 8.945%, 0.343% 7.303%, 0.751% 5.772%, 1.299% 4.373%, 1.971% 3.129%, 2.755% 2.061%, 3.636% 1.192%, 4.601% 0.545%, 5.636% 0.14%, 6.726% 0%);
}

.pbmit-service-style-9:hover .pbminfotech-post-item .pbmit-box-content-wrap::before {
    background-color: var(--pbmit-white-color);
}

.pbmit-service-style-9 .pbmit-service-title,
.pbmit-service-style-9 .pbmit-serv-cat {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pbmit-service-style-9 .pbmit-service-title {
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.pbmit-service-style-9 .pbmit-serv-cat {
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    letter-spacing: 0.6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pbmit-service-style-9 .pbmit-serv-cat::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.pbmit-service-style-9 .pbmit-service-icon {
    position: absolute;
    bottom: 0;
    right: 25px;
    font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-global-color);
}

.pbmit-service-style-9 .pbmit-service-icon img {
    height: 98px;
    width: 98px;
}

.pbmit-service-style-9 .pbmit-service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.pbmit-service-style-9 .pbmit-service-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-service-style-9 .pbmit-service-description {
    color: #6e778c;
}

.pbmit-service-style-9 .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-9:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-service-style-9 .pbmit-service-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-service-style-9:hover .pbmit-service-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-service-style-9:hover .pbminfotech-box-content .pbmit-service-btn {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-service-style-9 .pbmit-description-wrapper {
    padding: 45px 100px 20px 0;
    margin-top: 25px;
    border-top: 1px solid rgba(24, 26, 23, .1);
    position: relative;
}

/*----------------------------------------*/

/*  05 - Blog
/*----------------------------------------*/

/** Style 1 **/

.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-blog-btn,
.pbmit-blog-style-1 .pbmit-featured-wrapper::before {
    -webkit-transition: all 0.5s ease 0s;
    -moz-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 .pbmit-meta-line,
.pbmit-blog-style-1 .pbmit-meta-line a {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #6e778c;
}

.pbmit-blog-style-1 .pbmit-meta-line {
    margin-right: 20px;
}

.pbmit-blog-style-1 .pbmit-meta-line i {
    font-size: 18px;
    color: var(--pbmit-global-color);
    margin-right: 3px;
}

.pbmit-blog-style-1 .pbmit-meta-line:last-child {
    margin-right: 0px;
}

.pbmit-blog-style-1 .pbmit-meta-cat-wrapper {
    position: absolute;
    top: 20px;
    left: 25px;
    z-index: 1;
    font-weight: 500;
    z-index: 10;
}

.pbmit-blog-style-1 .pbmit-meta-category a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-1 .pbmit-meta-category a {
    padding: 5px 15px;
    border-radius: 15px;
    color: var(--pbmit-blackish-color);
    background-color: rgba(255, 255, 255, .5);
}

.pbmit-blog-style-1 .pbmit-featured-container {
    margin: 0 0 25px;
}

.pbmit-blog-style-1 .pbmit-content-wrapper {
    margin-top: 10px;
}

.pbmit-blog-style-1 .pbmit-post-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper {
    position: relative;
    display: block;
    clip-path: polygon( 6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.119%, 95.399% 0.464%, 96.364% 1.015%, 97.245% 1.755%, 98.029% 2.664%, 98.701% 3.723%, 99.249% 4.915%, 99.657% 6.219%, 99.912% 7.617%, 100% 9.091%, 100% 66.97%, 100% 66.97%, 99.732% 70.984%, 98.988% 73.969%, 97.863% 76.111%, 96.447% 77.599%, 94.835% 78.618%, 93.119% 79.355%, 91.39% 79.998%, 89.742% 80.733%, 88.268% 81.747%, 87.061% 83.227%, 87.061% 83.227%, 86.147% 85.185%, 85.483% 87.323%, 84.946% 89.551%, 84.409% 91.777%, 83.749% 93.91%, 82.839% 95.86%, 81.556% 97.535%, 79.775% 98.844%, 77.369% 99.696%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.636% 99.881%, 4.601% 99.536%, 3.636% 98.985%, 2.755% 98.245%, 1.971% 97.336%, 1.299% 96.277%, 0.751% 95.085%, 0.343% 93.781%, 0.088% 92.383%, 0% 90.909%, 0% 9.091%, 0% 9.091%, 0.088% 7.617%, 0.343% 6.219%, 0.751% 4.915%, 1.299% 3.723%, 1.971% 2.664%, 2.755% 1.755%, 3.636% 1.015%, 4.601% 0.464%, 5.636% 0.119%, 6.726% 0%);
}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
    position: relative;
    width: 100%;
    border-radius: 30px;
}

.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-featured-container {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-blog-style-1 .pbmit-blog-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 1;
    font-size: 13px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-1 .pbmit-blog-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-blog-style-1 .pbmit-blog-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-45px, 55px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-blog-style-1 .post-item:hover .pbmit-blog-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-blog-style-1 .pbmit-blog-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-blog-style-1 .post-item:hover .pbmit-blog-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-blog-style-1 .post-item:hover .pbmit-featured-container .pbmit-blog-btn {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

/* pbmit-blog-style-1-new */

.pbmit-blog-style-1-new .pbmit-blog-style-1 .pbmit-blog-btn {
    background-color: var(--pbmit-secondary-color);
}

/** Style 2 **/

.pbmit-blog-style-2 .pbmit-featured-wrapper img,
.pbmit-blog-style-2 .pbmit-featured-wrapper::before,
.pbmit-blog-style-2 .pbmit-featured-wrapper::after,
.pbmit-blog-style-2 .pbmit-post-title::before {
    transition: all 0.6s ease-in-out;
}

.pbmit-blog-style-2 .post-item {
    border-radius: 30px;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper {
    position: relative;
    display: none;
    overflow: hidden;
    border-radius: 30px;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper::before {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    z-index: 1;
}

.pbmit-blog-style-2 .pbmit-featured-container {
    background: var(--pbmit-white-color);
    border-radius: 30px 0 0 30px;
    flex: 1 1 0%;
    max-width: 320px;
}

.pbmit-blog-style-2 .pbmit-bg-image {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pbmit-blog-style-2 .pbminfotech-box-wrap {
    flex: 1 1 0%;
    position: relative;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper .box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 25%;
    opacity: 0;
    transition: all 0.6s ease-out 0s;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img {
    position: relative;
    width: 100%;
    border-radius: 30px;
}

.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pbmit-blog-style-2 .pbmit-date-admin-wraper {
    margin-bottom: 15px;
}

.pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-blog-style-2 .pbmit-meta-line a {
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 0.6px;
}

.pbmit-blog-style-2 .pbmit-meta-line i {
    font-size: 20px;
    line-height: 20px;
    color: var(--pbmit-global-color);
}

.pbmit-blog-style-2 .pbmit-meta-line {
    margin-right: 12px;
}

.pbmit-blog-style-2 .pbmit-meta-line:last-child {
    margin-right: 0px;
}

.pbmit-blog-style-2 .pbminfotech-box-content {
    padding: 50px 40px;
    background: 0 0;
    padding-bottom: 0;
    min-height: 350px;
    z-index: 1;
    position: relative;
}

.pbmit-blog-style-2 .pbminfotech-box-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--pbmit-white-color);
    clip-path: polygon(0 0, 92.788% 0, 92.788% 0, 93.958% .111%, 95.067% .432%, 96.101% .947%, 97.046% 1.636%, 97.887% 2.483%, 98.608% 3.471%, 99.195% 4.581%, 99.632% 5.797%, 99.906% 7.101%, 100% 8.475%, 100% 69.209%, 100% 69.209%, 99.712% 72.951%, 98.915% 75.734%, 97.709% 77.731%, 96.191% 79.118%, 94.463% 80.067%, 92.622% 80.755%, 90.769% 81.354%, 89.003% 82.039%, 87.422% 82.985%, 86.127% 84.364%, 86.127% 84.364%, 85.148% 86.19%, 84.436% 88.183%, 83.86% 90.259%, 83.285% 92.334%, 82.577% 94.323%, 81.602% 96.14%, 80.226% 97.702%, 78.316% 98.922%, 75.737% 99.716%, 72.356% 100%, 0 100%);
}

.pbmit-blog-style-2 .pbmit-post-title {
    font-size: 28px;
    line-height: 32px;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(3, 27, 78, .1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.pbmit-blog-style-2 .pbmit-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.pbmit-blog-style-2 .pbmit-post-title::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: rgba(3, 27, 78, .5);
}

.pbmit-blog-style-2:hover .pbmit-post-title::before {
    width: 100%;
}

.pbmit-blog-style-2 .pbminfotech-box-desc {
    color: #6e778c;
}

.pbmit-blog-style-2 .pbmit-blog-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 13px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-2:hover .pbminfotech-box-wrap .pbmit-blog-btn {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-45px, 55px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-blog-style-2:hover .pbmit-blog-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-blog-style-2:hover .pbmit-blog-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 3 **/

.pbmit-blog-style-3 .pbmit-featured-wrapper img,
.pbmit-blog-style-3 .pbmit-featured-wrapper::before,
.pbmit-blog-style-3 .pbmit-featured-wrapper::after,
.pbmit-blog-style-3 .pbmit-post-title::before {
    transition: all 0.6s ease-in-out;
}

.pbmit-blog-style-3 .post-item {
    border-radius: 30px;
    position: relative;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper {
    position: relative;
    display: none;
    overflow: hidden;
    border-radius: 30px;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper::before {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    z-index: 1;
}

.pbmit-blog-style-3 .pbmit-featured-container {
    background: var(--pbmit-white-color);
    border-radius: 30px 0 0 30px;
    flex: 1 1 0%;
    max-width: 380px;
}

.pbmit-blog-style-3 .pbmit-bg-image {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pbmit-blog-style-3 .pbminfotech-box-wrap {
    flex: 1 1 0%;
    position: relative;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper .box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 25%;
    opacity: 0;
    transition: all 0.6s ease-out 0s;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
    position: relative;
    width: 100%;
    border-radius: 30px;
}

.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pbmit-blog-style-3 .pbmit-date-admin-wraper {
    margin-bottom: 15px;
}

.pbmit-blog-style-3 .pbmit-meta-line,
.pbmit-blog-style-3 .pbmit-meta-line a {
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 0.6px;
}

.pbmit-blog-style-3 .pbmit-meta-line i {
    font-size: 20px;
    line-height: 20px;
    color: var(--pbmit-global-color);
}

.pbmit-blog-style-3 .pbmit-meta-line {
    margin-right: 12px;
}

.pbmit-blog-style-3 .pbmit-meta-line:last-child {
    margin-right: 0px;
}

.pbmit-blog-style-3 .pbminfotech-box-content {
    padding: 130px 50px;
    background: var(--pbmit-white-color);
    padding-bottom: 0;
    min-height: 500px;
    z-index: -1;
    position: relative;
    clip-path: polygon( 0% 50%, 0% 100%, 36.207% 100%, 36.207% 100%, 42.999% 99.998%, 49.143% 99.991%, 54.631% 99.979%, 59.456% 99.963%, 63.611% 99.943%, 67.087% 99.919%, 69.878% 99.89%, 71.976% 99.858%, 73.372% 99.822%, 74.061% 99.782%, 74.061% 99.782%, 74.688% 99.692%, 75.328% 99.57%, 75.97% 99.418%, 76.604% 99.24%, 77.221% 99.04%, 77.808% 98.822%, 78.357% 98.589%, 78.857% 98.344%, 79.297% 98.093%, 79.667% 97.837%, 79.667% 97.837%, 80.022% 97.546%, 80.352% 97.24%, 80.662% 96.91%, 80.955% 96.55%, 81.239% 96.153%, 81.516% 95.712%, 81.794% 95.218%, 82.076% 94.665%, 82.368% 94.046%, 82.675% 93.353%, 82.675% 93.353%, 83.263% 92.053%, 83.815% 90.967%, 84.366% 90.067%, 84.952% 89.327%, 85.607% 88.718%, 86.367% 88.213%, 87.268% 87.785%, 88.344% 87.407%, 89.63% 87.049%, 91.162% 86.687%, 91.162% 86.687%, 92.817% 86.292%, 94.247% 85.884%, 95.47% 85.451%, 96.505% 84.98%, 97.369% 84.459%, 98.081% 83.875%, 98.659% 83.215%, 99.122% 82.467%, 99.489% 81.618%, 99.776% 80.655%, 99.776% 80.655%, 99.833% 80.094%, 99.882% 78.909%, 99.921% 77.058%, 99.952% 74.499%, 99.976% 71.19%, 99.991% 67.092%, 99.999% 62.161%, 100% 56.358%, 99.994% 49.639%, 99.982% 41.964%, 99.905% 4.464%, 99.185% 3.333%, 99.185% 3.333%, 98.932% 2.967%, 98.649% 2.616%, 98.336% 2.283%, 97.994% 1.968%, 97.626% 1.672%, 97.232% 1.396%, 96.815% 1.142%, 96.374% 0.909%, 95.912% 0.701%, 95.43% 0.516%, 94.247% 0.099%, 47.137% 0.04%, 0% 0%);
}

.pbmit-blog-style-3 .pbmit-post-title {
    font-size: 34px;
    line-height: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(3, 27, 78, .1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.pbmit-blog-style-3 .pbmit-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.pbmit-blog-style-3 .pbmit-post-title::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: rgba(3, 27, 78, .5);
}

.pbmit-blog-style-3:hover .pbmit-post-title::before {
    width: 100%;
}

.pbmit-blog-style-3 .pbmit-blog-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 13px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-3:hover .pbminfotech-box-wrap .pbmit-blog-btn {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-3 .pbmit-blog-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-blog-style-3 .pbmit-blog-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-45px, 56px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-blog-style-3:hover .pbmit-blog-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-blog-style-3 .pbmit-blog-btn .pbmit-button-icon {
    display: inline-block;
    color: var(--pbmit-white-color);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-blog-style-3:hover .pbmit-blog-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

/** Style 4 **/

.pbmit-blog-style-4 .pbmit-featured-wrapper img,
.pbmit-blog-style-4 .pbmit-featured-container .pbmit-blog-btn,
.pbmit-blog-style-4 .pbmit-featured-wrapper::before {
    -webkit-transition: all 0.5s ease 0s;
    -moz-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-4 .post-item {
    position: relative;
}

.pbmit-blog-style-4 .pbminfotech-content-inner {
    display: flex;
    align-items: center;
}

.pbmit-blog-style-4 .pbmit-featured-img-wrapper {
    margin-right: 35px;
}

.pbmit-blog-style-4 .pbmit-featured-wrapper img {
    max-width: 110px;
    height: 110px;
    border-radius: 100%;
    -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-blog-style-4: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-4 .pbmit-post-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}

.pbmit-blog-style-4 .pbmit-post-title,
.pbmit-blog-style-4 .pbmit-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.pbmit-blog-style-4 .pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
}

.pbmit-blog-style-4 .pbmit-meta-line,
.pbmit-blog-style-4 .pbmit-meta-line a {
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #666666;
}

.pbmit-blog-style-4 .pbmit-meta-line i {
    font-size: 20px;
    line-height: 20px;
    color: var(--pbmit-global-color);
}

/*----------------------------------------*/

/*  06 - Testimonial
/*----------------------------------------*/

/** Style 1 **/

.pbmit-testimonial-style-1 .pbminfotech-post-item {
    position: relative;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
    padding: 45px;
    background-color: var(--pbmit-white-color);
    clip-path: polygon( 6.726% 100%, 93.274% 100%, 93.274% 100%, 94.364% 99.896%, 95.399% 99.594%, 96.364% 99.111%, 97.245% 98.464%, 98.029% 97.668%, 98.701% 96.741%, 99.249% 95.698%, 99.657% 94.556%, 99.912% 93.332%, 100% 92.042%, 100% 28.912%, 100% 28.912%, 99.732% 25.399%, 98.988% 22.786%, 97.863% 20.91%, 96.447% 19.608%, 94.835% 18.717%, 93.119% 18.071%, 91.39% 17.508%, 89.742% 16.865%, 88.268% 15.977%, 87.061% 14.682%, 87.061% 14.682%, 86.147% 12.968%, 85.483% 11.096%, 84.946% 9.146%, 84.409% 7.198%, 83.749% 5.331%, 82.839% 3.624%, 81.556% 2.158%, 79.775% 1.012%, 77.369% 0.266%, 74.215% 0%, 6.726% 0%, 6.726% 0%, 5.636% 0.104%, 4.601% 0.406%, 3.636% 0.889%, 2.755% 1.536%, 1.971% 2.332%, 1.299% 3.259%, 0.751% 4.302%, 0.343% 5.444%, 0.088% 6.668%, 0% 7.958%, 0% 92.042%, 0% 92.042%, 0.088% 93.332%, 0.343% 94.556%, 0.751% 95.698%, 1.299% 96.741%, 1.971% 97.668%, 2.755% 98.464%, 3.636% 99.111%, 4.601% 99.594%, 5.636% 99.896%, 6.726% 100%);
    position: relative;
    z-index: 1;
}

.pbmit-testimonial-style-1 .pbminfotech-post-item::before {
    font-family: "pbminfotech-base-icons";
    content: "\e88e";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    line-height: 15px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
    border-radius: 50%;
    padding: 17px 16px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
    font-family: 'pbminfotech-base-icons';
}
.sdg-img1{
    animation: spin 20s linear infinite;
    width: 100px;
    margin-bottom: 10px;
}
.sdg-img2{
    width: 100%;
    margin-bottom: 15px;
}
.sdg-m{
    background: #ff000000;
    padding: 12px 26px;
    /* margin-top: 14px !important; */
    border-radius: 52px;
    border: 1px solid var(--pbmit-secondary-color);
    font-size: 15px;
    color: var(--pbmit-secondary-color);
}
.sdg-m:hover{
    border: 1px solid var(--pbmit-secondary-color);
    background-color: var(--pbmit-secondary-color);
    color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-32 .pbminfotech-box-img {
    margin-right: 20px;
}
.pbmit-ihbox-style-32 .pbmit-featured-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.pbmit-ihbox-style-32 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
    font-family: 'pbminfotech-base-icons';
}
.pbmit-ihbox-style-32  .pbminfotech-testimonial-detail {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: normal;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-family: 'pbminfotech-base-icons';
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: normal;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-family: 'pbminfotech-base-icons';
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.pbmit-testimonial-style-1 .pbminfotech-box-img {
    margin-right: 20px;
}

.demo-seven .pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
    font-size: 20px;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 20px 0 20px;
    border: 0;
    font-weight: normal;
    font-family: var(--pbmit-heading-typography-font-family);
    font-family: "Open Sans", sans-serif; 
    color: #353535;
    font-style: italic;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p {
    margin-bottom: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings {
    color: rgba(3, 27, 78, 0.5);
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
    color: var(--pbmit-blackish-color);
}

.demo-seven .pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
    color: #fdcf00;
}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i:before {
    margin: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 600 !important;
    font-style: italic !important;
    color: var(--pbmit-blackish-color);
    letter-spacing: -0.25px;
}

.pbmit-testimonial-secondary-color .pbmit-testimonial-style-1 .pbminfotech-post-item::before {
    background-color: var(--pbmit-secondary-color);
}

/** Style 2 **/

.pbmit-testimonial-style-2 .pbminfotech-post-item {
    position: relative;
}

.pbmit-testimonial-style-2 .pbminfotech-post-item .pbmit-box-content-wrap {
    padding: 45px;
    background-color: var(--pbmit-white-color);
    clip-path: polygon( 6.726% 100%, 93.274% 100%, 93.274% 100%, 94.364% 99.896%, 95.399% 99.594%, 96.364% 99.111%, 97.245% 98.464%, 98.029% 97.668%, 98.701% 96.741%, 99.249% 95.698%, 99.657% 94.556%, 99.912% 93.332%, 100% 92.042%, 100% 28.912%, 100% 28.912%, 99.732% 25.399%, 98.988% 22.786%, 97.863% 20.91%, 96.447% 19.608%, 94.835% 18.717%, 93.119% 18.071%, 91.39% 17.508%, 89.742% 16.865%, 88.268% 15.977%, 87.061% 14.682%, 87.061% 14.682%, 86.147% 12.968%, 85.483% 11.096%, 84.946% 9.146%, 84.409% 7.198%, 83.749% 5.331%, 82.839% 3.624%, 81.556% 2.158%, 79.775% 1.012%, 77.369% 0.266%, 74.215% 0%, 6.726% 0%, 6.726% 0%, 5.636% 0.104%, 4.601% 0.406%, 3.636% 0.889%, 2.755% 1.536%, 1.971% 2.332%, 1.299% 3.259%, 0.751% 4.302%, 0.343% 5.444%, 0.088% 6.668%, 0% 7.958%, 0% 92.042%, 0% 92.042%, 0.088% 93.332%, 0.343% 94.556%, 0.751% 95.698%, 1.299% 96.741%, 1.971% 97.668%, 2.755% 98.464%, 3.636% 99.111%, 4.601% 99.594%, 5.636% 99.896%, 6.726% 100%);
}

.pbmit-testimonial-style-2 .pbminfotech-post-item::before {
    font-family: "pbminfotech-base-icons";
    content: "\e88e";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    line-height: 15px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    padding: 17px 16px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.pbmit-testimonial-style-2 .pbmit-auther-content {
    margin-left: 20px;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-text {
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 10px 0 30px;
    border: 0;
    font-weight: normal;
    font-family: 'Open Sans';
    color: var(--pbmit-secondary-color);
    font-weight: 500;
}
.announce .swiper-slider .pbmit-box-content-wrap{
    clip-path: none;
    border-radius: 12px;
    padding: 25px;
    min-height: 204px;
}
.announce .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Sora';
}
.announce .swiper-slider[data-dots="true"] {
    padding-bottom: 50px;
}
.announce .swiper-pagination-bullet {
    background-color: var(--pbmit-secondary-color);
}
.announce .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
    color: var(--pbmit-global-color);
    font-size: 13px;
}
.announce .pbmit-testimonial-style-2 .pbminfotech-post-item::before{
    content: none;
}
.announce  .speaker{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    opacity: .3;
    width: 72px;
}
.dashb{
    position: absolute;
    right: 20px;
    width: 200px;
    top: 20px;
    opacity: .5;
}
.announce .pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    font-size: 50px;
}
.announce .pbminfotech-ele-fid-style-5 .pbmit-fid-title {
    color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-fid-style-5 .pbmit-icon-type-icon {
    color: var(--pbmit-secondary-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-text p {
    margin-bottom: 0;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
    color: #fdcf00;
}

.pbmit-testimonial-style-2 .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 600 !important;
    font-style: italic !important;
    color: var(--pbmit-blackish-color);
    letter-spacing: -0.25px;
}

/** Style 3 **/

.pbmit-testimonial-style-3 .pbminfotech-post-item {
    position: relative;
    padding-left: 123px;
}

.pbmit-testimonial-style-3 .pbminfotech-post-item::before {
    font-family: "pbminfotech-base-icons";
    content: "\e88e";
    position: absolute;
    left: 3px;
    top: 0;
    font-size: 70px;
    line-height: 70px;
    opacity: 0.2;
    font-weight: 800;
}

.pbmit-testimonial-style-3 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
    color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.5;
}

.pbmit-testimonial-style-3 .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.pbmit-testimonial-style-3 .pbminfotech-box-img {
    margin-right: 20px;
}

.pbmit-testimonial-style-3 .pbminfotech-testimonial-text {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    padding: 15px 0 30px;
    border: 0;
    font-weight: 200 !important;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-testimonial-style-3 .pbminfotech-testimonial-text p {
    margin-bottom: 0;
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings {
    font-size: 18px;
    color: rgba(3, 27, 78, 0.5);
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active {
    color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-3 .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 600 !important;
    font-style: italic !important;
    color: var(--pbmit-blackish-color);
    letter-spacing: -0.25px;
}

/** Style 4 **/

.pbmit-testimonial-style-4 .pbminfotech-post-item {
    position: relative;
}

.pbmit-testimonial-style-4 .pbminfotech-post-item .pbmit-box-content-wrap {
    padding:15px;
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.pbmit-testimonial-style-4 .pbminfotech-post-item .pbmit-box-content-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--pbmit-white-color);
    border-radius: 10px;
    /* clip-path: polygon( 4.267% 0.551%, 4.267% 0.551%, 3.666% 0.898%, 3.099% 1.329%, 2.57% 1.84%, 2.082% 2.424%, 1.638% 3.076%, 1.243% 3.791%, 0.899% 4.562%, 0.61% 5.386%, 0.379% 6.254%, 0.21% 7.164%, 0.21% 7.164%, 0.163% 7.851%, 0.124% 9.272%, 0.092% 11.459%, 0.066% 14.446%, 0.047% 18.265%, 0.035% 22.948%, 0.028% 28.528%, 0.027% 35.036%, 0.032% 42.507%, 0.042% 50.972%, 0.103% 91.569%, 0.103% 91.569%, 0.109% 91.894%, 0.124% 92.218%, 0.15% 92.54%, 0.186% 92.86%, 0.231% 93.177%, 0.287% 93.49%, 0.352% 93.8%, 0.427% 94.105%, 0.511% 94.406%, 0.605% 94.701%, 0.694% 94.964%, 0.694% 94.964%, 0.9% 95.53%, 1.132% 96.07%, 1.388% 96.584%, 1.667% 97.071%, 1.968% 97.527%, 2.29% 97.953%, 2.631% 98.346%, 2.991% 98.704%, 3.369% 99.026%, 3.763% 99.311%, 3.763% 99.311%, 3.763% 99.311%, 3.955% 99.432%, 4.15% 99.541%, 4.348% 99.638%, 4.549% 99.721%, 4.752% 99.793%, 4.957% 99.851%, 5.163% 99.897%, 5.371% 99.93%, 5.579% 99.95%, 5.789% 99.957%, 40.989% 100.046%, 40.989% 100.046%, 48.04% 100.06%, 54.332% 100.065%, 59.877% 100.061%, 64.685% 100.048%, 68.769% 100.027%, 72.14% 99.997%, 74.809% 99.96%, 76.787% 99.915%, 78.087% 99.862%, 78.719% 99.801%, 78.719% 99.801%, 79.254% 99.656%, 79.794% 99.462%, 80.332% 99.225%, 80.86% 98.95%, 81.371% 98.642%, 81.857% 98.304%, 82.311% 97.944%, 82.726% 97.564%, 83.093% 97.172%, 83.407% 96.77%, 83.407% 96.77%, 83.698% 96.321%, 83.967% 95.848%, 84.22% 95.339%, 84.46% 94.785%, 84.692% 94.172%, 84.919% 93.49%, 85.146% 92.729%, 85.376% 91.876%, 85.615% 90.921%, 85.866% 89.852%, 85.866% 89.852%, 86.346% 87.845%, 86.797% 86.169%, 87.248% 84.781%, 87.727% 83.639%, 88.262% 82.699%, 88.884% 81.921%, 89.62% 81.261%, 90.499% 80.676%, 91.551% 80.125%, 92.803% 79.565%, 92.803% 79.565%, 94.156% 78.956%, 95.325% 78.327%, 96.325% 77.659%, 97.17% 76.933%, 97.876% 76.129%, 98.458% 75.227%, 98.931% 74.209%, 99.31% 73.055%, 99.609% 71.744%, 99.844% 70.259%, 99.844% 70.259%, 99.891% 69.619%, 99.931% 68.473%, 99.963% 66.79%, 99.988% 64.544%, 100.007% 61.706%, 100.02% 58.248%, 100.027% 54.142%, 100.027% 49.36%, 100.023% 43.874%, 100.013% 37.655%, 99.954% 8.535%, 99.954% 8.535%, 99.948% 8.21%, 99.932% 7.887%, 99.906% 7.566%, 99.87% 7.247%, 99.825% 6.931%, 99.769% 6.618%, 99.704% 6.309%, 99.629% 6.004%, 99.545% 5.704%, 99.451% 5.409%, 99.361% 5.143%, 99.361% 5.143%, 99.155% 4.578%, 98.923% 4.037%, 98.667% 3.523%, 98.388% 3.036%, 98.087% 2.58%, 97.765% 2.154%, 97.424% 1.762%, 97.064% 1.403%, 96.686% 1.081%, 96.292% 0.796%, 96.292% 0.796%, 96.292% 0.796%, 96.099% 0.675%, 95.903% 0.567%, 95.705% 0.47%, 95.504% 0.387%, 95.3% 0.316%, 95.095% 0.258%, 94.889% 0.212%, 94.681% 0.179%, 94.471% 0.16%, 94.262% 0.153%, 50.343% 0.092%, 50.343% 0.092%, 38.691% 0.076%, 29.232% 0.066%, 21.73% 0.066%, 15.951% 0.077%, 11.658% 0.103%, 8.617% 0.147%, 6.593% 0.211%, 5.35% 0.298%, 4.653% 0.41%, 4.267% 0.551%); */
    z-index: -1;
}

.pbmit-element-testimonial-style-4 .pbmit-ele-header-area {
    position: relative;
    padding: 80px 70px 0 50px;
}

.pbmit-element-testimonial-style-4 .pbmit-ele-header-area::before {
    font-family: "pbminfotech-base-icons";
    content: '\e805';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 300px;
    line-height: 300px;
    display: inline-block;
    background: rgba(var(--pbmit-blackish-color-rgb), 0.03);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.pbmit-testimonial-style-4 .pbminfotech-box-title {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--pbmit-blackish-color);
    font-family: 'Open Sans';
    padding-top: 10px;
    font-weight: 500;
}

.pbmit-testimonial-style-4 .pbmit-featured-wrapper img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.pbmit-testimonial-style-4 .pbminfotech-box-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pbmit-testimonial-style-4 .pbminfotech-testimonial-text {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 20px 0 30px;
    border: 0;
}

.pbmit-testimonial-style-4 .pbminfotech-testimonial-text p {
    margin-bottom: 0;
}

.pbmit-testimonial-style-4 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-4 .pbminfotech-box-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pbmit-testimonial-style-4 .pbminfotech-box-star-ratings {
    font-size: 18px;
    line-height: 18px;
    color: rgba(var(--pbmit-global-color-rgb), 0.5);
}

.pbmit-testimonial-style-4 .pbminfotech-box-star-ratings .pbmit-active {
    color: #ffae00;
}

.pbmit-testimonial-style-4 .pbminfotech-testimonial-detail {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

/*----------------------------------------*/

/*  07 - Header
/*----------------------------------------*/

.pbmit-header-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.site-title {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 90px;
    transition: none;
    line-height: inherit;
}

.site-title a {
    display: flex;
    align-items: center;
    line-height: inherit;
}

.site-header .pbmit-header-search-btn {
    padding-left: 20px;
}

.site-header .pbmit-header-search-btn a {
    font-size: 16px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.site-header .pbmit-header-search-btn a:hover,
.header-style-9 .sticky-header .pbmit-header-search-btn a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-top-left-corner {
    top: 0;
    left: -30px;
}

.pbmit-bottom-right-corner {
    bottom: -30px;
    right: 0;
}

/** Header Style 1 **/

.header-style-1 .pbmit-header-button-text-1,
.header-style-10 .pbmit-header-button-text-1 {
    display: none;
}

/** Header Style 3 **/

.header-style-3 .pbmit-header-overlay {
    padding-top: 40px;
}

.header-style-3 .pbmit-logo-area .site-title {
    height: 60px;
}

.header-style-3 .pbmit-header-search-btn {
    padding: 0 20px;
    margin-right: 80px;
}

.header-style-3 .pbmit-slider-area {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

/** Header Style 4 **/

.header-style-4 .site-branding .site-title {
    height: 150px;
}

.header-style-4 .pbmit-header-search-btn {
    padding-right: 50px;
}

/** Header Style 5 **/

.header-style-5 .pbmit-main-header-area {
    background-color: var(--pbmit-white-color);
}

.header-style-5 .pbmit-header-search-btn {
    margin-right: 50px;
}

.header-style-5 .pbmit-header-search-btn a {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.header-style-5 .pbmit-header-search-btn a:hover,
.header-style-5 .pbmit-button-box-second .pbmit-btn {
    background-color: var(--pbmit-blackish-color);
}

.header-style-5 .pbmit-button-box-second .pbmit-btn:hover {
    background-color: var(--pbmit-global-color);
}

/** Header Style 6 **/

.header-style-6 .site-branding .site-title {
    height: 110px;
}

.header-style-6 .pbmit-header-search-btn {
    margin-right: 30px;
}

/** Header Style 8 **/

.floting-bar-wrap {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 1000;
    width: 450px;
    height: 100%;
    display: inline-table;
    opacity: 0;
    padding: 120px 65px;
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    background-color: var(--pbmit-white-color);
}

.floting-bar-wrap.active {
    right: 0;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.floting-bar-wrap .closepanel {
    position: absolute;
    width: 90px;
    display: block;
    top: 0;
    right: 0;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    text-align: center;
    height: 90px;
    line-height: 90px;
}

.floting-bar-wrap .closepanel svg {
    fill: var(--pbmit-white-color);
}

.floting-bar-wrap .closepanel svg rect {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes pbmit-closer-line-draw {
    0%,
    100% {
        clip-path: inset(-1px 0 -1px 0);
        -webkit-clip-path: inset(-1px 0 -1px 0)
    }
    55% {
        clip-path: inset(-1px 0 -1px 100%);
        -webkit-clip-path: inset(-1px 0 -1px 100%)
    }
    56% {
        clip-path: inset(-1px 100% -1px 0);
        -webkit-clip-path: inset(-1px 100% -1px 0)
    }
}

.floting-bar-wrap .closepanel:hover svg rect {
    animation: pbmit-closer-line-draw .6s;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbmit-closer-line-draw;
}

.floting-bar-wrap .closepanel:hover svg rect:nth-of-type(2) {
    animation-delay: .17s;
}

.header-style-8 .site-branding .site-title {
    height: 120px;
}

.site-header.header-style-8 .pbmit-header-search-btn {
    margin-right: 30px;
}

.floting-bar-widget-area .main-menu .navigation>li {
    float: none;
    padding: 0 25px 25px 0;
}

.floting-bar-widget-area .main-menu .navigation>li>a {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.floting-bar-widget-area .main-menu .navigation>li>a:after {
    display: none;
}

.header-style-8 .main-menu .navigation>li.dropdown>ul.open,
.header-style-8 .main-menu .navigation>li.dropdown>ul.open li.dropdown>ul.open {
    display: block !important;
    opacity: 1;
    visibility: visible;
    padding-left: 0;
    transform: none;
}

.site-header.header-style-8 .main-menu .navigation>li>ul,
.site-header.header-style-8 .main-menu .navigation>li>ul>li>ul {
    display: none !important;
    border: none;
    left: 0;
    box-shadow: none;
}

.header-style-8 .main-menu .navigation>li>ul,
.header-style-8 .main-menu .navigation>li>ul>li>ul {
    position: inherit;
}

.header-style-8 .main-menu .navigation>li>ul li:hover>a {
    padding: 0;
}

.header-style-8 .main-menu .navigation>li>ul li:hover>a:before {
    display: none;
}

.header-style-8 .main-menu ul>li.dropdown>ul>li.dropdown:hover::after {
    display: none;
}

/** Header Style 9 **/

.header-style-9 .pbmit-pre-header-wrapper {
    color: var(--pbmit-secondary-color);
}

.header-style-9 .pbmit-contact-info,
.header-style-12 .pbmit-contact-info {
    font-size: 14px;
}

.header-style-9 .pbmit-pre-header-left .pbmit-contact-info li,
.header-style-12 .pbmit-pre-header-left .pbmit-contact-info li {
    padding-right: 15px;
    display: inline-block;
}

.header-style-9 .pbmit-contact-info li i,
.header-style-12 .pbmit-contact-info li i {
    font-size: 15px;
    margin-right: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: var(--pbmit-global-color);
}

.header-style-9 .pbmit-pre-header-right {
    display: flex;
    align-items: center;
}

.site-header.header-style-9 .pbmit-social-links li a {
    color: var(--pbmit-secondary-color);
}

.site-header.header-style-9 .pbmit-social-links li a:hover {
    color: var(--pbmit-global-color);
}

.site-header.header-style-9 .pbmit-social-links li a i {
    font-size: 15px;
}

.header-style-9 .site-branding .site-title {
    height: 130px;
}

.header-style-9 .site-navigation ul.navigation>li>a {
    height: 130px;
    line-height: 130px;
    color: var(--pbmit-white-color);
}

.header-style-9 .site-navigation ul.navigation>li.active>a,
.header-style-9 .site-navigation ul.navigation>li>a:hover {
    color: var(--pbmit-white-color);
}

.header-style-9 .pbmit-header-search-btn {
    padding: 0 20px 0 0;
}

.header-style-9 .site-branding .pbmit-sticky-logo,
.header-style-9 .sticky-header .site-branding .logo-img {
    display: none;
}

.header-style-9 .sticky-header .site-branding .pbmit-sticky-logo {
    display: block;
}

.header-style-9 .sticky-header .site-navigation ul.navigation>li>a {
    color: var(--pbmit-blackish-color);
    height: 90px;
    line-height: 90px;
}

.header-style-9 .sticky-header .pbmit-header-search-btn a {
    background-color: var(--pbmit-light-color);
}

.header-style-9 .sticky-header .site-branding .site-title {
    height: 90px;
}

/** Header Style 10 **/

.header-style-10 .site-branding .site-title {
    height: 100px;
}

.header-style-10 .main-menu ul>li.dropdown>a:after {
    background-color: var(--pbmit-white-color);
}

.header-style-10 .pbmit-button-box-second .pbmit-btn-white:hover {
    background-color: var(--pbmit-global-color);
}

.header-style-10.site-header .sticky-header .site-navigation ul.navigation>li>a {
    height: 90px;
    line-height: 90px;
    color: var(--pbmit-blackish-color);
}

.header-style-10 .sticky-header .main-menu ul>li.dropdown>a:after {
    background-color: var(--pbmit-blackish-color);
}

.header-style-10 .sticky-header .pbmit-header-search-btn a {
    background-color: var(--pbmit-light-color);
}

.header-style-10 .sticky-header .pbmit-header-search-btn a:hover {
    background-color: var(--pbmit-global-color);
}

/** Header Style 11 **/

.header-style-11 .pbmit-header-content {
    background-color: var(--pbmit-light-color);
}

.header-style-11 .site-navigation ul.navigation>li.active>a,
.header-style-12 .site-navigation ul.navigation>li.active>a {
    color: var(--pbmit-blackish-color);
}

.header-style-11 .site-navigation ul.navigation>li.active>a:hover,
.header-style-12 .site-navigation ul.navigation>li.active>a:hover {
    color: var(--pbmit-global-color);
}

.header-style-11 .pbmit-header-search-btn a {
    background-color: var(--pbmit-light-color);
}

/** Header Style 12 **/
.ready{
    font-family: 'Open Sans';
    font-weight: 300;
}
.pbmit-bg-color-global .pbmit-contact-info li i,
.header-style-12 .pbmit-pre-header-left {
    color: var(--pbmit-secondary-color);
}

.header-style-12 .pbmit-pre-header-wrapper .pbmit-social-links li i {
    font-size: 15px;
    color: var(--pbmit-blackish-color);
}

.header-style-12 .site-branding .site-title {
    height: 110px;
}

.header-style-12 .pbmit-header-search-btn {
    padding: 0 50px 0 20px;
}

/*----------------------------------------*/

/*  08 - Footer
/*----------------------------------------*/

.footer-top-section {
    padding: 36px 0px 36px 0px;
}

.footer-top-section .pbmit-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.footer-top-section .pbmit-icon-list-items li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-right: 35px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: 8px;
    display: flex;
}

.footer-top-section .pbmit-icon-list-items li:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -22px;
    left: auto;
    width: 6px;
    height: 6px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
}

.footer-top-section .pbmit-icon-list-items li a {
    display: flex;
    font-size: inherit;
    align-items: center;
    width: 100%;
    font-family: var(--pbmit-heading-typography-font-family);
}

.footer-top-section .pbmit-icon-list-items li a:hover span {
    color: var(--pbmit-global-color);
}

.footer-top-section .pbmit-icon-list-items li a span {
    transition: color 0.3s;
    color: var(--pbmit-white-color);
}

.footer-top-section .pbmit-col_2 {
    padding: 0 0 0 15px;
}

.footer-top-section .pbmit-col_3 {
    padding: 0px 12px 0px 15px;
}
.headex{
    background: var(--pbmit-white-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    /* margin-bottom: 15px; */

}
.memb .pbmit-element-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 5 columns for large devices */
    gap: 10px; /* Adjust the gap between items as needed */
}
@media (max-width: 992px) { /* Medium devices */
   .memb  .pbmit-element-posts-wrapper {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for medium devices */
    }
}
@media (max-width: 576px) { /* Extra-small devices */
   .memb  .pbmit-element-posts-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for extra-small devices */
    }
}

.discount-plan-area{
    background-image: url(../images/bg-g.png);
    background-size: auto;
    background-blend-mode: overlay;
    background-color: #f0f7fd7d;
    background-repeat: repeat;
}
.bgw{
    background-image: url(../images/bg-g.png);
    background-size: auto;
    background-blend-mode: overlay;
    background-color: #f0f7fd7d;
    background-repeat: repeat;
}
.testimonial-eleven{
    background-image: url(../images/xas.webp);
    background-attachment: fixed;
    background-size: cover;
    background-color: #00000099;
    background-blend-mode: overlay;
}

.site-footer {
    background-image: url(../images/pattern_h.png);
     background-position: left bottom;
    background-size: contain;
    background-attachment: scroll;
    font-size: 15px;
    padding: 55px 18px 0px 18px;
    color: #080808;
    background-color: #ffffff;
    background-repeat: repeat-x;
}
.opinion{
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    color: var(--pbmit-white-color);
    padding: 9px 19px;
    width: fit-content;
    border-radius: 19px;
    margin: 0 0 0 auto;
    font-weight: 600;
    font-family: 'Open Sans';
    transition: all .3s ease-in-out;
}
.newx{
    z-index: 2;
    top: -1px;
    right: 8px;
    width: 120px;
}
.testimonial-eleven .swiper-button-prev, .testimonial-eleven .swiper-button-next{
    border: 1px solid #fff;
    color: #000000;
    background: #fff;
}
.pbmit-testimonial-style-4:hover .opinion{
    background: var(--pbmit-global-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.demo-seven .site-footer {
    background-image: url(../images/homepage-7/footer-bg-img.png);
}

.demo-eight .site-footer {
    background-color: transparent;
    background-image: url(../images/homepage-8/bg/footer-bg-img.png);
}

.demo-eleven .site-footer {
    background-image: url(../images/homepage-11/footer-bg-img.png);
}

.demo-twelve .site-footer {
    background-image: url(../images/homepage-12/footer-bg-img.png);
}

.site-footer .pbmit-footer-big-area {
    padding-top: 85px;
}

.site-footer .pbmit-footer-big-area .pbmit-footer-right {
    padding-left: 78px;
}

.site-footer .pbmit-footer-big-area .pbmit-footer-right h3 {
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}

.site-footer .pbmit-footer-widget-area {
    padding-bottom: 25px;
}

.site-footer .pbmit-footer-widget-area .widget_text {
    padding-top: 5px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.site-footer .pbmit-footer-widget-col-1 .textwidget {
    padding-right: 180px;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-footer-logo {
    margin-bottom: 18px;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-footer-logo img {
    /* height: 55px; */
    width: 280px;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-footer-text {
    margin-bottom: 22px;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding-bottom: 0px !important;
    margin-bottom: 8px;
    transform: unset;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a {
    font-size: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--pbmit-blackish-color);
    border: 1px solid var(--pbmit-blackish-color);
    border-radius: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.site-footer .widget {
    /* padding-top: 45px; */
    position: relative;
}

.site-footer .widget .widget-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--pbmit-global-color);
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 15px;
}

.demo-six .site-footer .widget .widget-title {
    color: #3368c5;
}

.site-footer .widget ul li:not(:last-child) {
    padding-bottom: 5px;
}

.site-footer .widget ul li {
    line-height: 26px;
    color: var(--pbmit-body-typography-color);
}

.site-footer .widget ul li a {
    color: #000;
}

.site-footer .widget ul li a:hover,
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li a:hover,
.site-footer .pbmit-footer-copyright-text-area a:hover {
    color: var(--pbmit-global-color);
}

.site-footer .widget .pbmit-contact-widget-address {
    font-size: 15px;
    opacity: 0.8;
    line-height: 28px;
}

.site-footer .pbmit-footer-widget-col-1 {
    /* margin-top: -85px; */
}

.site-footer .pbmit-footer-text-inner {
    margin-left: 38.5%;
    padding: 15px 0;
    border-top: 1px solid rgba(24, 26, 23, 0.2);
    font-size: 14px;
}

.site-footer .pbmit-footer-text-inner .row {
    align-items: center;
    flex-direction: row-reverse;
}

.site-footer .pbmit-footer-copyright-text-area {
    text-align: end;
}

.site-footer .pbmit-footer-text-area a,
.site-footer .pbmit-footer-copyright-text-area {
    color: var(--pbmit-body-typography-color);
}

.site-footer .pbmit-footer-copyright-text-area a {
    text-decoration: underline !important;
}

.site-footer .pbmit-footer-text-inner .pbmit-footer-menu {
    display: flex;
}

.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:first-child {
    padding-left: 0;
}

.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:last-child {
    padding-right: 0;
}
.single-post .pbmit-tbar-title {
    font-size: 50px;
    line-height: 60px;
}
.site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:last-child:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: rgba(24, 26, 23, 0.20);
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

/*----------------------------------------*/

/*  09 - Title Bar
/*----------------------------------------*/
.main-article{
    background-color: var(--pbmit-white-color);
    padding:30px  20px;
    border-radius: 30px;
}
.inn-x{
    background: var(--pbmit-white-color);
    border-radius: 20px;
}
.news1 ul{
    display: flex;
    align-items: center;
}
.pbmit-ihbox-contents hr{
    margin: 1.3rem 0;
}
.news1 a{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans';
}
.news1 .img-ico{
    margin-right: 15px;
}
.news1:hover img{
    width: 30px;
}
.news1 .pbmit-meta-date{
    font-size: 12px;
    margin-left: -2px;
}
.news1 img{
    transition: all 0.1s ease-in-out;
    width: 25px;
}

.pbmit-title-bar-wrapper {
    position: relative;
    z-index: 1;
    /* background-image: url(../images/ui.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00000050;
    background-blend-mode: overlay;
    background-size: cover;
    background-attachment: scroll;
}
.pbmit-title-bar-wrapper1 {
    position: relative;
    z-index: 1;
      /* background-image: url(../images/h1_healthportalinnersliderblue-Publications.jpg); */
    /* background-image: url(../images/ui.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00000050;
    background-blend-mode: overlay;
    background-size: cover;
    background-attachment: scroll;
}
.publication_bg {
      /* background-image: url(../images/h1_healthportalinnersliderblue-Publications.jpg); */
      background-image: url(../images/ui.jpg); 
}
.wellness_bg {
      /* background-image: url(../images/h1_healthportalinnersliderblue-wellness.jpg); */
      background-image: url(../images/ui.jpg); 
}
.healthescap_bg {
      /* background-image: url(../images/h1_healthportalinnersliderblue-healthscape.jpg); */
      background-image: url(../images/ui.jpg); 
}
.gallry_bg {
      /* background-image: url(../images/h1_healthportalinnersliderblue-imagevideogalery.jpg); */
      background-image: url(../images/ui.jpg); 
}
.article_bg {
      background-image: url(../images/ui.jpg);
}
.department-wrapper {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00000050;
    background-blend-mode: overlay;
    background-size: cover;
    background-attachment: scroll;
}
.department-wrapper p, 
.department-wrapper span, 
.department-wrapper h1, 
.department-wrapper h2, 
.department-wrapper h3 {
    font-weight: 300;
}

.department-bg {
        /* background-image: url(../images/h1_healthportalinnersliderblue-department.jpg); */
          background-image: url(../images/ui.jpg); 
}
/* .pbmit-title-bar-wrapper {
    position: relative;
    z-index: 1;
    background-color: #00000067;
    background-blend-mode: overlay;
}

.pbmit-title-bar-wrapper .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; 
} */
.pbmit-title-bar-wrapper,
.pbmit-title-bar-content {
    min-height: 200px;
    /* margin-bottom: 20px; */
}

.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-content {
    position: relative;
    z-index: 1;
    display: flex;
    /* align-items: center; */
    padding: 58px 0px;
}

.pbmit-title-bar-content-inner {
    width: 100%;
}

.pbmit-title-bar-wrapper .pbmit-tbar,
.pbmit-title-bar-wrapper .pbmit-breadcrumb {
    display: block;
}

.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0 !important;
    /* margin-bottom: 15px; */
}

.pbmit-tbar-subtitle {
    padding-top: 5px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #031b4e;
    text-transform: capitalize;
    font-style: normal;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-tbar-title {
    /* font-family: 'Open Sans'; */
    font-weight: 100;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
    margin-bottom: 0px;
    color: var(--pbmit-white-color);
}

.single-post .pbmit-tbar-title {
    font-size: 50px;
    line-height: 60px;
}

.single-post .pbmit-title-bar-content-inner {
    width: 60%;
}

.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    color: var(--pbmit-blackish-color);
    text-transform: capitalize;
    font-style: normal;
    /* font-family: var(--pbmit-heading-typography-font-family); */
    font-family: 'Open Sans';
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner {
    padding-left: 5px;
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
    display: inline-block;
    font-size: 15px;
}

.pbmit-breadcrumb .pbmit-breadcrumb-inner span i:before {
    margin: 0;
}

.pbmit-breadcrumb-inner .sep {
    line-height: 15px;
    top: 0px;
    position: relative;
    padding: 0 4px;
}

.pbmit-breadcrumb-inner i {
    font-size: 15px;
    color: var(--pbmit-secondary-color);
    display: inline-block;
}

/*----------------------------------------*/

/*  10 - 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;
}

/*----------------------------------------*/

/*  11 - Accordion
/*----------------------------------------*/

.accordion-item {
    border: none;
    position: relative;
    margin-bottom: 20px;
    background-color: transparent;
    color: inherit;
    border-bottom: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    margin-bottom: 20px;
    box-shadow: none;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.accordion-button {
    display: inherit;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    border-radius: 20px !important;
    outline: none;
    position: relative;
    padding: 20px 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-item .pbmit-accordion-icon {
    font-size: 30px;
    position: relative;
    display: inline-block;
    width: auto;
    transform: translateY(-10%);
    color: var(--pbmit-global-color);
}

.accordion-item .pbmit-accordion-icon i {
    font-size: 15px;
}

.accordion-item.active .pbmit-accordion-icon,
.accordion-1 .accordion-item.active .pbmit-accordion-icon {
    color: var(--pbmit-white-color);
}

.accordion .pbmit-accordion-title {
    transition: all .4s ease-in-out;
}

.pbmit-accordion-title:hover {
    color: var(--pbmit-global-color);
}

.accordion-item.active .pbmit-accordion-title {
    color: var(--pbmit-white-color);
}

.accordion-item.active .pbmit-accordion-title .pbmit-global-color {
    color: var(--pbmit-white-color);
}

.accordion-item .pbmit-accordion-title .pbmit-global-color {
    color: var(--pbmit-global-color);
}

.pbmit-accordion-icon.pbmit-accordion-icon-right {
    float: right;
    text-align: right;
}

.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-body {
    padding: 0 0 15px 32px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-1 .accordion-item .pbmit-accordion-icon i {
    font-size: 23px;
}

.accordion-1 .accordion-item .pbmit-accordion-icon i:before {
    font-weight: 900;
}

.accordion-1 .accordion-item .pbmit-accordion-icon {
    color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/

/*  12 - 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
}

/*----------------------------------------*/

/*  13 - List Group
/*----------------------------------------*/

.list-group-borderless .list-group-item {
    display: flex;
    font-size: inherit;
    align-items: center;
    padding: 0;
    margin-bottom: 0px;
    color: var(--pbmit-blackish-color);
    position: relative;
    border: none;
    background: transparent;
}

.list-group-borderless .list-group-item:not(:last-child) {
    padding-bottom: calc(20px/2);
}

.list-group-borderless .list-group-item:not(:first-child) {
    margin-top: calc(15px/2);
}

.list-group .pbmit-icon-list-icon {
    color: var(--pbmit-blackish-color);
    display: flex;
    position: relative;
    top: 0px;
    line-height: normal;
}

.list-group .pbmit-icon-list-icon i {
    width: auto;
    line-height: inherit;
    transform: rotate(8deg);
    color: var(--pbmit-global-color);
}

.list-group .pbmit-icon-list-icon i:before {
    font-weight: 900;
}

.list-group .pbmit-icon-list-text {
    font-size: inherit;
    padding-left: 20px;
    margin-bottom: 0;
    color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/

/*  14 -  Banner Slider
/*----------------------------------------*/

.pbmit-slider-area .transform-top {
    opacity: 0;
    transform: translateY(-120px);
    transition: all 1000ms ease;
}

.swiper-slide-active .transform-top {
    opacity: 1;
    transform: translateY(0);
}

.pbmit-slider-area .transform-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}

.swiper-slide-active .transform-bottom {
    opacity: 1;
    transform: translateY(0);
}

.pbmit-slider-area .transform-right {
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(200px);
}

.swiper-slide-active .transform-right {
    opacity: 1;
    transform: translateX(0);
}

.pbmit-slider-area .transform-left {
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(-200px);
}

.swiper-slide-active .transform-left {
    opacity: 1;
    transform: translateX(0);
}

.pbmit-slider-area .transform-center {
    opacity: 0;
    transition: all 1000ms ease;
    transform: scale(0.9);
}

.swiper-slide-active .transform-center {
    opacity: 1;
    transform: scale(1);
}

.pbmit-slider-area .transform-center-1 {
    opacity: 0;
    transition: all 1000ms ease;
    transform: scale(1.5);
}

.swiper-slide-active .transform-center-1 {
    opacity: 1;
    transform: scale(1);
}

.swiper-slide-active .transform-delay-1 {
    transition-delay: 1000ms;
}

.swiper-slide-active .transform-delay-2 {
    transition-delay: 1400ms;
}

.swiper-slide-active .transform-delay-3 {
    transition-delay: 1800ms;
}

.swiper-slide-active .transform-delay-4 {
    transition-delay: 2100ms;
}

.swiper-slide-active .transform-delay-5 {
    transition-delay: 2400ms;
}

.pbmit-slider-area .pbmit-sub-title {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 2px 18px;
    border-radius: 20px;
    display: inline-block;
}

/** Slider 01 **/

.pbmit-slider-one .pbmit-slider-item {
    /* padding: 230px 0 250px; */
    position: relative;
    /* height: 520px; */
    aspect-ratio:17/7;
}

.pbmit-slider-area .pbmit-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.pbmit-slider-area .swiper-slider {
    padding-bottom: 0 !important;
}

.pbmit-slider-one .pbmit-sub-title {
    font-weight: 600;
    color: rgb(0, 0, 0);
    background-color: var(--pbmit-white-color);
}

.pbmit-slider-one .pbmit-title {
    font-size: 100px;
    line-height: 108px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
}

.pbmit-slider-area .swiper-horizontal>.swiper-pagination-bullets {
    top: 50%;
    right: 16px;
    left: inherit;
    width: auto;
    display: inline-table;
    transform: translateY(-50%) rotate(-90deg);
}

.pbmit-slider-area .swiper-pagination-bullet {
    background-color: var(--pbmit-white-color);
}

.pbmit-slider-area .swiper-pagination-bullet-active {
    outline-color: var(--pbmit-white-color);
}

/** Slider 02 **/

.pbmit-slider-two .pbmit-slider-item {
    padding: 280px 0 220px 0;
}

.pbmit-slider-two .pbmit-slider-content {
    position: relative;
    max-width: 880px;
    overflow: hidden;
}

.pbmit-slider-two .pbmit-sub-title {
    font-weight: 500;
    color: rgb(3, 27, 78);
    border-radius: 50px;
    border: 1px solid rgb(3, 27, 78);
}

.pbmit-slider-two .pbmit-title {
    font-size: 100px;
    line-height: 100px;
    font-weight: 400;
    color: rgb(3, 27, 78);
    font-weight: 400;
}

.pbmit-slider-two .pbmit-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(3, 27, 78, 0.1);
    display: inline-block;
    color: rgb(3, 27, 78);
    margin-top: 20px;
}

/** Slider 03 **/

.pbmit-slider-three .pbmit-slider-item {
    padding: 300px 0 250px 0;
}

.pbmit-slider-three .pbmit-slider-content {
    display: inline-block;
    max-width: 705px;
    overflow: hidden;
}

.pbmit-slider-three .pbmit-sub-title {
    font-weight: 500;
    border: 1px solid var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}

.pbmit-slider-three .pbmit-title {
    line-height: 88px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 78px;
    color: var(--pbmit-white-color);
}

.pbmit-slider-three .pbmit-desc,
.pbmit-slider-nine .pbmit-desc,
.pbmit-slider-ten .pbmit-desc {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: var(--pbmit-white-color);
}

.pbmit-slider-three .pbmit-button .pbmit-btn:hover {
    background-color: var(--pbmit-global-color);
}

/** Slider 04 **/

.pbmit-slider-four .pbmit-slider-content {
    padding: 320px 0 0px 250px;
    position: relative;
    margin-bottom: 190px;
    z-index: 1;
}

.pbmit-slider-four .pbmit-slider-content:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/slider-img/slider-d-02.png);
    background-repeat: no-repeat;
    background-position: top left;
    opacity: .6;
}

.pbmit-slider-four .pbmit-sub-title {
    font-weight: 600;
    margin-bottom: 30px;
    color: rgb(51, 104, 198);
    background-color: var(--pbmit-white-color);
}

.pbmit-slider-four .pbmit-title {
    font-size: 88px;
    line-height: 90px;
    text-transform: uppercase;
}

.pbmit-slider-four .pbmit-title strong {
    font-weight: 600;
}

.pbmit-slider-four .pbmit-desc {
    padding: 30px 0;
    margin-bottom: 35px;
    display: inline-block;
    border-bottom: 1px solid rgba(42, 44, 42, 0.1);
}

.pbmit-slider-four .pbmit-button {
    display: flex;
    align-items: center;
}

.pbmit-slider-four .pbmit-button .pbmit-btn-box {
    max-width: 500px;
    overflow: hidden;
    position: relative;
}

.pbmit-slider-four .lightbox-video-btn,
.pbmit-slider-eleven .lightbox-video-btn {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgb(24, 26, 23);
    font-family: var(--pbmit-btn-typography-font-family);
}

.pbmit-slider-four .lightbox-video-btn span i,
.pbmit-slider-eleven .lightbox-video-btn span i {
    font-size: 60px;
    line-height: 60px;
}

.pbmit-slider-four .lightbox-video-btn:hover,
.pbmit-slider-eleven .lightbox-video-btn:hover {
    color: var(--pbmit-global-color);
}

.pbmit-slider-four .banner-image {
    margin: 20px 0;
}

.pbmit-slider-four .banner-image img {
    border-radius: 30px;
}

/** Slider 05 **/

.pbmit-slider-five .pbmit-slider-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 155px 0 190px 0;
}

.pbmit-slider-five .pbmit-slider-content {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pbmit-slider-five .pbmit-sub-title {
    font-weight: 500;
    border: 1px solid rgb(3, 27, 78);
    margin-bottom: 30px;
    color: rgb(3, 27, 78);
}

.pbmit-slider-five .pbmit-title {
    font-size: 100px;
    line-height: 108px;
    font-weight: 400;
    color: rgb(3, 27, 78);
    margin-bottom: 20px;
}

.pbmit-slider-five .pbmit-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    display: inline-block;
    padding-top: 20px;
    color: rgb(3, 27, 78);
    border-top: 1px solid rgba(3, 27, 78, 0.1);
}

.pbmit-slider-five .swiper-pagination-bullet {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-slider-five .swiper-pagination-bullet-active {
    outline-color: var(--pbmit-blackish-color);
}

/** Slider 06 **/

.pbmit-slider-six .pbmit-slider-item {
    padding: 225px 0 155px 0;
}

.pbmit-slider-six .pbmit-slider-content {
    overflow: hidden;
}

.pbmit-slider-six .pbmit-sub-title {
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    background-color: var(--pbmit-white-color);
    font-family: Outfit;
}

.pbmit-slider-six .pbmit-title {
    font-size: 84px;
    line-height: 90px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pbmit-slider-six .pbmit-title .globalcolor {
    color: var(--pbmit-global-color);
}

.pbmit-slider-six .swiper-horizontal>.swiper-pagination-bullets,
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets {
    right: 70px;
}

/** Slider 07 **/

.pbmit-slider-seven .pbmit-slider-item {
    padding: 255px 0 215px 0;
}

.pbmit-slider-seven .pbmit-slider-content {
    overflow: hidden;
}

.pbmit-slider-seven .pbmit-sub-title {
    font-weight: 500;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    background-color: var(--pbmit-white-color);
    font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-slider-seven .pbmit-slider-content .pbmit-title {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 25px;
}

/** Slider 08 **/

.pbmit-slider-eight .pbmit-slider-item {
    padding: 110px 0 120px 0;
}

.pbmit-slider-eight .pbmit-col-left {
    width: 46%;
}

.pbmit-slider-eight .pbmit-slider-content {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 70px 40px;
}

.pbmit-slider-eight .pbmit-slider-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: var(--pbmit-white-color);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 500ms ease-out;
    transition: 500ms ease-out;
}

.pbmit-slider-eight .swiper-slide-active .pbmit-slider-content:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.pbmit-slider-eight .pbmit-sub-title {
    font-weight: 600;
    font-family: Outfit;
    background-color: rgb(248, 247, 244);
}

.pbmit-slider-eight .pbmit-title {
    font-size: 68px;
    line-height: 75px;
    font-weight: 600;
    font-family: Outfit;
    margin-bottom: 30px;
}

.pbmit-slider-eight .pbmit-slider-content .pbmit-text {
    font-size: 15px;
    line-height: 26px;
    font-family: Outfit;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.pbmit-slider-eight .pbmit-slider-content .bottom-area {
    border-top: 1px solid rgba(4, 18, 30, 0.1);
    padding-top: 40px;
    margin-top: 120px;
}

/** Slider 09 **/

.pbmit-slider-nine .pbmit-slider-item {
    padding: 150px 0 100px 0;
    position: relative;
}

.pbmit-slider-nine .slide2 .pbmit-slider-item {
    padding-bottom: 0;
}

.pbmit-slider-nine .pbmit-slider-content {
    padding: 30px 0 0 0;
    overflow: hidden;
}

.pbmit-slider-nine .pbmit-sub-title,
.pbmit-slider-ten .pbmit-sub-title {
    font-weight: 400;
    margin-bottom: 20px;
    border: 1px solid var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}

.pbmit-slider-nine .pbmit-title {
    font-size: 80px;
    line-height: 100px;
    font-weight: 400;
    color: var(--pbmit-white-color);
}

.pbmit-slider-nine .pbmit-title strong {
    font-size: 90px;
}

.pbmit-slider-nine .pbmit-button,
.pbmit-slider-ten .pbmit-button,
.pbmit-slider-eleven .pbmit-button .pbmit-btn-box-1,
.pbmit-slider-twelve .pbmit-button .button1,
.pbmit-slider-twelve .pbmit-button .button2 {
    opacity: 0;
}

.pbmit-slider-nine .swiper-slide-active .pbmit-button,
.pbmit-slider-ten .swiper-slide-active .pbmit-button,
.pbmit-slider-eleven .swiper-slide-active .pbmit-button .pbmit-btn-box-1,
.pbmit-slider-twelve .swiper-slide-active .pbmit-button .button1,
.pbmit-slider-twelve .swiper-slide-active .pbmit-button .button2 {
    opacity: 1;
    transition-duration: 2s;
}

/** Slider 10 **/

.pbmit-slider-ten .pbmit-slider-item {
    padding: 280px 0 180px 0;
}

.pbmit-slider-ten .pbmit-slider-content {
    overflow: hidden;
    padding-top: 30px;
}

.pbmit-slider-ten .pbmit-sub-title {
    font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-slider-ten .pbmit-title {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 25px;
    color: var(--pbmit-white-color);
}

.pbmit-slider-ten .pbmit-desc {
    margin-bottom: 40px;
    display: inline-block;
    border-color: rgba(255, 255, 255, 0.1);
}

.pbmit-slider-ten .swiper-pagination-bullet {
    background-color: #000;
}

.pbmit-slider-ten .swiper-pagination-bullet-active {
    outline-color: #000;
}

/** Slider 11 **/

.pbmit-slider-eleven .pbmit-slider-item {
    padding: 320px 0 220px 0;
}

.pbmit-slider-eleven .pbmit-sub-title,
.pbmit-slider-twelve .pbmit-sub-title {
    margin-bottom: 20px;
    border: 1px solid var(--pbmit-blackish-color);
    font-family: Outfit;
}

.pbmit-slider-eleven .pbmit-title {
    font-size: 84px;
    line-height: 84px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Outfit;
}

.pbmit-slider-eleven .pbmit-title strong {
    font-weight: 600;
}

.pbmit-slider-eleven .pbmit-button .lightbox-video-btn {
    font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-slider-eleven .swiper-horizontal>.swiper-pagination-bullets {
    left: 40px;
    right: inherit;
}

/** Slider 12 **/

.pbmit-slider-twelve .pbmit-slider-item {
    display: flex;
    align-items: center;
    height: 800px;
}

.pbmit-slider-twelve .pbmit-slider-content {
    overflow: hidden;
    padding-top: 30px;
}

.pbmit-slider-twelve .pbmit-title {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 35px;
}

.pbmit-slider-twelve .pbmit-button .pbmit-btn-white:hover {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-slider-twelve .pbmit-button .pbmit-btn.pbmit-btn-second {
    color: var(--pbmit-blackish-color);
}

.pbmit-slider-twelve .pbmit-button .pbmit-btn.pbmit-btn-second .pbmit-button-icon svg path {
    stroke: var(--pbmit-blackish-color);
}

.pbmit-slider-twelve .pbmit-button .pbmit-btn.pbmit-btn-second:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

/*----------------------------------------*/

/*  15 - Client
/*----------------------------------------*/

.pbminfotech-hide,
.pbmit-hide {
    display: none;
}

/** Style 1 **/

.pbmit-client-style-1 .pbmit-border-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
}

.pbmit-client-style-1 .pbmit-client-wrapper {
    overflow: hidden;
    z-index: 1;
    height: -webkit-max-content;
    display: inline-block;
    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-border-wrapper {
    transition: all .4s ease-in;
}

.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-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;
    transform: translateY(-100%);
}

.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
    visibility: visible;
    transform: translateY(0%);
}

.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
    transform: translateY(100%);
}

/*----------------------------------------*/

/* 16 - Spinner Box
/*----------------------------------------*/

/** Style 1 **/

.pbmit-spinner-box-style-1 {
    width: 135px;
    padding: 10px;
    position: relative;
    border-radius: 50%;
    margin: auto;
    background-color: var(--pbmit-white-color);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box text {
    font-size: 17px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.pbmit-spinner-box-style-1 .pbmit-ihbox-box svg {
    fill: var(--pbmit-blackish-color);
    position: relative;
    left: 0;
    top: 0;
    -webkit-animation-name: pbmit_rotate;
    -moz-animation-name: pbmit_rotate;
    -ms-animation-name: pbmit_rotate;
    -o-animation-name: pbmit_rotate;
    animation-name: pbmit_rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes pbmit_rotate {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes pbmit_rotate {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes pbmit_rotate {
    from {
        -ms-transform: rotate(0);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes pbmit_rotate {
    from {
        -o-transform: rotate(0);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes pbmit_rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.pbmit-elementor-bg-color-white .pbmit-spinner-box-style-1 {
    background-color: var(--pbmit-light-color);
}

/* --------------------------------------
* 17 - 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-ul li:before {
    content: ' ';
    margin: 0 10px;
}

.pbmit-sortable-list-ul li:first-child:before {
    display: none;
}

.pbmit-sortable-list a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 400;
    min-width: 100px;
    border-radius: 20px;
}

.pbmit-sortable-list a.pbmit-selected {
    background: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbmit-sortable-list-style-1 a {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #dddddd;
}

.pbmit-sortable-list-style-1 a.pbmit-selected {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

/* --------------------------------------
* 18 - Img Animation
* ---------------------------------------*/

.pbmit-animation-style4,
.pbmit-animation-style3,
.pbmit-animation-style1,
.pbmit-animation-style2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.pbmit-animation-style4 img,
.pbmit-animation-style3 img,
.pbmit-animation-style1 img,
.pbmit-animation-style2 img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

/* --------------------------------------
* 19 - Marquee
* ---------------------------------------*/

/** Style 1 **/

.pbmit-marquee-effect-style-1 .pbmit-element-title {
    font-size: 90px;
    line-height: 110px !important;
    position: relative !important;
    overflow: visible !important;
    display: flex;
    font-weight: 800 !important;
    overflow: visible !important;
    text-shadow: 1px 1px 0 rgba(3, 27, 78, .8), -1px -1px 0 rgba(3, 27, 78, .8), 1px -1px 0 rgba(3, 27, 78, .8), -1px 1px 0 rgba(3, 27, 78, .8), 1px 1px 0 rgba(3, 27, 78, .8);
    -webkit-text-fill-color: var(--pbmit-light-color);
    -webkit-text-stroke-width: 0;
    color: transparent;
    letter-spacing: 0.8px;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    content: attr(data-text);
    transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
    -webkit-text-fill-color: var(--pbmit-blackish-color);
    -webkit-text-stroke: transparent;
    max-width: 0;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title:hover:before {
    max-width: 100%;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
    padding-left: 100px;
    margin-left: 60px;
    position: relative;
}

/* .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    content: "\e898";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 45px;
    line-height: 45px;
    transform: translateY(-50%);
    color: var(--pbmit-blackish-color);
} */
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    content: "";
    background-image: url('../images/fav.png');
    position: absolute;
    left: 0;
    top: 40%;
    width: 30px; /* Adjust the width as needed */
    height: 30px; /* Adjust the height as needed */
    background-size: contain; /* Ensure the image scales correctly */
    background-repeat: no-repeat;
    color: var(--pbmit-blackish-color);
    opacity: .7;
}

.pbmit-marquee-secondary-color .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    color: var(--pbmit-secondary-color);
}

.pbmit-marquee-secondary-color .pbmit-marquee-effect-style-1 .pbmit-element-title {
    text-shadow: 1px 1px 0 rgba(6, 38, 139, .3), -1px -1px 0 rgba(6, 38, 139, .3), 1px -1px 0 rgba(6, 38, 139, .3), -1px 1px 0 rgba(6, 38, 139, .3), 1px 1px 0 rgba(6, 38, 139, .3);
}

.pbmit-marquee-secondary-color .pbmit-marquee-effect-style-1 .pbmit-element-title::before {
    -webkit-text-fill-color: var(--pbmit-global-color);
}

.pbmit-marquee-global-color .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    color: var(--pbmit-global-color);
}

/* --------------------------------------
* 20 - Tab
* ---------------------------------------*/
.memb .pbmit-team-style-1 .pbmit-team-title {
    font-size: 18px;
}
.pbmit-tab {
    display: block;
}
.memb .pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text {
    background-color: var(--pbmit-white-color);
    width: 40px;
    height: 40px;
}
.memb .pbmit-team-style-1 .pbminfotech-box-team-position {
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    text-transform: none;
    padding-left: 15px;
    position: relative;
    letter-spacing: 0px;
    color: #525252;
}
.pbmit-tab .nav {
    margin: 0;
    display: flex;
    text-align: left;
    position: relative;
    padding: 0;
    border: none;
    flex-wrap: inherit;
    justify-content: space-between;
    overflow: hidden;
        background: #43749f;
    border-radius: 24px 24px 0px 0px;
}

.pbmit-tab .nav .nav-item {
    position: relative;
}

.pbmit-tab .nav .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    cursor: pointer;
    border-radius: 30px 30px 0 0;
       font-size: 20px;
    line-height: 18px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    width: 347px;
    font-weight: 600;
    border: none;
    color: var(--pbmit-white-color);
    background-color: transparent;
     font-family: "Exo 2", sans-serif ;
}

.pbmit-tab .nav .nav-item a.active {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.tab_section .pbmit-tab .nav .nav-item a.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: var(--pbmit-white-color);
    left: 0px;
    top: auto;
    bottom: -25px;
    opacity: 1;
}

.pbmit-tab .tab-content>.tab-pane {
    margin-bottom: 20px;
}

.pbmit-tab .pbmit-column-inner {
    border-radius: 0 0 30px 30px;
    padding: 40px;
    background-color: var(--pbmit-white-color);
}

.pbmit-tab .pbmit-tab-img img {
    border-radius: 30px;
}

.pbmit-tab .pbmit-tab-list {
    padding-left: 60px;
    color: #6e778c;
}

.pbmit-tab .pbmit-tab-list h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: var(--pbmit-blackish-color);
}

.pbmit-tab-list .list-group {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 36px;
}

.pbmit-tab-style-2 .nav {
    justify-content: normal;
}

.pbmit-tab-style-2 .nav .nav-item {
    padding: 5px 10px 16px 0;
}

.pbmit-tab.pbmit-tab-style-2 .nav .nav-item a.active {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-tab.pbmit-tab-style-2 .nav .nav-item a {
    width: auto;
    font-size: 13px;
    line-height: inherit;
    padding: 7px 15px;
    border-radius: 20px;
    color: var(--pbmit-blackish-color);
    background-color: transparent;
}

.pbmit-tab-style-3 {
    display: flex;
}

.pbmit-tab-style-3 .nav {
    display: block;
    padding: 40px 30px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.pbmit-tab-style-3 .nav .nav-item:not(:last-child) {
    margin-bottom: 12px;
}

.pbmit-tab-style-3 .nav .nav-item a.active {
    color: var(--pbmit-white-color) !important;
    background-color: var(--pbmit-global-color) !important;
}

.pbmit-tab-style-3 .nav .nav-item a {
    font-size: 18px !important;
    width: 347px !important;
    padding: 7px 7px 7px 40px;
    border-radius: 50px;
    justify-content: space-between;
    color: var(--pbmit-blackish-color);
}

.pbmit-tab-style-3 .nav .nav-item a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 10px;
    font-size: 12px;
    opacity: 0;
    border-radius: 50%;
    text-align: center;
    transition: transform 1s cubic-bezier(.22, .61, .36, 1);
}

.pbmit-tab-style-3 .nav .nav-item a.active i {
    opacity: 1;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-tab-style-3 .tab-content {
    padding-left: 30px;
}

.pbmit-tab-style-3 .pbmit-column-inner {
    padding: 30px;
    background-color: transparent;
    border: 1px solid rgba(24, 26, 23, .1);
}

.pbmit-tab-style-3 .pbmit-tab-list {
    padding: 60px 30px 0;
}

.pbmit-tab-style-3 .pbmit-tab-list .list-group {
    display: inherit;
}

.pbmit-tab-style-3.pbmit-tab .pbmit-tab-list h2 {
    font-size: 30px;
    line-height: 36px;
}

/* --------------------------------------
* 21 - Pricing
* ---------------------------------------*/

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::before {
    transition: all 0.6s ease-in-out;
}

.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
    position: relative;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(3, 27, 78, 0.1);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-head-wrap::before {
    content: "";
    position: absolute;
    background-color: var(--pbmit-global-color);
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::before {
    width: 100%;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper {
    display: flex;
    align-items: flex-end;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
    background-color: var(--pbmit-white-color);
    position: relative;
    padding: 45px 54px;
    border-radius: 30px;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
    font-size: 35px;
    line-height: 40px;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
    font-size: 60px;
    line-height: 60px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w {
    display: flex;
    align-items: flex-start;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
    color: var(--pbmit-blackish-color);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-left: 8px;
    text-transform: lowercase;
    color: rgba(3, 27, 78, 0.7);
    position: relative;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner {
    padding: 32px 0 15px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line {
    margin-bottom: 16px;
    position: relative;
    padding-left: 35px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line:last-child {
    margin-bottom: 0;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    transform: rotate(14deg);
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i:before {
    font-weight: 900;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line .pbmit-ptable-line-svg {
    display: inline-block;
    margin-right: 5px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg {
    width: 10px;
    height: 10px;
    margin: 0px 15px 0 0;
    fill: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn {
    text-align: center;
}

.pbminfotech-ele-ptable-style-1 .pbmit-button {
    padding-top: 32px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-button a {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.65px;
    display: block;
    text-transform: uppercase;
    padding: 17px 15px;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all .4s ease-in;
}

.pbminfotech-ele-ptable-style-1 .pbmit-button a .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    margin-left: 8px;
    display: inline-flex;
}

.pbminfotech-ele-ptable-style-1 .pbmit-button a .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-50px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbminfotech-ele-ptable-style-1 .pbmit-button a:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbminfotech-ele-ptable-style-1 .pbmit-button a .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbminfotech-ele-ptable-style-1 .pbmit-button a:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbminfotech-ele-ptable-style-1 .pbmit-button a:hover {
    border-color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box:hover {
    transform: translateY(-5px);
}

/** Style 2 **/

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:hover .pbmit-head-wrap::before {
    transition: all 0.6s ease-in-out;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(:last-child) .pbmit-pricing-table-box {
    margin-bottom: 25px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box-wrapper {
    display: flex;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper {
    width: 17%;
    padding: 50px 50px 30px;
    border-radius: 30px;
    margin-right: 18px;
    background-color: var(--pbmit-white-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper,
.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pbminfotech-ele-ptable-style-2 .pbmit-content-wrapper {
    display: flex;
    flex: 1;
    width: 100%;
    border-radius: 30px;
    border: 1px solid rgba(3, 27, 78, 0.1);
}

.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap {
    width: 30%;
    padding: 30px 30px 30px 55px;
    margin-right: 10px;
    border-right: 1px solid rgba(3, 27, 78, 0.1);
}

.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-desc {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.pbminfotech-ele-ptable-style-2 .pbmit-price-wrapper {
    display: flex;
    align-items: flex-end;
}

.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-symbol {
    font-size: 35px;
    line-height: 40px;
}

.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-price {
    font-size: 60px;
    line-height: 60px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-w {
    display: flex;
    align-items: flex-start;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-frequency {
    font-size: 14px;
    line-height: 22px;
    text-transform: lowercase;
    color: rgba(3, 27, 78, 0.7);
    font-weight: 400;
    padding-left: 25px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner {
    padding: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w {
    width: 70%;
    margin-top: 15px;
    padding-right: 15px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line {
    margin-bottom: 16px;
    position: relative;
    float: left;
    width: 50%;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line:last-child {
    margin-bottom: 0;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line i {
    font-size: 18px;
    position: relative;
    left: 0;
    top: 50%;
    margin-right: 10px;
    transform: translate(0, 15%);
    color: var(--pbmit-secondary-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line .pbmit-ptable-line-svg {
    display: inline-block;
    margin-right: 5px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line svg {
    width: 15px;
    height: 15px;
    margin: 0 15px 0 0;
    fill: var(--pbmit-secondary-color);
}

.pbmit-color-white .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box {
    background-color: var(--pbmit-light-color);
}

/*Featured column*/

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-price-wrapper,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-content-wrapper {
    background-color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-content-wrapper {
    border-width: 0;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap {
    border-right-color: rgba(255, 255, 255, 0.1);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-frequency,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-content-wrapper,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line i {
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg {
    fill: var(--pbmit-white-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-btn a {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-btn:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-icon {
    margin-right: 15px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-icon-type-text {
    font-size: 30px;
    line-height: 30px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-icon-type-icon i {
    font-size: 50px;
    line-height: 50px;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-svg-wrapper svg {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-icon-type-image {
    width: 50px;
    height: 50px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-feature-wrap {
    position: absolute;
    top: 40px;
    right: 0;
    text-transform: uppercase;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-feature-wrap .pbmit-ptablebox-featured-w {
    padding: 0 13px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--pbmit-white-color);
    background: red;
    position: relative;
}

/* --------------------------------------
* 22 - Portfolio
* ---------------------------------------*/

/** Style 1 **/

.pbmit-portfolio-style-1 {
    margin-bottom: 30px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pbmit-portfolio-style-1.pbmit-ele {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
}

.pbmit-portfolio-style-1 .pbminfotech-post-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    margin-top: 5px;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--pbmit-blackish-color);
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
    width: 100%;
    transition: all 500ms ease;
}

.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {
    opacity: 0.1;
    transform: scale(1.05);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    transition: all 500ms ease;
    padding: 30px 30px 0 30px;
}

.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
    bottom: 25px;
    opacity: 1;
}

.pbmit-portfolio-style-1 .pbmit-port-cat a:hover,
.pbmit-portfolio-style-1 .pbmit-portfolio-title a {
    color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title a:hover,
.pbmit-portfolio-style-1 .pbmit-port-cat,
.pbmit-portfolio-style-1 .pbmit-port-cat a {
    color: var(--pbmit-white-color);
}

/** Style 2 **/

.pbmit-portfolio-style-2 {
    overflow: hidden;
}

.pbmit-portfolio-style-2 .pbminfotech-box-content {
    position: absolute;
    top: inherit;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 25px 30px;
    opacity: 0;
    border-radius: 20px;
    word-break: break-word;
    transform: translateY(100%);
    background: var(--pbmit-white-color);
    transition: all .5s;
}

.pbmit-portfolio-style-2:hover .pbminfotech-box-content {
    transition: all .5s;
    opacity: 1;
    transform: translateY(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;
}

.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(var(--pbmit-global-color-rgb), .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-portfolio-title:hover,
.pbmit-portfolio-style-2 .pbmit-port-cat a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-2 .pbmit-portfolio-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}

.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%;
    border-radius: 20px;
    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-element-portfolio-style-2 .pbmit-element-inner .swiper-wrapper {
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
}

.pbmit-portfolio-style-2 .pbminfotech-post-content {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

/* --------------------------------------
* 23 - Progress Bar
* ---------------------------------------*/

.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}

.progressbar .progress-label {
    color: var(--pbmit-heading-color);
    display: inline-block;
    position: relative;
    top: -5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--pbmit-heading-typography-font-family);
}

.progress {
    overflow: visible;
    position: relative !important;
    line-height: 30px;
    height: 100%;
    margin-top: 0;
    background-color: var(--pbmit-light-color);
}

.progress .progress-bar {
    position: relative;
    height: 4px;
    overflow: visible;
    border-radius: 0px;
    background-color: var(--pbmit-global-color);
}

.progress.progress-percent-bg .progress-percent {
    position: absolute;
    right: 0;
    top: -24px;
    font-size: 14px;
    line-height: 14px;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
}

.progressbarone .progress-bar {
    background-color: var(--pbmit-blackish-color);
}

.pb-style-1.progressbar {
    margin-bottom: 35px;
}

.pb-style-1 .progress-label,
.pb-style-1 .progress.progress-percent-bg .progress-percent {
    color: var(--pbmit-white-color);
}

.pb-style-1 .progress.progress-percent-bg .progress-percent {
    font-weight: 400;
}

.pb-style-1 .progress {
    padding: 1px;
    background-color: var(--pbmit-blackish-color);
}

.pb-style-1 .progress-bar {
    height: 8px;
    border-radius: 8px;
    background-color: var(--pbmit-secondary-color);
}

/* --------------------------------------
* 24 - Tween Effect
* ---------------------------------------*/

.pbmit-tween-effect-style-1.pbmit-tween-efect .pbmit-element-title {
    font-size: 150px;
    line-height: 160px;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-tween-effect-style-1.pbmit-tween-efect .pbmit-tween-effect {
    text-align: center;
}

/* --------------------------------------
* 25 - Static Box
* ---------------------------------------*/

.pbmit-static-box-style-2 {
    margin-bottom: 30px;
}

.pbmit-static-box-style-2 .pbmit-img {
    position: relative;
    overflow: hidden;
    width: 45%;
}

.pbmit-static-box-style-2 .pbmit-img img {
    border-radius: 30px;
}

.pbmit-static-box-style-2 .pbmit-contentbox {
    position: relative;
    display: flex;
    padding: 15px;
    z-index: 1;
}

.pbmit-static-box-style-2 .pbmit-contentbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--pbmit-white-color);
    clip-path: polygon( 2.551% 0.478%, 2.551% 0.478%, 2.192% 0.779%, 1.853% 1.153%, 1.536% 1.596%, 1.245% 2.102%, 0.98% 2.668%, 0.743% 3.288%, 0.538% 3.957%, 0.365% 4.671%, 0.227% 5.424%, 0.126% 6.213%, 0.126% 6.213%, 0.098% 6.864%, 0.074% 8.27%, 0.055% 10.464%, 0.04% 13.481%, 0.028% 17.357%, 0.021% 22.127%, 0.017% 27.825%, 0.016% 34.487%, 0.019% 42.148%, 0.025% 50.843%, 0.063% 94.119%, 0.327% 95.341%, 0.327% 95.341%, 0.444% 95.838%, 0.576% 96.315%, 0.723% 96.77%, 0.884% 97.201%, 1.059% 97.607%, 1.246% 97.988%, 1.446% 98.34%, 1.657% 98.663%, 1.879% 98.956%, 2.111% 99.217%, 2.828% 99.96%, 44.613% 100.04%, 44.613% 100.04%, 52.86% 100.052%, 60.162% 100.056%, 66.542% 100.052%, 72.021% 100.042%, 76.624% 100.023%, 80.372% 99.998%, 83.289% 99.965%, 85.397% 99.926%, 86.719% 99.88%, 87.277% 99.827%, 87.277% 99.827%, 87.945% 99.545%, 88.547% 99.154%, 89.09% 98.644%, 89.577% 98.005%, 90.014% 97.226%, 90.404% 96.297%, 90.754% 95.208%, 91.066% 93.949%, 91.347% 92.51%, 91.6% 90.88%, 91.6% 90.88%, 91.835% 89.316%, 92.075% 87.982%, 92.331% 86.851%, 92.617% 85.895%, 92.947% 85.086%, 93.332% 84.396%, 93.787% 83.798%, 94.324% 83.264%, 94.956% 82.767%, 95.697% 82.278%, 95.697% 82.278%, 96.506% 81.749%, 97.205% 81.204%, 97.803% 80.625%, 98.308% 79.995%, 98.73% 79.298%, 99.078% 78.516%, 99.361% 77.633%, 99.587% 76.632%, 99.766% 75.495%, 99.907% 74.207%, 99.907% 74.207%, 99.935% 73.599%, 99.958% 72.439%, 99.978% 70.693%, 99.993% 68.329%, 100.004% 65.313%, 100.012% 61.611%, 100.016% 57.192%, 100.016% 52.021%, 100.014% 46.066%, 100.008% 39.294%, 100.008% 39.294%, 99.997% 30.282%, 99.987% 23.054%, 99.976% 17.405%, 99.961% 13.127%, 99.942% 10.016%, 99.915% 7.865%, 99.88% 6.47%, 99.835% 5.623%, 99.777% 5.119%, 99.706% 4.752%, 99.706% 4.752%, 99.589% 4.255%, 99.457% 3.778%, 99.31% 3.323%, 99.148% 2.892%, 98.974% 2.485%, 98.786% 2.105%, 98.587% 1.753%, 98.376% 1.43%, 98.154% 1.137%, 97.921% 0.876%, 97.205% 0.133%, 50.205% 0.08%, 50.205% 0.08%, 37.986% 0.066%, 28.081% 0.057%, 20.245% 0.057%, 14.23% 0.067%, 9.79% 0.09%, 6.676% 0.127%, 4.642% 0.183%, 3.441% 0.258%, 2.827% 0.356%, 2.551% 0.478%);
}

.pbmit-elementor-bg-color-white .pbmit-static-box-style-2 .pbmit-contentbox::before {
    background-color: var(--pbmit-light-color);
}

.pbmit-static-box-style-2 .pbmit-contentbox-inner {
    width: 55%;
    padding: 35px 40px 35px 45px;
}

.pbmit-static-box-style-2 .pbmit-ihbox-icon {
    font-size: 50px;
    line-height: 50px;
    color: var(--pbmit-global-color);
}

.pbmit-static-box-style-2 .pbmit-static-box-svg,
.pbmit-static-box-style-2 .pbmit-ihbox-icon {
    margin-bottom: 15px;
}

.pbmit-static-box-style-2 .pbminfotech-box-title h4 {
    font-size: 26px;
    line-height: 32px;
    color: var(--pbmit-blackish-color);
}

.pbmit-static-box-style-2 .pbminfotech-static-box-desc,
.pbmit-static-box-style-2 .pbminfotech-box-title h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pbmit-static-box-style-2 .pbmit-button {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.pbmit-static-box-style-2 .pbmit-button a {
    font-size: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-static-box-style-2 .pbmit-button a .pbmit-button-text {
    font-size: 0;
}

.pbmit-static-box-style-2 .pbmit-button .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-right: 6px;
}

.pbmit-static-box-style-2 .pbmit-button .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-52px, 65px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-static-box-style-2 .pbmit-button:hover .pbmit-button-icon-wrapper::before {
    top: 0;
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-static-box-style-2 .pbmit-button .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-static-box-style-2 .pbmit-button:hover .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-static-box-style-2 .pbmit-contentbox-inner .pbmit-btn a {
    transition: all .6s ease-in-out;
}

.pbmit-static-box-style-2 .pbminfotech-static-box-desc {
    padding-top: 17px;
    margin-top: 35px;
    color: #6e778c;
    border-top: 1px solid rgba(4, 18, 30, 0.2);
}

.pbmit-static-box-style-2 .pbmit-static-box-svg svg,
.pbmit-static-box-style-2 .pbmit-ihbox-icon svg {
    fill: var(--pbmit-global-color);
}

.pbmit-static-box-style-2 .pbminfotech-static-box-number {
    color: #6e778c;
}

/* --------------------------------------
* 26 - Product Style
* ---------------------------------------*/

/** Style 1 **/

.pbmit-product-style-1 div.product {
    text-align: center;
    position: relative;
        filter: drop-shadow(1px 1px 1px gray);
}

.pbmit-product-style-1 div.product a.woocommerce-loop-product__link {
    display: block;
    position: relative;
    padding: 20px 20px 50px;
}

.pbmit-product-style-1 div.product a.woocommerce-loop-product__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--pbmit-white-color);
    /* min-height: 273px !important; */
    clip-path: polygon( 6.142% 0.371%, 6.142% 0.371%, 5.269% 0.64%, 4.446% 0.975%, 3.678% 1.372%, 2.97% 1.825%, 2.326% 2.332%, 1.753% 2.887%, 1.253% 3.486%, 0.834% 4.125%, 0.499% 4.8%, 0.253% 5.506%, 0.253% 5.506%, 0.185% 6.134%, 0.128% 7.529%, 0.081% 9.727%, 0.044% 12.766%, 0.017% 16.682%, -0.002% 21.511%, -0.011% 27.291%, -0.012% 34.057%, -0.005% 41.847%, 0.009% 50.698%, 0.101% 93.474%, 0.101% 93.474%, 0.107% 93.712%, 0.127% 93.948%, 0.159% 94.184%, 0.205% 94.417%, 0.263% 94.649%, 0.334% 94.879%, 0.417% 95.107%, 0.513% 95.331%, 0.621% 95.553%, 0.741% 95.771%, 0.741% 95.771%, 0.741% 95.771%, 1.025% 96.216%, 1.347% 96.643%, 1.704% 97.051%, 2.095% 97.437%, 2.519% 97.801%, 2.974% 98.141%, 3.459% 98.457%, 3.972% 98.746%, 4.511% 99.008%, 5.074% 99.242%, 5.074% 99.242%, 5.074% 99.242%, 5.421% 99.367%, 5.774% 99.479%, 6.132% 99.579%, 6.496% 99.666%, 6.864% 99.74%, 7.235% 99.801%, 7.611% 99.849%, 7.989% 99.883%, 8.369% 99.904%, 8.751% 99.912%, 36.868% 99.979%, 36.868% 99.979%, 42.653% 99.989%, 47.858% 99.993%, 52.484% 99.99%, 56.538% 99.98%, 60.022% 99.964%, 62.942% 99.941%, 65.301% 99.912%, 67.104% 99.877%, 68.355% 99.835%, 69.058% 99.788%, 69.058% 99.788%, 69.922% 99.665%, 70.754% 99.51%, 71.553% 99.322%, 72.317% 99.104%, 73.043% 98.855%, 73.731% 98.577%, 74.376% 98.268%, 74.979% 97.931%, 75.536% 97.566%, 76.045% 97.173%, 76.045% 97.173%, 76.508% 96.785%, 76.902% 96.428%, 77.244% 96.079%, 77.55% 95.71%, 77.838% 95.295%, 78.123% 94.81%, 78.424% 94.227%, 78.756% 93.52%, 79.138% 92.665%, 79.584% 91.634%, 79.584% 91.634%, 80.225% 90.225%, 80.85% 89.032%, 81.496% 88.028%, 82.196% 87.186%, 82.987% 86.482%, 83.901% 85.887%, 84.975% 85.375%, 86.243% 84.92%, 87.74% 84.496%, 89.501% 84.075%, 89.501% 84.075%, 91.458% 83.601%, 93.15% 83.113%, 94.6% 82.595%, 95.827% 82.031%, 96.854% 81.406%, 97.702% 80.706%, 98.391% 79.915%, 98.943% 79.019%, 99.38% 78.001%, 99.722% 76.848%, 99.722% 76.848%, 99.79% 76.261%, 99.847% 75.091%, 99.894% 73.3%, 99.931% 70.853%, 99.959% 67.713%, 99.977% 63.844%, 99.987% 59.211%, 99.988% 53.776%, 99.981% 47.503%, 99.966% 40.357%, 99.878% 6.492%, 99.878% 6.492%, 99.871% 6.255%, 99.852% 6.019%, 99.819% 5.784%, 99.774% 5.55%, 99.715% 5.319%, 99.645% 5.089%, 99.561% 4.862%, 99.466% 4.637%, 99.358% 4.416%, 99.237% 4.198%, 99.237% 4.198%, 99.237% 4.198%, 98.952% 3.752%, 98.63% 3.325%, 98.272% 2.918%, 97.879% 2.531%, 97.454% 2.167%, 96.997% 1.827%, 96.511% 1.511%, 95.998% 1.222%, 95.457% 0.96%, 94.892% 0.727%, 94.636% 0.628%, 94.636% 0.628%, 94.342% 0.522%, 94.042% 0.427%, 93.737% 0.343%, 93.429% 0.269%, 93.116% 0.206%, 92.801% 0.155%, 92.482% 0.114%, 92.161% 0.085%, 91.839% 0.066%, 91.515% 0.059%, 50.445% 0.014%, 50.445% 0.014%, 39.428% 0.002%, 30.468% -0.006%, 23.341% -0.006%, 17.827% 0.003%, 13.702% 0.023%, 10.744% 0.057%, 8.732% 0.107%, 7.442% 0.174%, 6.653% 0.261%, 6.142% 0.371%);
}

.pbmit-product-style-1 .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    line-height: 20px;
    margin: 6px 0 6px;
    min-height: 40px;
}

.pbmit-product-style-1 a.button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    outline: none;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
}
.pbmit-product-style-1  .product{
    transition: all .3s ease-in-out;
}
.pbmit-product-style-1  .product:hover{
    margin-top: -6px;
}
.pbmit-product-style-1  .product:hover a.button{
    background-color: var(--pbmit-blackish-color);
}
.pbmit-product-style-1 a.button::after {
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\e8dd';
    right: 50%;
    top: 50%;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    color: var(--pbmit-white-color);
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}

.pbmit-product-style-1 a.button:hover {
    color: var(--pbmit-white-color) !important;
    background-color: var(--pbmit-blackish-color) !important;
}

.pbmit-product-style-1 a.button:hover::after {
    color: var(--pbmit-white-color);
}

.pbmit-product-style-1 div.product a.woocommerce-loop-product__link img {
    width: 130px;
    border-radius: 10x;
    min-height: 100px;
    margin-bottom: 10px;
    /* width: auto; */
     /* width: 150px;
    border-radius: 30px;
    height: 167px; */
}

.pbmit-product-style-1 div.product span.price {
    display: inline-block;
    font-size: 18px;
    color: var(--pbmit-global-color);
}

.pbmit-product-style-1 div.product span.price del {
    margin-right: 5px;
    opacity: .5;
    display: inline-block;
}

.woocommerce .pbmit-product-style-1 div.product p.price ins,
.woocommerce .pbmit-product-style-1 div.product span.price ins {
    font-weight: normal !important;
}

.pbmit-product-style-1 .star-rating {
    display: inline-block;
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.6em;
}

.pbmit-product-style-1 .star-rating .pbminfotech-box-star-ratings i {
    font-size: 13px;
}

.pbmit-product-style-1 .star-rating .pbminfotech-box-star-ratings i::before {
    margin: 0;
}

.pbmit-product-style-1 .star-rating .pbminfotech-box-star-ratings i.pbmit-active {
    color: #fcd200;
}

.pbmit-product-style-1 .star-rating .pbminfotech-box-star-ratings i {
    color: rgba(3, 27, 78, 0.5);
}

.pbmit-element-wooproducts-style-1.pbmit-sortable-yes .pbmit-ele-header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pbmit-element-wooproducts-style-1 .pbmit-sortable-list a {
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 14px 30px;
    background-color: var(--pbmit-white-color);
}

.pbmit-element-wooproducts-style-1 .pbmit-sortable-list a.pbmit-selected {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}