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

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Portfolio
    06 - Blog
    07 - Testimonial
	08 - Client
    09 - Header
    10 - Footer
    11 - Title Bar
    12 - Overlap Colomn
    13 - Progress Bar
    14 - Accordion
    15 - Circle Progress
    16 - List Gourp
    17 - Pricing-table
    18 - Revolution

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


/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading {
    margin-bottom: -20px;
}

.pbmit-heading-desc {
    margin-bottom: 10px;
}

.pbmit-heading-subheading .pbmit-subtitle.style-3 {
    font-size: 18px;
}

.pbmit-heading-subheading .pbmit-subtitle {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
    z-index: 1;
}

.pbmit-heading-subheading h4.pbmit-subtitle:after {
    position: absolute;
    content: '';
    content: '\f107';
    font-family: "pbminfotech-base-icons";
    color: var(--pbmit-white-color);
    right: -30px;
    top: 2px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 18px;
    background: #f4a325;
    border-radius: 50%;
}

.pbmit-heading-subheading .pbmit-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -.5px;
    color: #3c3c3c;
    text-transform: none;
    font-style: normal;
}

.pbmit-heading-subheading.text-white .pbmit-title {
    color: var(--pbmit-white-color);
    z-index: 1;
    position: relative;
}

.pbmit-heading-subheading .pbmit-heading-desc {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.pbmit-heading-subheading.style-3 .pbmit-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.5px;
    color: #f4a325;
    text-transform: uppercase;
    font-style: normal;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/*** pbmit-ihbox-style-2 ***/
.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon,
.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon .pbmit-ihbox-box-number,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper img {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transition: all 500ms ease;
}

.pbmit-ihbox-style-2 {
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    margin-bottom: 30px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    width: 140px;
    height: 140px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    border: 10px solid var(--pbmit-white-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper img {
    border-radius: 100%;
}

.pbmit-miconheading-style-2:nth-of-type(4n+1) .pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    width: 140px;
    height: 140px;
    border: 12px solid var(--pbmit-white-color);
}

.pbmit-miconheading-style-2:nth-of-type(4n+2) .pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    width: 160px;
    height: 160px;
    border: 14px solid var(--pbmit-white-color);
}

.pbmit-miconheading-style-2:nth-of-type(4n+3) .pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    width: 180px;
    height: 180px;
    border: 14px solid var(--pbmit-white-color);
}

.pbmit-miconheading-style-2:nth-of-type(4n+4) .pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    width: 260px;
    height: 260px;
    border: 20px solid var(--pbmit-white-color);
}

.pbmit-miconheading-style-2:nth-of-type(4n+2) .pbmit-ihbox-style-2 {
    margin-top: 120px;
}

.pbmit-miconheading-style-2:nth-of-type(4n+4) .pbmit-ihbox-style-2 {
    margin-top: -50px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon {
    position: relative;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon .pbmit-ihbox-box-number {
    content: '';
    position: absolute;
    top: 10%;
    left: 64%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon .pbmit-ihbox-box-number:before {
    height: 45px;
    position: absolute;
    width: 45px;
    border-radius: 100%;
    background-color: transparent;
    border: 4px solid var(--pbmit-global-color);
    content: '';
    top: -2px;
    right: -2px;
    -webkit-transition: .3s cubic-bezier(.3, .58, .55, 1);
    transition: .3s cubic-bezier(.3, .58, .55, 1);
    transform: scale(1);
    transition: all 200ms linear;
}

.pbmit-ihbox-style-2:hover .pbmit-ihbox-headingicon .pbmit-ihbox-box-number:before {
    border-color: var(--pbmit-white-color);
    transform: scale(1.1);
}

.pbmit-miconheading-style-2:nth-of-type(4n+1) .pbmit-ihbox-style-2 .pbmit-ihbox-headingicon .pbmit-ihbox-box-number {
    top: 10%;
    left: 65%;
}

.pbmit-miconheading-style-2:nth-of-type(4n+2) .pbmit-ihbox-style-2 .pbmit-ihbox-headingicon .pbmit-ihbox-box-number {
    top: 30%;
    left: 15%;
}

.pbmit-miconheading-style-2:nth-of-type(4n+3) .pbmit-ihbox-style-2 .pbmit-ihbox-headingicon .pbmit-ihbox-box-number {
    top: 45%;
    left: 15%;
}

.pbmit-miconheading-style-2:nth-of-type(4n+4) .pbmit-ihbox-style-2 .pbmit-ihbox-headingicon .pbmit-ihbox-box-number {
    top: 14%;
    left: 7%;
}

.pbmit-miconheading-style-2 .pbmit-ihbox-style-2:hover .pbmit-ihbox-icon:before {
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-2:hover .pbmit-ihbox-headingicon .pbmit-ihbox-box-number {
    background-color: var(--pbmit-global-color);
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
    ;
}

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

.pbmit-ihbox-style-2 .pbmit-heading-desc {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.pbmit-element-miconheading-style-2 .pbmit-element-posts-wrapper:before {
    content: '';
    position: absolute;
    left: -50px;
    right: 0;
    height: 100%;
    display: block;
    background: url(../images/pbmit-shape-step.html) center center no-repeat;
    top: 50px;
}

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

/** Style 3 **/
.pbmit-ihbox-style-3 {
    display: inline-block;
}

.pbmit-ihbox-style-3 .pbmit-element-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-3 .pbmit-element-heading {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    font-weight: 400 !important;
    color: var(--pbmit-body-typography-color);
}

/** Style 7 **/
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7:hover .pbmit-element-title,
.pbmit-ihbox-style-7:hover .pbmit-heading-desc,
.pbmit-ihbox-style-7:hover .pbmit-element-title,
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-box {
    padding: 20px 40px 5px 40px;
    border-bottom: 5px solid #f6ad39;
    position: relative;
    margin-top: 50px;
    background-color: #003f62;
    border-radius: 70px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* background-color: var(--pbmit-secondary-color); */
    opacity: 0;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 0;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper {
    font-size: 45px;
    line-height: 45px;
    margin-right: 20px;
    transform: scale(1);
    transform-origin: center center;
    color: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-7 .pbmit-heading-desc {
    font-size: 18px;
    line-height: 30px;
    color: white;
    text-align: center;
    font-weight: 300;
    letter-spacing: .5px;
}

.pbmit-ihbox-style-7 .pbmit-heading-desc span {
    font-size: 15px;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-ihbox-box:before,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-box:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-ihbox-box,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-box {
    border-color: var(--pbmit-global-color);
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-element-title,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-heading-desc,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-element-title,

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

.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper {
    transform: scale(1.2);
}

/** Style 8 **/
.pbmit-ihbox-style-8 {
    display: inline-block;
}

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

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

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
    margin-right: 25px;
    text-align: center;
    color: var(--pbmit-global-color);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
    color: var(--pbmit-secondary-color);
}

/*same style diffn class*/
.style-eight .pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.style-eight .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    font-size: 63px;
    line-height: 80px;
}

/*same style diffn class2*/
.pbmit-style-8 .pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
}

/** Style 9 **/
.pbmit-ihbox-style-9 {
    display: inline-block;
}

.pbmit-ihbox-style-9 .pbmit-element-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-9 .pbmit-element-heading {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper {
    font-size: 40px;
    line-height: 40px;
    margin-right: 15px;
    color: var(--pbmit-global-color);
}

/** Style 10 **/
.pbmit-ihbox-style-10 {
    display: inline-block;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon {
    margin-right: 30px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    border: 8px solid var(--pbmit-white-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image {
    position: relative;
    z-index: 1;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid var(--pbmit-global-color);
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid var(--pbmit-global-color);
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

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

@keyframes pulse-border {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/** Style 11 **/
.pbmit-ihbox-style-11 {
    text-align: center;
    padding: 20px 30px 30px;
    border: 1px solid rgb(238, 238, 238);
    height: 240px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper {
    font-size: 70px;
    line-height: 86px;
    color: var(--pbmit-global-color);
    transition: all 500ms ease;
}

.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-wrapper {
    transform: translateY(-10px);
}

.pbmit-ihbox-style-11 .pbmit-element-title {
    font-size: 20px;
    margin-bottom: 0;
}

/** Style 12 **/
.pbmit-ihbox-style-12 {
    text-align: center;
    padding: 45px 35px;
    border: 1px solid rgb(255 255 255 / 10%);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper {
    font-size: 54px;
    line-height: 64px;
    color: var(--pbmit-global-color);
    transition: all 500ms ease;
}

.pbmit-ihbox-style-12 .pbmit-element-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
}

.pbmit-text-color-white .pbmit-ihbox-style-12 .pbmit-element-title,
.pbmit-ihbox-style-1-bg .pbmit-ihbox-style-12 .pbmit-element-title {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-12 .pbmit-heading-desc {
    color: rgb(255 255 255 / 70%);
}

.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon-wrapper {
    transform: translateY(-10px);
}

.pbmit-ihbox-style-1-bg>.elementor-container {
    max-width: none !important;
    width: 1450px;
    border-radius: 0px;
}

.pbmit-service-style-2-bg>.elementor-container>.elementor-column {
    margin: 0 auto;
    width: 1170px;
}

.pbmit-ihbox-style-1-bg .elementor-container:after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--pbmit-secondary-color);
}

/** Style 14 **/
.pbmit-ihbox-style-14 .pbmit-element-title,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-14 {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-ihbox-style-14 {
    display: inline-block;
    position: relative;
}

.pbmit-ihbox-style-14 .pbmit-element-heading {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--pbmit-blackish-color);
    margin-bottom: 0;
}

.pbmit-ihbox-style-14 .pbmit-element-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-top: -5px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper i {
    padding-right: 15px;
    font-size: 35px;
    line-height: 35px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid rgb(0, 0, 0);
}

.pbmit-vertical-div .elementor-divider__text {
    background-color: var(--pbmit-secondary-color);
    height: 38px;
    width: 38px;
    line-height: 38px !important;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-white-color);
    font-weight: 700;
    position: relative;
}

.pbmit-vertical-div .elementor-divider__text::before,
.pbmit-vertical-div .elementor-divider__text:after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--pbmit-secondary-color);
    position: absolute;
    left: 50%;
    top: -20px;
}

.pbmit-vertical-div .elementor-divider__text:after {
    top: 38px;
}

.pbmit-vertical-div.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.pbmit-vertical-div.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.pbmit-vertical-div.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.pbmit-vertical-div.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: none;
}

/** Style 15 **/
.pbmit-ihbox-style-15 .pbmit-element-title,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-15 {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-ihbox-style-15 {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

.pbmit-ihbox-style-15 .pbmit-element-heading {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--pbmit-global-color);
    margin-bottom: 0;
}

.pbmit-ihbox-style-15 .pbmit-element-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-top: -5px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper i {
    padding-right: 20px;
    font-size: 35px;
    line-height: 35px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid rgb(0, 0, 0);
}

.pbmit-vertical-div .elementor-divider__text {
    background-color: var(--pbmit-secondary-color);
    height: 38px;
    width: 38px;
    line-height: 38px !important;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-white-color);
    font-weight: 700;
    position: relative;
}

.pbmit-vertical-div .elementor-divider__text::before,
.pbmit-vertical-div .elementor-divider__text:after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--pbmit-secondary-color);
    position: absolute;
    left: 50%;
    top: -20px;
}

.pbmit-vertical-div .elementor-divider__text:after {
    top: 38px;
}

.pbmit-vertical-div.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.pbmit-vertical-div.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.pbmit-vertical-div.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.pbmit-vertical-div.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: none;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1 .pbminfotech-team-image-box {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.pbmit-team-style-1 {
    padding: 10px 5px;
    box-shadow: 1px 1px 10px #e2e2e2;
    margin: 10px 20px 50px;
    height: 410px;
    border-radius: 10px;
    border-bottom: 5px groove #00ace2;
}

.pbmit-team-style-1 .pbminfotech-team-image-box img {
    width: 260px;
    border-radius: 50%;
    height: 260px;
    object-fit: cover;
    box-shadow: 0px 0px 10px #f6a5297a;
}

.pbmit-team-style-1 .pbminfotech-box-content {
    text-align: center;
}

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

.pbmit-team-style-1 .pbminfotech-box-team-position {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: #828282;
    padding-top: 10px;
}

.pbmit-team-style-1 .pbminfotech-box-social-links ul {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 9;
    opacity: 0;
}

.pbmit-team-style-1 .pbmit-team-social-links {
    margin-top: 0px;
}

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

.pbmit-team-style-1 .pbminfotech-box-social-links a {
    font-size: 20px;
    color: var(--pbmit-white-color);
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.pbmit-team-style-1:hover .pbminfotech-box-social-links ul {
    opacity: 1;
    visibility: visible;
}

.pbmit-team-style-1 .pbminfotech-box-social-links a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title a {
    color: var(--pbmit-blackish-color);
}

.pbmit-team-style-1 .pbminfotech-team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color:var(--pbmit-secondary-color); */
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.pbmit-team-style-1:hover .pbminfotech-team-overlay {
    width: 100%;
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    font-size: 72px;
    line-height: 82px;
    margin-bottom: -7px;
    margin-top: -15px;
    font-weight: 600;
    letter-spacing: -2.5px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup {
    font-size: 60%;
    top: -.7em;
}

.pbminfotech-ele-fid-style-1 .pbmit-sbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
}

.pbminfotech-ele-fid-style-1 {
    text-align: center;
    display: inline-block;
    padding: 0 40px;
}

.pbminfotech-ele-fid-style-1 .pbmit-sbox-icon-wrapper i {
    color: var(--pbmit-blackish-color);
}

/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-circle {
    position: relative;
    text-align: center;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    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;
    text-align: center;
    width: 100%;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400 !important;
    letter-spacing: 0px;
    margin-top: -1px;
    color: var(--pbmit-body-typography-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-sub {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    padding-top: 8px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-sub span {
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-contents .pbmit-fid-sub sup {
    left: -7px;
    font-size: 50%;
    top: -10px;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper {
    color: var(--pbmit-blackish-color);
}

/** Style 3 **/
.pbminfotech-ele-fid-style-3 {
    margin-right: 25px;
    position: relative;
    text-align: center;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
    font-size: 16px;
    line-height: 20px;
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-sub {
    font-size: 23px;
    line-height: 30px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-sub sup {
    top: 0;
    line-height: normal;
    font-size: inherit;
    font-weight: 500;
    vertical-align: top;
}

.pbminfotech-ele-fid-style-3 .pbmit-fld-contents {
    position: relative;
    margin: 0 auto;
    background: var(--pbmit-global-color);
    border-radius: 10px;
    height: 170px;
    width: 107px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fld-contents:before,
.pbminfotech-ele-fid-style-3 .pbmit-fld-contents:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.pbminfotech-ele-fid-style-3 .pbmit-fld-contents:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
    transition: all 1s 1s;
}

.pbminfotech-ele-fid-style-3 .pbmit-fld-contents:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
    transition: all 1s 0.5s;
}

.pbminfotech-ele-fid-style-3 .pbmit-fld-wrap {
    z-index: 9;
    position: relative;
    top: 30px;
}

/** Style 4 **/
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 0px;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-4 .pbmit-fid sup {
    font-size: 60%;
}

.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
    display: flex;
}

.pbminfotech-ele-fid-style-4 .pbmit-sbox-icon-wrapper {
    font-size: 65px;
    line-height: 78px;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-4 .pbmit-fld-wrap {
    padding: 0px 33px 0px;
}

.pbminfotech-ele-fid-style-4 .desvy-fid-svg-icon img {
    width: 75px;
    height: auto;
}

/** Style 5 **/
.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    padding-left: 5px;
    margin-bottom: 0;
}

.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap {
    padding-left: 15px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup {
    color: var(--pbmit-global-color);
    font-size: 50%;
    top: -20px;
    left: 5px;
}

.pbminfotech-ele-fid-style-5 .pbmit-sbox-icon-wrapper {
    font-size: 55px;
    line-height: 55px;
    color: var(--pbmit-global-color);
}

/** Style 7 **/
.pbminfotech-ele-fid-style-7 .pbmit-fid-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-title,
.pbminfotech-ele-fid-style-7 .pbmit-sbox-icon-wrapper {
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-inner {
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 0px;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-7 .pbmit-fid sup {
    font-size: 60%;
}

.pbminfotech-ele-fid-style-7 .pbmit-fld-contents {
    display: flex;
}

.pbminfotech-ele-fid-style-7 .pbmit-sbox-icon-wrapper {
    font-size: 65px;
    line-height: 78px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fld-wrap {
    padding: 0px 33px 0px;
}

.pbminfotech-ele-fid-style-7 .desvy-fid-svg-icon img {
    width: 75px;
    height: auto;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbmit-service-btn,
.pbmit-service-style-1 .pbmit-service-icon-wrapper,
.pbmit-service-style-1 .pbmit-featured-wrapper img,
.pbmit-service-style-1 .pbminfotech-post-item {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-service-style-1 .pbminfotech-post-item {
    box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 9%);
}

.pbmit-service-style-1 .pbminfotech-box-content {
    padding: 35px 25px 25px;
    text-align: center;
    background-color: var(--pbmit-white-color);
    position: relative;
}

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

.pbmit-service-style-1 .pbmit-service-icon-wrapper img {
    width: 65px;
    height: auto;
    margin-bottom: 10px;
}

.pbmit-service-style-1 .pbmit-service-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin: 5px 0 25px;
}

.pbmit-service-style-1 .pbmit-service-icon-wrapper,
.pbmit-service-style-1 .pbmit-service-title a:hover {
    color: var(--pbmit-global-color);
}

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

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

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

.pbmit-service-style-1 .pbmit-featured-wrapper:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background: var(--pbmit-secondary-color);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0.50;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.pbmit-service-style-1:hover .pbmit-featured-wrapper:after {
    transform: scaleY(1.0);
    opacity: 0.9;
}

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

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

.pbmit-service-style-1 .pbmit-service-content p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--pbmit-white-color);
    font-weight: 600;
}

.pbmit-service-style-1 .pbmit-service-content {
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 50px;
    z-index: 5;
    opacity: 0;
    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%);
    transition: .9s ease-in-out;
}

.pbmit-service-style-1:hover .pbmit-service-content {
    opacity: 1;
}

.pbmit-service-style-1 .pbmit-service-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    z-index: 5;
    background-color: var(--pbmit-link-color-hover);
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    display: inline-block;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.pbmit-service-style-1:hover .pbmit-service-btn {
    bottom: 0;
    opacity: 1;
}

.pbmit-service-style-1 .pbmit-service-btn a {
    font-size: 15px;
    color: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-service-btn::after {
    right: 0;
    bottom: 0;
    transition-duration: 0.5s;
}

.pbmit-service-style-1 .pbmit-service-btn::before {
    left: 0;
    top: 0;
    transition-duration: 0.5s;
}

.pbmit-service-style-1 .pbmit-service-btn a:after {
    right: 0;
    bottom: 0;
    transition-duration: 0.5s;
}

.pbmit-service-style-1 .pbmit-service-btn a:before {
    left: 0;
    top: 0;
    transition-duration: 0.5s;
}

.pbmit-service-style-1 .pbmit-service-btn::before,
.pbmit-service-style-1 .pbmit-service-btn::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.5s linear;
    background: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-service-btn a::before,
.pbmit-service-style-1 .pbmit-service-btn a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.5s linear;
    background: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-service-btn:hover::before,
.pbmit-service-style-1 .pbmit-service-btn:hover::after {
    width: 100%;
}

.pbmit-service-style-1 .pbmit-service-btn:hover a::before,
.pbmit-service-style-1 .pbmit-service-btn:hover a::after {
    height: 100%;
}

/** Style 3 **/
.pbmit-service-style-3:hover .pbmit-service-content,
.pbmit-service-style-3:hover .pbminfotech-box-content,
.pbmit-service-style-3:hover .pbmit-content-box .pbmit-featured-wrapper,
.pbmit-service-style-3 .pbminfotech-box-content {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.pbmit-service-style-3 .pbminfotech-box-content {
    padding: 35px 25px 0px;
    text-align: left;
    background: var(--pbmit-white-color);
    border-top: 7px solid rgb(0, 0, 0);
    border-color: var(--pbmit-global-color);
    box-shadow: 0px 2px 126px 0px rgb(0 0 0 / 8%);
}

.pbmit-service-style-3 .pbmit-serv-cat a {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--pbmit-global-color);
    font-weight: 500;
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper {
    line-height: 60px;
    font-size: 60px;
    margin-bottom: 20px;
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.pbmit-service-style-3 .pbmit-service-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.pbmit-service-style-3 .pbmit-service-title a {
    color: var(--pbmit-blackish-color);
}

.pbmit-service-style-3 .pbmit-content-inner {
    position: relative;
}

.pbmit-service-style-3 .pbmit-featured-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    clip-path: ellipse(100% 60% at 50% 40%);
}

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

.pbmit-service-style-3 .pbmit-service-content p {
    margin-bottom: 10px;
}

.pbmit-service-style-3:hover .pbmit-content-box .pbmit-featured-wrapper,
.pbmit-service-style-3 .pbminfotech-box-content,
.pbmit-service-style-3 .pbminfotech-post-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pbmit-service-style-3 .pbmit-service-content {
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 20px 25px;
    z-index: 5;
    opacity: 0;
    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%);
}

.pbmit-service-style-3:hover .pbmit-service-content {
    opacity: 1;
}

.pbmit-service-style-3 .pbmit-service-btn {
    display: inline-block;
}

.pbmit-service-style-3 .pbmit-service-btn a {
    font-size: 10px;
}

.pbmit-service-style-3 .pbmit-content-box .pbmit-service-content a {
    font-size: 13px;
}

.pbmit-service-style-3 .pbmit-content-box .pbmit-service-content a span i {
    font-size: 10px;
}

.pbmit-service-style-3 .pbmit-content-box .pbmit-featured-wrapper:before,
.pbmit-service-style-3 .pbminfotech-box-content:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
    -moz-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
    -ms-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
    -o-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
    transition: .9s cubic-bezier(.68, 1.55, .265, .55);
}

.pbmit-service-style-3:hover .pbmit-content-box .pbmit-featured-wrapper:before,
.pbmit-service-style-3:hover .pbminfotech-box-content:before {
    z-index: 1;
    bottom: 0;
    background-color: var(--pbmit-secondary-color);
}

.pbmit-service-style-3 .pbmit-content-box .pbmit-featured-wrapper:before {
    top: 100%;
}

.pbmit-service-style-3:hover .pbmit-content-box .pbmit-featured-wrapper:before {
    top: 0;
    background: var(--pbmit-global-color);
    opacity: 0.9;
}

.pbmit-service-style-3 .pbmit-service-content p,
.pbmit-service-style-3:hover .pbminfotech-box-content:before,
.pbmit-service-style-3:hover .pbmit-content-box .pbmit-service-content a,
.pbmit-service-style-3:hover .pbminfotech-box-content,
.pbmit-service-style-3:hover .pbmit-service-icon-wrapper,
.pbmit-service-style-3:hover .pbmit-service-title a {
    color: var(--pbmit-white-color);
    z-index: -1 !important;
}

.pbmit-service-style-3:hover .pbminfotech-box-content {
    border-top: var(--pbmit-white-color);
    border-top: 7px solid;
}

.pbmit-element-service-style-3.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--pbmit-global-color);
}

.pbmit-element-service-style-3.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot {
    height: 12px;
    width: 12px;
    border: 0;
    background-color: var(--pbmit-blackish-color);
    border-radius: 50%;
    margin-top: 40px;
}

/** Style 4 **/
.pbmit-service-style-2 .pbminfotech-box-content-inner .pbmit-service-icon-wrapper,
.pbmit-service-style-2 .pbmit-featured-wrapper img,
.pbmit-service-style-2 .pbmit-service-title a {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.pbmit-service-style-2 .pbminfotech-post-item {
    box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 9%);
    position: relative;
    overflow: hidden;
}

.pbmit-service-style-2 .pbmit-featured-wrapper {
    display: block;
    overflow: hidden;
}

.pbmit-service-style-2 .pbminfotech-box-content {
    padding: 39px 40px 17px;
    background: var(--pbmit-white-color);
}

.pbmit-service-style-2 .pbmit-service-title {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    width: 120px;
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper {
    line-height: 53px;
    font-size: 53px;
    color: var(--pbmit-global-color);
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper img {
    width: 53px;
    height: auto;
    margin-bottom: 10px;
}

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

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

.pbmit-service-style-2:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.pbmit-service-style-2:hover .pbminfotech-box-content-inner .pbmit-service-icon-wrapper {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}

.pbmit-service-style-2-bg .elementor-container {
    max-width: none !important;
    width: 1450px;
}

@media (max-width: 1600px) {
    .pbmit-service-style-2-bg>.elementor-container {
        width: 1350px;
    }
}

@media (max-width: 1400px) {
    .pbmit-service-style-2-bg>.elementor-container {
        width: 1300px;
    }
}

@media (max-width: 1350px) {
    .pbmit-service-style-2-bg>.elementor-container {
        width: 100%;
        border-radius: 0;
    }
}

.pbmit-element-service-style-2.pbminfotech-element-viewtype-carousel .owl-stage-outer {
    box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 9%);
}

.pbmit-service-style-2-bg>.elementor-container::after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 50, 129);
}

.pbmit-service-style-2-bg>.elementor-container {
    max-width: none !important;
    width: 1450px;
    border-radius: 0px;
}

.pbmit-service-style-2-bg>.elementor-container>.elementor-column {
    margin: 0 auto;
    width: 1170px;
}

.pbmit-service-style-2-bg>.elementor-container>.elementor-column .pbmit-element-service-style-2 {
    margin-bottom: -226px;
}

.pbmit-service-style-2-bg:before,
.pbmit-service-style-2-bg {
    background-color: transparent !important;
}

@media (max-width: 1600px) {
    .pbmit-service-style-2-bg>.elementor-container {
        width: 1350px;
    }
}

@media (max-width: 1400px) {
    .pbmit-service-style-2-bg>.elementor-container {
        width: 1300px;
    }
}

@media (max-width: 1350px) {
    .pbmit-service-style-2-bg>.elementor-container {
        width: 100%;
        padding: 0 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .pbmit-service-style-2-bg>.elementor-container {
        padding: 0 15px;
    }
}

/** Style 5 **/
.pbmit-service-style-5 .pbmit-service-btn,
.pbmit-service-style-5 .pbmit-service-icon-wrapper,
.pbmit-service-style-5 .pbmit-featured-wrapper img,
.pbmit-service-style-5 .pbminfotech-post-item {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-service-style-5 .pbminfotech-post-item {
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 9%);
    margin: 15px;
    position: relative;
    top: 0;
}

.pbmit-service-style-5:hover .pbminfotech-post-item {
    top: -0.5rem;
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 9%);
}

.pbmit-service-style-5 .pbmit-service-image-icon-wrapper {
    position: relative;
}

.pbmit-service-style-5 .pbminfotech-box-content {
    padding: 8px 8px 15px;
    text-align: center;
    background-color: var(--pbmit-white-color);
}

.pbmit-service-style-5 .pbmit-service-icon-wrapper {
    font-size: 45px;
    position: absolute;
    bottom: -53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 107px;
    height: 107px;
    line-height: 107px;
    background-color: var(--pbmit-global-color);
    z-index: 2;
    color: var(--pbmit-white-color);
    border: 5px solid var(--pbmit-white-color);
    border-radius: 50%;
}

.pbmit-service-style-5 .pbmit-service-icon-wrapper img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}

.pbmit-service-style-5 .pbmit-service-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin: 5px 0 15px;
}

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

.pbmit-service-style-5 .pbmit-content-inner {
    position: relative;
    margin: 0 10px;
}

.pbmit-service-style-5 .pbmit-featured-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 70px;
}

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

.pbmit-service-style-5 .pbmit-featured-wrapper:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background: var(--pbmit-secondary-color);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 50, 129, 0.7483368347338936) 0%, rgba(0, 50, 129, 0) 60%);
}

.pbmit-service-style-5:hover .pbmit-featured-wrapper:after {
    transform: scaleY(1.0);
    opacity: 1;
}

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

.pbmit-service-style-5 .pbmit-service-btn a {
    font-size: 14px;
    color: #02aae4;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 19px;
    text-transform: capitalize;
    font-style: normal;
}

.pbmit-service-style-5 .pbmit-service-btn a:hover {
    color: var(--pbmit-blackish-color);
}

.pbmit-service-style-5 .pbmit-service-btn a i {
    margin-left: 10px;
}

/*----------------------------------------*/
/*  05 - Portfolio
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 .pbminfotech-post-content {
    position: relative;
    overflow: hidden;
}

.pbmit-portfolio-style-1 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.pbmit-portfolio-style-1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbminfotech-titlebox {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 20px;
    bottom: 30px;
    z-index: 3;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -o-transition: all ease 900ms;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-portfolio-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -5px;
}

.pbmit-portfolio-style-1:hover .pbmit-port-cat:before {
    background-color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-port-cat a {
    font-size: 14px;
    font-weight: 500;
    color: var(--pbmit-global-color);
}

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

.pbmit-portfolio-style-1:hover .pbminfotech-box-content .pbminfotech-titlebox {
    visibility: visible;
    opacity: 1;
    left: 40px;
}

.pbmit-portfolio-style-1 .pbminfotech-icon-box a>i:before {
    font-weight: 700;
}

.pbmit-portfolio-style-1 .pbminfotech-icon-box a {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 16px;
    line-height: 60px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    display: inline-block;
    text-align: center;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}

.pbmit-portfolio-style-1:hover .pbminfotech-icon-box a {
    visibility: visible;
    opacity: 1;
    right: 40px;
}

.pbmit-portfolio-style-1 .pbminfotech-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    padding: 30px 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+50 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(0, 0, 0, ), endColorstr=rgb(0, 0, 0, ), GradientType=0);
    /* IE6-9 */
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}

.pbmit-portfolio-style-1:hover .pbminfotech-overlay {
    opacity: 1;
    visibility: visible;
}

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

.pbmit-portfolio-style-2 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.pbmit-portfolio-style-2:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pbmit-portfolio-style-2 .pbminfotech-box-content .pbminfotech-titlebox {
    display: inline-block;
    width: calc(100% - 80px);
}

.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-portfolio-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-port-cat a {
    font-size: 14px;
    font-weight: 500;
    color: var(--pbmit-global-color);
}

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

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

.pbmit-portfolio-style-1 .pbminfotech-icon-box a>i:before {
    font-weight: 700;
}

.pbmit-portfolio-style-2 .pbminfotech-icon-box {
    width: 40px;
    height: 40px;
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: var(--pbmit-white-color);
    border-radius: 50%;
    background-color: var(--pbmit-global-color);
    display: block;
    text-align: center;
}

.pbmit-portfolio-style-2 .pbminfotech-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    padding: 30px 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgb(32 34 73) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgb(33 35 75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgb(33 35 75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}

.pbmit-portfolio-style-2:hover .pbminfotech-overlay {
    opacity: 1;
    visibility: visible;
}

.pbmit-portfolio-style-2 .pbminfotech-box-content-wrapper {
    position: absolute;
    left: 0px;
    bottom: 30px;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -o-transition: all ease 900ms;
}

.pbmit-portfolio-style-2:hover .pbminfotech-box-content-wrapper {
    visibility: visible;
    opacity: 1;
    left: 25px;
}

/** Style 3 **/
.pbmit-portfolio-style-3 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
}

.pbmit-portfolio-style-3 .pbmit-content-wrapper {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-8%);
    -moz-transform: translateX(0%) translateY(-8%);
    -ms-transform: translateX(0%) translateY(-8%);
    -o-transform: translateX(0%) translateY(-8%);
    transform: translateX(0%) translateY(-8%);
    left: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.pbmit-portfolio-style-3 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.pbmit-portfolio-style-3:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pbmit-portfolio-style-3 h3.pbmit-portfolio-title {
    font-size: 24px;
    line-height: 28px;
}

.pbmit-portfolio-style-3 .pbmit-content-wrapper,
.pbmit-portfolio-style-3 .pbminfotech-content,
.pbmit-portfolio-style-3 .pbmit-link-icon {
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}

.pbmit-portfolio-style-3:hover .pbminfotech-content {
    opacity: 1;
}

.pbmit-portfolio-style-3 h3.pbmit-portfolio-title a,
.pbmit-portfolio-style-3 .pbmit-port-cat a {
    color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-3 .pbminfotech-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--pbmit-global-color);
    padding: 20px 40px 0 30px;
    opacity: 0;
    overflow: hidden
}

.pbmit-portfolio-style-3 .pbminfotech-icon-box.pbminfotech-media-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 21px;
    z-index: 1;
    opacity: 0;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}

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

.pbmit-portfolio-style-3:hover .pbminfotech-icon-box.pbminfotech-media-link {
    visibility: visible;
    opacity: 1;
    right: 40px;
}

.pbmit-element-portfolio-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.pbmit-element-portfolio-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    background-color: var(--pbmit-white-color);
}

.pbmit-element-portfolio-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav {
    top: calc(100% - -55px);
}

.pbmit-element-portfolio-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    right: 82px;
    margin: 0 auto;
}

.pbmit-element-portfolio-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next {
    left: 80px !important;
    margin: 0 auto;
}

.pbmit-element-portfolio-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after,
.pbmit-element-portfolio-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
    color: var(--pbmit-secondary-color);
    content: '\e814';
}

.pbmit-portfolio-style-3-bg.elementor-section.elementor-top-section.pbmit-elementor-bg-color-secondary {
    background-color: transparent !important;
}

.pbmit-portfolio-style-3-bg.elementor-section.elementor-top-section:before {
    background-color: var(--pbmit-secondary-color) !important;
    z-index: 0;
    left: 240px;
    right: 240px;
    width: calc(100% - 480px);
}

.pbmit-portfolio-style-3-bg.elementor-section.elementor-top-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/dot-pattern-bg.html) no-repeat 0 0;
    left: 240px;
    right: 240px;
    width: calc(100% - 480px);
    z-index: 0;
    height: 100%;
}

@media (max-width: 1600px) {
    .pbmit-portfolio-style-3-bg.elementor-section.elementor-top-section:before {
        left: 180px;
        right: 180px;
        width: calc(100% - 360px);
    }
}

@media (max-width: 1200px) {
    .pbmit-portfolio-style-3-bg.elementor-section.elementor-top-section:before {
        left: 0px;
        right: 0px;
        width: calc(100% - 0px);
    }
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbminfotech-box-content {
    padding: 22px 30px 15px;
    position: relative;
    background: var(--pbmit-white-color);
    border: 1px solid rgb(238, 238, 238);
}

.pbmit-blog-style-1 .pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-post-title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 15px;
}

.pbmit-blog-style-1 .pbminfotech-box-desc {
    margin-top: 10px;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper {
    position: absolute;
    left: 30px;
    top: -28px;
    padding: 7px 15px;
    text-align: center;
    display: inline-block;
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper span {
    display: block;
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper span.pbmit-day {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700 !important;
}

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

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

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

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

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-category a {
    font-size: 13px !important;
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-category a,
.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-line i {
    color: var(--pbmit-global-color) !important;
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-line a {
    font-size: 14px;
    color: rgb(153, 153, 153);
}

.pbmit-blog-style-1 .pbmit-meta-line span {
    font-size: 14px;
    color: rgb(153, 153, 153);
}

.pbminfotech-element-blog .pbmit-blog-style-1 .pbmit-meta-comment-wrapper.pbmit-meta-line:before {
    content: unset;
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-line .pbmit-comments-hide {
    display: none;
}

.pbminfotech-element-blog .pbmit-blog-style-1 .pbmit-meta-comment-wrapper.pbmit-meta-line {
    padding-left: 2px;
}

/** Style 2 **/
.pbmit-blog-style-2 .post-item {
    box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 5%);
    padding: 0 25px 7px;
    margin-top: 40px;
}

.pbmit-blog-style-2 .pbminfotech-box-content {
    position: relative;
    background: var(--pbmit-white-color);
    top: -18px;
}

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

.pbmit-blog-style-2 .pbminfotech-box-desc {
    margin-top: 10px;
    margin-bottom: 25px;
}

.pbmit-blog-style-2 .pbmit-meta-date-wrapper {
    padding: 6px 15px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    left: -25px;
    top: 52%;
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-2 .pbmit-meta-date-wrapper span {
    display: block;
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
}

.pbmit-blog-style-2 .pbmit-meta-date-wrapper span.pbmit-day {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700 !important;
}

.pbmit-blog-style-2 .pbmit-featured-container {
    top: -35px;
    position: relative;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    clip-path: ellipse(165% 58% at 50% 42%);
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

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

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

.pbmit-blog-style-2 .pbmit-service-btn a {
    color: var(--pbmit-global-color);
    font-size: 14px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -.2px;
    text-transform: capitalize;
    font-style: normal;
}

.pbmit-blog-style-2 .pbmit-meta-line i {
    color: var(--pbmit-global-color);
}

.pbmit-blog-style-2 .pbmit-service-btn a:Hover {
    color: var(--pbmit-link-color-normal);
}

.pbmit-blog-style-2 .pbmit-service-btn {
    margin-top: -3px;
}

.pbmit-blog-style-2 .pbmit-meta-comment-wrapper.pbmit-meta-line:before {
    content: unset;
}

.pbmit-blog-style-2 .pbmit-meta-comment-wrapper.pbmit-meta-line {
    padding-left: 0px;
}

.pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-blog-style-2 .pbmit-meta-line span {
    font-size: 13px;
    color: rgb(153, 153, 153) !important;
}

.pbmit-blog-style-2 .pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

/** Style 3 **/
.pbmit-blog-style-3 .pbmit-featured-wrapper img,
.pbmit-blog-style-3 {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
}

.pbmit-blog-style-3 .post-item {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 20px;
}

.pbmit-blog-style-3 .pbminfotech-box-content {
    padding: 27px 10px 1px;
    position: relative;
    background: var(--pbmit-white-color);
}

.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-post-title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 17px;
}

.pbmit-blog-style-3 .pbminfotech-box-desc {
    margin-top: 10px;
}

.pbmit-blog-style-3 .pbmit-meta-date-wrapper {
    position: absolute;
    right: 15px;
    top: 0px;
    padding: 7px 15px;
    text-align: center;
    display: inline-block;
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-meta-line span,
.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-meta-line a {
    font-size: 14px;
    color: rgb(153, 153, 153);
}

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

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

.pbmit-blog-style-3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.pbmit-blog-style-3 .pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.pbmit-blog-style-3:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pbmit-blog-style-3 .pbmit-meta-date-wrapper span {
    display: block;
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-style: normal;
}

.pbmit-blog-style-3 .pbmit-post-title a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-meta-category a {
    font-size: 13px !important;
}

.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-meta-category a,
.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-meta-line i {
    color: var(--pbmit-global-color);
}

.pbminfotech-element-blog .pbmit-blog-style-3 .pbmit-meta-comment-wrapper.pbmit-meta-line:before {
    content: unset;
}

.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-meta-line .pbmit-comments-hide {
    display: none;
}

.pbminfotech-element-blog .pbmit-blog-style-3 .pbmit-meta-comment-wrapper.pbmit-meta-line {
    padding-left: 2px;
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-box-img {
    margin-right: 25px;
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
    position: relative;
    width: 102px;
    height: 102px;
}

.pbmit-testimonial-style-2 .pbminfotech-author-wrapper {
    margin-top: 20px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
    font-size: 14px;
    line-height: 22px;
    color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-2 blockquote {
    font-size: 19px;
    line-height: 31px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 15px;
    color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-desc {
    margin-top: 30px;
    padding-bottom: 75px;
}

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

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .pbmit-testimonial-style-2 {
    margin: 0 80px 0 30px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
    font-size: 16px;
}

.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-2 blockquote,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
    color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
    color: rgb(255, 210, 0);
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
    margin: -6px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-desc:before {
    position: absolute;
    font-size: 50px;
    font-weight: normal;
    bottom: -5px;
    font-family: "pbminfotech-base-icons";
    content: '\e857';
    line-height: 50px;
    text-align: center;
    color: var(--pbmit-global-color);
}

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav {
    bottom: 30px !important;
    top: auto !important;
}

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: -70px;
}

.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-2 .pbminfotech-author-wrapper {
    border-top-color: rgb(221 221 221 / 17%);
}

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-stage-outer {
    margin-left: -30px;
}

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button:hover.owl-prev,
.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button:hover.owl-next {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
}

.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after,
.pbmit-element-testimonial-style-2.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    font-family: "pbminfotech-base-icons";
    content: '\e81c';
    font-size: 22px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title,
.pbmit-testimonial-style-2 .pbmit-featured-wrapper:before {
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper:before {
    background-color: var(--pbmit-light-bg-color);
}

.pbmit-element-testimonial-style-2 .pbmit-carousel-navs {
    display: none;
}

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

/** Style 3 **/
.pbmit-testimonial-style-3 {
    padding: 10px 145px;
    text-align: center;
    overflow: hidden;
    margin: 0 40px;
}

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

.pbmit-testimonial-style-3 .pbminfotech-box-img img {
    height: 79px;
    width: 79px !important;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.pbmit-testimonial-style-3 .pbmit-featured-wrapper:after {
    position: absolute;
    content: '"';
    font-size: 12px;
    line-height: 32px;
    top: 10px;
    margin-left: 20px;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    border-radius: 50%;
    height: 30px;
    font-family: "pbminfotech-base-icons";
    content: '\f10e';
    width: 30px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-title * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-author {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 2px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings {
    margin-bottom: 0;
}

.pbmit-testimonial-style-3 blockquote {
    margin: 5px 0 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400 !important;
    padding: 30px 30px 0px 30px;
    padding-right: 60px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings i.pbmit-active {
    color: rgb(255, 227, 72);
}

.pbmit-element-testimonial-style-3 .pbmit-ele-header-area {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    top: 50%;
    margin-top: -35px;
    left: 30px;
}

.pbmit-element-testimonial-style-3 .pbmit-ele-header-area .pbmit-element-title {
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 15px !important;
    text-transform: uppercase;
}

.pbmit-element-testimonial-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-dots {
    position: absolute;
    right: 38px;
    top: 50%;
    width: 39px;
    margin-top: -20px;
}

.pbmit-element-testimonial-style-3.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid rgb(203, 203, 203);
}

.pbmit-element-testimonial-style-3.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings {
    font-size: 18px;
    color: rgb(16 16 16 / 15%);
}

/*----------------------------------------*/
/*  08 - Client
/*----------------------------------------*/
/** Style 1 **/
.pbmit-client-style-1 {
    text-align: center;
}

.pbmit-client-style-1 .pbmit-client-wrapper {
    overflow: hidden;
}

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

.pbmit-client-style-1 .pbmit-client-hover-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-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%);
}

/*----------------------------------------*/
/*  09 - Header
/*----------------------------------------*/
@media only screen and (max-width: 500px) {

    .site-title {
        width: 200px !important;
    }

}

.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    max-height: 90px;
    line-height: 90px;
}

.site-title a {
    display: table-cell;
    vertical-align: middle;
}

/** Header Style 1 **/
.header-style-1 .site-title {
    background-color: var(--pbmit-secondary-color);
    padding-left: 80px;
    padding-right: 80px;
    height: 148px;
}

.header-style-1 .pbmit-contact-info li>i {
    font-size: 13px;
    color: var(--pbmit-global-color);
    margin-right: 5px;
}

.header-style-1 .sticky-header.site-header-menu:before {
    display: none;
}

.header-style-1 .pbmit-pre-header-wrapper ul li ul li {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    float: left;
}

.header-style-1 .pbmit-header-search-btn {
    margin-right: 20px;
}

.header-style-1 .pbmit-social-links a {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.header-style-1 .pbmit-social-links a i {
    font-size: 13px;
    margin-right: 5px;
    color: var(--pbmit-secondary-color);
}

.header-style-1 .pbmit-social-links {
    padding: 0 15px;
}

.header-style-1 .pbmit-contact-info {
    font-size: 13px;
}

.header-style-1 .pbmit-pre-header-wrapper ul li {
    font-weight: 600;
    padding: 0 15px;
    vertical-align: top;
    position: relative;
    display: inline-flex;
    color: var(--pbmit-body-typography-color);
}

.header-style-1 .pbmit-pre-header-wrapper .pbmit-contact-info a {
    color: var(--pbmit-body-typography-color) !important;
}

.header-style-1 .pbmit-header-infobox {
    background: var(--pbmit-light-color);
    padding: 0 50px;
    border-left: 1px solid rgb(238, 238, 238);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-style-1 .pbmit-header-infobox a::after {
    content: "\e868";
    font-family: 'pbminfotech-base-icons';
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    top: -8px;
    position: absolute;
    left: 0;
    font-weight: 400;
    height: 65px;
    width: 65px;
    background: var(--pbmit-white-color);
    border-radius: 100%;
    color: var(--pbmit-global-color);
}

.header-style-1 .pbmit-header-infobox a {
    position: relative;
}

.header-style-1 .pbmit-header-infobox a {
    display: inline-block;
    padding: 0 80px;
    vertical-align: middle;
    padding-right: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-weight: 600;
    font-style: normal;
    font-family: var(--pbmit-heading-typography-font-family);
}

.header-style-1 .pbmit-header-infobox span {
    display: block;
}

.header-style-1 .pbmit-header-infobox .pbmit-header-btn-text-1 {
    font-size: 12px;
    color: var(--pbmit-body-typography-color);
}

.header-style-1 .site-navigation ul.navigation>li>a {
    line-height: 100px;
    height: 100px;
}

.header-style-1 .pbmit-header-button {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -.5px;
    text-transform: capitalize;
    font-style: normal;
}

.header-style-1 .pbmit-right-box .pbmit-header-button a {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    display: inline-block;
    padding: 0 75px 0 55px;
    vertical-align: middle;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px !important;
    letter-spacing: -.5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 100px;
    height: 100px;
}

.header-style-1 .pbmit-header-button a span {
    position: relative;
}

.header-style-1 .pbmit-header-button a span::after {
    content: "\e854";
    font-family: 'pbminfotech-base-icons';
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: var(--pbmit-white-color);
}

.header-style-1 .pbmit-right-box .pbmit-header-button a:hover {
    background-color: var(--pbmit-secondary-color);
}

.header-style-1 .pbmit-logo-menuarea,
.header-style-1 .pbmit-pre-header-wrapper .pbmit-pre-header-left {
    margin-left: 45px;
}

.header-style-1 .pbmit-pre-header-wrapper {
    height: 48px;
    font-size: 12px;
    line-height: 48px;
    border-bottom: 1px solid rgb(238, 238, 238);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header-style-1 .container-full {
    flex: 1;
}

.header-style-1 .pbmit-pre-header-wrapper>.container-fluid {
    max-width: none;
    padding: 0;
    margin: 0 auto;
}

.header-style-1 .pbmit-right-box {
    margin-left: auto;
}

.header-style-1 .sticky-header .pre-header {
    display: none !important;
}

.header-style-1 .sticky-header .container-full .pbmit-pre-header-wrapper {
    display: none;
}

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

.header-style-1 .sticky-header .pbmit-header-infobox,
.header-style-1 .sticky-header .pbmit-right-box .pbmit-header-button a,
.header-style-1 .sticky-header .pbmit-right-box .pbmit-search-cart-box {
    height: 90px;
    line-height: 90px;
}

.header-style-1 .site-title {
    max-height: 148px;
    line-height: 148px;
}

/** Header style 2 **/
.header-style-2 .sticky-header .site-navigation ul.navigation>li>a {
    color: var(--pbmit-blackish-color) !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .15px;
    text-transform: capitalize;
    font-style: normal;
    margin: 0px 20px;
}

.header-style-2 .pbmit-header-button {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -.2px;
    text-transform: capitalize;
    font-style: normal;
}

.header-style-2 .pbmit-header-button a {
    padding: 15px 50px 15px 30px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 0;
    letter-spacing: -.14px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-style-2 .pbmit-header-button a span::before {
    content: "\e854";
    font-family: 'pbminfotech-base-icons';
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    right: -20px;
    top: 50%;
    color: var(--pbmit-white-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-style-2 .pbmit-header-button a span {
    position: relative;
}

.header-style-2 .pbmit-header-button a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

.header-style-2 .pbmit-header-box i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.header-style-2 .pbmit-header-box {
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--pbmit-white-color);
    line-height: 50px;
}

.header-style-2 .pbmit-social-links a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 17px;
    color: var(--pbmit-white-color);
    padding: 0px 3px;
}

.header-style-2 .pbmit-social-links a:hover {
    color: var(--pbmit-global-color);
}

.header-style-2 .pbmit-header-box-3 {
    margin-right: 15px;
}

.header-style-2 .pre-header .container,
.header-style-2 .site-header-menu .container {
    --bs-gutter-x: 1.9rem;
}

.header-style-2 .sticky-header .container {
    --bs-gutter-x: 1.6rem !important;
}

.header-style-2 .sticky-header .pbmit-menu-innerpage {
    padding: 0 23px;
    border-bottom: none;
}

.header-style-2 .sticky-header .navbar-collapse {
    padding-right: 100px !important;
}

.header-style-2 .pbmit-social-links {
    line-height: 50px;
    padding: 0 15px;
}

.header-style-2 .navbar-expand-xl .navbar-collapse {
    padding-right: 70px;
}

.header-style-2 .pre-header-inner {
    background-color: var(--pbmit-secondary-color);
    padding: 0px 15px;
}

.header-style-2 .pbmit-menu-innerpage {
    background-color: var(--pbmit-white-color);
    padding: 0 35px;
    border-bottom: 4px solid hsl(223, 23%, 94%);
}

.header-style-2 .pbmit-header-overlay {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}

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

.header-style-2 .site-branding img {
    max-height: 85px !important;
}

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

.header-style-2 .pbmit-header-search-btn {
    margin-right: 25px;
}

.header-style-2 .pbmit-header-button a:hover ::before {
    content: "\e854";
    right: -25px;
}

/** Header style 3 **/
.header-style-3 .site-navigation ul.navigation>li>a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .15px;
    text-transform: capitalize;
    font-style: normal;
    height: 100px;
    line-height: 100px;
    margin: 0px 20px;
}

.header-style-3 .navbar-expand-xl .navbar-collapse {
    margin-right: 100px;
}

.header-style-3 .sticky-header .site-navigation {
    margin-right: 40px;
}

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

.header-style-3 .sticky-header .pbmit-menu-innerpage {
    padding: 0px;
}

.header-style-3 .sticky-logo-img {
    display: none !important;
}

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

.header-style-3 .sticky-header .sticky-logo-img {
    display: block !important;
}

.header-style-3 .site-branding img {
    max-height: 45px !important;
}

.header-style-3 .pbmit-header-search-btn {
    margin-right: 20px;
    padding-top: 3px;
}

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

.header-style-3 .pre-header-inner {
    background-color: var(--pbmit-secondary-color);
    padding: 0px 10px;
}

.header-style-3 .pbmit-menu-innerpage {
    padding: 0 15px;
}

.header-style-3 .pbmit-pre-header-left .pbmit-header-box-icon i {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: var(--pbmit-global-color);
}

.header-style-3 .pbmit-header-box-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    text-transform: none;
    font-style: normal;
}

.header-style-3 .pbmit-header-box-content {
    display: block;
}

.header-style-3 .pbmit-header-box-content {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: var(--pbmit-body-typography-color);
    text-transform: none;
    font-style: normal;
}

.header-style-3 .pbmit-leftshape {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    padding: 10px;
    position: relative;
}

.header-style-3 .pbmit-contact-info li {
    font-size: 12px;
    line-height: 20px;
    margin-right: 0;
    display: block;
}

.header-style-3 .pbmit-leftshape::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-right: 20px solid var(--pbmit-global-color);
    border-bottom: 42px solid transparent;
}

.header-style-3 .pbmit-social-links li.pbmit-social-facebook a {
    color: rgb(23, 91, 152);
}

.header-style-3 .pbmit-social-links li.pbmit-social-twitter a {
    color: rgb(17, 171, 241);
}

.header-style-3 .pbmit-social-links li.pbmit-social-linkedin a {
    color: rgb(224, 143, 202);
}

.header-style-3 .pbmit-social-links li.pbmit-social-youtube a {
    color: rgb(255, 0, 0);
}

.header-style-3 .pbmit-social-links {
    margin-right: 0;
    padding: 10px 5px;
    display: flex;
    justify-content: end;
}

.header-style-3 .pbmit-social-links li {
    padding-left: 0px;
    padding-right: 0px;
}

.header-style-3 .pbmit-social-links a {
    line-height: 23px;
    font-size: 18px;
    color: var(--pbmit-white-color);
    margin: 0 10px;
}

.header-style-3 .pbmit-header-button {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -.2px;
    text-transform: capitalize;
    font-style: normal;
}

.header-style-3 .pbmit-header-button a {
    padding: 20px 50px 20px 30px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 0;
    letter-spacing: -.14px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-style-3 .pbmit-header-button a span::before {
    content: "\e854";
    font-family: 'pbminfotech-base-icons';
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    right: -20px;
    top: 50%;
    color: var(--pbmit-white-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-style-3 .pbmit-header-button a span {
    position: relative;
}

.header-style-3 .pbmit-header-button a:hover {
    color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-white-color);
}

.header-style-3 .pbmit-header-button a:hover ::before {
    color: var(--pbmit-secondary-color);
}

.header-style-3 .pbmit-menu-innerpage {
    background-color: var(--pbmit-secondary-color);
}

.header-style-3 .pbmit-menu-wrap>div>ul>li>a:after {
    font-family: "pbminfotech-base-icons";
    content: '\f107';
    margin-left: 8px;
    font-size: 13px;
    font-weight: 700;
}

.header-style-3 .pbmit-header-overlay {
    position: absolute;
    content: '';
    width: 100%;
    z-index: 2;
    left: 0;
}

.header-style-3 .sticky-header .pbmit-menu-innerpage {
    background-color: var(--pbmit-white-color);
}

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

.sticky-header ul.navigation>li>a:hover:after {
    color: var(--pbmit-blackish-color) !important;
}

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

.header-style-3 .pbmit-social-links li a:hover {
    color: var(--pbmit-global-color) !important;
}

.header-style-3 .pbmit-pre-header-right li .pbmit-base-icon-clock-1 {
    font-size: 18px;
    margin-right: 5px;
}

.header-style-3 .pbmit-header-box-1 {
    padding-right: 60px;
}

.header-style-3 .pbmit-header-box .col-md-3 {
    padding-right: calc(var(--bs-gutter-x) * 1) !important;
    padding-left: calc(var(--bs-gutter-x) * .0);
}

.header-style-3 .pbmit-header-box .col-md-9 {
    padding-right: calc(var(--bs-gutter-x) * 0) !important;
    padding-left: calc(var(--bs-gutter-x) * .0);
}

.header-style-3 .container {
    --bs-gutter-x: 1.9rem !important;
}

.header-style-3 .pbmit-pre-header-wrapper .container {
    padding-right: 0px;
}

.header-style-3 .site-title {
    max-height: 100px;
    line-height: 100px;
}

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

.header-style-3 .sticky-header .pbmit-header-search-btn a {
    color: var(--pbmit-blackish-color);
    font-size: 18px;
}

.header-style-3 .pbmit-header-button a:hover ::before {
    content: "\e854";
    right: -25px;
}

/*----------------------------------------*/
/*  10 - Footer
/*----------------------------------------*/
.site-footer {
    font-size: 14px;
}

.site-footer .widget {
    padding: 25px 0px 20px 0px;
    position: relative;
}

.site-footer .widget.pbmit-topline {
    text-align: center;
}

.site-footer .widget.pbmit-topline:after {
    position: absolute;
    content: "";
    top: -60px;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--pbmit-global-color);
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

.site-footer .pbmit-footer-widget-col-1 .widget:after {
    width: 100%;
}

.pbmit-footer-section {
    background-color: #01193f;
    position: relative;
}

.pbmit-footer-newsletter button {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -.04px;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    background-color: var(--pbmit-global-color);
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.pbmit-footer-newsletter button:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.widget ul>li {
    padding: 0 0 15px 0;
    font-weight: 500;
}

.menu-services-menu-container a {
    color: var(--pbmit-white-color);
}

.pbmit-timelist-list li {
    /* display: flex; */
    justify-content: space-between;
    padding-bottom: 10px !important;
}

.pbmit-footer-newsletter input[type="email"] {
    background-color: rgb(255 255 255 / 15%);
    margin-top: 20px;
    border: none;
    padding: 0 35px;
    height: 50px;
    color: var(--pbmit-white-color);
    display: block;
    width: 100%;
}

.pbmit-footer-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.pbmit-footer-section.footer-wrap {
    padding-top: 30px;
}

.mc4wp-form .mc4wp-form-fields span {
    font-style: italic;
}

.pbmit-footer-boxes,
.pbmit-footer-section.pbmit-footer-big-area-wrapper,
.pbmit-footer-section.pbmit-footer-text-area,
.pbmit-footer-section.pbmit-footer-text-area {
    z-index: 1;
    position: relative;
}

.footer-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

ul.pbmit-timelist-list .pbmit-timelist-li-value {
    color: var(--pbmit-global-color);
}

.pbmit-footer-section.pbmit-text-color-white a:hover {
    color: var(--pbmit-white-color);
}

.pbmit-footer-text-area .pbmit-footer-copyright-box h3,
.pbmit-footer-widget .widget .widget-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #ffffff;
}

.pbmit-footer-copyright-box .pbmit-footer-copyright-text-area {
    text-align: center;
    color: var(--pbmit-white-color);
    font-size: 12px;
}

.pbmit-footer-copyright-box .pbmit-footer-copyright-text-area i {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 40px;
    color: var(--pbmit-global-color);
}

.site-footer .widget.widget_custom_html {
    padding-left: 70px;
    padding-right: 0px;
}

.pbmit-footer-section .pbmit-footer-logo img {
    max-height: 65px;
}

/*=== pbmit-footer-copyright-box ===*/
.pbmit-footer-copyright-box span {
    font-size: 14px;
    font-weight: 700;
    color: var(--pbmit-global-color);
}

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

.pbmit-footer-copyright-box ul.pbmit-social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pbmit-footer-copyright-box ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.pbmit-footer-copyright-box ul li.pbmit-social-li a span {
    display: inline-block;
    text-align: center;
    color: rgb(222, 222, 222) !important;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgb(222, 222, 222);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pbmit-footer-copyright-box ul li.pbmit-social-li a span:hover {
    border-color: var(--pbmit-white-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-footer-copyright-box ul li.pbmit-social-li a span:hover {
    color: var(--pbmit-secondary-color) !important;
}

/*=== pbmit-footer-big-area-wrapper ===*/
.pbmit-footer-contact-info-inner i {
    display: inline-block;
    width: 64px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin-right: 25px;
    font-size: 30px;
    border: 2px solid;
    color: var(--pbmit-white-color);
    font-weight: normal;
    border-radius: 50%;
    border-color: var(--pbmit-global-color);
}

.pbmit-footer-contact-info-inner .pbmit-label {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: var(--pbmit-white-color);
}

.pbmit-footer-big-area .pbmit-footer-contact-info-wrap {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: var(--pbmit-global-color);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

.footer-wrap.pbmit-footer-big-area .container {
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    z-index: 9;
    position: relative;
}

.pbmit-footer-big-area .pbmit-footer-social-icon {
    text-align: right;
}

.pbmit-footer-big-area .pbmit-footer-social-icon ul {
    margin: 0;
}

.pbmit-footer-big-area .pbmit-footer-social-icon li {
    display: inline-block;
    margin-bottom: 8px;
}

.pbmit-footer-big-area .pbmit-footer-social-icon li a {
    font-size: 22px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.pbmit-footer-big-area .pbmit-footer-social-icon li a:hover {
    color: var(--pbmit-white-color);
    background-color: #f7b042;
}

.pbmit-footer-contact-info-inner .pbmit-label {
    display: block;
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
}

.footer-wrap.pbmit-footer-big-area .container:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 360px;
    background: var(--pbmit-global-color);
    bottom: -6px;
    left: 5px;
}

/*=== pbmit-float-menu ===*/
.site-footer .pbmit-footer-menu a:hover,
.site-footer .widget ul a:hover {
    color: var(--pbmit-global-color);
}

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

.site-footer .widget ul li>a,
.site-footer .widget.widget_meta ul li>a,
.site-footer .widget.widget_recent_entries ul li,
.site-footer .widget.widget_recent_comments ul li,
.site-footer .widget.widget_archive ul li>a,
.site-footer .widget.widget_categories ul li>a,
.site-footer .widget.widget_pages ul li>a {
    position: relative;
    padding-left: 18px;
}

.site-footer .widget ul li>a:before,
.site-footer .widget.pbmit_widget_list_all_posts ul li>a:before,
.site-footer .widget.widget_meta ul li>a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
    position: absolute;
    color: inherit;
    font-family: 'pbminfotech-base-icons';
    font-weight: normal;
    line-height: normal;
    content: '\e814';
    font-size: 16px;
    left: 0;
}

.site-footer .widget ul li>a:before,
.site-footer .widget.widget_meta ul li>a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
    top: 2px;
}

.pbmit-contact-social-area ul,
.pbmit-footer-social-area ul {
    list-style: none;
    text-align: right;
    margin: 0;
}

.pbmit-contact-social-area ul li,
.pbmit-footer-social-area ul li {
    display: inline-block;
    margin-right: 10px;
}

.pbmit-contact-social-area ul a,
.pbmit-footer-social-area ul li a {
    display: block;
    background-color: rgba(255, 255, 255, 0.30);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.site-header .pbmit-navbar>div>ul>li.menu-item-has-children>a:after,
.site-header .pbmit-navbar>div>ul>li.page_item_has_children>a:after {
    font-family: "pbminfotech-base-icons";
    content: '\f107';
    margin-left: 8px;
    font-size: 13px;
    font-weight: bold;
}

.site-header .pbmit-navbar>div>ul>li:last-child>a:after {
    display: none;
}

/*=== Footer Widget ===*/
.site-footer .widget_archive ul li {
    position: relative;
}

.site-footer .widget_archive ul li span,
.site-footer .widget_categories ul li span {
    position: absolute;
    right: 15px;
    top: 0;
}

.pbmit-text-color-white .widget_categories ul li span,
.pbmit-text-color-white .widget_archive ul li span {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
}

/*=== Footer Social icon  ===*/
.footer-social-links {
    border-top: 1px solid rgb(255 255 255 / 5%);
    margin-top: 50px;
    margin-left: -45px;
    margin-right: -45px;
}

.footer-social-links {
    padding-top: 60px;
    padding-bottom: 0px;
}

.footer-social-links .pbmit-social-links {
    margin-top: -15px;
}

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

.footer-social-links .pbmit-social-links li a {
    display: inline-block;
    background-color: var(--pbmit-white-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    text-align: center;
    color: rgb(51, 51, 51);
    border-radius: 50%;
}

.footer-social-links .pbmit-social-links li a:hover {
    color: var(--pbmit-white-color);
}

.pbmit-footer-text-area {
    padding-top: 0;
    padding-bottom: 0;
}

.pbmit-footer-text-area .pbmit-footer-copyright-box.col-md-12 {
    text-align: center;
    font-size: 13px;
}

.site-footer .pbmit-footer-text-inner {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 20px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.pbmit-footer-widget aside.widget_text.widget {
    padding-left: 30px;
}

.pbmit-footer-widget-col-2 aside.widget_text.widget {
    padding-left: 0px;
}

/*----------------------------------------*/
/*  11 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
    position: relative;
    background-image: url(../img/breadcum.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    height: 280px;
}

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

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

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

.pbmit-title-bar-content .pbmit-tbar-title {
    font-weight: 500;
    text-transform: none;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-title-bar-content-inner {
    margin-left: 3px;
}

.pbmit-breadcrumb,
.pbmit-breadcrumb a {
    font-family: Archivo, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(15, 15, 15);
    text-transform: none;
    font-style: normal;
}

.pbmit-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 12px;
    display: inline-block;
}

/*----------------------------------------*/
/*  12 - 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;
}

/*----------------------------------------*/
/*  13 - Progress Bar
/*----------------------------------------*/
.progressbar {
    margin-bottom: 25px;
    overflow: hidden;
}

.progressbar .progress-label {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.progress {
    overflow: visible;
    position: relative;
    height: 10px;
    line-height: 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--pbmit-white-color);
}

.progress .progress-bar {
    position: relative;
    overflow: visible;
    border-radius: 5px;
    background-color: var(--pbmit-global-color);
}

.progress.progress-percent-bg .progress-percent {
    padding-right: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: -33px;
    font-weight: 700 !important;
    font-size: 18px;
    letter-spacing: -.5px;
    color: var(--pbmit-global-color);
}

.progressbar-style-1 {
    padding-bottom: 5px;
}

.progressbar-style-1 .progress-label {
    color: var(--pbmit-blackish-color);
}

.progressbar-style-1 .progress {
    border-radius: 2px;
    height: 4px;
    line-height: 4px;
    background-color: var(--pbmit-blackish-color);
}

.progressbar-style-1 .progress .progress-bar {
    background-color: var(--pbmit-global-color);
}

.progressbar-style-1 .progress .progress-bar:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: -4px;
    border-radius: 50%;
    right: 0;
    border: 2px solid var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  14 - Accordion
/*----------------------------------------*/
.accordion {
    background: none;
    border-radius: 0;
}

.accordion-header {
    margin-bottom: 0 !important;
}

.accordion-item {
    border: none;
    background-color: var(--pbmit-light-color);
    color: var(--pbmit-blackish-color);
    font-size: 18px;
    border-radius: 0px !important;
    margin-bottom: 10px;
    transition: background .2s ease-in-out;
}

.accordion-button {
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 10px 40px 10px 40px;
    background: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--pbmit-heading-color);
    transition: color .2s ease-in-out;
    line-height: 40px;
}

.accordion-button::after {
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgb(212, 212, 212);
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    box-shadow: none;
    line-height: 20px;
}

.accordion-body {
    color: var(--pbmit-white-color);
    font-size: 16px;
    padding: 10px 40px 20px 40px;
    transform: translate3d(0, 0, 0);
    transition: padding .2s ease-in-out;
}

.accordion-item.collapsed {
    background-color: var(--pbmit-white-color);
}

.accordion-collapse {
    background-color: var(--pbmit-secondary-color);
}

.accordion .accordion-item.active h2 {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    box-shadow: none;
}

.accordion .accordion-item.active .accordion-button {
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-secondary-color);
    padding: 22px 40px 16px 40px;
}

.accordion .accordion-item .accordion-button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    font-size: inherit;
    margin: 0;
    color: var(--pbmit-global-color);
}

.accordion .accordion-item .accordion-button i:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translate(-25%, -25%);
    transform: rotate(45deg) translate(-25%, -25%);
    transition: all .2s ease-in-out;
}

.accordion .accordion-item.active .accordion-button i:before {
    -webkit-transform: rotate(225deg) translate(-25%, -25%);
    transform: rotate(225deg) translate(-25%, -25%);
}

/*----------------------------------------*/
/*  15 - 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: var(--pbmit-white-color);
    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: var(--pbmit-white-color);
    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
}

/*----------------------------------------*/
/*  16 - List Gourp
/*----------------------------------------*/
ul.list-group {
    margin-bottom: 30px;
}

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

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

ul.list-group li.list-group-item {
    display: flex;
    align-items: center;
    font-size: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    background-color: transparent;
}

ul.list-group .pbmit-icon-list-icon {
    display: flex;
}

ul.list-group .pbmit-icon-list-icon i {
    width: 1.25em;
    font-size: 20px;
    color: var(--pbmit-global-color);
}

ul.list-group .pbmit-icon-list-text {
    padding-left: 10px;
    font-weight: 600;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 18px;
}

/*----------------------------------------*/
/*  17 - Pricing-table
/*----------------------------------------*/
/* <!-- Style 1 --> */
.pbmit-pricing-table-box {
    text-align: center;
    background-color: transparent;
    position: relative;
    box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

.pbmit-pricing-table-box .pbmit-ptable-icon-wrapper i {
    line-height: 100px;
    font-size: 70px;
    display: inline-block;
}

.pbmit-pricing-table-box:after,
.pbmit-pricing-table-box:before {
    display: block;
    height: 5px;
    content: '';
    position: absolute;
    width: auto;
    top: -5px;
    left: 35px;
    right: 35px;
    background-color: var(--pbmit-global-color);
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

.pbmit-pricing-table-box:hover:after {
    top: -5px;
    width: auto;
    background-color: var(--pbmit-secondry-color);
}

.pbmit-pricing-table-box .pbminfotech-ptable-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    padding: 2px 10px;
    background-color: var(--pbmit-white-color);
}

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

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-price,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptable-icon,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-price-w,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptable-line i,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptable-lines-w {
    color: var(--pbmit-white-color) !important;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbmit-ptable-inner {
    padding: 0px 30px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn:hover a {
    color: var(--pbmit-white-color);
}

.pbmit-ptable-btn a span {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.pbmit-ptable-btn a span:after {
    position: absolute;
    right: 5px;
    content: '\e814';
    font-family: "pbminfotech-base-icons";
    font-size: 18px;
}

.pbmit-pricing-table-box .pbmit-head-wrap {
    margin: 0px 5px 5px;
    padding: 10px 0px 20px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-head-wrap:after {
    background: var(--pbmit-white-color);
}

.pbmit-pricing-table-box .pbmit-head-wrap:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(221, 221, 221);
    position: absolute;
    top: 27px;
    left: 0;
    z-index: -1;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbminfotech-ptable-price {
    font-size: 48px;
    line-height: 58px;
    font-weight: 800 !important;
    letter-spacing: -2.4px;
    font-family: Poppins, sans-serif;
    font-style: normal;
}

.pbmit-pricing-table-box .pbminfotech-ptable-frequency {
    position: absolute;
    bottom: 7px;
    display: inline-block;
    font-size: 24px;
    font-weight: 800 !important;
    margin-left: 6px;
}

.pbmit-pricing-table-box .pbminfotech-ptable-frequency:before {
    content: '/';
    margin-right: 0px;
}

.pbmit-pricing-table-box .pbminfotech-ptable-symbol,
.pbmit-pricing-table-box .pbminfotech-ptable-price {
    display: inline-block;
}

.pbmit-pricing-table-box .pbminfotech-ptable-symbol {
    position: absolute;
    left: -19px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700 !important;
    font-family: Poppins, sans-serif;
}

.pbmit-pricing-table-box .pbmit-ptable-line i {
    margin-left: 10px;
    margin-top: 5px;
    float: right;
    color: var(--pbmit-secondary-color);
}

.pbmit-pricing-table-box .pbmit-ptable-line {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -.5px;
}

.pbmit-pricing-table-box .pbmit-ptable-icon {
    font-size: 26px;
    line-height: 32px;
    margin-top: -10px;
    margin-bottom: -15px;
    color: var(--pbmit-blackish-color);
}

.pbmit-pricing-table-box .pbminfotech-ptable-price-w {
    position: relative;
    margin: 0 auto 40px;
    display: inline-block;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbminfotech-ptable-price-w .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbminfotech-ptable-price-w .pbminfotech-ptable-price {
    color: var(--pbmit-secondary-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbmit-ptable-btn {
    padding-top: 22px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptablebox-featured-w {
    position: absolute;
    right: -40px;
    top: 76px;
    padding: 2px 15px 4px 25px;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptablebox-featured-w:after {
    position: absolute;
    content: "";
    left: -2px;
    border: 15px solid transparent;
    border-left-color: var(--pbmit-global-color);
    border-right: 0;
    top: -1px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box:after {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-pricing-table-box .pbmit-ptable-lines-w {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a {
    background-color: rgb(246, 247, 251);
    padding: 20px 30px;
    display: block;
    color: var(--pbmit-blackish-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 14px;
    line-height: 24px;
}

.pbmit-pricing-table-box .pbminfotech-sep {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbmit-ptable-line:hover i {
    color: var(--pbmit-global-color);
    transition: 0.6s;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptable-line:hover i {
    color: var(--pbmit-secondary-color) !important;
    transition: 0.6s;
}

.pbmit-ptable-btn a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-pricing-table-featured-col .pbmit-ptable-btn a:hover {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-pricing-table-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbmit-pricing-table-box {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

/* <!-- Style 2 --> */
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box {
    text-align: center;
    background-color: var(--pbmit-white-color);
    position: relative;
    padding: 45px 50px 50px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.09);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbmit-head-wrap:after,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box:after,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box:before {
    content: unset
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbmit-ptable-icon-wrapper i {
    line-height: 60px;
    font-size: 50px;
    display: inline-block;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbmit-ptable-icon {
    font-size: 26px;
    line-height: 32px;
    color: var(--pbmit-global-color);
    margin-top: 0;
    margin-bottom: 0;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbmit-head-wrap {
    padding: 0px 0px 20px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap .pbmit-head-wrap-inner {
    text-align: left;
    padding-left: 30px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbminfotech-ptable-heading {
    font-size: 29px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    background: transparent;
}

.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap .pbminfotech-ptable-desc {
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    color: rgb(153, 153, 153);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbmit-ptable-line {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-inner {
    border-bottom: 1px solid rgb(41, 87, 159);
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: -1px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    margin-top: -1px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box:hover .pbmit-ptable-inner:before {
    background-color: var(--pbmit-global-color);
    transform: scaleX(1);
    transform-origin: left;
    -webkit-transition: .5s all ease;
    -khtml-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbmit-ptable-lines-w {
    margin-top: 0;
    margin-bottom: 38px;
    text-align: left;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbminfotech-ptable-price-w {
    position: relative;
    margin: 22px auto 27px;
    display: inline-block;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbminfotech-ptable-price {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700 !important;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbminfotech-ptable-frequency {
    position: absolute;
    bottom: 7px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0px;
    color: rgb(153, 153, 153);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbminfotech-ptable-frequency:before {
    content: '/';
    margin-right: 0px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-btn a {
    background-color: var(--pbmit-global-color);
    display: block;
    color: var(--pbmit-white-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pbminfotech-ele-ptable-style-2 .pbmit-ptable-btn a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

.pbmit-ptable-btn a span:after {
    position: absolute;
    right: 10px;
    content: '\e814';
    font-family: "pbminfotech-base-icons";
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptablebox-featured-w {
    position: absolute;
    right: -32px;
    top: 75px;
    padding: 2px 15px 4px 25px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptablebox-featured-w:after {
    position: absolute;
    content: "";
    left: -2px;
    border: 15px solid transparent;
    border-left-color: var(--pbmit-secondary-color);
    border-right: 0;
    top: -1px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-head-wrap:after {
    background: rgb(55, 65, 73);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
    background-color: var(--pbmit-secondary-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptable-line:hover i,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-frequency,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptable-lines-w,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-heading {
    color: var(--pbmit-white-color);
    transition: 0.6s;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-price-w,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap .pbminfotech-ptable-desc {
    color: var(--pbmit-global-color);
    ;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptable-line {
    font-weight: 400;
    letter-spacing: 0.7px;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-frequency {
    font-weight: 500 !important;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbmit-ptable-line i {
    margin-left: 10px;
    float: right;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbmit-ptable-line:hover i {
    color: var(--pbmit-blackish-color);
    transition: 0.6s;
}

.pbmit-ptable-btn a span {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -.2px;
    text-transform: capitalize;
    font-style: normal;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbminfotech-sep {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbminfotech-ptable-price {
    display: inline-block;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box .pbminfotech-ptable-symbol {
    position: absolute;
    top: 2px;
    left: -18px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
}

.pbmit-pricing-table-box {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pbmit-pricing-table-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*----------------------------------------*/
/*  18 - Revolution
/*----------------------------------------*/
body {
    counter-reset: item pbmit-rev-counter;
}

/* Slider 1*/
.site-header .pbmit-slider-area .hermes.tp-bullets {
    height: 65px !important
}

.site-header .pbmit-slider-area .hermes.tp-bullets:after {
    content: '';
    border: 1px solid rgb(255 255 255);
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    left: -5px;
    background-color: #ffffff00;
    z-index: -1;
    color: #222222;
    top: 18px;
}

.site-header .pbmit-slider-area .hermes .tp-bullet {
    background: rgb(246, 247, 251) !important;
    color: var(--pbmit-body-typography-color);
    margin-top: 30px !important;
    margin-bottom: 10px !important
}

.site-header .pbmit-slider-area .hermes .tp-bullet.selected {
    background: rgb(242 148 0) !important;
    color: var(--pbmit-white-color)
}

.site-header .pbmit-slider-area .hermes .tp-bullet:after {
    content: "0" counter(pbmit-rev-counter) !important;
    counter-increment: pbmit-rev-counter !important;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 11px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border-radius: 100% !important;
    display: inline-table;
    text-align: center;
    height: 100% !important;
    line-height: 26px;
}

.site-header .pbmit-slider-area .hermes .tp-bullet:after {
    background-color: transparent !important;
    box-shadow: 0 0 1px transparent !important
}

.pbmit-base-icon-slider:before {
    margin: 0 !important
}

#rev_slider_1_1_wrapper .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0px var(--pbmit-white-color);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute;
}

#rev_slider_1_1_wrapper .hermes .tp-bullet.rs-touchhover {
    background-color: rgba(0, 0, 0, 0.21)
}

#rev_slider_1_1_wrapper .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: var(--pbmit-white-color);
    box-shadow: 0 0 1px var(--pbmit-white-color);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

#rev_slider_1_1_wrapper .hermes .tp-bullet.selected:after {
    height: 100%
}

/* Slider 2*/
#rev_slider_1_2_wrapper .metis.tparrows {
    background: var(--pbmit-white-color);
    padding: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 80px;
    height: 80px;
    box-sizing: border-box
}

#rev_slider_1_2_wrapper .metis.tparrows.rs-touchhover {
    background: rgb(0, 50, 129)
}

#rev_slider_1_2_wrapper .metis.tparrows:before {
    color: rgb(15, 15, 15);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: "pbminfotech-base-icons";
}

#rev_slider_1_2_wrapper .tparrows.tp-leftarrow:before,
#rev_slider_1_2_wrapper .tparrows.tp-rightarrow:before {
    content: '\e84e';
    font-size: 12px;
}

#rev_slider_1_2_wrapper .tparrows.tp-rightarrow:before {
    rotate: 180deg;
}

#rev_slider_1_2_wrapper .metis.tparrows.rs-touchhover:before {
    transform: scale(1.5)
}

#rev_slider_1_2[data-slideactive="rs-1"].metis.tparrows {
    width: 80px !important;
    height: 80px !important;
    padding: 20px !important
}

#rev_slider_1_2[data-slideactive="rs-4"].metis.tparrows {
    width: 80px !important;
    height: 80px !important;
    padding: 20px !important
}

/* Slider 3*/
#rev_slider_1_3_wrapper .metis.tparrows {
    background: var(--pbmit-white-color);
    padding: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 80px;
    height: 80px;
    box-sizing: border-box
}

#rev_slider_1_3_wrapper .metis.tparrows.rs-touchhover {
    background: rgba(255, 255, 255, 0.75)
}

#rev_slider_1_3_wrapper .metis.tparrows:before {
    color: rgb(0, 0, 0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: "pbminfotech-base-icons";
}

#rev_slider_1_3_wrapper .tparrows.tp-leftarrow:before,
#rev_slider_1_3_wrapper .tparrows.tp-rightarrow:before {
    content: '\e84e';
}

#rev_slider_1_3_wrapper .tparrows.tp-rightarrow:before {
    rotate: 180deg;
}

#rev_slider_1_3_wrapper .metis.tparrows.rs-touchhover:before {
    transform: scale(1.5)
}

#rev_slider_1_3[data-slideactive="rs-1"] .metis.tparrows {
    width: 80px !important;
    height: 80px !important;
    padding: 20px !important
}

#rev_slider_1_3[data-slideactive="rs-4"] .metis.tparrows {
    width: 80px !important;
    height: 80px !important;
    padding: 20px !important
}

.mis {
    box-shadow: 0px 0px 5px #8080805c;
    padding: 20px;
    height: 200px;
    margin-bottom: 90px;
    text-align: center;
    border-bottom: 5px groove #f7a225;
    border-radius: 20px;
}

.mis h3 {
    font-size: 25px;
    font-weight: 500;
    color: #0884c9;
}

.mis p {}