:root {
    --pbmit-xhyre-global-color: #dc653d;
    --pbmit-xhyre-secondary-color: #14355e;
    --pbmit-xhyre-gradient-color-first: #dc653d;
    .pbmit-ihbox-style-3 .pbmit-icon-type-icon,
    .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
    .pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text,
    .pbmit-ihbox-style-3 {
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s
    }
    .pbmit-ihbox-style-3 {
        display: inline-block
    }
    .pbmit-ihbox-style-3 .pbmit-ihbox-content,
    .pbmit-ihbox-style-3 .pbmit-ihbox-box {
        display: inline-flex;
        align-items: top
    }
    .pbmit-ihbox-style-3 .pbmit-ihbox-content {
        padding-bottom: 15px
    }
    .pbmit-ihbox-style-3 .pbmit-icon-wrap {
        display: grid
    }
    .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
    .pbmit-ihbox-style-3 .pbmit-ihbox-icon {
        margin-right: 50px;
        display: inline-block
    }
    .pbmit-ihbox-style-3 .pbmit-icon-type-icon,
    .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
    .pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
        min-width: 80px;
        height: 80px;
        line-height: 85px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        text-align: center;
        font-size: 40px;
        z-index: 1;
        position: relative;
        fill: var(--pbmit-xhyre-global-color);
        color: var(--pbmit-xhyre-global-color);
        background-color: var(--pbmit-xhyre-light-bg-color)
    }
    .pbmit-ihbox-style-3 .pbmit-icon-type-icon svg {
        fill: var(--pbmit-xhyre-global-color)
    }
    .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon svg,
    .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper,
    .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text {
        fill: var(--pbmit-xhyre-white-color);
        color: var(--pbmit-xhyre-white-color)
    }
    .pbmit-ihbox-style-3 .pbmit-icon-type-icon::after,
    .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper::after,
    .pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        border-radius: 50%;
        z-index: -1;
        transform: scale(0);
        background-color: var(--pbmit-xhyre-blackish-color);
        transition: all 200ms linear;
        transition-delay: 0.1s
    }
    .pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img {
        width: 80px;
        height: auto;
        border-radius: 6px
    }
    .pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
        font-size: 24px;
        line-height: 80px
    }
    .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon::after,
    .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper::after,
    .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text::after {
        transform: scale(1.1)
    }
    .pbmit-ihbox-style-3 .pbmit-ihbox-box-number {
        font-size: 20px;
        line-height: 20px;
        padding-right: 10px;
        position: relative;
        color: var(--pbmit-xhyre-global-color)
    }
    .pbmit-ihbox-style-3 .pbmit-ihbox-box-number::after {
        content: '.';
        padding-right: 5px;
        display: inline-block
    }
    .pbmit-ihbox-style-3 .pbmit-element-subtitle {
        font-size: 16px;
        line-height: 20px;
        margin: 0
    }
    .pbmit-ihbox-style-3 .pbmit-element-title {
        font-size: 20px;
        line-height: 20px;
        margin: 0
    }
    .pbmit-ihbox-style-3 .pbmit-heading-desc {
        margin: 0
    }
    .pbmit-miconheading-style-3 .pbmit-ihbox-box {
        padding-bottom: 100px
    }
    .pbmit-miconheading-style-3 .pbmit-ihbox-icon {
        position: relative
    }
    .pbmit-element-viewtype-row-column.pbmit-element-column-one .pbmit-miconheading-style-3:not(:last-child) .pbmit-ihbox-icon::after {
        content: '';
        width: 315%;
        height: 3px;
        position: absolute;
              bottom: 29px;
        right: -85px;
        background-image: linear-gradient(90deg, rgba(var(--pbmit-xhyre-global-color-rgb), 1) 50%, rgb(var(--pbmit-xhyre-global-color-rgb), 0) 50%);
        background-size: 8px 6px, 0 0, 0 0, 0 0;
        background-position: 0 0, 0 0, 0 0, 0 0;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        animation: pbmit-lines-move 5s infinite linear;
        -webkit-animation: pbmit-lines-move 5s infinite linear;
        transform: rotate(90deg);
        z-index: -1
    }
    @keyframes pbmit-lines-move {
        0% {
            background-position: 0 0, 0 0, 0 0, 0 0
        }
        100% {
            background-position: 100px 0, 0 0, 0 0, 0 0
        }
    }
    .pbmit-elementor-bg-color-light .pbmit-ihbox-style-3 .pbmit-icon-type-icon,
    .pbmit-elementor-bg-color-light .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
    .pbmit-elementor-bg-color-light .pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
        background-color: var(--pbmit-xhyre-white-color)
    }
    .pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon,
    .pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper,
    .pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text,
    .pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon,
    .pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper,
    .pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text,
    .pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon,
    .pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper,
    .pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text,
    .pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon,
    .pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper,
    .pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text {
        color: var(--pbmit-xhyre-white-color)
    }
    .pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon::after,
    .pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper::after,
    .pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text::after,
    .pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon::after,
    .pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper::after,
    .pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text::after {
        background-color: var(--pbmit-xhyre-global-color)
    }
    .pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon::after,
    .pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper::after,
    .pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text::after,
    .pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3:hover .pbmit-icon-type-icon::after,
    .pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper::after,
    .pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text::after {
        background-color: var(--pbmit-xhyre-blackish-color)
    }
    .pbmit-elementor-bg-color-gradient .pbmit-element-viewtype-row-column.pbmit-element-column-one .pbmit-miconheading-style-3:not(:last-child) .pbmit-ihbox-icon::after,
    .pbmit-elementor-bg-color-globalcolor .pbmit-element-viewtype-row-column.pbmit-element-column-one .pbmit-miconheading-style-3:not(:last-child) .pbmit-ihbox-icon::after {
        background-image: linear-gradient(90deg, var(--pbmit-xhyre-blackish-color) 50%, rgba(var(--pbmit-xhyre-blackish-color-rgb), 0) 50%)
    }
    .pbmit-element-column-four .pbmit-ihbox-style-3 .pbmit-ihbox-content,
    .pbmit-element-column-four .pbmit-ihbox-style-3 .pbmit-ihbox-box {
        display: block
    }
    .pbmit-element-column-four .pbmit-ihbox-style-3 .pbmit-ihbox-box-number {
        padding: 0;
        padding-bottom: 10px
    }
    .pbmit-element-column-four .pbmit-ihbox-style-3 .pbmit-element-subtitle {
        padding-bottom: 10px
    }
    @media (max-width:767px) {
        .pbmit-ihbox-style-3 .pbmit-heading-desc br {
            display: none
        }
        .pbmit-element-viewtype-row-column.pbmit-element-column-one .pbmit-miconheading-style-3:not(:last-child) .pbmit-ihbox-icon::after {
            display: none
        }
        .pbmit-miconheading-style-3 .pbmit-ihbox-box {
            padding-bottom: 40px
        }
        .pbmit-ihbox-style-3 .pbmit-ihbox-icon {
            margin-right: 30px
        }
    }
    @media (max-width:575px) {
        .pbmit-ihbox-style-3 .pbmit-ihbox-box {
            display: block
        }
        .pbmit-ihbox-style-3 .pbmit-ihbox-icon {
            margin: 0 0 30px 0
        }
        .pbmit-ihbox-style-3 .pbmit-ihbox-content {
            padding-bottom: 10px
        }
    }
    @media (max-width:475px) {
        .pbmit-ihbox-style-3 .pbmit-ihbox-content {
            display: block
        }
        .pbmit-ihbox-style-3 .pbmit-ihbox-box-number {
            padding: 0 0 10px 0
        }
    }
    @media(min-width:1024px) and (max-width:1200px) {
        .single-pbmit-portfolio .pbmit-ihbox-style-3 .pbmit-ihbox-box {
            display: block
        }
        .single-pbmit-portfolio .pbmit-ihbox-style-3 .pbmit-ihbox-icon {
            margin: 0 0 30px 0
        }
        .single-pbmit-portfolio .pbmit-ihbox-style-3 .pbmit-ihbox-content {
            padding-bottom: 10px
        }
        .single-pbmit-portfolio .pbmit-element-viewtype-row-column.pbmit-element-column-one .pbmit-miconheading-style-3:not(:last-child) .pbmit-ihbox-icon::after {
            display: none
        }
        .single-pbmit-portfolio .pbmit-miconheading-style-3 .pbmit-ihbox-box {
            padding-bottom: 30px
        }
    }
    --pbmit-xhyre-gradient-color-last: #3681f9;
    --pbmit-xhyre-logo-height: 40px;
    --pbmit-xhyre-sticky-logo-height: 40px;
    --pbmit-xhyre-responsive-logo-height: 40px;
    --pbmit-xhyre-link-color-normal: #122e50;
    --pbmit-xhyre-link-color-hover: #dc653d;
    --pbmit-xhyre-body-bg-color: #fff;
    --pbmit-xhyre-white-color: #fff;
    --pbmit-xhyre-light-bg-color: #f0f2f4;
    --pbmit-xhyre-blackish-color: #122e50;
    --pbmit-xhyre-blackish-bg-color: #122e50;
    --pbmit-xhyre-preheader-bgcolor-custom: #fff;
    --pbmit-xhyre-header-height: 90px;
    --pbmit-xhyre-header-background-color: #fff;
    --pbmit-xhyre-sticky-header-height: 85px;
    --pbmit-xhyre-sticky-header-background-color: #fff;
    --pbmit-xhyre-main-menu-typography-font-family: Rethink Sans;
    --pbmit-xhyre-main-menu-typography-variant: 600;
    --pbmit-xhyre-main-menu-typography-font-size: 17px;
    --pbmit-xhyre-main-menu-typography-line-height: 24px;
    --pbmit-xhyre-main-menu-typography-letter-spacing: 0;
    --pbmit-xhyre-main-menu-typography-color: #fff;
    --pbmit-xhyre-main-menu-typography-text-transform: capitalize;
    --pbmit-xhyre-main-menu-typography-font-style: normal;
    --pbmit-xhyre-main-menu-typography-font-weight: 600;
    --pbmit-xhyre-main-menu-active-color: #dc653d;
    --pbmit-xhyre-main-menu-sticky-color: #122e50;
    --pbmit-xhyre-main-menu-sticky-active-color: #dc653d;
    --pbmit-xhyre-dropdown-menu-typography-font-family: Raleway;
    --pbmit-xhyre-dropdown-menu-typography-variant: 600;
    --pbmit-xhyre-dropdown-menu-typography-font-size: 14px;
    --pbmit-xhyre-dropdown-menu-typography-line-height: 24px;
    --pbmit-xhyre-dropdown-menu-typography-letter-spacing: 0;
    --pbmit-xhyre-dropdown-menu-typography-color: #122e50;
    --pbmit-xhyre-dropdown-menu-typography-text-transform: none;
    --pbmit-xhyre-dropdown-menu-typography-font-style: normal;
    --pbmit-xhyre-dropdown-menu-typography-font-weight: 600;
    --pbmit-xhyre-drop-down-menu-active-color: #dc653d;
    --pbmit-xhyre-titlebar-height: 550px;
    --pbmit-xhyre-footer-1-col-width: 33%;
    --pbmit-xhyre-footer-2-col-width: 34%;
    --pbmit-xhyre-footer-3-col-width: 34%;
    --pbmit-xhyre-footer-4-col-width: hide%;
    --pbmit-xhyre-global-color-rgb: 56,
    112,
    255;
    --pbmit-xhyre-secondary-color-rgb: 20,
    53,
    94;
    --pbmit-xhyre-white-color-rgb: 255,
    255,
    255;
    --pbmit-xhyre-light-bg-color-rgb: 240,
    242,
    244;
    --pbmit-xhyre-blackish-color-rgb: 18,
    46,
    80;
    --pbmit-xhyre-blackish-bg-color-rgb: 18,
    46,
    80;
    --pbmit-xhyre-main-menu-typography-color-rgb: 255,
    255,
    255;
    --pbmit-xhyre-titlebar-breadcrumb-typography-color-rgb: 255,
    255,
    255
}

.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-flyout>ul.mega-sub-menu,
.pbmit-navbar ul ul,
.pbmit-navbar ul ul:before,
.pbmit-navbar ul.sub-menu:before {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(1)>ul.mega-sub-menu,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(1)>ul.mega-sub-menu:before {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(2)>ul.mega-sub-menu,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(2)>ul.mega-sub-menu:before {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(3)>ul.mega-sub-menu,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(3)>ul.mega-sub-menu:before {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(4)>ul.mega-sub-menu,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(4)>ul.mega-sub-menu:before {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(5)>ul.mega-sub-menu,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(5)>ul.mega-sub-menu:before {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(6)>ul.mega-sub-menu,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:nth-child(6)>ul.mega-sub-menu:before {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.pbmit-title-bar-wrapper,
.pbmit-title-bar-wrapper.pbmit-bg-color-custom:before {
    background-color: rgba(20, 53, 94, .5);
    background-image: url(https://xhyre-demo.pbminfotech.com/demo1/wp-content/uploads/sites/2/2024/12/titlebar-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.site-footer,
.site-footer.pbmit-bg-color-custom:before {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: scroll
}

.error404 .site-content-wrap,
.error404 .pbmit-bg-color-custom>.site-content-wrap:before {
    background-color: rgba(18, 46, 80, .5);
    background-image: url(https://xhyre-demo.pbminfotech.com/demo1/wp-content/uploads/sites/2/2024/12/404-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

body {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #666;
    text-transform: none;
    font-style: normal
}

h1 {
    font-family: Rethink Sans, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 0;
    color: #122e50;
    text-transform: none;
    font-style: normal
}

h2 {
    font-family: Rethink Sans, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0;
    color: #122e50;
    text-transform: none;
    font-style: normal
}

h3 {
    font-family: Rethink Sans, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    color: #122e50;
    text-transform: none;
    font-style: normal
}

h4 {
    font-family: Rethink Sans, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    color: #122e50;
    text-transform: none;
    font-style: normal
}

h5 {
    font-family: Rethink Sans, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
    color: #122e50;
    text-transform: none;
    font-style: normal
}

h6 {
    font-family: Rethink Sans, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #122e50;
    text-transform: none;
    font-style: normal
}

.pbmit-heading-subheading .pbmit-element-title {
    font-family: Rethink Sans, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    color: #122e50;
    text-transform: none;
    font-style: normal
}

.pbmit-heading-subheading .pbmit-element-subtitle,
.pbmit-element-subtitle-new {
    font-family: Rethink Sans, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #dc653d;
    text-transform: uppercase;
    font-style: normal
}

.pbmit-ihbox.pbmit-ihbox-style-hsbox .pbmit-ihbox-content {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #666;
    text-transform: none;
    font-style: normal
}

.pbminfotech-sidebar .widget_search .wp-block-search__label,
.pbminfotech-sidebar .widget_block .wp-block-group h2,
.widget-title,
.pbmit-footer-copyright-box h3,
.pbminfotech-sidebar .wp-block-heading {
    font-family: Rethink Sans, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.25px;
    color: #fff;
    text-transform: capitalize;
    font-style: normal
}

.pbmit-footer-widget .widget .widget-title {
    font-family: Rethink Sans, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    font-style: normal
}

.pbmit-search-results-back-global-btn a,
.pbmit-search-results-load-btn a,
.pbmit-read-more-link a,
.pbmit-service-btn a,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.elementor-widget-button .elementor-button-wrapper .elementor-button,
.pbmit-ptable-btn,
.pbmit-ptable-btn a,
.pbmit-service-btn,
.pbmit-ihbox-btn a,
.woocommerce .woocommerce-message .button,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button,
html input[type=button],
input[type=reset],
input[type=submit],
.pbmit-ads-button,
.pbmit-ajax-load-more-btn a,
.pbmit-header-button2 a,
.pbmit-btn a .pbmit-button-text,
.pbmit-form .wpcf7-submit,
.pbmit-element-service-style-5 .pbmit-btn a,
.pbmit-service-ads .pbmit-btn a,
.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .add_to_cart_button,
.wc-block-components-button:not(.is-link),
.wc-block-grid .wc-block-grid__products .wc-block-grid__product-onsale,
.woocommerce span.onsale,
.pbminfotech-ele-product-menu .pbmit-product-contents .price,
.pbmit-header-button,
.pbmit-static-btn a,
.pbmit-card-box-button a,
.pbmit-head-btn a,
.pbmit-boxes-button a,
.pbmit-tab-btn-wrap a,
.pbmit-price-btn a,
.pbminfotech-element-card-box .pbmit-card-box-line-inner p {
    font-family: Rethink Sans, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal
}

.pbmit-comment-content .pbmit-comment-author .pbmit-comment-author-inner,
.pbmit-comment-content .pbmit-comment-author,
.single-post .pbmit-blog-list-ele li,
.pbminfotech-ele-fid-style-4 .pbmit-fid-sub,
.pbmit-button-box .pbmit-header-button a,
blockquote cite,
.pbm_addons_recent_posts_widget .pbmit-rpw-content .pbmit-rpw-title a,
.site-content .widget.widget_categories ul li .pbmit-brackets,
ul.wp-block-categories li .pbmit-cat-li a,
ul.wp-block-archives li .pbmit-arc-li a,
.site-content .widget.widget_categories ul li a,
.site-content .widget.widget_archive ul li .pbmit-arc-li>a {
    font-family: Rethink Sans, sans-serif;
    font-weight: normal;
    font-style: normal
}

.pbmit-tabs .pbmit-tab-link,
.pbmit-tab-content-title,
.site-content .pbmit_widget_list_all_posts ul>li a,
.widget .download .item-download a,
.post-navigation .nav-links .nav-title,
.pbmit-author-content .pbmit-author-name,
.reply a,
body .elementor-widget-progress .elementor-title,
.site-content .widget_product_categories ul li a,
.wc-block-components-totals-item__value,
.woocommerce ul.order_details li strong,
.pbmit-subheading-color .pbmit-heading-subheading h4.pbmit-element-subtitle,
.pbmit-search-results-main-wrapper.skltbs-theme-light .skltbs-tab,
.elementor-tabs .elementor-tabs-content-wrapper .pbmit-tab-list ul li,
.elementor-widget-tabs .elementor-tab-desktop-title,
.pbmit-ihbox-box-number,
.pbmit-ihbox-icon-type-text,
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-sub,
.pbminfotech-ele-fid-style-6 .pbmit-fid-sub,
.pbminfotech-ele-fid-style-7 .pbmit-fid-sub,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w,
.pbmit-author-title,
.site .elementor-accordion .elementor-tab-title,
.pbmit-comment-meta .pbmit-comment-author,
.pbminfotech-ele-fid-style-8 .pbmit-fid-sub,
.pbminfotech-sidebar .pbmit-widget-ads .wp-block-cover__inner-container p a {
    font-family: Rethink Sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-price {
    font-family: Rethink Sans, sans-serif;
    font-weight: 800;
    font-style: normal
}

.comment-respond input[type=number],
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=password],
.comment-respond input[type=tel],
.comment-respond input[type=url],
.comment-respond input[type=search],
.comment-respond textarea,
.pbmit-ihbox-style-2 .pbmit-element-subtitle,
.pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-ihbox-style-4 .pbmit-element-title,
.pbmit-ihbox-style-9 .pbmit-element-subtitle,
.pbmit-ihbox-style-10.pbmit-ihbox .pbmit-element-title,
.pbmit-ihbox-style-14 .pbmit-element-subtitle {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-style: normal
}

body:not(.mega-menu-pbminfotech-top) .pbmit-navbar div>ul>li>a,
.pbmit-max-mega-menu-override #page #site-navigation .max-mega-menu>li.mega-menu-item>a.mega-menu-link,
.pbmit-burger-menu-area .menu-main-menu-container ul>li>a {
    font-family: Rethink Sans, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    font-style: normal
}

.pbmit-navbar ul ul a,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-flyout>ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li>ul.mega-sub-menu li.mega-menu-item>a:hover,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li>ul.mega-sub-menu li.mega-menu-item>a:focus,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-megamenu>ul.mega-sub-menu ul:not(.menu)>li.mega-menu-item>a.mega-menu-link,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-megamenu>ul.mega-sub-menu li .widget_nav_menu ul.menu>li.mega-menu-item>a.mega-menu-link,
.pbmit-burger-menu-area .menu-main-menu-container ul ul a {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #122e50;
    text-transform: none;
    font-style: normal
}

.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    font-family: Rethink Sans, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #dc653d;
    text-transform: none;
    font-style: normal
}

.pbmit-tbar-title {
    font-family: Rethink Sans, sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-style: normal
}

.pbmit-tbar-subtitle {
    font-family: Rethink Sans, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    font-style: normal
}

.pbmit-breadcrumb,
.pbmit-breadcrumb a {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    font-style: normal
}