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

    INDEX:

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

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

body {
    counter-reset: pbmitbox1 pbmitbox2 pbmitbox3 pbmit-rev-counter;
}

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

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

/** Style 1**/

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

.pbmit-heading-subheading.text-center p {
    margin-bottom: 70px;
}

.pbmit-heading-subheading.text-right {
    margin-bottom: 10px;
}

.pbmit-heading-subheading .pbmit-subtitle {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.8px;
    color: #7f8284;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-family: var(--pbmit-body-typography-font-family);
}

.pbmit-heading-subheading h4.pbmit-subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--pbmit-global-color);
}

.pbmit-heading-subheading .pbmit-title {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 0;
    color: var(--pbmit-heading-color);
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}

.pbmit-heading-subheading-style-1 .pbmit-title {
    font-size: 44px;
    line-height: 50px;
}

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

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

/** Style 1**/

.pbmit-ihbox-style-1 {
    position: relative;
    padding: 35px 28px 35px;
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    background-color: var(--pbmit-white-color);
    margin-bottom: 30px;
}

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

.pbmit-ihbox-style-1 .pbmit-element-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.pbmit-ihbox-style-1 .pbmit-element-subtitle,
.pbmit-ihbox-style-1 .pbmit-element-heading {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #666;
}

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

.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    line-height: 16px;
}

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

.pbmit-ihbox-style-1 .pbmit-ihbox-contents {
    margin: 30px 0 20px;
}

.pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-ihbox-style-1 .pbmit-element-title,
.pbmit-ihbox-style-1,
.pbmit-ihbox-style-1 .pbmit-element-subtitle,
.pbmit-ihbox-style-1 .pbmit-element-heading {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

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

.pbmit-mihbox-hover-active .pbmit-ihbox-style-1 {
    transform: translateY(-8px);
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-1:after {
    transform: scaleY(1.0);
    opacity: 1;
    z-index: -1;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon {
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-global-color);
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-1 .pbmit-element-title,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-mihbox-hover-active .pbmit-ihbox-btn a {
    color: #fff;
}

.pbmit-mihbox-hover-active .pbmit-heading-desc {
    color: #d2d2d2;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-1 .pbmit-element-subtitle,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-1 .pbmit-element-heading {
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0px;
    width: 60px;
    height: 60px;
    z-index: 0;
    border-radius: 50%;
    background-color: rgba(255, 130, 0, 0.10);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: -1px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: var(--pbmit-global-color);
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-1 .pbmit-ihbox-icon:before {
    background-color: rgba(255, 255, 255, 0.10);
}

/** Style 3**/

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

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
    color: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-3 .pbmit-ihbox-contents {
    padding-left: 20px;
}

.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-wrapper {
    animation: ts-bounce 500ms ease-in-out 50ms;
}

@keyframes ts-bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

/** Style 4**/

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper img {
    border-radius: 50%;
    width: 80px;
    border: 3px solid #fff;
}

/** Style 5**/

.pbmit-miconheading-style-5 {
    margin-bottom: 30px;
}

.pbmit-ihbox-style-5 .pbmit-element-title {
    position: relative;
    padding-left: 32px;
    font-size: 26px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pbmit-ihbox-style-5 .pbmit-element-title:before {
    content: "0" counter(pbmitbox1) ".";
    counter-increment: pbmitbox1;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 22px;
    font-weight: 700;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-contents {
    padding: 45px 25px 0 0;
}

.pbmit-ihbox.pbmit-ihbox-style-5 .pbmit-ihbox-box {
    position: relative;
}

.pbmit-ihbox.pbmit-ihbox-style-5 .pbmit-ihbox-box:after {
    position: absolute;
    content: "";
    top: 20%;
    right: 15%;
    display: block;
    width: 86px;
    height: 15px;
    z-index: 1;
}

.pbmit-ihbox.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
    transition: all 0.3s ease 0s;
    max-width: 120px;
}

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

.pbmit-element-miconheading-style-5 .pbmit-miconheading-style-5:nth-child(odd) .pbmit-ihbox-style-5 .pbmit-ihbox-box:after {
    background: url(../images/homepage-1/bg/download.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pbmit-element-miconheading-style-5 .pbmit-miconheading-style-5:nth-child(even) .pbmit-ihbox-style-5 .pbmit-ihbox-box:after {
    background: url(../images/homepage-1/bg/download01.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pbmit-element-miconheading-style-5 .pbmit-miconheading-style-5:last-child .pbmit-ihbox.pbmit-ihbox-style-5 .pbmit-ihbox-box:after {
    background: none;
}

/** Style 6**/

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

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper {
    display: none;
}

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

.pbmit-ihbox-style-6 .pbmit-element-title:before {
    position: absolute;
    content: "\e847";
    left: 0px;
    font-size: 20px;
    font-family: 'pbminfotech-base-icons';
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-6 .pbmit-element-title {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-6 .pbmit-heading-desc {
    font-size: 16px;
    z-index: 0;
    position: relative;
}

/** Style 7**/

.pbmit-ihbox-style-7 {
    position: relative;
    overflow: hidden;
}

.pbmit-ihbox-style-7 .pbmit-element-title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(25, 35, 43, 0.30);
}

.pbmit-ihbox-style-7 .pbmit-element-title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    -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%);
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn a {
    font-size: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    line-height: 16px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn a:before {
    display: none;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn a:after {
    content: '\e818';
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    background-color: var(--pbmit-global-color);
    font-family: "pbminfotech-base-icons";
    top: -1px;
    right: 0;
    font-weight: 400;
    position: absolute;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
    position: absolute;
    bottom: 35px;
    right: 0;
}

.pbmit-ihbox-style-7:after {
    content: "0" counter(pbmitbox2) "";
    counter-increment: pbmitbox2;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 150px;
    line-height: 150px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
    font-weight: 900;
    color: transparent;
    -khtml-transform: translateX(32%) translateY(-50%);
    -moz-transform: translateX(32%) translateY(-50%);
    -ms-transform: translateX(32%) translateY(-50%);
    -o-transform: translateX(32%) translateY(-50%);
    transform: translateX(32%) translateY(-50%);
}

.pbmit-ihbox.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image {
    overflow: hidden;
}

.pbmit-ihbox.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-type-image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.pbmit-ihbox-style-7:hover .pbmit-ihbox-contents {
    background-color: transparent;
}

.pbmit-ihbox.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-7 .pbmit-ihbox-contents {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-element-miconheading-style-7 .pbmit-element-posts-wrapper.row {
    margin-left: 0;
    margin-right: 0;
}

.pbmit-element-miconheading-style-7 .pbmit-element-posts-wrapper.row .pbmit-ele {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.pbmit-ihbox.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image img {
    width: 100%;
}

/** Style 8 **/

.pbmit-ihbox-style-8 .pbmit-ihbox-contents {
    display: flex;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    display: none;
}

.pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 0;
    color: transparent;
    -webkit-text-stroke: 1px var(--pbmit-global-color);
}

.pbmit-ihbox-style-8 .pbmit-heading-desc {
    padding: 0 60px 0 50px;
    font-size: 15px;
    font-weight: 500;
    color: #04080d;
}

.pbmit-element-miconheading-style-8.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.pbmit-element-miconheading-style-8.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #dddddd;
}

.pbmit-element-miconheading-style-8.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    right: 0;
    left: auto;
    background-color: #fff;
    color: #04080d;
}

.pbmit-element-miconheading-style-8.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev:hover {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.pbmit-element-miconheading-style-8.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    top: 50px;
    border-color: transparent;
}

.pbmit-element-miconheading-style-8.pbminfotech-element-viewtype-carousel .owl-carousel .owl-nav {
    top: calc(50% - 50px);
    right: 5px;
}

/** Style 9 **/

.pbmit-ihbox-style-9 {
    padding-left: 40px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image {
    position: relative;
    width: 56px;
    height: 56px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img {
    border-radius: 50%;
    padding: 3px;
    border: 1px solid var(--pbmit-global-color);
}

.pbmit-ihbox-style-9 .pbmit-ihbox-contents {
    padding-left: 20px;
}

.pbmit-ihbox-style-9 .pbmit-heading-desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image:before {
    position: absolute;
    content: "\e853";
    left: -40px;
    top: 5px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background-color: var(--pbmit-global-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-family: 'pbminfotech-base-icons';
}

.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper {
    animation: ts-bounce 500ms ease-in-out 50ms;
}

@keyframes ts-bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

/** Style 10 **/

.pbmit-ihbox-style-10 .pbmit-element-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #fff;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
    font-size: 85px;
    line-height: 85px;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-contents {
    padding-right: 55px;
}

/** Style 11 **/

.pbmit-ihbox-style-11 {
    position: relative;
    padding: 35px 28px 35px;
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    background-color: var(--pbmit-white-color);
    margin-bottom: 30px;
}

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

.pbmit-ihbox-style-11 .pbmit-element-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.pbmit-ihbox-style-11 .pbmit-element-subtitle,
.pbmit-ihbox-style-11 .pbmit-element-heading {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #666;
}

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

.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

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

.pbmit-ihbox-style-11 .pbmit-ihbox-btn a:after,
.pbmit-ihbox-style-11 .pbmit-heading-desc,
.pbmit-ihbox-style-11 .pbmit-element-title,
.pbmit-ihbox-style-11,
.pbmit-ihbox-style-11 .pbmit-element-subtitle,
.pbmit-ihbox-style-11 .pbmit-element-heading {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-11:after {
    transform: scaleY(1.0);
    opacity: 1;
    z-index: -1;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon {
    font-size: 70px;
    line-height: 70px;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-11 .pbmit-element-title,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-11 .pbmit-ihbox-icon,
.pbmit-mihbox-hover-active .pbmit-ihbox-btn a {
    color: #fff;
}

.pbmit-mihbox-hover-active .pbmit-heading-desc {
    color: #d2d2d2;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-11 .pbmit-element-subtitle,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-11 .pbmit-element-heading {
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-btn a {
    font-size: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    line-height: 16px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-btn a:before {
    display: none;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-btn a:after {
    content: "\e818";
    font-family: 'pbminfotech-base-icons';
    font-size: 20px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    color: #fff;
    font-weight: 500;
    background-color: var(--pbmit-global-color);
    position: absolute;
    top: -1px;
    right: 0;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-11 .pbmit-ihbox-btn a:after {
    background-color: #fff;
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-11:before {
    content: "0" counter(pbmitbox1) "";
    counter-increment: pbmitbox1;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(25, 35, 43, .2);
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-11:before {
    color: rgba(255, 255, 255, .2);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-btn {
    position: absolute;
    bottom: 30px;
    right: 2px;
    line-height: 16px;
}

.pbmit-element-miconheading-style-11 {
    margin-top: -88px;
    z-index: 1;
    position: relative;
}

.pbmit-element-miconheading-style-11 .pbmit-miconheading-style-11:nth-child(odd) .pbmit-ihbox-style-11 {
    transform: translateY(-30px);
}

/** Style 12 **/

.pbmit-ihbox-style-12 .pbmit-ihbox-headingicon {
    display: flex;
    align-items: center;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper {
    font-size: 60px;
    line-height: 60px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-12 .pbmit-element-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-contents {
    padding-left: 20px;
}

.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon-wrapper {
    animation: ts-bounce 500ms ease-in-out 50ms;
}

@keyframes ts-bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

/** Style 13 **/

.pbmit-ihbox-style-13 .pbmit-ihbox-icon {
    padding-right: 40px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image {
    position: relative;
    width: 50px;
    height: 50px;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image img {
    border-radius: 50%;
}

.pbmit-ihbox-style-13 .pbmit-ihbox-contents {
    padding-left: 15px;
}

.pbmit-ihbox-style-13 .pbmit-heading-desc a {
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-13:hover .pbmit-heading-desc a {
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image:before {
    position: absolute;
    content: "\e84b";
    top: 0;
    right: -40px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
    font-family: 'pbminfotech-base-icons';
    background-color: var(--pbmit-global-color);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
}

.pbmit-ihbox-style-13:hover .pbmit-ihbox-icon-type-image:before {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-13:hover .pbmit-ihbox-icon-wrapper {
    animation: ts-bounce 500ms ease-in-out 50ms;
}

@keyframes ts-bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

/** Style 14 **/

.pbmit-ihbox-style-14 .pbmit-ihbox-headingicon {
    display: flex;
    align-items: center;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-box {
    position: relative;
    padding: 20px 0px 10px 35px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper {
    font-size: 95px;
    line-height: 95px;
}

.pbmit-ihbox-style-14 .pbmit-ihbox-overlay .pbmit-ihbox-icon-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 145px;
    line-height: 135px;
    opacity: 0.2;
}

.pbmit-ihbox-style-14 .pbmit-element-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
}

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

.pbmit-ihbox-style-14 .pbmit-ihbox-contents {
    padding-left: 30px;
}

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

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-14 .pbmit-ihbox-overlay .pbmit-ihbox-icon-wrapper {
    color: var(--pbmit-secondary-color);
}

.pbmit-text-color-white .pbmit-ihbox-style-14 .pbmit-ihbox-overlay .pbmit-ihbox-icon-wrapper {
    opacity: 0.2;
}

/** Style 15 **/

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

.pbmit-ihbox-style-15 .pbmit-ihbox-headingicon {
    display: flex;
    align-items: center;
}

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

.pbmit-ihbox-style-15 .pbmit-element-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-contents {
    padding-left: 20px;
}

.pbmit-ihbox-style-15:hover .pbmit-ihbox-icon-wrapper {
    animation: ts-bounce 500ms ease-in-out 50ms;
}

@keyframes ts-bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

/** Style 16 **/

.pbmit-ihbox.pbmit-ihbox-style-16 {
    position: relative;
    padding: 100px 30px 0 0;
}

.pbmit-ihbox-style-16 .pbmit-element-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 5px;
}

.pbmit-ihbox.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper {
    font-size: 80px;
    line-height: 80px;
    color: var(--pbmit-global-color);
    transition: all 0.3s ease 0s;
}

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

.pbmit-miconheading-style-16 .pbmit-element-posts-wrapper {
    margin: 0 !important;
}

.pbmit-miconheading-style-16 .pbmit-ihbox.pbmit-ihbox-style-16:after {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 32%);
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #fff;
    transition: all 0.5s ease 0s;
}

.pbmit-miconheading-style-16 .pbmit-ihbox.pbmit-ihbox-style-16:before {
    position: absolute;
    content: "";
    top: calc(50% - 34%);
    left: 0;
    width: 15px;
    height: 15px;
    z-index: 1;
    background-color: var(--pbmit-global-color);
    border: 3px solid #fff;
}

.pbmit-miconheading-style-16 .pbmit-ihbox.pbmit-ihbox-style-16:hover::before {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-16 h4.pbmit-element-subtitle {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
}

/** Style 17 **/

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

.pbmit-ihbox.pbmit-ihbox-style-17 .pbmit-ihbox-icon-wrapper {
    font-size: 65px;
    line-height: 65px;
    transition: all 0.3s ease 0s;
    color: var(--pbmit-global-color);
}

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

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

/** Style 18 **/

.pbmit-ihbox-style-18 .pbmit-ihbox-box {
    padding: 40px 30px 30px;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    border-bottom: 5px solid var(--pbmit-global-color);
}

.pbmit-ihbox-style-18:hover .pbmit-ihbox-box {
    border-bottom-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-18 .pbmit-ihbox-contents {
    margin-top: 10px;
}

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

.pbmit-ihbox.pbmit-ihbox-style-18 .pbmit-ihbox-icon-wrapper {
    font-size: 55px;
    line-height: 55px;
    transition: all 0.3s ease 0s;
    color: var(--pbmit-global-color);
}

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

.pbmit-ihbox-style-18 .pbmit-heading-desc ul {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}

.pbmit-ihbox-style-18 .pbmit-heading-desc ul li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 26px;
    margin: 0 0 8px;
}

.pbmit-ihbox-style-18 .pbmit-heading-desc ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--pbmit-global-color);
}

/** Style 19 **/

.pbmit-ihbox-style-19 .pbmit-ihbox-icon {
    padding-right: 40px;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-image {
    position: relative;
    width: 50px;
    height: 50px;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-image img {
    border-radius: 50%;
}

.pbmit-ihbox-style-19 .pbmit-ihbox-contents {
    padding-left: 15px;
}

.pbmit-ihbox-style-19 .pbmit-heading-desc a {
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-19:hover .pbmit-heading-desc a {
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-19 .pbmit-ihbox-icon-type-image:before {
    position: absolute;
    content: "\e84b";
    top: 0;
    right: -40px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: var(--pbmit-global-color);
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
    font-family: 'pbminfotech-base-icons';
    background-color: var(--pbmit-white-color);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
    ;
}

.pbmit-ihbox-style-19:hover .pbmit-ihbox-icon-type-image:before {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-19:hover .pbmit-ihbox-icon-wrapper {
    animation: ts-bounce 500ms ease-in-out 50ms;
}

@keyframes ts-bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

/** Style 20 **/

.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon {
    display: flex;
    align-items: center;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-box {
    position: relative;
    padding: 20px 0px 10px 35px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper {
    font-size: 95px;
    line-height: 95px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-overlay .pbmit-ihbox-icon-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 145px;
    line-height: 135px;
    opacity: 0.1;
}

.pbmit-ihbox-style-20 .pbmit-element-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 600;
}

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

.pbmit-ihbox-style-20 .pbmit-ihbox-contents {
    padding-left: 30px;
}

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

.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-20 .pbmit-ihbox-overlay .pbmit-ihbox-icon-wrapper {
    color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-20 .pbmit-ihbox-overlay .pbmit-ihbox-icon-wrapper {
    opacity: 0.2;
}

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

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

/** Style 1 **/

.pbmit-team-style-1 {
    position: relative;
    margin-bottom: 30px;
}

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

.pbmit-team-style-1 .pbminfotech-box-social-links {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 4;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

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

.pbmit-team-style-1 .pbmit-team-social-links li {
    display: inline-block;
    opacity: 0;
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
    background-color: var(--pbmit-global-color);
    transition: all .6s ease-in-out;
}

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

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

.pbmit-team-style-1 .pbmit-team-social-links li a {
    color: #fff;
    font-size: 16px;
}

.pbmit-team-style-1 .pbminfotech-box-team-position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--pbmit-global-color);
}

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

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

.pbmit-team-style-1 .pbminfotech-social-box {
    position: absolute;
    right: 20px;
    top: 20px;
}

.pbmit-team-style-1 .pbminfotech-team-share {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 21;
    background-color: var(--pbmit-global-color);
}

.pbmit-team-style-1 .pbminfotech-team-share i:before {
    font-weight: 700;
}

.pbmit-team-style-1 .pbminfotech-box-content {
    background-color: #fff;
    padding: 25px 22px 20px;
}

/** Style 2 **/

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

.pbmit-team-style-2 .pbminfotech-box-social-links,
.pbmit-team-style-2 .pbminfotech-box-content,
.pbmit-team-style-2 .pbminfotech-post-item:after {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-team-style-2 .pbminfotech-post-item:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255, 130, 0, 0.70);
}

.pbmit-team-style-2:hover .pbminfotech-post-item:after {
    visibility: visible;
    opacity: 1;
}

.pbmit-team-style-2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

.pbmit-team-style-2 .pbminfotech-box-social-links {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
}

.pbmit-team-style-2 .pbmit-team-social-links li {
    display: block;
    line-height: 40px;
    height: 40px;
    transition: all .6s ease-in-out;
}

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

.pbmit-team-style-2 .pbmit-team-social-links li a {
    color: #fff;
    font-size: 16px;
}

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

.pbmit-team-style-2 .pbminfotech-box-team-position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #fff;
    text-transform: uppercase;
}

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

.pbmit-team-style-2 .pbmit-team-title a {
    color: #fff;
}

.pbmit-team-style-2 .pbminfotech-social-box {
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

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

.pbmit-team-style-2 .pbminfotech-team-share {
    width: 50px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: var(--pbmit-blackish-color);
    cursor: pointer;
    z-index: 21;
    background-color: #fff;
}

.pbmit-team-style-2 .pbminfotech-team-share i:before {
    font-weight: 700;
}

.pbmit-team-style-2 .pbminfotech-box-content {
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    padding: 25px 22px 20px;
    z-index: 99;
}

.pbmit-team-style-2:hover .pbminfotech-box-content {
    visibility: visible;
    opacity: 1;
}

/** Style 3 **/

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

.pbmit-team-style-3 .pbminfotech-post-item {
    position: relative;
    padding: 35px 30px 40px;
    background-color: #fff;
    text-align: center;
}

.pbmit-team-style-3 .pbminfotech-team-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

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

.pbmit-team-style-3 .pbmit-featured-wrapper img,
.pbmit-team-style-3 .pbminfotech-box-social-links {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.pbmit-team-style-3 .pbminfotech-social-box {
    padding-top: 25px;
}

.pbmit-team-style-3 .pbminfotech-box-social-links {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    background-color: var(--pbmit-blackish-color);
}

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

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

.pbmit-team-style-3 .pbmit-team-social-links li {
    display: inline-block;
    width: 30px;
    line-height: 40px;
    height: 40px;
    margin-right: 10px;
    transition: all .6s ease-in-out;
}

.pbmit-team-style-3 .pbmit-team-social-links li a {
    color: #fff;
    font-size: 16px;
}

.pbmit-team-style-3 .pbminfotech-box-team-position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--pbmit-global-color);
}

.pbmit-team-style-3 .pbmit-team-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 5px;
}

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

.pbmit-team-style-3 .pbminfotech-box-content {
    padding-top: 30px;
}

/** Style 4 **/

.pbmit-team-style-4 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.pbmit-team-style-4 .pbminfotech-box-social-links {
    position: absolute;
    bottom: 0px;
    margin: 0;
    right: 0;
    width: 80px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding-bottom: 15px;
    -khtml-transform: translateX(0%) translateY(-30%);
    -moz-transform: translateX(0%) translateY(-30%);
    -ms-transform: translateX(0%) translateY(-30%);
    -o-transform: translateX(0%) translateY(-30%);
    transform: translateX(0%) translateY(-30%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

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

.pbmit-team-style-4 .pbmit-team-social-links li {
    display: inline-block;
    opacity: 0;
    width: 55px;
    line-height: 55px;
    height: 55px;
    margin-top: 10px;
    margin-right: 0;
    background-color: var(--pbmit-global-color);
    transition: all .6s ease-in-out;
}

.pbmit-team-style-4 .pbmit-team-social-links li:hover {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-team-style-4 .pbminfotech-social-box:hover .pbmit-team-social-links li {
    opacity: 1;
}

.pbmit-team-style-4 .pbmit-team-social-links li a {
    color: #fff;
    font-size: 18px;
}

.pbmit-team-style-4 .pbminfotech-box-team-position {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(0, 23, 54, 0.5);
}

.pbmit-team-style-4 .pbmit-team-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 600;
}

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

.pbmit-team-style-4 .pbminfotech-team-share {
    position: relative;
    width: 80px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 86px;
    color: #fff;
    cursor: pointer;
    z-index: 21;
    background-color: var(--pbmit-global-color);
}

.pbmit-team-style-4 .pbminfotech-team-share i {
    position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pbmit-team-style-4 .pbminfotech-team-share i:before {
    font-weight: 700;
}

.pbmit-team-style-4 .pbminfotech-box-content {
    position: relative;
    background-color: #fff;
    padding: 0px 0px 0px 25px;
    margin-right: 30px;
    margin-top: -45px;
}

.pbmit-team-style-4 .pbminfotech-box-content-inner {
    padding: 22px 0;
}

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

/*  03 - counter
/*----------------------------------------*/

/** Style 1 **/

.pbminfotech-ele-fid-style-1 {
    position: relative;
}

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

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

.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-left: 30px;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-1 .pbmit-sbox-icon-wrapper {
    display: none;
}

.pbminfotech-ele-fid-style-1 sub,
.pbminfotech-ele-fid-style-1 sup {
    font-size: 30px;
    position: absolute;
    top: 50%;
}

/** Style 2 **/

.pbminfotech-ele-fid-style-2 {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 115px;
    padding: 15px;
    text-align: center;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
}

.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper {
    display: none;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: -5.5px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid sup {
    top: -0.5em;
    right: -5px;
    font-size: 50%;
}

.pbminfotech-ele-fid-style-2:after {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 46px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid var(--pbmit-global-color);
}

/** Style 3 **/

.pbminfotech-ele-fid-style-3 .pbmit-fld-wrap {
    padding-top: 25px;
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
    font-size: 62px;
    line-height: 62px;
    font-weight: 900;
    margin-bottom: 5px;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #04080d;
}

.pbminfotech-ele-fid-style-3 .pbmit-sbox-icon-wrapper {
    font-size: 70px;
    line-height: 70px;
    color: #04080d;
}

.pbminfotech-ele-fid-style-3 sup {
    top: -.4em;
    right: 0px;
    font-size: 65%;
}

/** Style 4 **/

.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
    font-size: 65px;
    line-height: 60px;
    font-weight: 900;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
}

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

.pbminfotech-ele-fid-style-4 .pbmit-sbox-icon-wrapper {
    display: none;
}

.pbminfotech-ele-fid-style-4 sup,
.pbminfotech-ele-fid-style-4 sub {
    font-size: 65%;
}

.pbminfotech-ele-fid-style-4 sup {
    top: -.4em;
}

.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
    color: #fff;
}

/** Style 5 **/

.pbminfotech-ele-fid-style-5 {
    position: relative;
    width: 270px;
    height: 130px;
    padding: 25px 22px 15px;
    background-color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-5:after {
    position: absolute;
    content: '';
    top: -16px;
    left: 46px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 17px solid var(--pbmit-global-color);
}

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

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    font-size: 60px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
    position: relative;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--pbmit-blackish-color);
}

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

.pbminfotech-ele-fid-style-5 sup {
    position: absolute;
    top: 12px;
    right: 8px;
    font-size: 25px;
}

/** Style 6 **/

.pbminfotech-ele-fid-style-6 {
    position: relative;
    display: inline-block;
    width: 175px;
    height: 175px;
    padding: 13px;
    text-align: center;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}

.pbminfotech-ele-fid-style-6 .pbmit-sbox-icon-wrapper {
    display: none;
}

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

.pbminfotech-ele-fid-style-6 .pbmit-fid-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
    font-weight: 400;
    text-transform: uppercase;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid sup {
    top: -0.5em;
    right: -5px;
    font-size: 50%;
}

.pbminfotech-ele-fid-style-6 .pbmit-fld-wrap {
    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-6 .pbmit-fld-contents {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 2px dashed;
    border-color: rgba(25, 35, 43, .07);
}

/** Style 7 **/

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

.pbminfotech-ele-fid-style-7 .pbmit-fid-inner {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #04080d;
    margin-bottom: 10px;
}

.pbminfotech-ele-fid-style-7 .pbmit-sbox-icon-wrapper {
    font-size: 60px;
    line-height: 60px;
    color: #04080d;
}

.pbminfotech-ele-fid-style-7 sup {
    top: -.4em;
    right: 0px;
    font-size: 65%;
}

/** Style 8 **/

.pbminfotech-ele-fid-style-8 .pbmit-fld-wrap {
    position: relative;
    display: inline-block;
    padding: 30px 34px 25px 34px;
    background-color: #fff;
    width: 155px;
    z-index: 1;
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-inner {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 5px;
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-title {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.pbminfotech-ele-fid-style-8 .pbmit-fld-wrap .pbmit-fid-title {
    font-weight: 700;
}

.pbminfotech-ele-fid-style-8 .pbmit-fid-inner,
.pbminfotech-ele-fid-style-8 .pbmit-fid-title {
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-fid-style-8 .pbmit-sbox-icon-wrapper {
    display: none;
}

.pbminfotech-ele-fid-style-8 sub,
.pbminfotech-ele-fid-style-8 sup {
    font-size: 20px;
}

.pbminfotech-ele-fid-style-8 .pbmit-fld-wrap:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    color: var(--pbmit-global-color);
    border: 7px solid;
    border-color: transparent currentColor currentColor transparent;
}

/** Style 9 **/

.pbminfotech-ele-fid-style-9 .pbmit-circle {
    position: relative;
    text-align: center;
}

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

.pbminfotech-ele-fid-style-9 .pbmit-circle-inner {
    padding-left: 20px;
}

.pbminfotech-ele-fid-style-9 h3.pbmit-fid-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--pbmit-white-color);
    font-family: Yantramanav, sans-serif;
}

.pbminfotech-ele-fid-style-9 .pbmit-fid-title span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.pbminfotech-ele-fid-style-9 .pbmit-fid-inner {
    position: absolute;
    top: 47%;
    -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-9 h4.pbmit-fid-inner {
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
    color: var(--pbmit-white-color);
    font-family: Yantramanav, sans-serif;
}

.pbminfotech-ele-fid-style-9 h4.pbmit-fid-inner sup {
    top: -10px;
}

.pbminfotech-ele-fid-style-9 h4.pbmit-fid-inner sup,
.pbminfotech-ele-fid-style-9 h4.pbmit-fid-inner sub {
    font-size: 65%;
}

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

.pbminfotech-ele-fid-style-9 .pbmit-heading-desc {
    color: var(--pbmit-white-color);
}

/** Style 10 **/

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

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

.pbminfotech-ele-fid-style-10 .pbmit-fid-inner {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-10 .pbmit-fid-title {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Titillium Web, sans-serif;
    color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-10 .pbmit-fid-title span {
    font-weight: 600;
}

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

.pbminfotech-ele-fid-style-10 sup {
    top: -.4em;
    right: 0px;
    font-size: 65%;
}

/** Style 11 **/

.pbminfotech-ele-fid-style-11 .pbmit-fid-title {
    font-size: 60px;
    line-height: 60px;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
}

.pbminfotech-ele-fid-style-11 .pbmit-fld-wrap .pbmit-fid-title {
    font-weight: 700;
}

.pbminfotech-ele-fid-style-11 .pbmit-fid-inner {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    color: var(--pbmit-global-color);
    margin-bottom: 0;
}

.pbminfotech-ele-fid-style-11 .pbmit-sbox-icon-wrapper {
    display: none;
}

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

.pbminfotech-ele-fid-style-11 sup,
.pbminfotech-ele-fid-style-11 sub {
    font-size: 55%;
}

.pbminfotech-ele-fid-style-11 sup {
    top: -.65em;
}

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

/*  04 - Service */

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

/** Style 1 **/

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

.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 .pbmit-service-img-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-service-style-1 .pbminfotech-box-content {
    position: relative;
    padding: 20px 20px 0;
    overflow: hidden;
    background-color: #fff;
}

.pbmit-service-style-1 .pbminfotech-box-content-inner {
    border-bottom: 5px solid var(--pbmit-global-color);
    padding-bottom: 35px;
}

.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-title {
    position: relative;
    font-size: 26px;
    line-height: 20px;
    font-weight: 500;
    margin: 5px 0 20px;
}

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

.pbmit-service-style-1 .pbmit-service-icon-wrapper {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 142px;
    z-index: 0;
    line-height: 115px;
    color: rgb(102 102 102 / 7%);
}

.pbmit-service-style-1 .pbmit-service-cat h4 {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

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

.pbmit-service-style-1 .pbmit-heading-subheading {
    margin-bottom: 55px;
}

.pbmit-service-style-1 .pbmit-service-btn a:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: -1px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.pbmit-service-style-1 .pbmit-service-btn a {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    line-height: 16px;
}

.pbmit-service-style-1 .pbmit-service-btn a:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-blackish-color);
}

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

/** Style 2 **/

.pbmit-service-style-2 .pbminfotech-post-item:before,
.pbmit-service-style-2 .pbmit-service-content,
.pbmit-service-style-2 .pbmit-service-title,
.pbmit-service-style-2 .pbmit-service-icon-wrapper,
.pbmit-service-style-2 .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-2 .pbmit-service-title {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 500;
}

.pbmit-service-style-2:hover .pbmit-service-title {
    margin-bottom: 10px;
}

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

.pbmit-service-style-2 .pbmit-service-cat h4 {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1.2px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pbmit-service-style-2 .pbmit-service-cat h4 a {
    color: #666;
}

.pbmit-service-style-2:hover .pbminfotech-post-item {
    background-color: var(--pbmit-global-color);
    padding-bottom: 0;
    border: none;
}

.pbmit-service-style-2 .pbminfotech-post-item {
    position: relative;
    height: 365px;
    background-color: #fff;
    border-right: 1px solid #f2f3f5;
}

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

.pbmit-service-style-2 .pbmit-service-icon-wrapper {
    font-size: 75px;
    line-height: 75px;
    color: var(--pbmit-global-color);
    padding: 40px;
    padding-bottom: 0;
}

.pbmit-service-style-2:hover .pbmit-service-cat h4 a,
.pbmit-service-style-2:hover .pbmit-service-icon-wrapper,
.pbmit-service-style-2:hover .pbmit-service-title a {
    color: #fff;
}

.pbmit-service-style-2 .pbmit-service-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    color: #fff;
}

.pbmit-service-style-2:hover .pbmit-service-content {
    visibility: visible;
    opacity: 0.8;
    height: 60px;
}

.pbmit-service-style-2 .pbmit-service-btn a {
    color: var(--pbmit-global-color);
    position: relative;
    display: inline-block;
    padding-right: 50px;
    font-size: 16px;
    line-height: 16px;
}

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

.pbmit-service-style-2:hover .pbmit-service-btn {
    visibility: hidden;
    opacity: 0;
}

.pbmit-service-style-2 .pbminfotech-box-content-inner {
    position: absolute;
    padding: 0 40px;
    bottom: 40px;
}

.pbmit-service-style-2:hover .pbminfotech-box-content-inner {
    padding-top: 40px;
}

.pbmit-service-style-2 .pbminfotech-post-item:before {
    content: "0" counter(pbmitbox3) "";
    counter-increment: pbmitbox3;
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 50px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #e6e6e6;
}

.pbmit-service-style-2 .pbmit-carousel-navs {
    display: none !important;
}

.pbmit-service-style-2 .pbmit-service-btn a:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-global-color);
}

.pbmit-service-style-2 .pbmit-service-btn a:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: -1px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

/** Style 3 **/

.pbmit-service-style-3 .pbmit-service-icon-wrapper,
.pbmit-service-style-3 .pbmit-featured-wrapper img,
.pbmit-service-style-3 .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-3 .pbminfotech-post-item {
    border: 1px solid #e7e7e7;
    background-color: #fff
}

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

.pbmit-service-style-3 .pbminfotech-box-content {
    position: relative;
    padding: 30px 30px 25px;
    ;
}

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

.pbmit-service-style-3 .pbmit-service-title {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 0px;
}

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

.pbmit-service-style-3 .pbmit-service-icon-wrapper {
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: 33px;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 12;
    line-height: 60px;
    color: #fff;
    background-color: var(--pbmit-global-color);
}

.pbmit-service-style-3:hover .pbmit-service-icon-wrapper {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-service-style-3 .pbmit-service-cat h4 {
    position: relative;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

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

.pbmit-element-service-style-3 .pbmit-heading-subheading {
    margin-bottom: 45px;
}

/** Style 4 **/

.pbmit-service-style-4 .pbmit-service-cat,
.pbmit-service-style-4 .pbmit-featured-wrapper img,
.pbmit-service-style-4 .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-4 .pbmit-service-img-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-service-style-4 .pbmit-service-cat {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 12px 40px 10px 18px;
    clip-path: polygon(0% 0%, 80% 0%, 100% 103%, 0% 103%);
    background-color: var(--pbmit-global-color);
}

.pbmit-service-style-4:hover .pbmit-service-cat {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-service-style-4 .pbmit-service-cat h4 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

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

.pbmit-service-style-4 .pbminfotech-box-content {
    padding: 35px 45px 35px 30px;
    background-color: #fff;
}

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

.pbmit-service-style-4 .pbmit-service-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin: 0px 0 10px;
}

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

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

.pbmit-service-style-4 .pbmit-service-content p {
    margin-bottom: 18px;
}

.pbmit-service-style-4 .pbmit-service-btn a:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-service-style-4 .pbmit-service-btn a:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: -1px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: var(--pbmit-blackish-color);
}

.pbmit-service-style-4 .pbmit-service-btn a {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    line-height: 16px;
    font-size: 16px;
}

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

.pbmit-service-style-4 .pbmit-service-btn a:hover:after {
    color: var(--pbmit-global-color);
}

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

/** Style 5 **/

.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 .pbmit-service-img-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-service-style-5 .pbmit-service-cat h4 {
    font-family: Yantramanav, sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pbmit-service-style-5 .pbmit-service-cat h4 a {
    color: var(--pbmit-global-color);
    font-weight: 500;
}

.pbmit-service-style-5 .pbminfotech-box-content {
    position: relative;
    padding: 35px 30px 35px;
    background-color: #fff;
}

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

.pbmit-service-style-5 .pbmit-service-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0px 0 10px;
}

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

.pbmit-service-style-5 .pbmit-service-icon-wrapper {
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: 33px;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 12;
    line-height: 60px;
    color: #fff;
    background-color: var(--pbmit-global-color);
}

.pbmit-service-style-5:hover .pbmit-service-icon-wrapper {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-service-style-5 .pbmit-service-content p {
    margin-bottom: 18px;
}

.pbmit-service-style-5 .pbmit-service-btn a:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-service-style-5 .pbmit-service-btn a:hover:before {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.pbmit-service-style-5 .pbmit-service-btn a:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: -1px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.pbmit-service-style-5 .pbmit-service-btn a {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    line-height: 16px;
}

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

/** Style 6 **/

.pbmit-service-style-6 .pbmit-service-icon-wrapper,
.pbmit-service-style-6 .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-6 .pbminfotech-post-item {
    position: relative;
}

.pbmit-service-style-6 .pbmit-service-img-wrapper {
    display: none;
}

.pbmit-service-style-6 .pbmit-service-cat h4 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Yantramanav, sans-serif;
}

.pbmit-service-style-6 .pbmit-service-cat h4 a {
    color: var(--pbmit-global-color);
    font-weight: 500;
}

.pbmit-service-style-6 .pbminfotech-box-content {
    text-align: center;
    padding: 45px 28px 40px;
    background-color: #fff;
}

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

.pbmit-service-style-6 .pbmit-service-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0px 0 10px;
}

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

.pbmit-service-style-6 .pbmit-service-icon-wrapper {
    font-size: 45px;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    line-height: 80px;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-light-color);
}

.pbmit-service-style-6:hover .pbmit-service-icon-wrapper {
    color: #fff;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-service-style-6 .pbmit-service-content p {
    margin-bottom: 20px;
}

.pbmit-service-style-6 .pbmit-service-btn a:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-service-style-6 .pbmit-service-btn a:hover:before {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.pbmit-service-style-6 .pbmit-service-btn a:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: -1px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.pbmit-service-style-6 .pbmit-service-btn a {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    line-height: 16px;
}

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

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

/*  05 - Project
/*----------------------------------------*/

/** Style 1 **/

.pbmit-portfolio-style-1 .pbminfotech-post-content {
    position: relative;
    background-color: transparent;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 130, 0, 0.80);
}

.pbmit-portfolio-style-1 .pbmit-portfolio-content {
    padding: 0 40px 25px;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-content,
.pbmit-portfolio-style-1 .pbminfotech-box-content {
    visibility: hidden;
    opacity: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
    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 .pbmit-portfolio-title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
}

.pbmit-portfolio-style-1:hover .pbmit-port-cat:before {
    background-color: #fff;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-port-cat a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: var(--pbmit-blackish-color);
}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-portfolio-title a {
    color: #fff;
}

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

.pbmit-portfolio-style-1 .pbminfotech-post-content {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
}

.pbmit-portfolio-style-1 .pbminfotech-titlebox {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

/** Style 2 **/

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

.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: 26px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 500;
}

.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-port-cat a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-portfolio-title a {
    color: #fff;
}

.pbmit-portfolio-style-2 .pbminfotech-icon-box a {
    color: #fff;
}

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

.pbmit-portfolio-style-2 .pbminfotech-icon-box {
    width: 40px;
    height: 40px;
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background-color: var(--pbmit-global-color);
    display: inline-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%);
    /* 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='#000000', endColorstr='#00000000', 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-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 {
    margin-bottom: 30px;
}

.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 .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: #fff;
}

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

.pbmit-portfolio-style-3 h3.pbmit-portfolio-title a {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 500;
}

.pbmit-portfolio-style-3 .pbmit-port-cat a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
}

/** Style 4 **/

.pbmit-portfolio-style-4 .pbminfotech-post-content {
    position: relative;
}

.pbmit-portfolio-style-4 .pbmit-featured-wrapper {
    overflow: hidden;
}

.pbmit-portfolio-style-4 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-4: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-4 .pbminfotech-box-content {
    background-color: #fff;
    padding: 25px 30px 28px;
}

.pbmit-portfolio-style-4 .pbminfotech-box-content .pbmit-portfolio-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 700;
}

.pbmit-portfolio-style-4 .pbminfotech-box-content .pbmit-port-cat a {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(0, 23, 54, 0.50);
}

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

.pbmit-portfolio-style-4 .pbminfotech-post-content {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
}

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

/*  06 - blog
/*----------------------------------------*/

/** Style 1 **/

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

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

.pbmit-blog-style-1 .pbminfotech-box-content {
    padding: 38px 30px 30px;
    background: #fff;
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-post-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper {
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #fff;
}

.pbmit-blog-style-1 .pbmit-meta-container {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-1 .pbmit-meta-container i {
    color: var(--pbmit-white-color);
    margin-right: 5px;
}

.pbmit-blog-style-1 .pbmit-meta-line a {
    font-size: 14px;
    color: var(--pbmit-white-color);
}

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

.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 .pbmit-service-btn a {
    color: #04080d;
}

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

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

.pbmit-blog-style-1 .pbmit-service-btn a:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-1 .pbmit-service-btn a:hover:before {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.pbmit-blog-style-1 .pbmit-service-btn a:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: 6px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.pbmit-blog-style-1 .pbmit-service-btn a {
    position: relative;
    display: inline-block;
    padding-right: 50px;
}

/** Style 2 **/

.pbmit-blog-style-2 .pbminfotech-box-content {
    padding: 45px 0px 35px;
    background: #fff;
}

.pbmit-blog-style-2 .pbminfotech-box-container {
    position: relative;
    padding: 0 50px;
}

.pbmit-blog-style-2 .pbminfotech-box-container:after {
    position: absolute;
    content: "";
    top: 5px;
    right: 0;
    width: 1px;
    height: 90%;
    background-color: #e5e6e6;
}

.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-post-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.pbmit-blog-style-2 .pbmit-meta-date-wrapper {
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pbmit-blog-style-2 .pbmit-meta-container {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.pbmit-blog-style-2 .pbmit-meta-container i {
    color: var(--pbmit-global-color);
    margin-right: 5px;
}

.pbmit-blog-style-2 .pbmit-meta-line a {
    font-size: 14px;
    color: #666;
}

.pbmit-blog-style-2 .pbmit-meta-line a:hover,
.pbmit-blog-style-2 .pbmit-meta-date-wrapper:hover {
    color: var(--pbmit-global-color);
}

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

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

.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: #04080d;
    position: relative;
    display: inline-block;
    padding-right: 50px;
    line-height: 16px;
    font-size: 16px;
}

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

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

.pbmit-blog-style-2 .pbmit-service-btn a:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-2 .pbmit-service-btn a:hover:before {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.pbmit-blog-style-2 .pbmit-service-btn a:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: -1px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

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

/** Style 3 **/

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

.pbmit-blog-style-3 .pbmit-featured-container {
    position: relative;
}

.pbmit-blog-style-3 .pbminfotech-box-content {
    padding: 25px 30px 30px;
    background: #fff;
}

.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-post-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pbmit-blog-style-3 .pbmit-meta-date-wrapper {
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #fff;
}

.pbmit-blog-style-3 .pbmit-meta-date-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    padding: 14px 30px 12px 18px;
    letter-spacing: 0.4px;
    clip-path: polygon(0% 0%, 85% 0%, 100% 105%, 0% 105%);
    text-transform: uppercase;
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-3:hover .pbmit-meta-date-wrapper {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-3 .pbmit-meta-container i {
    color: var(--pbmit-global-color);
    margin-right: 0px;
}

.pbmit-blog-style-3 .pbmit-meta-container {
    margin-bottom: 5px;
}

.pbmit-blog-style-3 .pbmit-meta-line a,
.pbmit-blog-style-3 .pbmit-meta-line {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #999;
}

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

.pbmit-blog-style-3 .pbmit-meta-line:not(:first-child) {
    margin: 0 0 0 5px;
}

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

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

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

.pbmit-blog-style-3 .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-3:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

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

.pbmit-blog-style-3 .pbmit-service-btn a {
    color: #04080d;
}

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

/** Style 4 **/

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

.pbmit-blog-style-4 .pbmit-featured-container {
    position: relative;
}

.pbmit-blog-style-4 .pbminfotech-box-content {
    padding: 25px 30px 30px;
    background: #fff;
}

.pbmit-blog-style-4 .pbminfotech-box-content .pbmit-post-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.pbmit-blog-style-4 .pbmit-meta-date-wrapper {
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #fff;
}

.pbmit-blog-style-4 .pbmit-meta-date-wrapper {
    position: absolute;
    right: 25px;
    top: 25px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 15px 8px 15px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-4:hover .pbmit-meta-date-wrapper {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-4 .pbmit-meta-container i {
    color: var(--pbmit-global-color);
    margin-right: 0px;
}

.pbmit-blog-style-4 .pbmit-meta-container {
    margin-bottom: 5px;
}

.pbmit-blog-style-4 .pbmit-meta-line a,
.pbmit-blog-style-4 .pbmit-meta-line {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #999;
}

.pbmit-blog-style-4 .pbmit-meta-line a:hover {
    color: var(--pbmit-link-color-hover);
}

.pbmit-blog-style-4 .pbmit-meta-line:not(:first-child) {
    margin: 0 0 0 5px;
}

.pbminfotech-element-blog .pbmit-blog-style-4 .pbmit-meta-comment-wrapper.pbmit-meta-line {
    padding: 0;
}

.pbminfotech-element-blog .pbmit-blog-style-4 .pbmit-meta-comment-wrapper.pbmit-meta-line:before {
    display: none;
}

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

.pbmit-blog-style-4 .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-4:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

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

.pbmit-blog-style-4 .pbmit-service-btn a {
    color: #04080d;
    position: relative;
    display: inline-block;
    padding-right: 50px;
}

.pbmit-blog-style-4 .pbmit-service-btn a:hover {
    color: var(--pbmit-global-color);
}

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

.pbmit-blog-style-4 .pbmit-service-btn a:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-4 .pbmit-service-btn a:hover:before {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.pbmit-blog-style-4 .pbmit-service-btn a:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: 6px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.pbmit-blog-style-4 .pbmit-service-btn a:hover {
    color: var(--pbmit-global-color);
}

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

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

/** Style 1 **/

.pbmit-testimonial-style-1 .pbminfotech-author-wrapper {
    align-items: center;
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper {
    width: 80px;
    height: 80px;
}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-style: normal;
    font-weight: 400;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc {
    margin-top: 15px;
    margin-bottom: 20px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-author {
    padding-left: 25px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-content {
    position: relative;
    color: var(--pbmit-blackish-color);
}

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

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

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

/** Style 2 **/

.pbmit-testimonial-style-2 .pbminfotech-post-item {
    padding-top: 30px;
}

.pbmit-testimonial-style-2 .pbminfotech-author-wrapper {
    align-items: center;
}

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

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote {
    font-size: 28px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 400;
}

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

.pbmit-testimonial-style-2 .pbminfotech-box-content {
    position: relative;
    color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-content:before {
    content: '\e805';
    font-size: 74px;
    font-family: "pbminfotech-base-icons";
    line-height: normal;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: -20px;
    right: 15px;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 2px var(--pbmit-global-color);
    transform: rotate(-180deg);
}

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

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

.pbmit-testimonial-style-2 .pbminfotech-box-img {
    display: none;
}

/** Style 3 **/

.pbmit-testimonial-style-3 .pbminfotech-author-wrapper {
    position: relative;
    align-items: center;
    z-index: 2;
}

.pbmit-testimonial-style-3 .pbminfotech-author-wrapper:after {
    position: absolute;
    content: '\e805';
    top: 0px;
    right: 0px;
    font-size: 45px;
    line-height: normal;
    font-style: normal;
    font-weight: normal;
    z-index: -1;
    font-family: "pbminfotech-base-icons";
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-3:hover .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-3:hover .pbminfotech-author-wrapper:after {
    color: #fff;
}

.pbmit-testimonial-style-3 .pbminfotech-box-content {
    position: relative;
    background-color: #fff;
    padding: 35px 38px 40px;
}

.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings,
.pbmit-testimonial-style-3 .pbminfotech-author-wrapper:after,
.pbmit-testimonial-style-3 .pbminfotech-box-content,
.pbmit-testimonial-style-3 .pbminfotech-box-title {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.pbmit-testimonial-style-3:hover .pbminfotech-box-content {
    color: #fff;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-3 .pbmit-featured-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #787c9a;
}

.pbmit-testimonial-style-3 .pbminfotech-box-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.pbmit-testimonial-style-3:hover .pbminfotech-box-title {
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-3 .pbminfotech-box-desc blockquote {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 400;
}

.pbmit-testimonial-style-3 .pbminfotech-box-desc {
    margin-top: 14px;
    margin-bottom: 34px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-author {
    padding-left: 20px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings {
    font-size: 20px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(25, 35, 43, 0.50);
}

.pbmit-testimonial-style-3:hover .pbminfotech-box-star-ratings {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.50);
}

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

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

/** Style 4 **/

.pbmit-testimonial-style-4 .pbminfotech-box-img {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.pbmit-testimonial-style-4 .pbminfotech-box-author {
    padding-left: 20px;
}

.pbmit-testimonial-style-4 .pbminfotech-testimonial-detail {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #787c9a;
}

.pbmit-testimonial-style-4 .pbminfotech-box-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500 !important;
    font-family: Yantramanav, sans-serif;
}

.pbmit-testimonial-style-4 .pbminfotech-box-desc blockquote {
    font-size: 28px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 400;
}

.pbmit-testimonial-style-4 .pbminfotech-box-desc {
    margin-top: 30px;
    margin-bottom: 34px;
}

.pbmit-testimonial-style-4 .pbminfotech-box-content {
    position: relative;
    padding-top: 60px;
    padding-right: 55px;
    color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-4 .pbminfotech-box-content:before {
    content: '\e805';
    font-size: 60px;
    font-family: "pbminfotech-base-icons";
    line-height: normal;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-4 .pbminfotech-box-star-ratings {
    font-size: 20px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 23, 54, 0.50);
}

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

/** Style 5 **/

.pbmit-testimonial-style-5 .pbminfotech-author-wrapper {
    position: relative;
    align-items: center;
}

.pbmit-testimonial-style-5 .pbminfotech-author-wrapper:after {
    position: absolute;
    content: '\e805';
    top: 50%;
    right: 0px;
    font-size: 45px;
    line-height: normal;
    font-style: normal;
    font-weight: normal;
    z-index: -1;
    font-family: "pbminfotech-base-icons";
    color: var(--pbmit-global-color);
    -khtml-transform: translateX(0%) translateY(-50%) rotate( 180deg);
    -moz-transform: translateX(0%) translateY(-50%) rotate( 180deg);
    -ms-transform: translateX(0%) translateY(-50%) rotate( 180deg);
    -o-transform: translateX(0%) translateY(-50%) rotate( 180deg);
    transform: translateX(0%) translateY(-50%) rotate( 180deg);
}

.pbmit-testimonial-style-5 .pbminfotech-box-title {
    font-family: Yantramanav, sans-serif;
}

.pbmit-testimonial-style-5 .pbminfotech-box-content {
    padding: 0 20px 0 0;
}

.pbmit-testimonial-style-5 .pbmit-featured-wrapper {
    width: 100px;
    height: 100px;
}

.pbmit-testimonial-style-5 .pbminfotech-testimonial-detail {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #787c9a;
}

.pbmit-testimonial-style-5 .pbminfotech-box-title {
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 28px;
    margin-bottom: 0;
}

.pbmit-testimonial-style-5 .pbminfotech-box-desc blockquote {
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-5 .pbminfotech-box-desc {
    margin-top: 25px;
    margin-bottom: 18px;
}

.pbmit-testimonial-style-5 .pbminfotech-box-author {
    padding-left: 20px;
}

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

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

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

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

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

/** Header Style 1 **/

.header-style-1 {
    overflow: hidden;
}

.header-style-1 .pbmit-slider-area {
    min-height: 30px;
}

.header-style-1 .pre-header {
    font-size: 15px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}

.header-style-1 .pbmit-pre-header-left i {
    color: var(--pbmit-global-color);
}

.header-style-1 .pbmit-pre-header-left a {
    color: var(--pbmit-global-color);
}

.header-style-1 .pbmit-pre-header-right {
    display: flex;
}

.header-style-1 .pbmit-top-links li {
    display: inline-block;
}

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

.header-style-1 .pbmit-top-links .pbmit-social-links li:not(:last-child) {
    margin-right: 3px;
}

.header-style-1 .pbmit-top-links .pbmit-social-links i {
    font-size: 14px;
}

.header-style-1 .site-branding {
    height: 125px;
    line-height: 125px;
}

.header-style-1 .pbmit-header-info .pbmit-header-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    position: relative;
    padding: 10px 0 10px 60px;
}

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

.header-style-1 .pbmit-header-info .pbmit-header-box i {
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 40px;
    height: 50px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    color: var(--pbmit-global-color);
}

.header-style-1 .pbmit-header-info .pbmit-header-box-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--pbmit-global-color);
    text-transform: none;
    font-weight: 500;
    font-style: normal;
}

.header-style-1 .pbmit-header-info .pbmit-header-box-content {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: var(--pbmit-blackish-color);
    text-transform: none;
    font-weight: 400;
    font-style: normal;
}

.header-style-1 .pbmit-header-info .pbmit-btn-outline {
    padding: 15px 40px;
}

.header-style-1 .site-header-menu {
    margin-bottom: -30px;
    z-index: 2;
    position: relative;
}

.header-style-1 .site-header-menu .navigation-top-wrapper {
    display: flex;
    flex-grow: 1;
}

.header-style-1 .site-header-menu .site-navigation {
    flex: 1;
    margin-right: 15px;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header-style-1 .site-header-menu .site-navigation ul.navigation>li>a {
    height: 70px;
    line-height: 70px;
    transition: none;
}

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

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

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

.header-style-1 .site-header-menu .pbmit-header-search-btn {
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 0;
}

.header-style-1 .site-header-menu .pbmit-header-search-btn a {
    color: var(--pbmit-white-color);
    font-size: 20px;
    transition: none;
}

.header-style-1 .pbmit-right-box .pbmit-header-button {
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    padding-right: 0;
    position: relative;
}

.header-style-1 .pbmit-right-box .pbmit-header-button a {
    color: var(--pbmit-white-color);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-style-1 .pbmit-right-box .pbmit-header-button a:before {
    content: "\f141";
    font-family: flaticon;
    font-size: 40px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}

.header-style-1 .pbmit-right-box .pbmit-header-button:after {
    position: absolute;
    content: "";
    left: 0;
    height: 70px;
    width: 2000px;
    z-index: -1;
    background-color: var(--pbmit-secondary-color);
}

.header-style-1 .pbmit-header-button .pbmit-header-button-text-1 {
    color: var(--pbmit-global-color);
}

.header-style-1 .pbmit-header-button .pbmit-header-button-text-2 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--pbmit-white-color);
}

.header-style-1 .sticky-header.site-header-menu .site-navigation:before,
.header-style-1 .sticky-header .pbmit-right-box .pbmit-header-button:after {
    background-color: transparent;
}

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

.header-style-1 .sticky-header.site-header-menu .pbmit-header-search-btn a {
    color: var(--pbmit-blackish-color);
}

.header-style-1 .sticky-header .pbmit-right-box .pbmit-header-button a:before {
    color: var(--pbmit-blackish-color);
}

.header-style-1 .sticky-header .pbmit-header-button .pbmit-header-button-text-2 {
    color: var(--pbmit-blackish-color);
}

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

.header-style-1 .sticky-header.site-header-menu .site-branding {
    display: block;
    padding-right: 40px;
    height: 90px;
    line-height: 90px;
}

/** Header style 2 **/

.header-style-2 .pbmit-header-top-area {
    border-bottom: 1px solid #eee;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}

.header-style-2 .pbmit-pre-header-right .pbmit-contact-info li {
    display: inline-block;
}

.header-style-2 .pbmit-pre-header-right .pbmit-social-links {
    padding: 0 15px;
}

.header-style-2 .pbmit-pre-header-right .pbmit-social-links li {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    padding: 0 10px;
    margin-right: 8px;
}

.header-style-2 .pbmit-pre-header-right .pbmit-social-links li a {
    font-size: 14px;
}

.header-style-2 .site-header-menu {
    background-color: var(--pbmit-light-color);
}

.header-style-2 .site-header-menu .site-branding {
    margin-right: 40px;
}

.header-style-2 .site-header-menu .site-branding .site-title {
    margin-bottom: 0;
}

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

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

.header-style-2 .site-header-menu .pbmit-right-box a {
    padding: 17px 40px;
}

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

.header-style-2 .site-header-menu-top {
    height: 90px;
    line-height: 90px;
}

.header-style-2 .pbmit-header-info .pbmit-header-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    position: relative;
    padding: 10px 0 10px 50px;
}

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

.header-style-2 .pbmit-header-info .pbmit-header-box i {
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 40px;
    line-height: 35px;
    text-align: center;
    color: var(--pbmit-global-color);
}

.header-style-2 .pbmit-header-info .pbmit-header-box-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--pbmit-global-color);
    font-weight: 500;
}

.header-style-2 .pbmit-header-info .pbmit-header-box-content {
    font-size: 16px;
    line-height: 25px;
    color: var(--pbmit-blackish-color);
    font-weight: 400;
}

.header-style-2 .pbmit-right-box {
    display: flex;
}

.header-style-2 .pbmit-header-search-btn {
    padding: 0 20px;
}

.header-style-2 .pbmit-social-links {
    padding: 0 10px;
    border-right: 1px solid #f2f3f5;
    border-left: 1px solid #f2f3f5;
}

.header-style-2 .pbmit-right-box .pbmit-social-links li {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    padding: 0 7px;
}

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

/** Header style 3 **/

.header-style-3 .pre-header {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    padding: 0 30px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.header-style-3 .pbmit-pre-header-left .pbmit-social-links {
    padding-left: 0;
}

.header-style-3 .pbmit-pre-header-left .pbmit-social-links li {
    margin-right: 5px;
    display: inline-block;
}

.header-style-3 .pbmit-pre-header-left .pbmit-social-links li a {
    display: inline-block;
    width: 35px;
    color: var(--pbmit-secondary-color);
}

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

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

.header-style-3 .pbmit-pre-header-right ul li {
    position: relative;
    display: inline-flex;
    padding: 0 10px;
}

.header-style-3 .pbmit-contact-info i {
    color: var(--pbmit-global-color);
    font-size: 18px;
    margin-right: 5px;
}

.header-style-3 .site-branding {
    padding-left: 30px;
}

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

.header-style-3 .site-header-menu .pbmit-right-box .pbmit-header-search-btn {
    padding: 0 30px 0 60px;
}

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

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

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

.header-style-3 .pbmit-header-button a {
    height: 105px;
    line-height: 105px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    padding: 0 60px;
}

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

/** Header style 4 **/

.header-style-4 .site-header-menu {
    padding-left: 50px;
    background-color: var(--pbmit-secondary-color);
}

.header-style-4 .site-header-menu .site-branding .sticky-logo {
    display: none;
}

.header-style-4 .site-header-menu .site-navigation ul.navigation>li>a {
    height: 110px;
    line-height: 110px;
}

.header-style-4 .site-header-menu .site-navigation ul.navigation>li.active>a:after {
    color: var(--pbmit-global-color);
}

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

.header-style-4 .site-header-menu .site-navigation ul.navigation>li.active>a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--pbmit-global-color);
}

.header-style-4 .site-navigation {
    display: flex;
    align-items: center;
}

.header-style-4 .pbmit-header-search-btn {
    padding: 0 20px;
}

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

.header-style-4 .pbmit-header-button {
    height: 110px;
    line-height: 110px;
}

.header-style-4 .pbmit-header-button a {
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    padding-left: 50px;
    position: relative;
    display: inline-block;
    color: #999;
}

.header-style-4 .pbmit-header-button a:before {
    content: "\e853";
    font-family: "pbminfotech-base-icons";
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    color: var(--pbmit-global-color);
}

.header-style-4 .pbmit-header-button span {
    padding-right: 50px;
    line-height: 16px;
    position: relative;
    display: block;
}

.header-style-4 .pbmit-header-button span.pbmit-header-button-text-2 {
    font-size: 20px;
    color: var(--pbmit-white-color);
    line-height: 30px;
}

.header-style-4 .pbmit-header-button-2 a {
    padding: 0 60px;
    height: 110px;
    line-height: 110px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

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

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

.header-style-4 .sticky-header .site-branding .sticky-logo {
    display: inline-block;
}

.header-style-4 .sticky-header .site-branding {
    line-height: 90px;
    height: 90px;
}

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

.header-style-4 .sticky-header .site-navigation ul.navigation>li>a {
    line-height: 90px;
    height: 90px;
}

.header-style-4 .pbmit-right-box {
    display: flex;
}

.header-style-4 .sticky-header .pbmit-header-search-btn a {
    color: var(--pbmit-blackish-color);
}

.header-style-4 .sticky-header .pbmit-header-button a {
    color: #666;
}

.header-style-4 .sticky-header .pbmit-header-button span.pbmit-header-button-text-2 {
    color: var(--pbmit-blackish-color);
}

.header-style-4 .sticky-header .pbmit-header-button-2 a,
.header-style-4 .sticky-header .pbmit-header-button {
    line-height: 90px;
    height: 90px;
}

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

.header-style-4 .sticky-header a:hover span::before {
    background-color: var(--pbmit-white-color);
}

/** Header style 5 **/

.site-header .site-branding img.responsive-logo {
    display: none;
}

.header-style-5 .site-title {
    padding-left: 80px;
    padding-right: 80px;
    background-color: var(--pbmit-global-color);
    height: 148px;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

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

.header-style-5 .pre-header {
    height: 48px;
    line-height: 48px;
    background-color: var(--pbmit-secondary-color);
    color: var(--pbmit-white-color);
}

.header-style-5 .pbmit-pre-header-left {
    margin-left: 30px;
}

.header-style-5 .pbmit-pre-header-left .pbmit-contact-info {
    font-size: 16px;
}

.header-style-5 .pbmit-pre-header-left .pbmit-contact-info li {
    padding: 0 5px;
    position: relative;
    display: inline-flex;
}

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

.header-style-5 .pbmit-pre-header-right .pbmit-social-links li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 8px;
}

.header-style-5 .pbmit-pre-header-right .pbmit-social-links li a {
    color: var(--pbmit-white-color);
    font-size: 14px;
}

.header-style-5 .pbmit-pre-header-right .pbmit-social-links li a:hover {
    color: var(--pbmit-global-color);
}

.header-style-5 .site-header-menu {
    background-color: var(--pbmit-white-color);
}

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

.header-style-5 .site-header-menu .site-navigation ul.navigation>li.active>a:after {
    color: var(--pbmit-global-color);
}

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

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

.header-style-5 .site-navigation {
    margin-left: 45px;
}

.header-style-5 .pbmit-right-box {
    display: flex;
    align-items: center;
}

.header-style-5 .pbmit-header-search-btn {
    padding: 0 20px;
}

.header-style-5 .pbmit-header-button a {
    line-height: 100px;
    height: 100px;
}

.header-style-5 .sticky-header .pre-header {
    display: none;
}

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

.header-style-5 .sticky-header.site-header-menu {
    height: 90px;
}

.header-style-5 .sticky-header .pbmit-header-button a {
    line-height: 90px;
    height: 90px;
}

/** Header style 6 **/

.header-style-6 .pre-header {
    font-size: 15px;
    color: var(--pbmit-white-color);
    background-color: #005B76;
}

.header-style-6 .pbmit-contact-info {
    font-size: 16px;
}

.header-style-6 .pbmit-contact-info li {
    padding: 0 13px;
    font-size: 19px;
    vertical-align: top;
    position: relative;
    display: inline-flex;
    color: var(--pbmit-white-color);
}

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

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

.header-style-6 .pbmit-pre-header-right ul {
    padding: 0 15px;
}

.header-style-6 .pbmit-pre-header-right li {
    display: inline-block;
    margin-right: 8px;
}

.header-style-6 .pbmit-pre-header-right li:last-child {
    margin-right: 0;
}

.header-style-6 .pbmit-pre-header-right li a {
    font-size: 14px;
    color: var(--pbmit-white-color);
}

.header-style-6 .pbmit-pre-header-right li a:hover {
    color: var(--pbmit-global-color);
}

.header-style-6 .site-navigation {
    margin-right: 55px;
}

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

.header-style-6 .site-header-menu .site-navigation ul.navigation>li.active>a:after {
    color: var(--pbmit-global-color);
}

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

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

.header-style-6 .pbmit-right-box {
    display: flex;
    align-items: center;
}

.header-style-6 .pbmit-btn-hover-secondary {
    padding: 18px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-style-6 .pbmit-header-search-btn {
    padding: 0 20px;
}

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

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

/* style 1 */

.footer.site-footer {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    background-color: black;
}

.footer.site-footer.footer-style-1 {
    background-image: url(../images/homepage-6/new-footer-bg.png);
}

.pbmit-footer-widget-area-top {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.pbmit-footer-widget-area-top .pbmit-footer-big-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-left: 90px;
}

.pbmit-footer-widget-area-top .pbmit-footer-big-title:after {
    content: "\e841";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-radius: 50%;
    left: 0;
    top: -20px;
    text-align: center;
    font-weight: 500;
    font-size: 50px;
}

.pbmit-footer-newslatter {
    position: relative;
    margin-left: 40px;
}

.pbmit-footer-newslatter input {
    font-size: 14px;
    width: 100%;
    height: 60px;
    border: 1px solid #d3d3d3;
    background-color: var(--pbmit-light-color);
    padding: 0 40px;
}

.pbmit-footer-newslatter button {
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;
    padding: 0 66px;
    background-color: var(--pbmit-secondary-color);
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none;
    border: 0;
}

.pbmit-footer-newslatter button i {
    color: var(--pbmit-global-color);
}

.footer .pbmit-footer-widget-area {
    padding-top: 30px;
    padding-bottom: 16px;
}

.footer .pbmit-footer-widget-area .footer-widget-col-1 {
    flex: 0 0 27%;
    max-width: 27%;
}

.footer .pbmit-footer-widget-area .footer-widget-col-2 {
    flex: 0 0 23%;
    max-width: 23%;
}

.footer .pbmit-footer-widget-area .footer-widget-col-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.footer .pbmit-footer-widget-area .footer-widget-col-4 {
    flex: 0 0 30%;
    max-width: 30%;
}

.footer .pbmit-widget {
    padding: 40px 0 24px 0;
}

.pbmit-footer-widget-area .pbmit-first-widget img {
    max-width: 70%;
}

.pbmit-footer-widget-area .text {
    font-size: 16px;
    color: #abafb5;
}

.footer .pbmit-free-call-box {
    display: flex;
    align-items: center;
}

.footer .pbmit-free-call-box i {
    font-size: 55px;
    line-height: 55px;
    color: var(--pbmit-global-color);
}

.footer .pbmit-free-call-box .pbmit-call-text {
    font-size: 15px;
    padding-left: 10px;
    color: #abafb5;
    text-transform: uppercase;
}

.footer .pbmit-free-call-box .pbmit-call-text h3 {
    font-size: 22px;
    list-style: 28px;
    font-weight: 500;
    color: var(--pbmit-white-color);
}

.footer .widget-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.pbmit-footer-widget-area .pbmit-two-widget li {
    padding: 0 0 10px 0;
}

.pbmit-footer-widget-area .pbmit-two-widget li a {
    position: relative;
    padding-left: 0px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #abafb5;
}

.pbmit-footer-widget-area .pbmit-two-widget li a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-footer-widget-area .pbmit-two-widget li a::before {
    position: absolute;
    content: '\e814';
    left: 0;
    font-size: 16px;
    top: 3px;
    color: inherit;
    font-family: 'pbminfotech-base-icons';
    font-weight: 400;
    line-height: normal;
    display: none;
}

.pbmit-footer-widget-area .pbmit-three-widget li {
    padding: 0 0 15px 0;
}

.pbmit-footer-widget-area .pbmit-three-widget li a {
    position: relative;
    padding-left: 0px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #abafb5;
}

.pbmit-footer-widget-area .pbmit-three-widget li a::before {
    position: absolute;
    content: '\e814';
    left: 0;
    font-size: 16px;
    top: 3px;
    color: inherit;
    font-family: 'pbminfotech-base-icons';
    font-weight: 400;
    line-height: normal;
    display: none;
}

.pbmit-footer-widget-area .pbmit-three-widget li a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-footer-widget-area .pbmit-four-widget .pbmit-rpw-list li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.pbmit-footer-widget-area .pbmit-four-widget .pbmit-rpw-list a {
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
    font-size: 16px;
    color: #abafb5;
}

.pbmit-footer-widget-area .pbmit-four-widget .pbmit-rpw-list a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-footer-widget-area .pbmit-four-widget .pbmit-rpw-list .pbmit-rpw-content {
    color: #abafb5;
    font-weight: normal;
}

.pbmit-footer-widget-area .pbmit-four-widget .pbmit-rpw-list .pbmit-rpw-content:hover,
.pbmit-footer-widget-area .pbmit-four-widget .pbmit-rpw-list .pbmit-rpw-content .pbmit-rpw-date a {
    color: var(--pbmit-global-color);
    display: block;
}

.pbmit-footer-widget-area .pbmit-four-widget .pbmit-rpw-list .pbmit-rpw-content .pbmit-rpw-date a {
    font-size: 13px;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: normal;
    width: 100%;
}

.pbmit-footer-widget-area .pbmit-four-widget .pbmit-rpw-date {
    line-height: 17px;
    display: block;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.pbmit-footer-widget-area-bottom-inner .pbmit-social-links li {
    margin-right: 5px;
    display: inline-block;
    padding-bottom: 0px;
}

.pbmit-footer-widget-area-bottom-inner .pbmit-social-links li a {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--pbmit-white-color);
}

.pbmit-footer-widget-area-bottom-inner .pbmit-social-links li a:hover {
    border: none;
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.pbmit-footer-widget-area-bottom {
    background-color: #005B76;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.pbmit-footer-widget-area-bottom-inner .pbmit-footer-menu li {
    display: inline-block;
    margin: 0 10px;
}

.pbmit-footer-widget-area-bottom-inner p {
    font-size: 16px;
    color: #abafb5;
    margin: 0;
}

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

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

.pbmit-title-bar-wrapper {
    background-color: rgba(246, 246, 246, 0);
    background-image: url(../images/bg/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

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

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

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

.pbmit-title-bar-content .pbmit-tbar-title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 46px;
    line-height: 70px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-style: normal;
    color: var(--pbmit-heading-color);
}

.pbmit-title-bar-wrapper .pbmit-title-bar-content .pbmit-breadcrumb-inner {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 2px;
}

.pbmit-title-bar-wrapper .pbmit-title-bar-content .pbmit-breadcrumb-inner span {
    font-family: Yantramanav, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666;
    text-transform: none;
    font-style: normal;
}

.pbmit-title-bar-wrapper .pbmit-title-bar-content .pbmit-breadcrumb-inner span:hover a span {
    color: var(--pbmit-global-color);
}

.pbmit-breadcrumb,
.pbmit-breadcrumb a {
    font-family: Yantramanav, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: none;
    letter-spacing: 0;
    color: #666;
    font-style: normal;
    opacity: 0.9;
}

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

.pbmit-breadcrumb-inner i {
    font-size: 13px;
}

.pbmit-title-bar-wrapper .list-inline-item {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.pbmit-title-bar-wrapper .list-inline-item a {
    color: #fff;
}

.pbmit-title-bar-wrapper .list-inline-item i {
    color: var(--pbmit-global-color);
}

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

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

.overlap-colomn {
    position: relative;
}

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

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

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

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

.overflow-hidden {
    overflow: hidden;
}

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

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

/*  12 - Progress Bar
/*----------------------------------------*/

.progressbar {
    overflow: hidden;
    margin-top: 30px;
}

.progressbar .progress-label {
    color: var(--pbmit-blackish-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.progress {
    overflow: visible;
    position: relative;
    height: 9px;
    margin-top: 10px;
    border-radius: 0px;
    border-bottom: 1px solid var(--pbmit-global-color);
    background-color: var(--pbmit-light-color);
}

.progress-bar {
    position: relative;
    background-color: var(--pbmit-global-color);
    height: 6px;
}

.progress .progress-percent {
    line-height: 24px;
    position: absolute;
    right: 0px;
    top: -35px;
    font-size: 18px;
    font-weight: 500;
    color: var(--pbmit-blackish-color);
}

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

/*  13 - Accordion
/*----------------------------------------*/

/* style-1 */

.accordion-header {
    margin-bottom: 0 !important;
    background-color: var(--pbmit-white-color);
}

.accordion-item {
    border: none;
    color: var(--pbmit-blackish-color);
    font-size: 18px;
    border-radius: 0px !important;
    margin-bottom: 22px;
    background-color: transparent;
}

.accordion-button {
    border: 1px solid #dfdfdd;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 22px 60px 22px 30px;
    background: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--pbmit-heading-color);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
    border: 1px solid #dfdfdd;
}

.accordion-button::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    font-size: 12px;
    line-height: 60px;
    text-align: center !important;
    border-left: 1px solid #ebebeb;
    background-color: transparent;
    background-image: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    align-items: center;
    transition: none;
}

.accordion-button:not(.collapsed)::after {
    font-size: 12px;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    background-image: none;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

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

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

.accordion-button:hover:after {
    border-left-color: rgb(255 255 255 / 10%);
}

.accordion-body {
    color: #888888;
    font-weight: 400;
    font-size: 16px;
    padding: 0px;
}

.accordion-collapse {
    padding: 20px 0 0;
}

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

/*  14 - Tab
/*----------------------------------------*/

body .nav-tabs {
    border: none;
}

.nav-tabs {
    margin-top: 30px;
    padding: 0 30px;
}

.nav-item {
    margin-top: 30px;
    position: relative;
    border-right: none;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--pbmit-blackish-color);
}

.nav-link {
    padding: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link span {
    position: relative;
}

.nav-tabs .nav-link span:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -25px;
    height: 15px;
    width: 15px;
    transform: translateX(-50%);
    background: var(--pbmit-global-color);
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 9;
}

.nav-tabs .nav-link:after {
    position: absolute;
    content: '';
    left: inherit;
    right: 0;
    top: -19px;
    height: 3px;
    width: 50%;
    background: var(--pbmit-global-color);
}

.nav-tabs .nav-link:before {
    position: absolute;
    content: '';
    left: -1px;
    top: -19px;
    height: 3px;
    width: 50%;
    background: var(--pbmit-global-color);
}

.nav-tabs .nav-item:first-child .nav-link:before {
    display: none;
}

.nav-tabs .nav-item:last-child span:after {
    display: none;
}

.tab-content {
    padding: 0 100px;
}

.tab-content h4 {
    font-size: 18px;
    line-height: 28px;
    color: var(--pbmit-global-color);
    margin-bottom: 10px;
}

.tab-content-img {
    position: relative;
}

.tab-icon-img {
    position: absolute;
    left: 0;
    bottom: 30px;
    animation: animation02 4s infinite linear;
}

@keyframes animation02 {
    0% {
        transform: translate(0px, 0px) rotate(0);
    }
    25% {
        transform: translate(-10px, -10px) rotate(5deg);
    }
    50% {
        transform: translate(-20px, 0px) rotate(0);
    }
    75% {
        transform: translate(-10px, -10px) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}

.nav-tabs .nav-link span {
    font-size: 16px;
    font-weight: 800;
    color: var(--pbmit-heading-color);
    font-family: var(--pbmit-heading-typography-font-family);
    letter-spacing: -0.3px;
    display: block;
    line-height: 16px;
}

.nav-tabs li.tabactive~li .nav-link:after {
    background: #fff;
}

.nav-tabs li.tabactive~li .nav-link:before {
    background: #fff;
}

.nav-tabs li.tabactive .nav-link:after {
    background: #fff !important;
}

.nav-tabs li:last-child .nav-link:after,
.nav-tabs li:first-child .nav-link:before {
    display: none;
}

.nav-tabs li.tabactive:last-child .nav-link span:after {
    background-color: transparent;
}

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

/*  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: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0
}

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

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

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

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

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

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

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

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

.db-fidbox-style-1 .db-fid-title-w {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}

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

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

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

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

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

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

/*  16 - List Gourp
/*----------------------------------------*/

.list-group-borderless .list-group-item {
    border: none;
    color: var(--pbmit-blackish-color);
    padding: 0;
    background: transparent;
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: inherit;
    font-weight: normal;
    display: flex;
    color: #666;
    margin-bottom: 8px;
    align-items: center;
}

.list-group-borderless .list-group-item i {
    font-size: 20px;
    padding-right: 15px;
    color: var(--pbmit-global-color);
}

.list-group.list-group-borderless .list-group-item:hover {
    color: var(--pbmit-global-color) !important;
}

ul.list-group.list-group-borderless {
    margin-bottom: 25px;
    margin-top: 10px;
}

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

/*  17 - Revolution
/*----------------------------------------*/

/** Slider 01 **/

span.rev-stroke {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255) !important
}

.rev-button {
    position: relative;
    display: inline-block;
    padding-right: 30px
}

.rev-button:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: -10px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #fff
}

.rev-button:after {
    position: relative;
    content: "\e85a";
    top: 2px;
    right: -45px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: "pbminfotech-base-icons"
}

body .rev-stroke-text-dark {
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(4, 8, 13, 0.30) !important
}

#rev_slider_1_1_wrapper .metis.tparrows {
    background: #ffffff;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

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

#rev_slider_1_1_wrapper .metis.tparrows:before {
    color: #000000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

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

#rev_slider_1_1_wrapper .metis.tparrows:before {
    font-family: "pbminfotech-base-icons";
    content: '\e814';
    color: #000000;
    font-size: 24px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_1_1_wrapper .metis.tparrows.tp-leftarrow:before {
    font-family: "pbminfotech-base-icons";
    content: '\e81e';
}

/** Style 2 **/

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

span.rev-stroke {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255) !important
}

.rev-button {
    position: relative;
    display: inline-block;
    padding-right: 30px
}

.rev-button:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: -10px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #fff
}

.rev-button:after {
    position: relative;
    content: "\e85a";
    top: 2px;
    right: -45px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: "pbminfotech-base-icons"
}

body .rev-stroke-text-dark {
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(4, 8, 13, 0.30) !important
}

#rev_slider_2_1_wrapper .metis.tparrows {
    background: #ffffff;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

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

#rev_slider_2_1_wrapper .metis.tparrows:before {
    font-family: "pbminfotech-base-icons";
    content: '\e814';
    color: #000000;
    font-size: 24px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_2_1_wrapper .metis.tparrows.tp-leftarrow:before {
    font-family: "pbminfotech-base-icons";
    content: '\e81e';
}

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

/** Style 3 **/

span.rev-stroke {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255) !important
}

.rev-button {
    position: relative;
    display: inline-block;
    padding-right: 30px
}

.rev-btn-blackish.rev-btn:hover .rev-button:before {
    background-color: #fff
}

.rev-button:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: -10px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #fff
}

.rev-btn-white.rev-btn:hover .rev-button:before,
.rev-btn-blackish .rev-button:before {
    background-color: var(--pbmit-blackish-color)
}

.rev-button:after {
    position: relative;
    content: "\e85a";
    top: 2px;
    right: -45px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: "pbminfotech-base-icons"
}

body .rev-stroke-text-dark {
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(4, 8, 13, 0.30) !important
}

#rev_slider_3_1_wrapper .metis.tparrows {
    background: #ffffff;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

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

#rev_slider_3_1_wrapper .metis.tparrows:before {
    font-family: "pbminfotech-base-icons";
    content: '\e814';
    color: #000000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_3_1_wrapper .metis.tparrows.tp-leftarrow:before {
    font-family: "pbminfotech-base-icons";
    content: '\e81e';
}

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

/** Style 4 **/

span.rev-stroke {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255) !important
}

.rev-button {
    position: relative;
    display: inline-block;
    padding-right: 30px
}

.rev-btn.rev-btn-white:hover .rev-button:before {
    background-color: var(--pbmit-blackish-color)
}

.rev-button:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: -10px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #fff
}

.rev-button:after {
    position: relative;
    content: "\e85a";
    top: 2px;
    right: -45px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: "pbminfotech-base-icons"
}

body .rev-stroke-text-dark {
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(4, 8, 13, 0.30) !important
}

#rev_slider_4_1_wrapper .metis.tparrows {
    background: #ffffff;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

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

#rev_slider_4_1_wrapper .metis.tparrows:before {
    font-family: "pbminfotech-base-icons";
    content: '\e814';
    color: #000000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

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

#rev_slider_4_1_wrapper .metis.tparrows.tp-leftarrow:before {
    font-family: "pbminfotech-base-icons";
    content: '\e81e';
}

/** Style 5 **/

span.rev-stroke {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255) !important
}

.rev-button {
    position: relative;
    display: inline-block;
    padding-right: 30px
}

.rev-button:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: -10px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #fff
}

.rev-button:after {
    position: relative;
    content: "\e85a";
    top: 2px;
    right: -45px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: "pbminfotech-base-icons"
}

body .rev-stroke-text-dark {
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(4, 8, 13, 0.30) !important
}

#rev_slider_5_1_wrapper .metis.tparrows {
    background: #ffffff;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

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

#rev_slider_5_1_wrapper .metis.tparrows:before {
    color: #000000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

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

/** Style 6 **/

span.rev-stroke {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255) !important
}

.rev-button {
    position: relative;
    display: inline-block;
    padding-right: 30px
}

.rev-button:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: -10px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #fff
}

.rev-button:after {
    position: relative;
    content: "\e85a";
    top: 2px;
    right: -45px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: "pbminfotech-base-icons"
}

body .rev-stroke-text-dark {
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(4, 8, 13, 0.30) !important
}

#rev_slider_6_1_wrapper .metis.tparrows {
    background: #ffffff;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

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

#rev_slider_6_1_wrapper .metis.tparrows:before {
    color: #000000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

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

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

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

/** Style 1 **/

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
    text-align: center;
    background-color: #fff;
    position: relative;
    padding: 40px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbmit-ptable-icon-wrapper i {
    line-height: 100px;
    font-size: 80px;
    display: inline-block;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box:after,
.pbminfotech-ele-ptable-style-1 .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;
}

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

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbminfotech-ptable-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    background-color: var(--pbmit-blackish-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);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a span {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    line-height: 16px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a span:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-blackish-color);
}

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

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a span:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    top: -1px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

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

.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: #dddddd;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: -1;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbminfotech-ptable-price {
    font-size: 60px;
    line-height: 62px;
    font-weight: 700 !important;
    letter-spacing: -2.4px;
}

.pbmit-pricing-table-box .pbminfotech-ptable-frequency {
    position: absolute;
    bottom: 7px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700 !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;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbminfotech-ptable-symbol {
    position: absolute;
    left: -19px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700 !important;
}

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

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box .pbmit-ptable-line {
    position: relative;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
}

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

.pbminfotech-ele-ptable-style-1 .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-ptable-btn a:hover span:before {
    background-color: var(--pbmit-white-color);
}

.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);
}

.pbminfotech-ele-ptable-style-1 .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: var(--pbmit-light-color);
    padding: 20px 30px;
    display: block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 16px;
    line-height: 16px;
}

.pbminfotech-ele-ptable-style-1 .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;
}

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

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

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pbminfotech-ele-ptable-style-1 .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;
}

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

/*  19 - Client
/*----------------------------------------*/

/** Style 1 **/

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

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

.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-hide {
    display: none;
}

.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%);
}

/** Style 2 **/

.pbmit-client-style-2 {
    text-align: center;
}

.pbmit-client-style-2 .pbmit-client-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 50px 30px 50px;
}

.pbmit-client-style-2:hover .pbmit-client-wrapper {
    background-color: var(--pbmit-global-color);
}

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

.pbmit-client-style-2 .pbmit-featured-wrapper img {
    opacity: 0.15;
}

.pbmit-client-style-2:hover .pbmit-featured-wrapper img {
    visibility: visible;
    opacity: 1;
}

.pbmit-client-style-2 .pbmit-hide {
    display: none;
}

.header-style-6 .pbmit-pre-header-right ul img {
    width: 27px !important;
}

.whabutton img {
    width: 80px;
}

.getquote .pbmit-btn-outline span::before {
    display: none;
}

.getquote .pbmit-btn span::after {
    display: none;
}

.getquote .pbmit-btn span {
    padding-right: 0;
}

.getquote {
    margin-right: 25px !important;
}

.getquote a {
    font-weight: 600 !important;
    background-color: var(--pbmit-global-color);
    border-radius: 50px 0 50px 0 !important;
    font-size: 17px !important;
}

.getquote a:hover {
    color: #fff !important;
}

.header-style-1 .pbmit-header-info .pbmit-header-box i img {
    width: 57px;
    position: relative;
    top: -7px;
}

.site-header .site-navigation ul.navigation>li>a:after {
    display: none;
}

@media(max-width:786px) {
    .site-header .pre-header {
        display: block !important;
        height: 100%;
        line-height: 30px;
        padding: 15px 0;
    }
    .site-header .pre-header .d-flex {
        display: block !important;
    }
    .header-style-6 .pbmit-contact-info li {
        line-height: 35px;
        font-size: 22px;
        padding: 0;
    }
    .header-style-6 .pbmit-contact-info {
        padding-bottom: 10px;
    }
    .header-style-6 .pbmit-contact-info {
        text-align: center;
    }
    .getquote a {
        padding: 10px 21px;
        font-size: 15px !important;
    }
    .pbmit-pre-header-right {
        margin: 0 auto;
        text-align: center;
    }
    .about-three-counter-box {
        display: none;
    }
    .verifieded img {
        width: 85px !important;
    }
    .pbmit-ihbox-style-17 .pbmit-element-title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
        font-weight: 600;
        color: var(--pbmit-white-color);
    }
    .workprocess {
        text-align: center !important;
    }
    .pbmit-ihbox-style-5 .pbmit-element-title:before {
        display: none;
    }
    .pbmit-ihbox.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
        margin: 0 auto;
    }
    .pbmit-ihbox-style-5 .pbmit-ihbox-contents {
        padding: 20px 0;
    }
    .pbmit-ihbox-style-5 .pbmit-element-title {
        padding-left: 0;
    }
    .networklist li {
        width: 100% !important;
    }
    .network .pbmit-heading-subheading .pbmit-title {
        font-size: 25px !important;
        line-height: 30px !important;
    }
}