:root {
    --pbmit-global-color: #ffc34e;
    --pbmit-secondary-color: #16222d;
    --pbmit-light-color: #ecf0f4;
    --pbmit-body-color: #fff;
    --pbmit-white-color: #ffffff;
    --pbmit-white-color-rgb: 255, 255, 255;
    --pbmit-blackish-color: #16222d;
    --pbmit-blackish-color-rgb: 22, 34, 45;
    --pbmit-link-color-normal: #16222d;
    --pbmit-link-color-hover: #ffc34e;
    --pbmit-global-color-rgb: 255, 195, 78;
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'robotovar', sans-serif;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 17px;
    --pbmit-body-typography-line-height: 1.6;
    --pbmit-body-typography-color: #696f6f;
    --pbmit-heading-typography-font-family: "archivovar", sans-serif;
    --pbmit-heading-color: #16222d;
    --pbmit-heading-font-variant: 500;
    --pbmit-btn-typography-font-family: "Archivo", sans-serif;
    --pbmit-btn-typography-variant: 500;
    --pbmit-btn-typography-font-size: 16px;
    --pbmit-btn-typography-line-height: 24px;
}
a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, select, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
    margin: unset;
    padding: unset;
    border: unset;
    outline: unset;
    font-size: unset;
    line-height: unset;
    vertical-align: unset;
    background: unset;
}
.backtotop {
    overflow: unset;
    background-color: var(--pbmit-blackish-color);
    border: 1px solid;
    color: var(--pbmit-body-color);
    border-radius: 20px;
}
.backtotop:hover {
    background-color: var(--pbmit-global-color);
}
body {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: var(--pbmit-body-typography-variant);
    color: var(--pbmit-body-typography-color);
    font-size: var(--pbmit-body-typography-font-size);
    line-height: var(--pbmit-body-typography-line-height);
    color: var(--pbmit-body-typography-color);
    text-transform: none;
    font-style: normal;
    background: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: var(--pbmit-heading-font-variant);
    color: var(--pbmit-heading-color);
}
.topbar, #copyright {
    background: var(--pbmit-global-color);
}


/*=====================================================  home_page  =====================================================*/

/*----------------------------------------------------  home_label1  ---------------------------------------------------*/

.border-bottom {
    border-bottom: 1px solid #dddddd;
}
.section-sm {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-box {
    display: flex;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper {
    font-size: 53px;
    margin-right: 25px;
    position: relative;
    display: flex;
    height: 90px;
    width: 90px;
    line-height: 90px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    fill: var(--pbmit-blackish-color);
    z-index: 1;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg, .pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-icon-type-icon::after, .pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper::after, .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 10px;
    z-index: -1;
    transform: scale(0);
    background-color: var(--pbmit-global-color);
    transition: all 300ms linear;
}
.pbmit-ihbox-style-4 .pbmit-element-title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: 500;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    padding: 0;
}
.pbmit-ihbox-style-4 .pbmit-element-title, .pbmit-ihbox-style-4 .pbmit-heading-desc {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: var(--pbmit-heading-font-variant);
    color: var(--pbmit-heading-color);
}
.pbmit-ihbox-style-4 .pbmit-heading-desc {
    margin: 0;
    line-height: var(--pbmit-body-typography-line-height);
}
.pbmit-ihbox-style-4:hover .pbmit-icon-type-icon::after, .pbmit-ihbox-style-4:hover .pbmit-ihbox-svg-wrapper::after, .pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-text::after {
    transform: scale(1.1);
}

/*----------------------------------------------------  home_welcome  ----------------------------------------------------*/

.section-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-two-img {
    background-image: url(https://induyst-demo.pbminfotech.com/html-demo/images/homepage-2/about-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 667px;
    position: relative;
    width: 520px;
}
.about-two-img:before {
    top: 35.8%;
    left: calc(100% - 20px);
    border-radius: 0 0 10px 0;
}
.about-two-img:before, .about-two-img:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 1;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.about-two-img:after {
    top: auto;
    bottom: 0px;
    border-bottom-right-radius: 10px;
    right: 133px;
}
.about-two-content {
    padding-top: 30px;
}
.about-two-content .pbmit-heading-subheading {
    padding-left: 80px;
    margin-bottom: 50px;
}
.pbmit-heading-subheading .pbmit-subtitle {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.8px;
    color: #696f6f;
    text-transform: uppercase;
    font-style: normal;
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
}
.pbmit-heading-subheading .pbmit-subtitle:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    background-color: var(--pbmit-global-color);
}
.pbmit-heading-subheading .pbmit-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #16222d;
    text-transform: none;
    font-style: normal;
    margin: 0;
}
.about-two-content .inner-box {
    background-color: var(--pbmit-white-color);
    border-radius: 10px 0 0 0;
    padding: 55px 0 0 40px;
    margin: -15px 0 0 -100px;
    position: relative;
}
.about-two-content .inner-box .list-group {
    padding: 20px 0 50px;
}
.about-two-content .inner-box .list-group .list-group-item {
    margin-bottom: 5px;
}
.list-group .list-group-item {
    display: flex;
    font-size: inherit;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
    color: var(--pbmit-blackish-color);
    position: relative;
    border: none;
    background: transparent;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group .pbmit-icon-list-icon {
    color: var(--pbmit-blackish-color);
    display: flex;
    position: relative;
    line-height: normal;
    top: 4px;
    transition: all .25s ease-in-out;
}
.list-group .pbmit-icon-list-icon i {
    width: 1.25em;
    font-size: 20px;
    transition: color 0.3s;
    color: var(--bs-list-group-action-active-color);
}
.list-group .pbmit-icon-list-text {
    padding-left: 5px;
    color: var(--pbmit-blackish-color);
    align-self: center;
    transition: color 0.3s;
}
.about-two-content .inner-box .list-group .list-group-item {
    margin-bottom: 5px;
}
.list-group .list-group-item:not(:first-child) {
    margin-top: calc(15px/2);
}
.list-group .list-group-item {
    display: flex;
    font-size: inherit;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
    color: var(--pbmit-blackish-color);
    position: relative;
    border: none;
    background: transparent;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.pbmit-btn.blackish {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}
.pbmit-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: .2px;
    text-transform: capitalize;
    font-style: normal;
    padding: 16px 30px;
    border: none;
    transition: all .4s ease-in-out;
    z-index: 1;
    fill: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 10px;
    white-space: nowrap;
}
.pbmit-btn .pbmit-button-content-wrapper {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.pbmit-btn .pbmit-button-content-wrapper:before {
    content: '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: calc(100% - 10px);
    line-height: 45px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    top: 5px;
    text-align: center;
    font-family: "pbminfotech-base-icons";
    left: 5px;
    right: auto;
    transition: all .4s ease-in-out;
    background-color: var(--pbmit-white-color);
}
.pbmit-btn .pbmit-button-icon {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    left: -10px;
    align-items: center;
}
.pbmit-btn .pbmit-button-icon i {
    line-height: 0;
    transition: all 0.4s ease-in-out 0s;
    color: var(--pbmit-blackish-color);
}
.pbmit-btn .pbmit-button-icon:after {
    content: '\f061';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    color: var(--pbmit-blackish-color);
}
.pbmit-btn.blackish .pbmit-button-text {
    text-shadow: 0 0 var(--pbmit-white-color),0 22px var(--pbmit-blackish-color);
}
.pbmit-btn .pbmit-button-text {
    position: relative;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    line-height: 22px;
    color: transparent;
    text-shadow: 0 0 #16222d, 0 22px #16222d;
    transition: text-shadow 0.5s ease-in-out;
    margin-left: 10px;
}
.about-two-content .inner-box .pbmit-column-one .pbmit-ihbox-style-5 {
    padding: 38px 30px 90px 30px;
}
.pbmit-ihbox-style-5 {
    padding: 25px 25px;
    border-radius: 10px;
    background-color: var(--pbmit-light-color);
    height: 340px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg, .pbmit-ihbox-style-5 .pbmit-ihbox-icon {
    display: inline-block;
    margin-bottom: 40px;
    transition: transform 0.9s;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper {
    font-size: 60px;
    line-height: 60px;
    color: var(--pbmit-blackish-color);
    fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.pbmit-ihbox-style-5 .pbmit-heading-desc {
    margin-bottom: 0;
    line-height: var(--pbmit-body-typography-line-height);
}
.pbmit-btn:hover .pbmit-button-content-wrapper:before {
    width: calc(100% - 10px);
}
.pbmit-btn:hover .pbmit-button-icon i {
    transform: translateX(150%);
}
.pbmit-btn:hover .pbmit-button-icon:after {
    transform: translateX(0);
}
.pbmit-btn.blackish:hover .pbmit-button-text {
    text-shadow: 0 -22px var(--pbmit-white-color),0 0 var(--pbmit-blackish-color);
}

.about-two-content .inner-box .swiper-slider button.owl-next {
    left: 100px;
}
.about-two-content .inner-box .swiper-slider button.owl-prev, .about-two-content .inner-box .swiper-slider button.owl-next {
    top: auto;
    bottom: 30px;
    border: none;
    width: auto;
    height: auto;
    right: auto;
}
.about-two-content .inner-box .swiper-slider button.owl-prev,.about-two-content .inner-box .swiper-slider button.owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 52px;
    z-index: 1;
    border-radius: 5px;
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    transition: all 500ms ease;
    font-size: 30px;
}
.about-two-content .inner-box .swiper-slider button.owl-prev {
    left: 40px;
}
.swiper-slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

/*----------------------------------------------------  home_services  ----------------------------------------------------*/

body .pbmit-bg-color-blackish {
    background-color: var(--pbmit-blackish-color);
}
.service-section-two {
    margin: 0 30px;
    padding: 90px 30px;
}
.service-section-two {
    position: relative;
    background-image: url(https://induyst-demo.pbminfotech.com/html-demo/images/homepage-2/bg/pattern-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 95px 0;
    border-radius: 10px;
    background-blend-mode: color-burn;
    overflow: hidden;
    background-size: cover;
}
.p-0 {
    padding: 0!important;
}
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-subtitle, .pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-title {
    color: var(--pbmit-white-color);
}
.align-items-center {
    align-items: center!important;
    display: flex;
}
.service-section-two .pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-heading-desc {
    color: rgba(var(--pbmit-white-color-rgb),.7);
}
.service-section-two .pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 25px;
    margin-bottom: 15px;
}
.service-section-two .pbmit-heading-subheading .pbmit-title {
    font-size: 40px;
    line-height: 46px;
}
.service-section-two .pbmit-service-style-2 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
}
.service-section-two .pbmit-service-style-2 .pbmit-service-title, .pbmit-service-style-2 .pbmit-service-title a, .pbmit-service-style-2 .pbminfotech-post-item {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.service-section-two .pbmit-service-style-2 .pbmit-image-wrap {
    position: relative;
}
.service-section-two .pbmit-service-style-2 .pbmit-image-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(to top, rgba(var(--pbmit-blackish-color-rgb), .3) 0%, rgba(var(--pbmit-blackish-color-rgb), .3) 20%, rgba(var(--pbmit-blackish-color-rgb), 0.1) 95%, rgba(var(--pbmit-blackish-color-rgb), 0) 100%);
}
.service-section-two .pbmit-service-style-2 .pbmit-featured-wrapper {
    overflow: hidden;
    border-radius: 10px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.service-section-two .pbmit-service-style-2 .pbmit-service-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    border-radius: 10px;
    z-index: 2;
    color: var(--pbmit-white-color);
    background-color: rgba(var(--pbmit-white-color-rgb), 0.5);
    backdrop-filter: blur(20px);
}
.service-section-two .pbmit-service-style-2 .pbmit-service-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 30px;
}
.service-section-two .pbmit-service-style-2 .pbmit-service-title,.service-section-two .pbmit-service-style-2 .pbmit-service-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    word-break: break-word;
    color: var(--pbmit-white-color);
}
.service-section-two .pbmit-service-style-2 .pbmit-service-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 180px;
}
.service-section-two .pbmit-service-btn a,.service-section-two .pbmit-blog-btn,.service-section-two .pbmit-btn-style-text,
.service-section-two .pricing-toggle .pricing-toggler,.service-section-two .pbmit-ad-button a,
.service-section-two .blog-details .comment-respond .comment-form form button.submit-btn {
    font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-style: normal;
}
.service-section-two .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.service-section-two .pbmit-service-style-2 .pbmit-service-btn i {
    font-size: 22px;
    line-height: 35px;
    color: var(--pbmit-white-color);
}
.service-section-two .pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.service-section-two .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    padding: 30px 10px;
}
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-heading-desc {
    color: rgba(var(--pbmit-white-color-rgb),.7);
}
.pbmit-bg-color-blackish .pbmit-bottom-text {
    color: rgba(var(--pbmit-white-color-rgb),.7);
}
.pbmit-bg-color-blackish .pbmit-bottom-text a:not(:hover)>u {
    text-decoration-color: rgba(var(--pbmit-white-color-rgb), .7);
}
.pbmit-bottom-text a>u {
    transition: all .25s ease-in-out;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
a:focus, a:hover {
    color: var(--pbmit-link-color-hover);
    text-decoration: none !important;
}
.pbmit-bg-color-blackish .pbmit-bottom-text a:not(:hover) {
    color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish button.owl-prev, .pbmit-bg-color-blackish button.owl-next {
    color: var(--pbmit-white-color);
    border-color: rgba(var(--pbmit-white-color-rgb),.2);
}
.pbmit-bg-color-blackish button.owl-prev {
    left: auto;
    right: 60px;
}
.pbmit-bg-color-blackish button.owl-next,.pbmit-bg-color-blackish button.owl-prev {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    line-height: 52px;
    z-index: 1;
    border-radius: 5px;
    background-color: transparent;
    transition: all 500ms ease;
    border: 1px solid rgba(var(--pbmit-white-color-rgb),.2) !important;
}
.pbmit-bg-color-blackish button.owl-next {
    right: 0;
}
.pbmit-bg-color-blackish button.owl-next,.pbmit-bg-color-blackish button.owl-prev {
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    cursor: pointer;
}
:root {
    --swiper-navigation-size: 44px;
}
.service-section-two .service-arrow {
    bottom: 10px;
}
.service-arrow {
    position: relative;
}
.pbmit-service-style-2:hover .pbminfotech-post-item {
    transform: translateY(-5px);
    background-color: var(--pbmit-secondary-color);
}
.pbmit-service-style-2:hover .pbmit-service-title, .pbmit-service-style-2:hover .pbmit-service-title a {
    color: var(--pbmit-global-color);
}

/*-------------------------------------------------  home_label  ---------------------------------------------------------*/

.about-us-section-two {
    padding: 15px 30px 0;
}
body .pbmit-bg-color-global {
    background-color: var(--pbmit-global-color);
}
.about-us-two-leftbox {
    background-image: url(https://induyst-demo.pbminfotech.com/html-demo/images/homepage-2/factory-worker-img.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 55px 30px;
    border-radius: 10px;
}
.about-us-two-leftbox .pbmit-custom-heading, .about-us-two-rightbox .pbmit-custom-heading {
    padding-right: 0;
}
.about-us-two-leftbox .pbmit-custom-heading .pbmit-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}
.about-us-two-leftbox .pbmit-btn {
    width: fit-content;
    margin-bottom: 48px;
}
.pbmit-btn.white {
    background-color: var(--pbmit-white-color);
}
.pbmit-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: .2px;
    text-transform: capitalize;
    font-style: normal;
    padding: 16px 30px;
    border: none;
    transition: all .4s ease-in-out;
    z-index: 1;
    fill: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 10px;
    white-space: nowrap;
}
.pbmit-btn .pbmit-button-content-wrapper {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.pbmit-btn.white .pbmit-button-content-wrapper:before {
    background-color: var(--pbmit-blackish-color);
}
.pbmit-btn .pbmit-button-content-wrapper:before {
    content: '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: calc(100% - 10px);
    line-height: 45px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    top: 5px;
    text-align: center;
    font-family: "pbminfotech-base-icons";
    left: 5px;
    right: auto;
    transition: all .4s ease-in-out;
    background-color: var(--pbmit-white-color);
}
.pbmit-btn .pbmit-button-icon {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    left: -10px;
    align-items: center;
}
.pbmit-btn.white .pbmit-button-icon i {
    color: var(--pbmit-white-color);
}
body .pbmit-bg-color-light {
    background-color: var(--pbmit-light-color);
}
.about-us-two-rightbox {
    position: relative;
    padding: 50px 55px 30px;
    border-radius: 10px;
    height: 100%;
    background-image: url(https://induyst-demo.pbminfotech.com/html-demo/images/homepage-2/factory-img.png);
    background-position: 135% -25%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
.about-us-two-rightbox::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    opacity: .8;
    border-radius: 10px;
    background-color: #ECF0F4;
}
.about-us-two-rightbox .pbmit-custom-heading .pbmit-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--pbmit-body-typography-font-family);
}
.about-us-two-rightbox .pbmit-custom-heading, .about-us-two-rightbox .pbminfotech-ele-fid-style-4 {
    position: relative;
    z-index: 1;
}
.about-us-two-rightbox .pbminfotech-ele-fid-style-4 {
    margin-top: 94px;
}
.pbminfotech-ele-fid-style-4 {
    display: inline-block;
}
.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
    display: flex;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
    font-size: 96px;
    line-height: 85px;
    margin-bottom: 0;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid span {
    margin-left: -22px;
}
.pbminfotech-ele-fid-style-4 .pbmit-heading-desc {
    margin: 0;
}
.pbmit-btn.white:hover .pbmit-button-content-wrapper:before {
    background-color: var(--pbmit-global-color);
}

/*---------------------------------------------------  home_working  --------------------------------------------------*/

.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10 {
    border-radius: 30px 30px 0 0;
    border-width: 1px 1px 0 1px;
}
.pbmit-ihbox-style-10 {
    padding: 70px 35px 40px 35px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
    border-radius: 30px;
    height: 100%;
    position: relative;
}
.pbmit-ihbox-style-10, .pbmit-ihbox-style-10 .pbmit-ihbox-svg, .pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:before {
    right: 100%;
    border-bottom-right-radius: 30px;
}
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:after, .ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 60px;
    width: 30px;
    box-shadow: 0 30px 0 0 var(--pbmit-body-color);
    z-index: 1;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.pbmit-ihbox-style-10 .pbmit-box-number {
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-body-color);
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
    position: absolute;
    top: -25px;
    font-size: 17px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper {
    font-size: 55px;
    position: relative;
    display: flex;
    height: 90px;
    width: 90px;
    line-height: 90px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    fill: var(--pbmit-blackish-color);
    z-index: 1;
}
.pbmit-ihbox-style-10 .pbmit-icon-type-icon::after, .pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper::after, .pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 10px;
    z-index: -1;
    transform: scale(0);
    background-color: var(--pbmit-global-color);
    transition: all 200ms linear;
}
.pbmit-ihbox-style-10 .pbmit-element-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    padding: 35px 0 25px 0;
}
.pbmit-ihbox-style-10 .pbmit-heading-desc {
    margin: 0;
    padding: 0 10px;
}
.homeworkingpro-div {
    display: flex;
}
.fade-section.visible {
    opacity: 1;
}
.fade-section {
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.section-md {
    padding-top: 100px;
    padding-bottom: 100px;
}
.visible {
    visibility: visible!important;
}
.pbmit-heading-subheading {
    margin-bottom: 50px;
}
.text-center {
    text-align: center!important;
}
.pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-style-10 {
    padding: 40px 15px 60px 15px;
    border-radius: 0 0 30px 30px;
    border-width: 0 0 1px 0;
}
.pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-box {
    flex-direction: column-reverse;
}
.pbmit-miconheading-style-10:nth-child(even) .pbmit-box-number {
    bottom: -25px;
    top: auto;
}
.pbmit-miconheading-style-10:nth-child(even) .pbmit-element-title {
    padding: 25px 0 35px 0;
}
.pbmit-ihbox-style-10:hover .pbmit-icon-type-icon::after, .pbmit-ihbox-style-10:hover .pbmit-ihbox-svg-wrapper::after, .pbmit-ihbox-style-10:hover .pbmit-ihbox-icon-type-text::after {
    transform: scale(1.1);
}

/*------------------------------------------------------  home_whychoose  -------------------------------------------------*/

.about-section-one {
    margin: 0 30px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(https://induyst-demo.pbminfotech.com/html-demo/images/homepage-1/bg/pattern-img.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.about-one-left-bg {
    background-image: url(https://induyst-demo.pbminfotech.com/html-demo/images/homepage-1/bg/about-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 805px;
    margin-right: 20px;
    width: 100%;
}
.about-one-right-box {
    padding: 100px 30px 80px 10px;
}
.pe-3 {
    padding-right: 1rem!important;
}
.about-one-right-box .left-col .pbmit-buttons {
    flex-direction: column;
    gap: 30px 0;
    align-items: start !important;
}
.about-section-one .list-group .pbmit-icon-list-icon i {
    color: var(--pbmit-link-color-hover);
}
.d-flex {
    display: flex!important;
}
.about-one-right-box .left-col .pbmit-buttons .ms-4:has(.pbmit-btn-style-text) {
    margin-left: 0 !important;
}
.pbmit-bg-color-blackish .pbmit-btn-style-text {
    color: var(--pbmit-white-color);
}
.pbmit-btn-style-text {
    position: relative;
    padding-right: 42px;
    display: flex;
    align-items: center;
}
.pbmit-btn-style-text .pbmit-button-text {
    position: relative;
}
.pbmit-btn-style-text .pbmit-button-text:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    transition: width .6s;
    position: absolute;
    bottom: 2px;
    z-index: 2;
    background-color: rgba(var(--pbmit-white-color-rgb), .2);
}
.pbmit-btn-style-text .pbmit-button-text::after {
    content: '';
    display: block;
    width: 0;
    z-index: 1;
    height: 2px;
    background-color: var(--pbmit-global-color);
    transition: width .6s;
    position: absolute;
    bottom: 2px;
}
.pbmit-btn-style-text:hover {
    color: var(--pbmit-global-color);
}
.pbmit-btn-style-text:after {
    content: '\f178';
    right: 0;
    position: absolute;
    font-size: 28px;
    line-height: 30px;
    font-family: 'FontAwesome';
}
.about-one-right-box .ihbox-style-area {
    padding: 0;
}
.pbminfotech-gap-40px .pbmit-miconheading-style-1 {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box {
    display: inline-flex;
    align-items: center;
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper, .pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper {
    color: var(--pbmit-white-color);
    background-color: rgba(var(--pbmit-white-color-rgb),0.10);
    fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper {
    font-size: 42px;
    margin-right: 25px;
    position: relative;
    display: flex;
    height: 70px;
    width: 70px;
    line-height: 70px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: rgba(var(--pbmit-blackish-bg-color-rgb),0.10);
    fill: var(--pbmit-blackish-color);
    z-index: 0;
}
.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 25px;
    margin-bottom: 15px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper::before, .pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper::before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--pbmit-global-color);
    border-radius: 10px;
}
.pbmit-ihbox-icon-wrapper svg, .pbmit-fid-icon-wrapper svg, .pbmit-service-icon svg, .pbmit-ptable-line svg {
    width: 1em;
    height: 1em;
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-element-title {
    color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-1 .pbmit-element-title {
    font-size: 20px;
    margin-bottom: 0;
    color: var(--pbmit-blackish-color);
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.about-one-right-box .list-group .list-group-item {
    margin-right: calc(40px / 2);
    margin-left: calc(40px / 2);
    margin-top: 0;
}
.pbmit-bg-color-blackish .list-group .pbmit-icon-list-text {
    color: var(--pbmit-white-color);
}
.about-one-right-box .list-group {
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: calc(-40px / 2);
    margin-left: calc(-40px / 2);
}
.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}
.about-one-right-box .list-group-wrap {
    border-top: 1px solid #FFFFFF1A;
    margin-top: 60px;
    padding-top: 30px;
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-1:hover .pbmit-ihbox-svg-wrapper {
    color: var(--pbmit-blackish-color);
    fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-svg-wrapper::before, .pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper::before {
    height: 100%;
}
.about-one-right-box .left-col {
    width: 58%;
}
.about-one-right-box .right-col {
    width: 42%;
}

/*-------------------------------------------------------  home_counter  ----------------------------------------------*/

.section-lgt {
    padding-top: 100px;
}
.pbminfotech-ele-fid-style-2 {
    display: inline-block;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    display: inline-flex;
    font-size: 60px;
    line-height: 60px;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-style: normal;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid span {
    margin-left: 0px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
    margin: 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
    margin: 0 0 0 25px;
    font-size: 18px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pbminfotech-ele-fid .pbmit-progress-wrapper {
    padding: 0;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbminfotech-ele-fid .pbmit-progress-wrapper {
    height: 100%;
    border-radius: 6px;
    padding: 2px 5px;
    position: relative;
    background-color: var(--pbmit-light-color);
}
.pbminfotech-ele-fid .pbmit-progress-bar {
    height: 2px;
    background-color: var(--pbmit-global-color);
    border-radius: 6px;
}
.pbmit-progress-bar, .elementor-progress-bar {
    display: flex;
    font-size: 0;
    transition: width 1s ease-in-out;
    width: 0;
}

/*--------------------------------------------------  home_clients  ---------------------------------------------------*/
#clients_section {
    padding: 20px 0px 40px;
}
.portfolio-style-1 img {
    border-radius: 10px;
}
#clients_section .owl-nav {
    display: none;
}
.section-title {
    display: none;
}
.portfolio-style-1 img {
    width: 100% !important;
    height: 100%;
}
.paralbackground {
    background: var(--pbmit-blackish-color);
    border-bottom: 1px solid;
}

/*===================================================  contact_page  =================================================*/

body .pbmit-bg-color-secondary {
    background-color: var(--pbmit-secondary-color);
}
.contact-form-right-box {
    margin-left: 0;
}
.contact-form-right-box {
    border-radius: 10px;
    margin-left: 20px;
    padding: 45px 10px 10px;
    background-image: url(../images/bg/contact-bg-img.png);
}
.contact-form-right-box>.pbminfotech-gap-20px {
    padding: 0 20px;
}
.pbminfotech-gap-20px .pbmit-miconheading-style-7 {
    margin-bottom: 20px;
}
.pbmit-ihbox-style-7 {
    padding-right: 25px;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper, .pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
    background-color: rgba(var(--pbmit-white-color-rgb),.1);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
    font-size: 18px;
    position: relative;
    display: flex;
    height: 40px;
    width: 40px;
    line-height: 40px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    fill: var(--pbmit-blackish-color);
    z-index: 1;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg, .pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-element-title {
    color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-7 .pbmit-element-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 20px 0 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb),0.2);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-heading-desc {
    color: rgba(var(--pbmit-white-color-rgb),0.6);
    font-size: 16px;
}
.pbmit-ihbox-style-7 .pbmit-heading-desc {
    margin-bottom: 15px;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper svg, .pbmit-bg-color-secondary .pbmit-ihbox-style-7:hover .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-7:hover .pbmit-icon-type-icon::after, .pbmit-ihbox-style-7:hover .pbmit-ihbox-svg-wrapper::after, .pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-type-text::after {
    transform: scale(1);
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon::after, .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper::after, .pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 10px;
    z-index: -1;
    transform: scale(0);
    background-color: var(--pbmit-global-color);
    transition: all 300ms linear;
}
.btn-primary {
    color: var(--pbmit-light-color);
    background-color: var(--pbmit-blackish-color);
    border-color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-body-typography-font-family);
    font-size: 14px !important;
    text-transform: uppercase !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}





/*--header--*/
#topbar::before {
    background: var(--pbmit-blackish-color);
}
#topbar:after {
    border-top: 21px solid var(--pbmit-blackish-color);
    border-left: 26px solid var(--pbmit-blackish-color);
}
.navbar-nav > li > a {
    color: var(--pbmit-body-typography-color);
    font-family: var(--pbmit-body-typography-font-family);
    font-size: 16px;
}
.navbar-nav li.active > a, #topbar::before {
    color: var(--pbmit-heading-color) !important;
}
.topbar li, .topbar li a {
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-family: var(--pbmit-body-typography-font-family);
}

/*--breadcrumb--*/
.pageheader {
    display: block;
    padding: 78px 0;
    background: url(../../images/images/new_images/others/breadcrumb.png);
    text-align: end;
}
.about_page_title {
    color: var(--pbmit-light-color);
    font-size: 35px;
    font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 600;
}
.breadcrumb {
    display: none;
}


/*--footer--*/
.widget-title h4 {
    color: var(--pbmit-body-color);
    font-size: 18px;
    font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 600;
}
.contact-widget strong {
    color: var(--pbmit-light-color);
}
.contact-details li {
    color: var(--pbmit-global-color);
}
#copyright {
    padding: 0px 0px;
}
#copyright p {
    font-size: 15px;
    font-family: var(--pbmit-heading-typography-font-family);
}
footer#footer_section {
    background: url(../../images/images/new_images/others/1/foot3.png);
}
.footer a, .footer p {
    color: var(--pbmit-light-color);
}
.footer_li li {
    list-style: none;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.topbar .pull-left li {
    padding: 13px 13px;
}
.copyright p {
    padding: 5px 0px;
}
#copyright {
    min-height: 45px;
}
#copyright::before {
    background: var(--pbmit-blackish-color);
}
#copyright:after {
    border-top: 51px solid var(--pbmit-blackish-color);
    border-left: 20px solid var(--pbmit-blackish-color);
}
.footer {
    padding: 40px 0;
}

