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

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Testimonial
    07 - Header
    08 - Footer
    09 - Title Bar
    10 - Overlap Colomn
    11 - Accordion
    12 - Circle Progress
    13 - List Group
    14 - Banner Slider
    15 - Client
    16 - Sortable
	17 - Marquee
    18 - Pricing
	19 - Portfolio
	20 - Static Box
	21 - Tab
	22 - Tween Effect
	23 - Progressbar

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

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

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

.pbmit-heading-subheading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.pbmit-heading-subheading .pbmit-subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: var(--pbmit-global-color);
    text-transform: capitalize;
    font-style: normal;
    position: relative;
    padding: 0px 0px 0px 25px;
    display: inline-block;
    margin-bottom: 5px;
}

.pbmit-heading-subheading .pbmit-subtitle::before {
    content: "\F46C";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 18px;
    line-height: 18px;
    color: #003582;
    transform: translateX(0%) translateY(-50%);
}

/* .pbmit-heading-subheading .pbmit-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.25px;
    color: #000000;
    text-transform: none;
    font-style: normal;
    margin-bottom: 0;
} */

/* GREEN TEXT */
.pbmit-heading-subheading .pbmit-title .text-green {
    color: #4bd13a !important; /* GREEN */
}

.pbmit-heading-subheading .pbmit-title .text-black {
    color: #000000 !important; /* BLACK */
}

.pbmit-heading-subheading .pbmit-title .text-blue {
    color: #02317c !important; /* BLUE */
}

.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 25px;
    text-align: justify;
}

.pbmit-heading-desc {
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.pbmit-heading-subheading .pbmit-heading-desc span {
    font-weight: 700;
    color: var(--pbmit-blackish-color);
}

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

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

.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-subtitle,
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-title {
    color: #000000;
}

.pbmit-ele-header-align-center .pbmit-subtitle {
    padding: 25px 0 0 0;
}

.pbmit-ele-header-align-center .pbmit-subtitle::before {
    top: 0;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

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

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

/** Style 1 **/

.pbmit-ihbox-style-1 {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-1 {
    padding-top: 5px;
}

.pbmit-ihbox-style-1:hover {
    transform: translate(0, -5px);
}

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

.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 40px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

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

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

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

/** Style 2 **/

.pbmit-ihbox-style-2 .pbmit-ihbox-contents {
    display: inline-flex;
    align-items: center;
}

.pbmit-ihbox-style-2 .pbmit-element-title {
    margin: 0 15px 0 0;
}

.pbmit-ihbox-style-2 .pbmit-element-title {
    font-size: 60px;
    line-height: 66px;
    color: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-icon {
    font-size: 26px;
    line-height: 26px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper svg {
    fill: var(--pbmit-blackish-color);
}

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

.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
    display: grid;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg {
    width: 80px;
    height: 20px;
    fill: #fdcf00;
}

.pbmit-ihbox-style-2 .pbmit-content-wrap {
    padding-top: 10px;
}

/** Style 3 **/

.pbmit-ihbox-style-3 {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-3 {
    padding-top: 5px;
}

.pbmit-ihbox-style-3:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-box {
    display: inline-flex;
    align-items: center;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon {
    margin-right: 30px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
    min-width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
    font-size: 50px;
    line-height: 40px;
}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-3 .pbmit-element-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
}

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

.pbmit-ihbox-style-3 .pbmit-heading-desc {
    margin: 0;
}

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

/** Style 4 **/

.pbmit-ihbox-style-4 {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-4 {
    padding-top: 5px;
}

.pbmit-ihbox-style-4:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-box {
    text-align: center;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon {
    margin-bottom: 15px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 40px;
    margin: 0 auto;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

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

.pbmit-ihbox-style-4 .pbmit-element-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-4 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-4 .pbmit-heading-desc {
    margin: 0;
    color: var(--pbmit-white-color-rgb, 0.8);
}

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

.pbmit-bg-color-blackish .pbmit-heading-desc {
    color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

/** Style 5 **/

.pbmit-ihbox-style-5 .pbmit-ihbox-box {
    display: inline-flex;
    align-items: center;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon {
    margin-right: 20px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
    min-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
    font-size: 30px;
    line-height: 20px;
}

.pbmit-ihbox-style-5:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-5:hover .pbmit-ihbox-icon-wrapper {
    transform: scale(-1) rotate(180deg);
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

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

.pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    margin-top: 2px;
}

.pbmit-ihbox-style-5 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-5 .pbmit-heading-desc {
    margin: 0;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-btn {
    padding-top: 20px;
}

/** Style 6 **/

.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-6 {
    padding-top: 5px;
}

.pbmit-ihbox-style-6:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-wrapper {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-box {
    display: inline-flex;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
    margin-right: 20px;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
    font-size: 25px;
    line-height: 40px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-6 .pbmit-element-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.pbmit-ihbox-style-6 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-6 .pbmit-heading-desc {
    margin: 0;
}

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

/** Style 7 **/

.pbmit-ihbox-style-7 {
    position: relative;
    z-index: 1;
}

.pbmit-ihbox-style-7,
.pbmit-ihbox-style-7 .pbmit-heading-desc::before {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-7 {
    padding-top: 5px;
}

.pbmit-ihbox-style-7:hover {
    transform: translate(0, -5px);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-contents {
    display: inline-flex;
    align-items: center;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon {
    margin-right: 20px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
    font-size: 36px;
    line-height: 28px;
}

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

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

.pbmit-ihbox-style-7 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
    padding-top: 20px;
}

.pbmit-ihbox-style-7 .pbmit-heading-desc {
    margin: 0;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 18px;
    border-top: 1px solid var(--pbmit-white-color);
    position: relative;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-7 .pbmit-heading-desc::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-7:hover .pbmit-heading-desc::before {
    width: 100%;
}

/** Style 8 **/

.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-ihbox-style-6:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-wrapper {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

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

.pbmit-ihbox-style-8 .pbmit-ihbox-contents > *:not(:last-child) {
    padding-right: 20px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
    margin-bottom: 10px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    font-size: 25px;
    line-height: 40px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-8 .pbmit-element-title a {
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-8 .pbmit-element-title a:hover {
    color: var(--pbmit-blackish-color);
}

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

.pbmit-ihbox-style-8 .pbmit-heading-desc {
    padding-top: 20px;
    margin: 0;
}

.pbmit-ihbox-style-8.pbmit-ihbox .pbmit-ihbox-btn a {
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-8.pbmit-ihbox .pbmit-ihbox-btn a:hover {
    background-color: var(--pbmit-blackish-color);
}

/** Style 9 **/

.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-box {
    display: inline-flex;
    align-items: center;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
    margin-right: 15px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
    font-size: 23px;
    line-height: 23px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-9 .pbmit-element-title {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 2px;
}

.pbmit-ihbox-style-9 .pbmit-element-subtitle {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 2px;
}

.pbmit-ihbox-style-9 .pbmit-heading-desc {
    margin: 0;
    font-size: 11px;
    line-height: 11px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-btn {
    padding-top: 20px;
}

/** Style 10 **/

.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-10 {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-box {
    padding-bottom: 30px;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
}

.pbmit-miconheading-style-10:not(:last-child)
    .pbmit-ihbox-style-10
    .pbmit-ihbox-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 23px;
    width: 1px;
    height: 100%;
    z-index: 0;
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon {
    margin-right: 45px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    border: 1px solid var(--pbmit-global-color);
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
    font-size: 16px;
    line-height: 10px;
}

.pbmit-ihbox-style-10:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10:hover .pbmit-ihbox-icon-wrapper {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-10:hover .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-white-color);
}

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

.pbmit-ihbox-style-10 .pbmit-ihbox-contents {
    padding: 60px 80px 70px 70px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

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

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

.pbmit-ihbox-style-10 .pbmit-heading-desc {
    margin: 0;
    text-align: justify;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-btn {
    padding-top: 20px;
}

/** Style 11 **/

.pbmit-ihbox-style-11 .pbmit-element-subtitle,
.pbmit-ihbox-style-11 .pbmit-element-title,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-ihbox-style-11 {
    margin: 10px 0px 0px 0px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-contents {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 20px 30px 20px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-contents::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: var(--pbmit-global-color);
    transition: all 0.3s ease-in;
    z-index: -1;
}

.pbmit-ihbox-style-11:hover .pbmit-ihbox-contents::before {
    width: 100%;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon {
    margin-right: 10px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text {
    font-size: 20px;
    line-height: 15px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-11 .pbmit-element-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-11:hover .pbmit-element-title,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-wrapper {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-11 .pbmit-element-title::after {
    position: relative;
    content: ":";
    top: 0;
    right: -5px;
}

.pbmit-ihbox-style-11 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}

.pbmit-ihbox-style-11:hover .pbmit-element-subtitle {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-11 .pbmit-heading-desc {
    margin: 0;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-btn {
    padding-top: 20px;
}

/** Style 12 **/

.pbmit-ihbox-style-12 {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon {
    margin-bottom: 85px;
    display: inline-block;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 20px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
    font-size: 30px;
}

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

.pbmit-ihbox-style-12 .pbmit-element-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: var(--pbmit-white-color);
    position: relative;
    z-index: 1;
}

.pbmit-ihbox-style-12 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-12.pbmit-ihbox .pbmit-ihbox-btn a {
    font-size: 14px;
    line-height: 24px;
    padding: 13px 30px;
}

.pbmit-ihbox-style-12.pbmit-ihbox
    .pbmit-ihbox-btn
    a
    .pbmit-button-icon-wrapper {
    font-size: 12px;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    font-weight: 400;
    transform: scale(0.26) translate(-58px, 50px);
    transition:
        transform 0.4s ease-in-out,
        opacity 0.4s ease-in-out;
}

/** Style 13 **/

.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-element-viewtype-carousel .pbmit-ihbox-style-13 {
    padding-top: 5px;
}

.pbmit-ihbox-style-13:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-13:hover .pbmit-ihbox-icon-wrapper {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-box {
    display: inline-flex;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon {
    margin-right: 30px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text {
    font-size: 75px;
    line-height: 75px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-13 .pbmit-element-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: 500;
}

.pbmit-ihbox-style-13 .pbmit-element-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-13 .pbmit-element-subtitle::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    background-color: var(--pbmit-global-color);
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.pbmit-ihbox-style-13 .pbmit-heading-desc {
    margin: 0;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-btn {
    padding-top: 20px;
}

.pbmit-ihbox-style-13 .pbmit-icon-type-icon {
    background-image: linear-gradient(
        to bottom,
        rgba(84, 191, 102, 1) 0%,
        rgba(255, 255, 255, 0.5) 100%
    );
    overflow: hidden;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/** Style 14 **/

.pbmit-ihbox-style-14 {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

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

.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 20px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
    font-size: 30px;
}

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

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

.pbmit-ihbox-style-14 .pbmit-element-subtitle {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 180px;
    position: relative;
    padding-left: 15px;
    color: var(--pbmit-global-color);
    font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-ihbox-style-14 .pbmit-element-subtitle::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    background-color: var(--pbmit-global-color);
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.pbmit-ihbox-style-14.pbmit-ihbox .pbmit-ihbox-btn a {
    font-size: 14px;
    line-height: 24px;
    padding: 13px 30px;
}

.pbmit-ihbox-style-14.pbmit-ihbox
    .pbmit-ihbox-btn
    a
    .pbmit-button-icon-wrapper {
    font-size: 12px;
}

/** Style 15 **/

.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon {
    margin-right: 20px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-type-text {
    font-size: 25px;
    line-height: 40px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-15 .pbmit-element-title {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1;
}

.pbmit-ihbox-style-15 .pbmit-element-title a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}

.pbmit-ihbox-style-15 .pbmit-element-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-15 .pbmit-heading-desc {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
    font-weight: 500;
}

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

.pbmit-ihbox-style-15 .pbmit-element-title .pbmit-button-icon-wrapper {
    display: none;
}

/** Style 16 **/

.pbmit-ihbox-style-16 {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    margin-bottom: 35px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-contents {
    position: relative;
    z-index: 1;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-16 .pbmit-ihbox-contents {
    margin: 0 60px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 40px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text {
    font-size: 40px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-image {
    margin-bottom: -44px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-image img {
    width: auto;
    height: auto;
    border-radius: 30px;
    transition: all 0.3s ease-in;
}

.pbmit-ihbox-style-16:hover .pbmit-ihbox-icon-type-image img {
    transform: scale(1.06);
}

.pbmit-ihbox-style-16 .pbmit-element-title {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-16 .pbmit-heading-desc {
    margin-bottom: 35px;
}

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

.pbmit-ihbox-style-16 .pbmit-element-subtitle ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pbmit-ihbox-style-16 .pbmit-element-subtitle ul li:not(:last-child) {
    padding-bottom: 15px;
}

.pbmit-ihbox-style-16 .pbmit-element-subtitle ul li span {
    padding-right: 5px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-16.pbmit-ihbox .pbmit-ihbox-btn a {
    padding: 0;
    text-decoration: underline;
    color: #666666;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.pbmit-ihbox-style-16.pbmit-ihbox .pbmit-ihbox-btn a:hover {
    color: var(--pbmit-global-color);
    background: 0 0;
}

.pbmit-ihbox-style-16.pbmit-ihbox
    .pbmit-ihbox-btn
    a
    .pbmit-button-icon-wrapper {
    display: none;
}

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

/*  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 0.6s ease-in-out;
}

.pbmit-team-style-1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.pbmit-team-style-1 .pbmit-featured-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 0 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-inner {
    position: relative;
}

.pbmit-team-style-1 .pbminfotech-box-team-position {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.pbmit-team-style-1 .pbmit-featured-wrapper {
    position: relative;
    border-radius: 30px;
}

.pbmit-team-style-1 .pbmit-featured-wrapper::before {
    content: "";
    position: absolute;
    width: 119px;
    height: 112px;
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    background-color: var(--pbmit-light-color);
    -webkit-mask: url(../images/shape.png) no-repeat;
    mask: url(../images/shape.png) no-repeat;
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
    width: 100%;
    border-radius: 30px;
    transition: all 0.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 .pbmit-team-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0px;
}

.pbmit-team-style-1 .pbmit-team-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 2;
}

.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text {
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-text {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-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 {
    display: block;
    margin: 0;
    padding: 0;
    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: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    background: transparent;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    transition: all 0.3s ease-in;
}

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

/** Style 2 **/

.pbmit-team-style-2 {
    margin-bottom: 15px;
}

.pbmit-team-style-2 .pbmit-featured-wrapper img,
.pbmit-team-style-2 .pbmit-featured-wrapper::after,
.pbmit-team-style-2 .pbmit-team-social-links li a,
.pbmit-team-style-2 .pbmit-team-social-links li,
.pbmit-team-style-2 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-2 .pbminfotech-box-social-links {
    transition: all 0.6s ease-in-out;
}

.pbmit-team-style-2 .pbmit-featured-wrapper img {
    width: 100%;
}

.pbmit-team-style-2 .pbmit-featured-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 0 30px;
}

.pbmit-team-style-2 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
}

.pbmit-team-style-2 .pbminfotech-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 50px;
}

.pbmit-team-style-2 .pbmit-featured-wrapper {
    position: relative;
    border-radius: 30px;
    margin-bottom: 1px;
}

.pbmit-team-style-2 .pbmit-featured-wrapper::after {
    content: "";
    position: absolute;
    width: 119px;
    height: 112px;
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    background-color: var(--pbmit-light-color);
    -webkit-mask: url(../images/shape.png) no-repeat;
    mask: url(../images/shape.png) no-repeat;
}

.pbmit-team-style-2 .pbmit-featured-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        to top,
        rgba(var(--pbmit-blackish-color-rgb), 0.95) 0%,
        rgba(var(--pbmit-blackish-color-rgb), 0.65) 30%,
        rgba(var(--pbmit-blackish-color-rgb), 0.05) 60%,
        rgba(var(--pbmit-blackish-color-rgb), 0) 70%,
        rgba(var(--pbmit-blackish-color-rgb), 0) 73%
    );
}

.pbmit-team-style-2 .pbminfotech-box-team-position {
    color: var(--pbmit-global-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pbmit-team-style-2 .pbmit-team-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
}

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

.pbmit-team-style-2 .pbmit-team-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.pbmit-team-style-2 .pbmit-team-btn .pbmit-team-text {
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-team-style-2 .pbmit-team-btn:hover .pbmit-team-text {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-team-style-2 .pbminfotech-box-social-links {
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 0;
    transform: translateY(10px);
    opacity: 0;
    padding: 3px;
}

.pbmit-team-style-2 .pbminfotech-box-social-links ul {
    display: flex;
    flex-direction: column-reverse;
}

.pbmit-team-style-2 .pbmit-team-btn:hover .pbminfotech-box-social-links {
    transform: translateY(-25px);
    opacity: 1;
}

.pbmit-team-style-2 .pbmit-team-btn .pbmit-team-social-links li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}

.pbmit-team-style-2 .pbmit-team-btn:hover .pbmit-team-social-links li {
    transform: translate(0);
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(1) {
    transition-delay: 750px;
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(1) {
    transform: translate(0, 0);
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(2) {
    transition-delay: 700px;
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(2) {
    transform: translate(0, 43px);
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(3) {
    transition-delay: 650px;
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(3) {
    transform: translate(0, 86px);
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(4) {
    transition-delay: 800px;
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(4) {
    transform: translate(0, 129px);
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(5) {
    transition-delay: 850px;
}

.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(5) {
    transform: translate(0, 172px);
}

.pbmit-team-style-2 .pbmit-team-social-links li:first-child {
    margin-top: 0;
}

.pbmit-team-style-2 .pbmit-team-social-links li a {
    display: inline-block;
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    background: transparent;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    transition: all 0.3s ease-in;
}

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

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

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

/** Style 1 **/

.pbminfotech-ele-fid-style-1 .pbmit-fld-contents {
    display: inline-flex;
    align-items: center;
}

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

.pbminfotech-ele-fid-style-1 .pbmit-circle canvas {
    transform: rotate(0deg) translate(-1px, 2px);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    transform: translate(-50%, -51%);
}

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

.pbminfotech-ele-fid-style-1 .pbmit-fid-sub {
    margin-left: 20px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup {
    top: -6px;
    font-size: 14px;
    line-height: 14px;
    margin: 0 1px;
}

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

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

/** 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 {
    border-radius: 30px;
    padding: 45px;
    background-color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    padding-bottom: 10px;
    min-width: 180px;
    margin-bottom: 12px;
    color: var(--pbmit-white-color);
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner span > span,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-number-rotate {
    font-size: 60px;
    line-height: 60px;
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
    font-weight: 500;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid sup {
    margin-left: -8px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup {
    font-size: 40px;
    line-height: 40px;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sup {
    font-size: 45px;
    line-height: 45px;
    top: -12px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner span > span {
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-bottom-left-corner,
.pbminfotech-ele-fid-style-2 .pbmit-top-right-corner {
    transform: none;
}

.pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
}

.pbmit-top-right-corner {
    top: -30px;
    right: 0%;
}

.pbmit-sticky-corner {
    position: absolute;
    transform: rotate(-90deg);
}

.pbminfotech-ele-fid-style-2 .pbmit-sticky-corner svg path,
.pbminfotech-ele-fid-style-2 .pbmit-sticky-corner svg path {
    fill: var(--pbmit-light-color);
}

/** Style 3 **/

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

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

.pbminfotech-ele-fid-style-3 .pbmit-circle canvas {
    transform: rotate(0deg) translate(-1px, 2px);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-blackish-color);
    transform: translate(-50%, -51%);
}

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

.pbminfotech-ele-fid-style-3 .pbmit-fid-sub {
    margin-left: 20px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup {
    top: -6px;
    font-size: 14px;
    line-height: 14px;
    margin: 0 1px;
}

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

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
}

/** Style 4 **/

.pbminfotech-ele-fid-style-4 .pbmit-circle-outer {
    margin-bottom: 78px;
}

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

.pbminfotech-ele-fid-style-4 .pbmit-circle canvas {
    transform: rotate(0deg) translate(-1px, 2px);
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: var(--pbmit-global-color);
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-sub .pbmit-fid-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup {
    top: -10px;
    font-size: 18px;
    line-height: 18px;
}

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

/** Style 5 **/

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 135px;
    display: inline-flex;
    color: var(--pbmit-global-color);
}

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

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup {
    font-size: 40px;
    line-height: 40px;
    top: -25px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-fid sub {
    bottom: 0;
    top: inherit;
}

/** Style 6 **/

.pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    display: inline-flex;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-inner .pbmit-fid-before,
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner .pbmit-fid,
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner .pbmit-fid span {
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-title {
    margin: 0;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sup {
    font-size: 40px;
    line-height: 40px;
    top: -25px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner .pbmit-fid sub {
    bottom: 0;
    top: inherit;
}

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

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

/** Style 1 **/

.pbmit-element-posts-wrapper .pbmit-service-style-1 {
    margin-bottom: 30px;
}

.pbmit-service-style-1 .pbminfotech-post-item,
.pbmit-service-style-1 .pbmit-box-content-wrap,
.pbmit-service-style-1 .pbmit-featured-wrapper img {
    transition: all 0.5s ease-in-out;
}

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

.pbmit-service-style-1:hover .pbminfotech-post-item {
    transform: translate(0, -5px);
}

.pbmit-service-style-1 .pbmit-service-btn {
    z-index: 1;
}

.pbmit-service-style-1:hover .pbmit-service-btn {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-service-style-1:hover
    .pbmit-service-btn
    .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-4px, 0);
}

.pbmit-service-style-1:hover .pbmit-service-btn .pbmit-button-icon {
    transform: scale(0.36) translate(45px, -50px);
}

.pbmit-service-style-1 .pbmit-box-content-wrap {
    padding: 45px 35px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
    position: relative;
    z-index: 1;
}

.pbmit-service-style-1 .pbmit-box-content-wrap::before {
    content: "";
    position: absolute;
    width: 119px;
    height: 112px;
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    background-color: var(--pbmit-light-color);
    -webkit-mask: url(../../images/service-shape-bottom.png) no-repeat;
    mask: url(../images/homepage-3/service/service-shape-bottom.png) no-repeat;
}

.pbmit-service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-service-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-service-style-2:hover
    .pbmit-service-btn
    .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-4px, 0px);
}

.pbmit-service-btn .pbmit-button-icon-wrapper::before {
    content: "\F144";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    font-weight: 700;
    transform: scale(0.26) translate(-65px, 54px);
    transition:
        transform 0.4s ease-in-out,
        opacity 0.4s ease-in-out;
}

.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.36) translate(45px, -50px);
}

.pbmit-element-service-style-1.pbmit-element-viewtype-carousel
    .pbmit-service-style-1
    .pbminfotech-post-item {
    padding-top: 6px;
}

.pbmit-service-style-1 .pbmit-featured-wrapper {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 25px;
}

.pbmit-service-style-1 .pbmit-featured-wrapper img {
    width: 100%;
}

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

.pbmit-service-style-1 .pbmit-service-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.pbmit-service-style-1 .pbmit-service-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbmit-service-style-1 .pbmit-service-description p {
    margin: 0;
}

.pbmit-service-style-1 .pbmit-serv-cat {
    opacity: 1;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pbmit-service-style-1 .pbmit-serv-cat a {
    position: relative;
    color: var(--pbmit-global-color);
    padding-left: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.pbmit-service-style-1 .pbmit-serv-cat a::before {
    content: "";
    position: absolute;
    background-color: var(--pbmit-global-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.pbmit-service-style-1 .pbmit-service-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbmit-service-style-1 .pbmit-service-icon {
    margin-top: 80px;
    font-size: 50px;
    line-height: 50px;
    color: rgba(var(--pbmit-blackish-color-rgb), 0.5);
}

.pbmit-service-style-1 .pbmit-service-icon svg {
    fill: rgba(var(--pbmit-blackish-color-rgb), 0.5);
}

/** Style 2 **/

.pbmit-service-style-2,
.pbmit-service-style-2 .pbmit-service-image-wrapper {
    transition: all 0.5s ease-in-out;
    position: relative;
}

.pbmit-service-style-2 .pbmit-service-image-wrapper svg {
    position: absolute;
    bottom: -3px;
    right: -2px;
    z-index: 1;
    fill: var(--pbmit-light-bg-color);
}

.pbmit-service-style-2 .pbmit-featured-wrapper {
    overflow: hidden;
    border-radius: 30px;
}

.pbmit-service-style-2 .pbmit-service-image-wrapper img {
    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;
    border-radius: 30px;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0) 52%,
        rgba(0, 0, 0, 0) 73%
    );
}

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

.pbmit-service-style-2 .pbmit-content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 30px 50px 30px 35px;
}

.pbmit-service-style-2 .pbmit-service-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0px;
}

.pbmit-service-style-2 .pbmit-service-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-service-title a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-service-style-2 .pbmit-serv-cat {
    margin-bottom: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pbmit-service-style-2 .pbmit-serv-cat a {
    color: rgba(var(--pbmit-white-color-rgb), 0.8);
}

.pbmit-service-style-2 .pbmit-service-icon {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
    font-size: 40px;
    line-height: 40px;
    color: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-service-icon svg {
    fill: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-service-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

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

.pbmit-service-style-2 .pbmit-service-image-wrapper svg path {
    fill: inherit;
}

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

.pbmit-service-style-2 .pbmit-service-btn {
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border: 2px solid var(--pbmit-blackish-color);
    z-index: 1;
}

.pbmit-service-style-2:hover .pbmit-service-btn {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

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

.pbmit-service-style-2 .pbmit-service-image-wrapper svg {
    fill: var(--pbmit-blackish-color);
}

.pbmit-service-style-2 .pbmit-service-image-wrapper svg {
    fill: var(--pbmit-secondary-color);
}

.pbmit-service-style-2 .pbmit-service-image-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-service-image-wrapper svg,
.pbmit-service-style-2 .pbmit-service-image-wrapper svg {
    fill: var(--pbmit-global-color);
}

.pbmit-service-style-2 .pbmit-service-btn {
    color: var(--pbmit-white-color);
    border: 2px solid var(--pbmit-white-color);
}

.pbmit-service-style-2:hover .pbmit-service-btn {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.post-type-archive .pbmit-service-style-2.col-md-4 .pbmit-service-title,
.tax-pbmit-service-category
    .pbmit-service-style-2.col-md-4
    .pbmit-service-title,
.pbmit-service-related .pbmit-service-style-2.col-md-4 .pbmit-service-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.post-type-archive .pbmit-service-style-2.col-md-4 .pbmit-content-box,
.tax-pbmit-service-category .pbmit-service-style-2.col-md-4 .pbmit-content-box,
.pbmit-service-related .pbmit-service-style-2.col-md-4 .pbmit-content-box {
    padding: 20px 80px 20px 20px;
}

.post-type-archive .pbmit-service-style-2.col-md-4 .pbmit-featured-wrapper,
.tax-pbmit-service-category
    .pbmit-service-style-2.col-md-4
    .pbmit-featured-wrapper,
.pbmit-service-related .pbmit-service-style-2.col-md-4 .pbmit-featured-wrapper {
    clip-path: unset;
    border-radius: 30px;
}

.post-type-archive .pbmit-service-style-2.col-md-4 .pbmit-service-btn,
.tax-pbmit-service-category .pbmit-service-style-2.col-md-4 .pbmit-service-btn,
.pbmit-service-related .pbmit-service-style-2.col-md-4 .pbmit-service-btn {
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/** Style 3 **/

.pbmit-service-style-3 .pbmit-service-image-wrapper,
.pbmit-service-style-3 .pbmit-service-image-wrapper img {
    transition: all 0.5s ease-in-out;
}

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

.pbmit-service-style-3 .pbminfotech-box-content {
    display: flex;
    justify-content: space-between;
    background-color: var(--pbmit-white-color);
    border-radius: 15px;
    overflow: hidden;
}

.pbmit-service-style-3 .pbmit-service-image-wrapper {
    width: 50%;
    position: relative;
}

.pbmit-service-style-3 .pbmit-content-box {
    width: 50%;
    padding: 60px 50px 100px;
}

.pbmit-service-style-3 .pbmit-service-image-wrapper .pbmit-bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.pbmit-service-style-3 .pbmit-service-image-wrapper .pbmit-featured-wrapper {
    display: none;
    overflow: hidden;
}

.pbmit-service-style-3:hover .pbmit-service-image-wrapper img {
    transform: scale(1.05);
}

.pbmit-service-style-3 .pbmit-service-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
}

.pbmit-service-style-3 .pbmit-service-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pbmit-service-style-3 .pbmit-service-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pbmit-service-style-3 .pbmit-service-desc p {
    margin-bottom: 0;
}

.pbmit-service-style-3 .pbmit-serv-cat {
    opacity: 1;
    margin-bottom: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pbmit-service-style-3 .pbmit-serv-cat a {
    color: var(--pbmit-global-color);
}

.pbmit-service-style-3 .pbmit-service-icon {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
    color: var(--pbmit-global-color);
}

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

.pbmit-service-style-3 .pbmit-service-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.pbmit-element-service-style-3 .container.pbmit-ele-header-area {
    margin-left: 0;
}

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

/*  05 - Blog
/*----------------------------------------*/

/** Style 1 **/

.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-blog-btn {
    -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-featured-container {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 0 25px;
}

.pbmit-blog-style-1 .pbmit-content-wrapper {
    padding-right: 50px;
}

.pbmit-blog-style-1 .pbmit-post-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbmit-blog-style-1 .pbminfotech-box-desc {
    display: none;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper,
.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.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.pbmit-blog-style-1 .pbmit-post-author span {
    margin-right: 4px;
}

.pbmit-meta-line .pbmit-post-author span {
    text-transform: lowercase;
}

/** Style 2 **/

.pbmit-blog-style-2 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img,
.pbmit-blog-style-2 .pbmit-featured-container .pbmit-blog-btn,
.pbmit-blog-style-2 .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-2 .post-item {
    position: relative;
}

.pbmit-blog-style-2 .pbminfotech-box-content {
    padding: 25px;
    border-radius: 20px;
    background-color: var(--pbmit-white-color);
}

.pbmit-blog-style-2 .pbminfotech-content-inner {
    display: flex;
    align-items: center;
}

.pbmit-blog-style-2 .pbmit-featured-img-wrapper {
    margin-right: 30px;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img {
    max-width: 110px;
    height: auto;
    border-radius: 12px;
    -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-2:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

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

.pbmit-blog-style-2 .pbmit-post-title,
.pbmit-blog-style-2 .pbmit-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.pbmit-blog-style-2 .pbmit-meta-line {
    margin-bottom: 0;
}

.pbmit-blog-style-2 .pbmit-post-author span {
    margin-right: 3px;
}

/** Style 3 **/

.pbmit-blog-style-3 .pbmit-featured-wrapper img,
.pbmit-blog-style-3 .pbmit-featured-container .pbmit-blog-btn {
    -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-3 .pbmit-featured-container {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 0 25px;
}

.pbmit-blog-style-3 .pbmit-content-wrapper {
    padding-right: 50px;
}

.pbmit-blog-style-3 .pbmit-post-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbmit-blog-style-3 .pbminfotech-box-desc {
    display: none;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper,
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
    position: relative;
    width: 100%;
    height: 465px;
    border-radius: 30px;
}

.pbmit-blog-style-3 .pbmit-featured-container .pbmit-meta-category a {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px 15px;
    border-radius: 50px;
    font-size: 14px;
    z-index: 7;
    text-transform: lowercase;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    transition: all 0.3s ease-in;
}

.pbmit-blog-style-3:hover .pbmit-featured-container .pbmit-meta-category a {
    background-color: var(--pbmit-blackish-color);
}

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

.pbmit-blog-style-3 .pbmit-post-author span {
    margin-right: 4px;
}

.pbmit-meta-line:last-child {
    margin-right: 0;
    padding-right: 0;
}

.pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    padding-right: 16px;
    margin-right: 10px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #666666;
}

.pbmit-meta-line::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translate(0, -50%);
    background-color: var(--pbmit-global-color);
}

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

/*  06 - Testimonial
/*----------------------------------------*/

/** Style 1 **/

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

.pbmit-testimonial-style-1 svg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    fill: var(--pbmit-light-color);
}

.pbmit-testimonial-style-1 .pbminfotech-post-inner {
    position: relative;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-1 .pbminfotech-post-inner::after {
    font-family: "bootstrap-icons";
    content: "\e804";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-1 .pbminfotech-box-author {
    padding: 0 16px 0 30px;
    display: inline-flex;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-1 .pbminfotech-box-title {
    text-align: center;
    display: table-caption;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    -moz-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    text-orientation: mixed;
}

.pbmit-testimonial-style-1 .pbmit-box-content-wrap {
    padding: 60px 50px 60px 40px;
    border-left: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.pbmit-testimonial-style-1 .pbminfotech-box-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--pbmit-blackish-color);
}

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

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings {
    color: #fdcf005e;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}

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

/** Style 2 **/

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
    color: #fdcf005e;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}

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

.pbmit-testimonial-style-2 blockquote {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    border: 0;
    margin-bottom: 30px;
    font-style: italic;
    color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-content {
    position: relative;
}

.pbmit-testimonial-style-2 .pbminfotech-box-content svg {
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 1;
    fill: var(--pbmit-light-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-content-inner {
    padding: 50px 50px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
    position: relative;
    z-index: 1;
}

.pbmit-testimonial-style-2 .pbminfotech-box-content::before {
    font-family: "bootstrap-icons";
    content: "\e804";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    z-index: 2;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
    position: relative;
}

.pbmit-element-testimonial-style-2 .pbmit-ele-header-area {
    position: relative;
    padding: 115px 70px 0 90px;
}

.pbmit-element-testimonial-style-2 .pbmit-ele-header-area::before {
    font-family: "bootstrap-icons";
    content: "\e820";
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 280px;
    line-height: 280px;
    display: inline-block;
    color: rgba(var(--pbmit-global-color-rgb), 0.2);
    background: -webkit-linear-gradient(
        rgba(var(--pbmit-global-color-rgb), 0.8) 0%,
        rgba(var(--pbmit-global-color-rgb), 0.3) 35%,
        rgba(var(--pbmit-global-color-rgb), 0) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 30%;
    z-index: -1;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
    width: 370px;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
    border-radius: 30px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 12px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-author {
    display: flex;
    align-items: center;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
    color: var(--pbmit-global-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pbmit-testimonial-style-2
    .pbmit-testimonialbox-left
    .pbmit-testimonial-header-area {
    position: relative;
    padding: 115px 70px 0 90px;
}

.pbmit-testimonial-style-2
    .pbmit-testimonialbox-left
    .pbmit-testimonial-header-area::before {
    font-family: "bootstrap-icons";
    content: "\e820";
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 280px;
    line-height: 280px;
    display: inline-block;
    color: rgba(var(--pbmit-global-color-rgb), 0.2);
    background: -webkit-linear-gradient(
        rgba(var(--pbmit-global-color-rgb), 0.8) 0%,
        rgba(var(--pbmit-global-color-rgb), 0.3) 35%,
        rgba(var(--pbmit-global-color-rgb), 0) 100%
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 30%;
}

/** Style 3 **/

.pbmit-element-testimonial-style-3 .pbminfotech-post-item {
    position: relative;
    text-align: center;
}

.pbmit-element-testimonial-style-3 .pbmit-posts-inner {
    position: relative;
    padding: 70px 0px 80px 0px;
}

.pbmit-element-testimonial-style-3 .pbmit-posts-inner::after,
.pbmit-element-testimonial-style-3 .pbmit-posts-inner::before {
    font-family: "bootstrap-icons";
    content: "\e828";
    position: absolute;
    left: 140px;
    top: 0;
    font-size: 100px;
    line-height: 100px;
    transform: rotateX(180deg);
    color: rgba(var(--pbmit-global-color-rgb), 0.2);
}

.pbmit-element-testimonial-style-3 .pbmit-posts-inner::after {
    top: inherit;
    left: inherit;
    right: 100px;
    bottom: 60px;
    font-size: 180px;
    line-height: 180px;
    transform: rotateY(180deg) rotateX(180deg);
}

.pbmit-element-testimonial-style-3 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 30px -30px 0 -30px;
    color: var(--pbmit-global-color);
}

.pbmit-element-testimonial-style-3 .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 10px;
    margin-top: 10px;
}

.pbmit-element-testimonial-style-3
    .swiper-slide.swiper-slide-active
    .pbmit-featured-wrapper
    img {
    border: 3px solid var(--pbmit-global-color);
    width: 105px;
    height: 105px;
    margin-top: 0;
}

.pbmit-element-testimonial-style-3 .pbminfotech-box-desc {
    padding: 20px 260px 50px;
}

.pbmit-element-testimonial-style-3 .pbminfotech-testimonial-text {
    font-size: 36px;
    line-height: 46px;
    border: 0;
    padding: 0;
    font-weight: 500;
    margin: 0;
    color: var(--pbmit-secondary-color);
}

.pbmit-element-testimonial-style-3 .pbminfotech-testimonial-text p {
    margin-bottom: 0;
}

.pbmit-element-testimonial-style-3 .pbminfotech-box-star-ratings {
    font-size: 25px;
    color: #ffe6a1;
}

.pbmit-element-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active {
    color: #ffc729;
}

.pbmit-testimonial-style-2 .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 36px;
    color: var(--pbmit-blackish-color);
}

.pbmit-element-testimonial-style-3 .pbminfotech-testimonial-detail {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    margin: 0px -30px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.pbmit-element-testimonial-style-3 .pbmit-gallery-thumbs {
    width: 36%;
}

.pbmit-element-testimonial-style-3 .pbmit-gallery-thumbs .swiper-wrapper,
.pbmit-element-testimonial-style-3 .pbmit-gallery-top .swiper-wrapper {
    transition: 900ms !important;
}

.pbmit-element-testimonial-style-3 .pbmit-gallery-thumbs .swiper-slide {
    opacity: 0.4;
    text-align: center;
    width: 103.2px;
}

.pbmit-element-testimonial-style-3 .swiper-slide .pbminfotech-box-title {
    opacity: 0;
}

.pbmit-element-testimonial-style-3
    .swiper-slide.swiper-slide-active
    .pbminfotech-testimonial-detail,
.pbmit-element-testimonial-style-3
    .swiper-slide.swiper-slide-active
    .pbminfotech-box-title,
.pbmit-element-testimonial-style-3
    .pbmit-gallery-thumbs
    .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.pbmit-element-testimonial-style-3
    .swiper-slide
    .pbminfotech-testimonial-detail,
.pbmit-element-testimonial-style-3 .swiper-slide .pbminfotech-box-title {
    opacity: 0;
}

.pbmit-element-testimonial-style-3
    .swiper-slide.swiper-slide-active
    .pbminfotech-testimonial-detail,
.pbmit-element-testimonial-style-3
    .swiper-slide.swiper-slide-active
    .pbminfotech-box-title,
.pbmit-element-testimonial-style-3
    .pbmit-gallery-thumbs
    .swiper-slide.swiper-slide-active {
    opacity: 1;
}

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

/*  07 - Header
/*----------------------------------------*/

.pbmit-header-overlay {
    position: absolute;
    z-index: 3;
    width: 100%;
    /* top: 50px; */
}

.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;
    margin-top: 4vh !important;
}

.site-header .pbmit-header-button {
    font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
}

/** Header Style 1 **/

.header-style-1 .site-branding {
    position: relative;
}

.header-style-1
    .site-header-menu:not(.sticky-header)
    .site-branding
    .sticky-logo-img {
    display: none;
}

.header-style-1 .pbmit-header-search-btn {
    display: flex;
    position: relative;
    padding: 0;
    padding-left: 30px;
}

.site-header .pbmit-header-search-btn a {
    color: var(--pbmit-white-color);
    background-color: transparent;
    border: 1px solid rgba(var(--pbmit-white-color-rgb), 1);
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.sie-header .pbmit-header-search-btn a:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.header-style-1 .sticky-header .site-branding .logo-img {
    display: none;
}

.header-style-1 .sticky-header .site-navigation ul.navigation > li > a {
    color: var(--pbmit-blackish-color);
}

.sticky-header .pbmit-header-search-btn a {
    color: var(--pbmit-global-color);
    background-color: transparent;
    border: 1px solid rgba(var(--pbmit-global-color-rgb), 1);
}

.sticky-header .pbmit-header-search-btn a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-color: transparent;
}

/** Header Style 2 **/

.pbmit-pre-header-left .pbmit-contact-info li {
    padding-right: 15px;
}

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

.pbmit-contact-info li:not(:last-child) {
    padding: 0 15px 0 0;
}

.pbmit-contact-info li i {
    font-size: 15px;
    margin-right: 5px;
    transition: all 0.3s;
    color: var(--pbmit-global-color);
}

.header-style-2 .pbmit-pre-header-wrapper .pbmit-social-links li i {
    margin: 0;
    font-size: 15px;
    color: var(--pbmit-blackish-color);
}

.header-style-2 .pbmit-pre-header-wrapper .pbmit-social-links li {
    margin: 0;
}

.header-style-2 .pbmit-pre-header-wrapper .pbmit-social-links li i:hover {
    color: var(--pbmit-global-color);
}

.header-style-2 .pbmit-right-box .pbmit-header-search-btn {
    padding: 0 15px;
    position: relative;
}

.header-style-2 .pbmit-right-box .pbmit-header-search-btn a {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: var(--pbmit-global-color);
    background-color: transparent;
    border: 1px solid rgba(var(--pbmit-global-color-rgb), 1);
}

.header-style-2 .pbmit-right-box .pbmit-header-search-btn a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-color: transparent;
}

.header-style-2 .site-navigation ul.navigation > li > a {
    color: var(--pbmit-blackish-color);
}

/** Header Style 3 **/

.header-style-3
    .site-header-menu:not(.sticky-header)
    .site-branding
    .sticky-logo-img {
    display: none;
}

.header-style-3 .pbmit-header-search-btn {
    padding: 0;
    padding-left: 30px;
}

.header-style-3 .pbmit-button-box-second {
    padding: 0 0 0 30px;
    margin-left: 0;
}

.header-style-3 .sticky-header .site-branding .logo-img {
    display: none;
}

.header-style-3 .sticky-header .site-navigation ul.navigation > li > a {
    color: var(--pbmit-blackish-color);
}

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

/*  08 - Footer
/*----------------------------------------*/

/** footer Style 1 **/

.site-footer {
    background-color: #f6f6f6;
    background-image: url(../images/footer-bg.png) !important;
    background-repeat: no-repeat !important;
    /* background-position: left center; */
    background-size: cover !important;
    /* background-attachment: scroll; */
    position: relative;
}

.site-footer .widget {
    padding-top: 50px;
    position: relative;
}

.site-footer.footer-style-1 {
    font-size: 14px;
}

.site-footer.footer-style-1 {
    margin: 0 8px;
    border-radius: 10px;
    background: #000000;
    overflow: hidden;
}

.footer-style-1 .pbmit-footer-widget-area {
    padding-top: 5px;
    padding-bottom: 80px;
    position: relative;
}

.footer-style-1 .pbmit-footer-widget-col-1 .widget {
    padding-right: 220px;
}

.footer-style-1 .widget .widget-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    color: var(--pbmit-white-color);
}

.footer-style-1 .pbmit-social-links .pbmit-social-li a span::after {
    padding-left: 5px;
    color: var(--pbmit-white-color);
    transition: all 0.25s ease-in-out;
}

.footer-style-1
    .pbmit-social-links
    .pbmit-social-li.pbmit-social-facebook
    a
    span::after {
    content: "facebook";
}

.footer-style-1
    .pbmit-social-links
    .pbmit-social-li.pbmit-social-twitter
    a
    span::after {
    content: "twitter";
}

.footer-style-1
    .pbmit-social-links
    .pbmit-social-li.pbmit-social-instagram
    a
    span::after {
    content: "instagram";
}

.footer-style-1
    .pbmit-social-links
    .pbmit-social-li.pbmit-social-youtube
    a
    span::after {
    content: "youtube";
}

.footer-style-1 .globalcolor {
    color: var(--pbmit-global-color);
}

.footer-style-1 .widget .pbmit-footer-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    color: var(--pbmit-white-color);
}

.footer-style-1 form {
    padding-bottom: 60px;
}

.site-footer form .form-control {
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.site-footer form .form-control::placeholder {
    color: rgba(var(--pbmit-blackish-color-rgb), 0.6);
}

.site-footer form .form-control:focus {
    border-color: inherit;
}

.footer-style-1 .pbmit-footer-newsletter {
    position: relative;
}

.pbmit-footer-newsletter input[type="email"] {
    padding: 10px 200px 10px 30px;
    border-radius: 36px;
}

.footer-style-1 .pbmit-footer-newsletter a {
    position: absolute;
    top: 5px;
    right: 5px;
    height: calc(100% - 10px);
    padding: 12px 30px;
}

.footer-style-1 .pbmit-social-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: var(--pbmit-global-color);
}

.site-footer .pbmit-social-li a:hover span:after {
    color: var(--pbmit-global-color);
}

.footer-style-1 .pbmit-social-li a span::after {
    padding-left: 5px;
    color: var(--pbmit-white-color);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.site-footer .pbmit-footer-widget-col-2 .textwidget ul {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .pbmit-footer-widget-col-2 .widget ul a:hover,
.site-footer .pbmit-footer-widget-col-3 .widget ul a:hover {
    color: var(--pbmit-global-color);
}

.site-footer .pbmit-footer-widget-col-2 .widget ul a,
.site-footer .pbmit-footer-widget-col-3 .widget ul a {
    color: var(--pbmit-white-color);
}

.pbmit-two-column-menu.widget_text ul > li {
    width: 50%;
}

.widget ul > li {
    padding: 0px 0px 15px 0;
    line-height: 20px;
}

.footer-style-1 .pbmit-footer-text-area {
    padding: 0;
    color: var(--pbmit-white-color);
}

.footer-style-1 .pbmit-footer-text-area a {
    color: var(--pbmit-white-color);
}

.footer-style-1 .pbmit-footer-text-area a:hover {
    color: var(--pbmit-global-color);
}

.footer-style-1 .pbmit-footer-text-inner {
    padding: 60px 0;
    border-top: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
    font-weight: 500;
    font-size: 14px;
}

.footer-style-1 .pbmit-footer-text-area .col-md-12 {
    text-align: center;
}

.footer-style-1 .form-control {
    background-color: var(--pbmit-white-color);
}

/** footer Style 2 **/

.footer-style-2 {
    font-size: 15px;
}

.footer-style-2 {
    margin: 0 8px;
    border-radius: 10px;
    overflow: hidden;
}

.footer-style-2 .pbmit-footer-big-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-style-2 .pbmit-footer-big-area .container .row {
    align-items: center;
}

.footer-style-2 .pbmit-footer-big-area .widget-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}

.footer-style-2 .pbmit-footer-big-area,
.footer-style-2 .pbmit-footer-widget-area,
.footer-style-2 .pbmit-footer-text-area {
    position: relative;
    z-index: 1;
}

.footer-style-2 .pbmit-footer-newsletter {
    position: relative;
    width: 500px;
}

.footer-style-2 form .form-control {
    background-color: var(--pbmit-white-color);
}

.footer-style-2 .pbmit-footer-newsletter a {
    position: absolute;
    top: 5px;
    right: 5px;
    height: calc(100% - 10px);
    padding: 12px 30px;
}

.footer-style-2 .widget {
    padding-top: 80px;
    color: var(--pbmit-white-color);
}

.footer-style-2 .pbmit-footer-logo img {
    margin-bottom: 20px;
    height: 45px;
}

.footer-style-2 .pbmit-footer-widget-area .container .row {
    padding-bottom: 80px;
    border-top: 1px solid rgba(var(--pbmit-white-color-rgb), 0.2);
    border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), 0.2);
}

.footer-style-2 .pbmit-footer-text {
    font-size: 16px;
}

.footer-style-2 .widget-contact {
    padding-top: 25px;
}

.footer-style-2 .widget-contact .pbmit-contact-widget-line {
    color: var(--pbmit-global-color);
    font-size: 18px;
    line-height: 18px;
    word-break: break-all;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.pbmit-contact-widget-lines .pbmit-contact-widget-line:not(:last-child) {
    margin-bottom: 20px;
}

.pbmit-contact-widget-lines .pbmit-contact-widget-line span {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--pbmit-white-color);
}

.footer-style-2 .widget .widget-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 30px;
}

.footer-style-2 .pbmit-footer-widget-col-2 .textwidget ul {
    display: inherit;
}

.footer-style-2 .widget ul > li {
    padding: 0px 0px 10px 0;
}

.footer-style-2 .pbmit-social-links li {
    display: block;
}

.footer-style-2 .pbmit-footer-text-area {
    padding: 30px 0 70px 0;
    color: var(--pbmit-white-color);
}

.footer-style-2 .pbmit-footer-text-inner {
    font-size: 16px;
}

.footer-style-2 .pbmit-footer-text-area .col-md-12 {
    text-align: center;
}

.footer-style-2 .pbmit-footer-text-area a {
    color: var(--pbmit-white-color);
}

.footer-style-2 .pbmit-footer-text-area a:hover {
    color: var(--pbmit-global-color);
}

.footer-style-2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/footer-bg-pattern.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.footer-style-2 .pbmit-social-links .pbmit-social-li a span::after {
    padding-left: 5px;
    color: var(--pbmit-white-color);
    transition: all 0.25s ease-in-out;
}

.footer-style-2
    .pbmit-social-links
    .pbmit-social-li.pbmit-social-facebook
    a
    span::after {
    content: "facebook";
}

.footer-style-2
    .pbmit-social-links
    .pbmit-social-li.pbmit-social-twitter
    a
    span::after {
    content: "twitter";
}

.footer-style-2
    .pbmit-social-links
    .pbmit-social-li.pbmit-social-instagram
    a
    span::after {
    content: "instagram";
}

.footer-style-2
    .pbmit-social-links
    .pbmit-social-li.pbmit-social-youtube
    a
    span::after {
    content: "youtube";
}

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

/*  09 - Title Bar
/*----------------------------------------*/

.pbmit-title-bar-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    z-index: 2;
    margin: 10px 10px 0;
}

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

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

.pbmit-title-bar-content-inner {
    width: 100%;
    text-align: center;
}

.pbmit-title-bar-content .pbmit-tbar,
.pbmit-title-bar-content .pbmit-breadcrumb {
    display: block;
}

.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0;
    margin-bottom: 15px;
}

.pbmit-tbar-subtitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
    font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-tbar-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.25px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 0;
}

.single-post .pbmit-title-bar-content-inner {
    width: 70%;
    margin: 0 auto;
}

.single-post .pbmit-title-bar-content .pbmit-tbar-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
}

.pbmit-breadcrumb,
.pbmit-breadcrumb a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: normal;
}

.pbmit-breadcrumb a:hover {
    color: inherit;
}

.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.sep {
    line-height: 15px;
    padding: 0 5px;
    position: relative;
    top: 0;
    color: var(--pbmit-global-color);
}

.pbmit-breadcrumb-inner i {
    font-size: 15px;
    color: var(--pbmit-white-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: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2) !important;
    border-radius: 6px;
    margin-bottom: 5px;
    background-color: var(--pbmit-white-color);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    outline: none;
    padding: 25px 27px;
    color: var(--pbmit-blackish-color);
    font-family: "Montserrat", sans-serif;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    color: var(--pbmit-global-color);
}

.accordion-item:not(.active) .accordion-button {
    border-radius: 6px;
}

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

.accordion-item.active .accordion-button {
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.accordion-button .pbmit-accordion-title:hover {
    color: var(--pbmit-global-color);
}

.accordion-item .pbmit-accordion-icon-right {
    float: right;
    text-align: right;
}

.accordion-item .pbmit-accordion-icon {
    color: var(--pbmit-global-color);
}

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

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

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

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

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

.accordion-body {
    padding: 27px 27px 32px 27px;
    border: 0;
}

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

/*  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;
    align-items: center;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--pbmit-blackish-color);
    position: relative;
    border: none;
    background: transparent;
    padding: 0 0 0 25px;
    width: 80%;
}

.list-group-borderless .list-group-item::before {
    font-family: "bootstrap-icons";
    position: absolute;
    content: "\F26A";
    font-size: 16px;
    line-height: 16px;
    left: 0;
    top: 3px;
    color: var(--pbmit-global-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-left {
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(-200px);
}

.swiper-slide-active .transform-left {
    opacity: 1;
    transform: translateX(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-center {
    opacity: 0;
    transition: all 1000ms ease;
    transform: scale(0.9);
}

.swiper-slide-active .transform-center {
    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 .transform-bottom a {
    padding: 16px 29px;
}

.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: center;
    background-size: cover;
}

.pbmit-slider-area .swiper-slider {
    padding-bottom: 0 !important;
}

.pbmit-slider-area .pbmit-slider-content .pbmit-desc {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
    color: var(--pbmit-white-color);
    font-weight: 400;
}

/** Slider 01 **/

.pbmit-slider-one .pbmit-slider-item {
    padding: 320px 0 260px 0;
}

.pbmit-slider-one .pbmit-slider-content {
    overflow: hidden;
}

.pbmit-slider-one .pbmit-slider-content .pbmit-sub-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-family: var(--pbmit-body-typography-font-family);
    color: var(--pbmit-global-color);
}

.pbmit-slider-one .pbmit-slider-content .pbmit-title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    color: var(--pbmit-white-color);
}

.pbmit-slider-one .pbmit-slider-content .pbmit-desc {
    max-width: max-content;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.pbmit-slider-one .pbmit-slider-content .charge-icon-image {
    position: absolute;
    left: 450px;
    top: 293px;
    transform-origin: 50% 50%;
}

.pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets {
    top: 50%;
    right: 16px;
    left: inherit;
    width: auto;
    display: inline-table;
    transform: translateY(-50%) rotate(90deg);
}

.pbmit-slider-one .swiper-pagination-bullet:hover {
    outline: 1px solid var(--pbmit-white-color);
    outline-offset: 6px;
}

/** Slider 02 **/

.pbmit-slider-two .pbmit-slider-item {
    height: 845px;
    display: flex;
    align-items: center;
}

.pbmit-slider-two .pbmit-slider-content .pbmit-sub-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 30px;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-slider-two .pbmit-slider-content .pbmit-title {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
    font-weight: 600;
}

.pbmit-slider-two .swiper-button-prev,
.pbmit-slider-two .swiper-button-next {
    position: absolute;
    border-radius: 0;
    color: var(--pbmit-white-color);
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.3) !important;
}

.pbmit-slider-two .swiper-button-prev {
    left: 20px;
}

.pbmit-slider-two .swiper-button-prev:hover,
.pbmit-slider-two .swiper-button-next:hover {
    color: var(--pbmit-white-color);
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.6) !important;
}

.pbmit-slider-two .swiper-horizontal > .swiper-pagination-bullets,
.pbmit-slider-three .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
}

/** Slider 03 **/

.pbmit-slider-three .pbmit-slider-item {
    padding: 350px 0 250px 0;
    background: linear-gradient(
        90deg,
        rgb(0, 38, 5) 0%,
        rgb(0, 38, 5) 23%,
        rgba(0, 38, 5, 0) 63%,
        rgba(0, 38, 5, 0) 100%
    );
}

.pbmit-slider-three .highlight-text {
    position: absolute;
    top: 227px;
    left: 168px;
    font-size: 220px;
    line-height: 220px;
    font-weight: 700;
    letter-spacing: 5.5px;
    color: transparent;
    font-family: "Roboto", sans-serif;
    -webkit-text-stroke: 2px rgba(84, 191, 102, 0.2);
}

.pbmit-slider-three .pbmit-slider-content .pbmit-sub-title {
    font-size: 15px;
    line-height: 20px;
    color: var(--pbmit-white-color);
}

.pbmit-slider-three .pbmit-slider-content .pbmit-title {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
}

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

/*  15 - Client
/*----------------------------------------*/

/** Style 1 **/

/* .pbmit-client-style-1 .pbmit-border-wrapper {
    padding: 55px 0;
    display: block;
    border-radius: 10px;
    background-color: var(--pbmit-white-color);
} */

/* .pbmit-client-style-1 .pbmit-client-wrapper {
    overflow: hidden;
    display: block;
} */

.pbmit-client-wrapper {
    position: relative;
    text-align: center;
    z-index: 1;
}

.pbmit-client-style-1 .pbmit-client-hover-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    display: block;
    text-align: center;
    width: 100%;
}

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

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

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

.pbmit-ele-header-align-center.pbmit-heading-style
    .pbmit-element-viewtype-carousel
    .pbmit-heading-subheading {
    position: relative;
}

.pbmit-ele-header-align-center.pbmit-heading-style
    .pbmit-element-viewtype-carousel
    .pbmit-heading-subheading
    .pbmit-element-title {
    font-size: 160px;
    line-height: 160px;
    color: rgba(var(--pbmit-global-color-rgb), 0.1);
}

.pbmit-ele-header-align-center.pbmit-heading-style
    .pbmit-element-viewtype-carousel
    .pbmit-heading-subheading
    .pbmit-element-subtitle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    -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-ele {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}

/* --------------------------------------
* 16 - 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: 500;
    min-width: 100px;
    border-radius: 20px;
}

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

/* --------------------------------------
* 17 - Marquee
* ---------------------------------------*/

/** Style 1 **/

.pbmit-marquee-effect-style-1 .pbmit-element-title {
    font-size: 100px;
    line-height: 120px !important;
    position: relative !important;
    overflow: visible !important;
    display: flex;
    overflow: visible !important;
    color: rgba(var(--pbmit-blackish-color-rgb), 0.1);
    letter-spacing: -1px;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
    padding-left: 128px;
    margin-left: 55px;
    position: relative;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    content: "\e862";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 70px;
    line-height: 70px;
    transform: translateY(-50%);
    color: rgba(var(--pbmit-global-color-rgb), 0.3);
}

.pbmit-elementor-bg-color-gradient
    .pbmit-marquee-effect-style-1
    .pbmit-tag-wrapper::before,
.pbmit-elementor-bg-color-globalcolor
    .pbmit-marquee-effect-style-1
    .pbmit-tag-wrapper::before {
    color: rgba(var(--pbmit-evgrid-blackish-color-rgb), 0.3);
}

.pbmit-elementor-bg-color-gradient
    .pbmit-marquee-effect-style-1
    .pbmit-element-title,
.pbmit-elementor-bg-color-globalcolor
    .pbmit-marquee-effect-style-1
    .pbmit-element-title,
.pbmit-elementor-bg-color-secondary
    .pbmit-marquee-effect-style-1
    .pbmit-element-title,
.pbmit-elementor-bg-color-blackish
    .pbmit-marquee-effect-style-1
    .pbmit-element-title {
    color: rgba(var(--pbmit-evgrid-white-color-rgb), 0.2);
}

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

/** Style 1 **/

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
    position: relative;
    padding: 8px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
    text-align: center;
    border-radius: 30px;
    padding: 55px 30px;
    position: relative;
    background-color: var(--pbmit-light-color);
}

.pbminfotech-ele-ptable-style-1
    .pbmit-pricing-table-featured-col
    .pbmit-head-wrap {
    background-color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
    font-size: 50px;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
    font-size: 90px;
    line-height: 90px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.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 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: -10px;
    color: var(--pbmit-global-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w {
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: max-content;
    padding: 10px 60px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: var(--pbmit-white-color);
    background: #fda700;
    -khtml-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner {
    padding: 40px 60px 45px 60px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #666666;
}

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

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg {
    top: 2px;
    fill: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner .pbmit-button {
    display: grid;
    text-align: center;
    padding-top: 45px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner .pbmit-button a {
    padding: 17px 35px;
}

.pbminfotech-ele-ptable-style-1
    .pbmit-pricing-table-featured-col
    .pbminfotech-ptable-heading,
.pbminfotech-ele-ptable-style-1
    .pbmit-pricing-table-featured-col
    .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-1
    .pbmit-pricing-table-featured-col
    .pbminfotech-ptable-frequency {
    color: var(--pbmit-white-color);
}

/* --------------------------------------
* 19 - Portfolio
* ---------------------------------------*/

/** Style 1 **/

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

.pbmit-portfolio-style-1 .pbminfotech-box-content {
    position: absolute;
    top: inherit;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 25px 30px;
    border-radius: 15px;
    opacity: 0;
    word-break: break-word;
    transform: translateY(100%) scale(0.7);
    background: var(--pbmit-white-color);
    transition: all 0.5s;
}

.pbmit-portfolio-style-1 .pbmit-port-cat {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
}

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

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

.pbmit-portfolio-style-1 .pbmit-port-cat a {
    color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title:hover {
    color: var(--pbmit-global-color);
}

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

.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
    width: 100%;
    transform: scale(1.07) rotate(0.7deg);
    transform-origin: 90% 50%;
    transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.14, 0.99);
}

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

.pbmit-element-portfolio-style-1 .pbmit-element-inner .swiper-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pbmit-element-portfolio-style-1.pbmit-element-viewtype-carousel
    .pbmit-ele-group-wrapper
    .pbmit-ele:nth-child(2) {
    margin-top: 15px;
}

.pbmit-element-column-four .pbmit-portfolio-style-1 .pbminfotech-box-content {
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 20px;
}

.pbmit-element-portfolio-style-1.pbmit-element-viewtype-carousel
    .pbmit-ele-header-area.container {
    margin-left: 0;
}

/* --------------------------------------
* 20 - Static Box
* ---------------------------------------*/

/** Style 1 **/

.pbmit-static-box-style-1 {
    margin: 0 2px;
}

.pbmit-static-box-style-1:first-child {
    margin-left: 0;
}

.pbmit-static-box-style-1:last-child {
    margin-right: 0;
}

.pbmit-static-box-style-1 .pbmit-staticbox-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.pbmit-static-box-style-1.pbmit-active {
    flex: 6;
}

.pbmit-static-box-style-1 {
    flex: 2;
    transition: 0.7s;
    position: relative;
    overflow: hidden;
    height: 70vh;
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: 0;
    position: absolute;
    background-position: center center;
    background-size: auto;
    object-fit: cover;
}

.pbmit-static-box-style-1 .pbmit-img {
    display: none;
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(
        to top,
        rgba(var(--pbmit-blackish-color-rgb), 1) 0%,
        rgba(var(--pbmit-blackish-color-rgb), 0.11) 68%,
        rgba(var(--pbmit-blackish-color-rgb), 0) 76%
    );
    background: -webkit-linear-gradient(
        to top,
        rgba(var(--pbmit-blackish-color-rgb), 1) 0%,
        rgba(var(--pbmit-blackish-color-rgb), 0.11) 68%,
        rgba(var(--pbmit-blackish-color-rgb), 0) 76%
    );
    background: linear-gradient(
        to top,
        rgba(var(--pbmit-blackish-color-rgb), 1) 0%,
        rgba(var(--pbmit-blackish-color-rgb), 0.11) 68%,
        rgba(var(--pbmit-blackish-color-rgb), 0) 76%
    );
}

.pbmit-static-box-style-1 .pbmit-content-box {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    padding: 60px;
    text-align: left;
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    transition: 0.5s;
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title {
    position: absolute;
    bottom: 300px;
    left: 50%;
    top: auto;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    z-index: 1;
    inline-size: 250px;
    color: var(--pbmit-white-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-transform: translateX(-50%) translateY(0%) rotate(180deg);
    -moz-transform: translateX(-50%) translateY(0%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(0%) rotate(180deg);
    -o-transform: translateX(-50%) translateY(0%) rotate(180deg);
    transform: translateX(-90%) translateY(-50%) rotate(-90deg);
    transform-origin: bottom right;
}

.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbmit-static-box-title,
.pbmit-static-box-style-1 .pbmit-content-box {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    transition-delay: 0s;
}

.pbmit-static-box-style-1.pbmit-active .pbmit-content-box {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    transition-delay: 0.2s;
}

.pbmit-static-box-style-1 .pbmit-static-box-svg-wrapper,
.pbmit-static-box-style-1 .pbmit-icon-type-icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 30px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-static-box-style-1 .pbmit-static-box-svg-wrapper svg,
.pbmit-static-box-style-1 .pbmit-icon-wrapper svg {
    fill: var(--pbmit-white-color);
}

.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    color: var(--pbmit-white-color);
}

.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-desc {
    color: var(--pbmit-white-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbmit-static-box-style-1 .pbmit-content-box .pbmit-content-inner {
    width: 350px;
}

.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-btn {
    text-align: right;
}

.pbmit-static-box-style-1:hover .pbmit-static-btn a {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-static-btn a {
    position: inherit;
}

.pbmit-static-btn a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-static-btn a .pbmit-button-text {
    font-size: 0;
}

.pbmit-static-btn a .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-static-box-style-1:hover
    .pbmit-static-btn
    a
    .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-4px, 0px);
}

.pbmit-static-btn a .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    font-weight: 400;
    transform: scale(0.26) translate(-65px, 54px);
    transition:
        transform 0.4s ease-in-out,
        opacity 0.4s ease-in-out;
}

.pbmit-static-btn a .pbmit-button-icon {
    display: inline-block;
    transition:
        transform 0.4s ease-in-out,
        opacity 0.4s ease-in-out;
}

.pbmit-static-box-style-1:hover .pbmit-static-btn a .pbmit-button-icon {
    transform: scale(0.36) translate(45px, -50px);
}

.pbmit-static-box-style-1 .pbmit-static-btn .pbmit-static-title {
    font-size: 0;
}

.pbmit-static-box-style-1 .pbmit-static-btn {
    transition: 0.9s;
}

.pbmit-static-box-style-1 .pbmit-static-btn svg g {
    stroke: var(--pbmit-global-color);
}

.pbmit-static-box-style-1.pbmit-active:hover .pbmit-static-btn svg g {
    stroke: var(--pbmit-global-color);
}

/* --------------------------------------
* 21 - Tab
* ---------------------------------------*/

.pbmit-tab .nav-tabs {
    margin: 0;
    display: flex;
    border: none;
    border-width: 0px;
}

.pbmit-tab .nav .nav-item a.active {
    color: var(--pbmit-global-color);
    background-color: inherit;
}

.pbmit-tab .nav .nav-item a {
    padding: 0 25px 20px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: var(--pbmit-blackish-color);
}

.pbmit-tab .nav .nav-item a::before {
    font-family: "bootstrap-icons";
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: var(--pbmit-global-color);
    transition: all 0.4s ease-in-out;
}

.nav-tabs .nav-link {
    border: none;
}

.pbmit-tab .nav .nav-item .nav-link.active::before {
    left: 0;
    width: 100%;
}

.tab-content {
    margin-left: -280px;
    padding-top: 35px;
}

.tab-content > .active {
    animation: pbmit-faded 1s;
}

@keyframes pbmit-faded {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tab-pane {
    margin-bottom: 20px;
}

.pbmit-tab .pbmit-tab-contents {
    align-items: center;
}

.pbmit-tab .pbmit-tab-image-wrap {
    position: relative;
}

.pbmit-tab .pbmit-tab-image-wrap .pbmit-tab-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url("../images/banner-bg.png");
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 25px;
}

.pbmit-tab .pbmit-tab-image-wrap .pbmit-tab-icon i {
    font-size: 80px;
    line-height: 80px;
    color: var(--pbmit-white-color);
}

.pbmit-tab .pbmit-tab-image-wrap img {
    border-radius: 10px;
}

.pbmit-tab-inner-content {
    padding-left: 12px;
}

.pbmit-tab-inner-content ul {
    list-style-type: none;
    padding: 0;
    padding-top: 0 !important;
    margin-bottom: 0;
}

.pbmit-tab-inner-content ul li {
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    color: var(--pbmit-blackish-color);
    margin-bottom: 12px;
}

.pbmit-tab-inner-content ul li::before {
    font-family: "bootstrap-icons";
    position: absolute;
    content: "\e83f";
    font-size: 16px;
    line-height: 16px;
    left: 0;
    top: 3px;
    color: var(--pbmit-global-color);
}

/* --------------------------------------
* 22 - Tween Effect
* ---------------------------------------*/

.pbmit-tween-effect-style-1.pbmit-tween-text {
    text-align: center;
}

.pbmit-tween-effect-style-1.pbmit-tween-text .pbmit-element-title {
    font-size: 140px;
    line-height: 150px;
    font-weight: 600;
    margin-bottom: 0;
    color: rgba(var(--pbmit-global-color-rgb), 0.2);
}

.pbmit-tween-effect-style-1 .pbmit-tween-effect {
    transform: translate(0%, 11.5397%) translate3d(0px, 0px, 0px)
        rotate(-2.3079deg);
}

/* --------------------------------------
* 23 - Progressbar
* ---------------------------------------*/

.progressbar {
    overflow: hidden;
}

.progressbar .progress-label {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: var(--pbmit-blackish-color);
}

.progressbar .progress {
    height: 100%;
    border-radius: 16px;
    margin: 10px 0 20px 0;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.1);
    position: relative;
    color: var(--pbmit-white-color);
    overflow: visible;
}

.progressbar .progress-bar {
    position: relative;
    display: flex;
    font-size: 11px;
    line-height: 30px;
    border-radius: 2px;
    height: 3px;
    background-color: var(--pbmit-global-color);
}

.progressbar .progress-percent {
    padding-right: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: -30px;
    font-size: 16px;
    line-height: 16px;
    color: var(--pbmit-global-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.pbmit-tab-icon img {
    height: 80px !important;
}
