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

    INDEX:

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

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

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

.pbmit-bg-color-light4 {
    background-color: #f6f6f6;
}

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

.pbmit-heading-subheading .pbmit-subtitle {
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    color: var(--pbmit-global-color);
    text-transform: uppercase;
    font-style: normal;
}

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

.pbmit-heading-subheading.text-white .pbmit-subtitle {
    color: var(--pbmit-white-color);
}

.pbmit-heading-subheading.text-white .pbmit-title {
    color: var(--pbmit-white-color);
}

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

.pbmit-heading-subheading-style-1 .pbmit-subtitle {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    color: var(--pbmit-blackish-color);
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
}

.pbmit-heading-subheading-style-1 .pbmit-subtitle:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -50px;
    width: 40px;
    height: 1px;
    background-color: var(--pbmit-secondary-color);
}

.pbmit-heading-subheading-style-1 .pbmit-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0;
    color: var(--pbmit-blackish-color);
    text-transform: none;
    font-style: normal;
    z-index: 0;
    position: relative;
}

.pbmit-heading-subheading-style-1.text-white .pbmit-subtitle:before {
    background-color: var(--pbmit-white-color);
}

.pbmit-heading-subheading-style-1.text-white .pbmit-subtitle {
    color: var(--pbmit-white-color);
}

.pbmit-heading-subheading-style-1.text-white .pbmit-title {
    color: var(--pbmit-white-color);
}

.pbmit-heading-subheading-style-2 {
    margin-bottom: 45px;
}

.pbmit-heading-subheading-style-2 .pbmit-subtitle {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    color: var(--pbmit-heading-color);
    text-transform: uppercase;
    font-style: normal;
}

.pbmit-heading-subheading-style-2 .pbmit-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    color: var(--pbmit-heading-color);
    text-transform: none;
    font-style: normal;
}

.pbmit-heading-subheading-style-2.text-white .pbmit-subtitle,
.pbmit-heading-subheading-style-2.text-white .pbmit-title {
    color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-ihbox-style-1 {
    background-color: var(--pbmit-white-color);
    border-radius: 2px;
    text-align: center;
    padding: 40px 35px 40px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    border-bottom: 3px solid transparent;
    transform: translateY(0);
}

.pbmit-ihbox-style-1.pbmit-ihbox h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
    height: 70px;
    width: 70px;
    font-size: 40px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #222;
    margin: 0 auto 30px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

.pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-ihbox-style-1 .pbmit-ihbox-content {
    margin-top: 15px;
    margin-bottom: 40px;
}

.pbmit-ihbox-style-1 .vc_btn3-container.vc_btn3-inline {
    margin: 0;
}

.pbmit-ihbox-style-1:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px);
}

.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper {
    background: #222 !important;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a {
    position: relative;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a,
body .pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3 {
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 700;
}

body .pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3 .vc_btn3-icon {
    right: -24px;
}

.single-pbmit-service .pbmit-ihbox-style-1 {
    border: 1px solid #edf1f3;
    text-align: left;
}

.single-pbmit-service .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
    margin: 0 0 30px;
}

.pbmit-ihbox-style-1 .vc_btn3 .vc_btn3-icon {
    color: var(--pbmit-global-color);
}

body .pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-1:hover {
    border-bottom: var(--pbmit-global-color) !important;
}

/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-ihbox-style-2 {
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-contents,
.pbmit-ihbox-style-2 * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon {
    padding-right: 30px;
    padding-top: 5px;
}

.pbmit-text-color-white .pbmit-ihbox-style-2 .pbmit-ihbox-icon i {
    color: rgba(255, 255, 255, 0.8);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    height: 65px;
    width: 65px;
    font-size: 30px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #222;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

.pbmit-ihbox-style-2 h2 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.pbmit-ihbox-style-2 h4 {
    font-size: 16px;
    line-height: 26px;
}

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

/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-ihbox-style-4 {
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-contents,
.pbmit-ihbox-style-4 * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon {
    padding-right: 30px;
    padding-top: 5px;
}

.pbmit-text-color-white .pbmit-ihbox-style-4 .pbmit-ihbox-icon i {
    color: rgba(255, 255, 255, 0.8);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    height: 65px;
    width: 65px;
    font-size: 30px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #222;
}

.pbmit-ihbox-style-4 h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px
}

.pbmit-ihbox-style-4 h4 {
    font-size: 16px;
    line-height: 26px;
}

.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-wrapper {
    background: #222 !important;
}

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

/** Style 5 **/
.pbmit-ihbox.pbmit-ihbox-style-5 {
    padding: 30px 50px;
    background: #fff;
    margin-top: -55px;
    z-index: 5;
    position: relative;
    margin-right: 25px;
    margin-left: 0;
}

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

.pbmit-ihbox-style-5 .pbmit-element-heading,
.pbmit-ihbox-style-5 .pbmit-ihbox-subheading h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    color: #86bb46;
}

.pbmit-ihbox-style-5 .pbmit-element-title,
.pbmit-ihbox-style-5 .pbmit-ihbox-heading .vc_custom_heading {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.pbmit-ihbox-style-5 .pbmit-heading-desc,
.pbmit-ihbox-style-5 .pbmit-ihbox-content {
    margin-top: 20px;
}

.pbmit-ihbox-style-5 .pbmit-element-title {
    margin-bottom: 10px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-subheading h4 {
    color: var(--pbmit-global-color);
}

/** Style 6 **/
.pbmit-ihbox-style-6:first-child {
    margin-bottom: 40px;
}

.pbmit-ihbox-style-6 {
    position: relative;
    margin-bottom: 20px;
    padding-right: 0;
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
    padding-right: 20px;
    padding-top: 5px;
}

.pbmit-text-color-white .pbmit-ihbox-style-6 .pbmit-ihbox-icon i {
    color: rgba(255, 255, 255, 0.8);
}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper {
    height: 55px;
    width: 55px;
    font-size: 30px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #84bb46;
}

.pbmit-ihbox-style-6 h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.pbmit-ihbox-style-6 h4 {
    font-size: 16px;
    line-height: 26px;
}

.pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-wrapper {
    background: #222 !important;
}

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

/** Style 7 **/
.pbmit-ihbox-style-7 {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    border-bottom: 3px solid #222;
    border-color: var(--pbmit-global-color);
    transform: translateY(0);
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-ihbox-style-7.pbmit-ihbox h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper {
    font-size: 65px;
    line-height: 65px;
    text-align: left;
    color: var(--pbmit-global-color);
    margin: 0 auto 24px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-content {
    margin-top: 15px;
    margin-bottom: 40px;
}

.pbmit-ihbox-style-7 .vc_btn3-container.vc_btn3-inline {
    margin: 0;
}

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

.pbmit-ihbox-style-7:after {
    content: '';
    width: 130px;
    height: 130px;
    background: #f7f9fa;
    border-radius: 50%;
    right: -55px;
    top: -55px;
    position: absolute;
}

.pbmit-ihbox-style-7:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    color: #aaabac;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    font-weight: 700;
    top: 24px;
    right: 22px;
    z-index: 99;
}

/** Style 8 **/
.pbmit-ihbox.pbmit-ihbox-style-8 {
    position: relative;
    text-align: center;
}

.pbmit-ihbox-style-8 .pbmit-icon-image,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    display: inline-block;
    width: 150px;
    height: 150px;
    font-size: 75px;
    line-height: 150px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 28.2px 1.8px rgba(0, 0, 0, 0.03);
}

.pbmit-ihbox-style-8 h2 {
    font-size: 24px;
    line-height: 34px;
    color: #0e2f44;
    margin-bottom: 10px;
}

/** Style 9 **/
.pbmit-ihbox-style-9 {
    position: relative;
    margin-bottom: 20px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
    padding-right: 20px;
}

.pbmit-text-color-white .pbmit-ihbox-style-9 .pbmit-ihbox-icon i {
    color: #fff;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper {
    height: 80px;
    width: 80px;
    font-size: 40px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-color: var(--pbmit-global-color);
    box-shadow: 0px 0px 23.25px 1.75px rgba(124, 186, 39, .30) !important;
}

.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper {
    box-shadow: 0px 0px 23.25px 1.75px rgba(14, 47, 68, .30) !important;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper::before {
    transform: scale(1);
    z-index: -1;
}

.pbmit-ihbox-style-9 h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.pbmit-ihbox-style-9 .pbmit-ihbox-content {
    font-size: 16px;
    line-height: 24px;
}

.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper::before {
    background-color: var(--pbmit-blackish-color);
}

/** Style 10**/
.pbmit-ihbox-style-10 h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon .pbmit-ihbox-box-number {
    font-size: 150px;
    line-height: 130px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 30%);
    color: transparent;
    -webkit-text-stroke-color: #21212140;
    position: relative;
    transition: 0.4s;
    font-weight: 700;
    font-style: normal;
    font-family: Hind, sans-serif;
}

.pbmit-ihbox-style-10:hover .pbmit-ihbox-headingicon .pbmit-ihbox-box-number {
    color: var(--pbmit-global-color);
    -webkit-text-stroke-color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon .pbmit-ihbox-box-number:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--pbmit-global-color);
    right: -15px;
    bottom: 27px;
}

.pbmit-ihbox-style-10 {
    position: relative;
    margin-bottom: 20px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-global-color);
    position: relative;
    z-index: 1;
}

/** Style 11 **/
.pbmit-ihbox-style-11 {
    position: relative;
    margin-bottom: 30px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon {
    padding-right: 25px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper {
    font-size: 65px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-global-color);
    position: relative;
    z-index: 1;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

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

.pbmit-ihbox-style-11 h2 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 5px;
    color: var(--pbmit-secondary-color);
}

.pbmit-ihbox-style-11 .pbmit-ihbox-box-number {
    font-size: 20px;
    line-height: 30px;
    color: var(--pbmit-global-color);
    font-weight: 600;
}

.pbmit-ihbox-style-11 .pbmit-element-heading {
    font-size: 16px;
    line-height: 16px;
    color: var(--pbmit-global-color);
    margin-bottom: 10px;
}

/** Style 12 **/
.pbmit-ihbox-style-12 {
    background-color: var(--pbmit-global-color);
    padding: 25px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper {
    font-size: 65px;
    line-height: 65px;
    text-align: left;
    color: var(--pbmit-white-color);
    margin: 0 auto 10px;
}

.pbmit-ihbox-style-12.pbmit-ihbox h2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-12.pbmit-ihbox h2 a:hover,
.pbmit-ihbox-style-12.pbmit-ihbox h2 a,
.pbmit-ihbox-style-12.pbmit-ihbox h2 span {
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-12 .pbmit-ihbox-content {
    margin-top: 15px;
    margin-bottom: 40px;
}

.pbmit-ihbox-style-12 .vc_btn3-container.vc_btn3-inline {
    margin: 0;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1,
.pbmit-team-style-1 .pbminfotech-box-social-links,
.pbmit-team-style-1 .pbminfotech-box-content {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-team-style-1 .pbminfotech-box-content {
    background-color: #fff;
    border-radius: 2px;
    margin: -30px 15px 0;
    /* box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03); */
    border-bottom: 1px solid transparent;
    position: absolute;
    width: calc(100% - 30px);
    transform: translateY(0);
}

.pbmit-team-style-1 .pbminfotech-box-content {
    padding: 20px 30px 10px 25px;
    text-align: center;
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
    border-radius: 2px;
}

.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title a {
    color: #232323;
}

.pbmit-team-style-1 .pbminfotech-box-team-position {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
}

.pbmit-team-style-1 .pbminfotech-box-social-links {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

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

.pbmit-team-style-1 .pbminfotech-box-social-links .fa-share-alt {
    display: none;
}

.pbmit-team-style-1 .pbminfotech-box-content ul {
    margin: 0;
    padding: 0;
}

.pbmit-team-style-1 .pbminfotech-box-content ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.pbmit-team-style-1 .pbminfotech-box-content ul li:first-child {
    margin-left: 0;
}

.pbmit-team-style-1 .pbminfotech-box-content ul li a {
    display: inline;
    font-size: 15px;
    line-height: 15px;
}

.pbmit-team-style-1:hover .pbminfotech-box-content {
    transform: translateY(-30px);
    border-bottom-width: 3px;
}

.pbmit-element-team-style-1 .pbmit-carousel-navs a:hover,
.pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title a:hover {
    color: var(--pbmit-global-color);
}

/** Style 2 **/
.pbmit-team-style-2 {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 60px;
}

.pbmit-team-style-2,
.pbmit-team-style-2 .pbminfotech-box-social-links,
.pbmit-team-style-2 .pbminfotech-box-content {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-team-style-2 .pbminfotech-box-content {
    background-color: #fff;
    border-radius: 2px;
    bottom: 15px;
    margin: 0px 15px 0;
    box-shadow: 0 0px 30px rgb(0 0 0 / 3%);
    border-bottom: 1px solid transparent;
    position: absolute;
    width: calc(100% - 30px);
    transform: translateY(0);
}

.pbmit-team-style-2 .pbminfotech-box-content {
    padding: 20px 30px 10px 25px;
    text-align: center;
}

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

.pbmit-team-style-2 .pbminfotech-box-content .pbmit-team-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.pbmit-team-style-2 .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-2 .pbminfotech-box-content .pbmit-team-title a {
    color: #232323;
}

.pbmit-team-style-2 .pbminfotech-box-team-position {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0px;
}

.pbmit-team-style-2 .pbminfotech-box-social-links {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.pbmit-team-style-2:hover .pbminfotech-box-social-links {
    height: 32px;
    opacity: 1;
}

.pbmit-team-style-2 .pbmit-social-links li a:hover {
    color: #222;
}

.pbmit-team-style-2 .pbminfotech-box-content ul {
    margin: 0;
    padding: 0;
}

.pbmit-team-style-2 .pbminfotech-box-content ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.pbmit-team-style-2 .pbminfotech-box-content ul li:first-child {
    margin-left: 0;
}

.pbmit-team-style-2 .pbminfotech-box-content ul li a {
    display: inline;
    font-size: 15px;
    line-height: 15px;
}

.pbmit-team-style-2:hover .pbminfotech-box-content {
    border-bottom-width: 3px;
}

.pbmit-team-style-2 .pbmit-team-title a:hover,
.pbmit-team-style-2 .pbminfotech-box-team-position {
    color: var(--pbmit-global-color);
}

.pbmit-team-style-2:hover .pbminfotech-box-content {
    border-bottom-color: var(--pbmit-global-color);
}

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

.pbmit-team-style-4,
.pbmit-team-style-4 .pbminfotech-box-social-links,
.pbmit-team-style-4 .pbminfotech-box-content {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-team-style-4 .pbminfotech-box-content {
    bottom: 30px;
    position: absolute;
    opacity: 0;
}

.pbmit-team-style-4 .pbminfotech-box-content {
    padding: 0 35px;
    text-align: center;
}

.pbmit-team-style-4:hover .pbminfotech-box-content {
    opacity: 1;
}

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

.pbmit-team-style-4 .pbminfotech-box-content .pbmit-team-title {
    margin-bottom: 0px;
    text-align: left;
    font-family: Hind, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #232323;
    line-height: 34px;
}

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

.pbmit-team-style-4 .pbminfotech-box-team-position {
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
    text-align: left;
    font-family: Hind, sans-serif;
    font-weight: 500;
}

.pbmit-team-style-4 .pbminfotech-post-item .pbmit-featured-wrapper {
    position: relative;
    transition: .5s ease;
}

.pbmit-team-style-4 .pbminfotech-post-item .pbmit-featured-wrapper:before {
    position: absolute;
    right: 0;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: transparent;
}

.pbmit-team-style-4:hover .pbminfotech-post-item .pbmit-featured-wrapper:before {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-team-style-4 .pbmit-member-social .pbmit-social-links li:hover a,
.pbmit-team-style-4 .pbmit-social-links li:hover a {
    color: var(--pbmit-secondary-color);
}

.pbmit-team-style-4 .pbminfotech-box-content ul {
    margin: 0;
    padding: 0;
}

.pbmit-team-style-4 .pbminfotech-box-content ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.pbmit-team-style-4 .pbminfotech-box-content ul li:first-child {
    margin-left: 0;
}

.pbmit-team-style-4 .pbminfotech-box-content ul li a {
    display: inline;
    font-size: 15px;
    line-height: 15px;
}

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

.pbmit-team-style-4 .pbmit-member-social .pbmit-social-links li {
    display: block;
    text-align: center;
    margin: 4px 0;
    background-color: var(--pbmit-global-color);
    padding: 10px;
    height: 45px;
    width: 45px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

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

.pbmit-team-style-4 .pbmit-member-social .pbmit-team-btn {
    height: 45px;
    width: 45px;
    background: var(--pbmit-global-color);
    line-height: 45px;
    text-align: center;
    transition: .5s;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9;
}

.pbmit-team-style-4 .pbmit-member-social .pbmit-social-links li a,
.pbmit-team-style-4 .pbmit-member-social .pbmit-team-btn a {
    color: var(--pbmit-white-color);
}

.pbmit-team-style-4 .pbminfotech-team-image-box .pbmit-member-social .pbminfotech-box-social-links {
    position: absolute;
    top: 75px;
    right: 30px;
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transform: translateY(-30%);
}

.pbmit-team-style-4 .pbminfotech-team-image-box .pbmit-member-social:hover .pbminfotech-box-social-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-sbox-icon-wrapper {
    display: none;
}

.pbminfotech-ele-fid-style-1 .pbmit-sbox-icon-wrapper {
    font-size: 60px;
    line-height: 70px;
    color: #000;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub {
    bottom: 0;
    left: -10px;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    color: #222;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-number-rotate {
    display: inline-block;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-sub {
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    margin-top: 5px;
    font-weight: normal;
}

.pbmit-fld-sml .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    margin-bottom: 0;
}

.pbminfotech-ele-fid-style-1.pbmit-fid-big .pbmit-fid-inner {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 0;
}

.pbmit-fid-big .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 0;
}

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

/** Style 2 **/
.pbminfotech-ele-fid-style-2 {
    border-radius: 0px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    position: absolute;
    left: -90px;
    bottom: 40px;
    z-index: 2;
    width: 195px;
    background-color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper {
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 15px;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-sub {
    margin-left: 0px;
}

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

/** Style 3 **/
.pbminfotech-ele-fid-style-3 {
    border-radius: 0px;
    padding-left: 100px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #222;
    position: absolute;
    left: 45px;
    top: 45px;
    width: 240px;
    background-color: var(--pbmit-white-color);
}

.pbminfotech-ele-fid-style-3:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--pbmit-white-color);
    position: absolute;
    bottom: -15px;
    left: 30px;
}

.pbminfotech-ele-fid-style-3 .pbmit-sbox-icon-wrapper {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 15px;
    position: absolute;
    left: 25px;
    color: var(--pbmit-global-color);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
    font-size: 34px;
    color: #222;
    margin-bottom: 0;
}

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

.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #a4a4a4;
    margin-bottom: 0;
}

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

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
    font-size: 60px;
    line-height: 30px;
    font-weight: 700;
    margin: 15px 0;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    color: #8e8f9a;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-sub sub {
    bottom: 10px;
    left: -12px;
    font-family: auto;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-sub {
    font-size: 90px;
    display: inline-block;
    vertical-align: top;
    color: var(--pbmit-global-color);
}

/** Style 5 **/
.pbminfotech-ele-fid-style-5 {
    position: absolute;
    top: 80px;
    right: 80px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #787c8b;
    margin-bottom: 5px;
}

.pbminfotech-ele-fid-style-5 .pbmit-sbox-icon-wrapper {
    font-size: 30px;
    line-height: 30px;
    padding-right: 8px;
    padding-top: 3px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    font-size: 32px;
    line-height: 32px;
}

.pbminfotech-ele-fid-style-5 .pbmit-fld-contents {
    position: relative;
    display: inline-block;
    padding: 0 65px 0 0;
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-sub span {
    margin-left: -8px;
}

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

.pbminfotech-ele-fid-style-5 .pbmit-fld-contents:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-image: url(../themes/solar2enjoy-parent/assets/images//homepage-6/fid-img.png);
    background-position: top right;
    background-repeat: no-repeat;
}

/** Style 6 **/
.pbminfotech-ele-fid-style-6 .d-flex {
    align-items: center;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.pbminfotech-ele-fid-style-6 .pbmit-sbox-icon-wrapper {
    font-size: 55px;
    line-height: 55px;
    padding-right: 12px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 0px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-title span {
    font-weight: 700;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-sub sup {
    top: -0.4em;
    margin-left: -15px;
}

.pbminfotech-ele-fid-style-6 .pbmit-fid-sub span,
.pbminfotech-ele-fid-style-6 .pbmit-fid-sub sup,
.pbminfotech-ele-fid-style-6 .pbmit-fid-sub sub {
    font-size: 65%;
    font-weight: 500;
}

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

/** Style 7 **/
.pbminfotech-ele-fid-style-7 .pbmit-sbox-icon-wrapper {
    font-size: 55px;
    line-height: 65px;
    opacity: .50;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-inner {
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
    margin: 15px 0;
    color: var(--pbmit-secondary-color);
    letter-spacing: -0.5px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-title {
    margin: 90px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    position: relative;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgb(35, 35, 35, .10);
    top: -18px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-sub sub {
    bottom: 10px;
    left: -12px;
    font-family: auto;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-sub {
    color: var(--pbmit-global-color);
    margin-left: -12px;
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-title span a,
.pbminfotech-ele-fid-style-7 .pbmit-fid-span {
    font-weight: 600;
    color: var(--pbmit-secondary-color);
}

.pbminfotech-ele-fid-style-7 .pbmit-fid-title span a:hover {
    color: var(--pbmit-secondary-color);
}

.pbminfotech-ele-fid-style-7 .pbmit-fld-contents {
    border: 1px solid rgb(35, 35, 35, .10);
    padding: 30px;
    border-bottom: 3px solid var(--pbmit-global-color);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pbminfotech-ele-fid-style-7:hover .pbmit-fld-contents {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    border-bottom: 3px solid var(--pbmit-secondary-color);
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 {
    margin-bottom: 30px;
}

.pbmit-service-style-1,
.pbmit-service-style-1 .pbminfotech-box-content,
.pbmit-service-style-1 .pbmit-service-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-service-style-1 img {
    border-radius: 2px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

.pbmit-service-style-1 .pbminfotech-box-content {
    background-color: var(--pbmit-white-color);
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    position: relative;
}

.pbmit-service-style-1 .pbminfotech-box-content-inner {
    padding: 50px 30px 30px;
}

.pbmit-service-style-1 .pbmit-service-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0 25px;
}

.pbmit-service-style-1 .pbmit-service-icon-wrapper {
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    position: absolute;
    right: 30px;
    top: -30px;
}

.pbmit-service-style-1 .pbmit-service-category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 500;
    padding-bottom: 3px;
    letter-spacing: 1px;
}

.pbmit-service-style-1 .btn3-color-globalcolor {
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.pbmit-service-style-1 .btn3-color-globalcolor:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-service-style-1 .btn3-color-globalcolor:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: var(--pbmit-global-color);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-service-style-1 .btn3-color-globalcolor:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.pbmit-service-style-1:hover .pbmit-service-icon-wrapper {
    background: #222 !important;
}

.pbmit-service-style-1:hover .pbminfotech-box-content {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
}

.pbmit-service-style-1 .btn3-color-globalcolor:after {
    background-color: var(--pbmit-global-color);
}

.pbmit-element-service-style-1 .pbmit-service-ele:nth-child(2n) .pbmit-service-style-1 {
    margin-top: -50px;
}

/** Style 2 **/
.pbmit-service-style-2 {
    margin-bottom: 80px;
}

.pbmit-service-style-2,
.pbmit-service-style-2 .pbminfotech-box-content,
.pbmit-service-style-2 .pbmit-service-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-service-style-2 img {
    border-radius: 2px;
}

.pbmit-service-style-2 .pbminfotech-box-content {
    background-color: #fff;
    border-radius: 2px;
    margin: -30px 15px 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    position: absolute;
    width: calc(100% - 30px);
    transform: translateY(0);
}

.pbmit-service-style-2 .pbminfotech-box-content-inner {
    padding: 20px 30px;
}

.pbmit-service-style-2 .pbmit-service-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}

.pbmit-service-style-2 .pbmit-service-category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 500;
    padding-bottom: 3px;
    letter-spacing: 1px;
}

.pbmit-service-style-2 .vc_btn3-container {
    margin-bottom: 0;
}

.pbmit-service-style-2 .pbmit-service-icon-wrapper {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.pbmit-service-style-2:hover .pbminfotech-box-content {
    transform: translateY(-10px);
}

.pbmit-service-style-2:hover .pbmit-service-icon-wrapper {
    background: #222 !important;
}

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

.pbmit-service-style-2 .pbmit-service-icon-wrapper {
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-btn a {
    position: relative;
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.pbmit-ihbox-btn a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-ihbox-btn a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-btn a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

/** Style 3 **/
.pbmit-service-style-3 {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    position: relative;
}

.pbmit-service-style-3,
.pbmit-service-style-3 .pbminfotech-box-content,
.pbmit-service-style-3 .pbmit-service-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-service-style-3 img {
    border-radius: 2px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

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

.pbmit-service-style-3 .pbmit-featured-wrapper {
    padding: 10px;
}

.pbmit-service-style-3 .pbminfotech-box-content-inner {
    padding: 35px 30px 15px;
    text-align: left;
}

.pbmit-service-style-3 .pbmit-service-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0 15px;
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper {
    height: 65px;
    width: 65px;
    font-size: 30px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    right: 30px;
    top: -40px;
}

.pbmit-service-style-3 .pbmit-service-category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 0;
    letter-spacing: 1px;
}

body .pbmit-service-style-3 .btn3-color-globalcolor {
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    font-family: Roboto, sans-serif;
}

.pbmit-service-style-3:hover .pbmit-service-icon-wrapper {
    background: var(--pbmit-global-color) !important;
    color: #fff !important;
}

.pbmit-service-style-3:hover .pbminfotech-box-content {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
}

.pbmit-service-style-3 .btn3-color-globalcolor {
    margin-bottom: 20px;
    display: inline-block;
}

.pbmit-service-style-3 .btn3-color-globalcolor:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-color: var(--pbmit-global-color);
}

.pbmit-service-style-3 .pbmit-service-category a,
.pbmit-service-style-3 .pbmit-service-icon-wrapper {
    color: var(--pbmit-global-color);
}

.pbmit-service-style-3 .btn3-color-globalcolor:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-service-style-3 .btn3-color-globalcolor:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

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

.pbmit-service-style-4 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.pbmit-service-style-4 .pbmit-featured-wrapper img {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.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-category .pbmit-service-cat {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pbmit-service-style-4 .pbmit-service-category .pbmit-service-cat a {
    color: #787c8b;
}

.pbmit-service-style-4 .pbmit-service-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px;
}

.pbmit-service-style-4 .pbmit-service-title a {
    color: #080337;
}

.pbmit-service-style-4 .pbminfotech-box-content {
    padding-top: 22px;
}

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

/** Style 5 **/
.pbmit-service-style-5 {
    margin-bottom: 30px;
}

.pbmit-service-style-5 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
}

.pbmit-service-style-5 .pbminfotech-box-content {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.pbmit-service-style-5 .pbmit-service-icon-wrapper {
    margin-bottom: 10px;
}

.pbmit-service-style-5 .pbmit-service-icon-wrapper i {
    color: var(--pbmit-global-color);
    font-size: 55px;
    line-height: 65px;
}

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

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

.pbmit-service-style-5 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-service-style-5 .pbmit-featured-wrapper img {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.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-featured-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    background: linear-gradient(0deg, var(--pbmit-secondary-color) 0%, rgba(0, 50, 129, 0) 70%);
}

.pbmit-element-service-style-5 .pbmit-element-posts-wrapper .pbmit-service-ele:nth-child(odd) {
    margin-top: -60px;
}

/** Style 6 **/
.pbmit-service-style-6 .pbminfotech-box-content,
.pbmit-service-style-6 .pbmit-service-wrap,
.pbmit-service-style-6 .pbmit-service-btn {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pbmit-service-style-6 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
}

.pbmit-service-style-6 .pbmit-service-icon-wrapper i {
    font-size: 70px;
    line-height: 80px;
}

.pbmit-service-style-6 .pbmit-service-icon-wrapper i,
.pbmit-service-style-6 .pbmit-service-cat a,
.pbmit-service-style-6 .pbmit-service-title a {
    color: var(--pbmit-white-color);
}

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

.pbmit-service-style-6 .pbminfotech-box-content {
    /*border: 1px solid rgba(255, 255, 255, .30);*/
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
}

.pbmit-service-style-6:hover .pbminfotech-box-content {
    background-color: rgba(0, 0, 0, .1);
}

.pbmit-service-style-6 .pbmit-service-wrap {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 10px;
    left: 30px;
}

.pbmit-service-style-6:hover .pbmit-service-wrap {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.pbmit-service-style-6 .pbmit-service-title {
    font-family: Hind, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #232323;
    line-height: 36px;
}

.pbmit-service-style-6 .pbmit-service-btn {
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.pbmit-service-style-6:hover .pbmit-service-btn {
    opacity: 1;
    visibility: visible;
}

.pbmit-service-style-6 .pbminfotech-box-content .pbmit-service-btn a:before {
    position: absolute;
    left: 0;
    content: '\e810';
    color: #fff;
    font-family: "pbminfotech-base-icons";
    font-size: 16px;
    top: 0px;
}

.pbmit-service-style-6 .pbmit-service-icon-wrapper {
    margin-bottom: 10px;
}

.pbmit-service-style-6 .pbmit-service-wrap .pbmit-service-cat {
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Hind, sans-serif;
    font-weight: 500;
    font-style: normal;
}

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

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

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

.pbmit-portfolio-style-1 .pbminfotech-box-content {
    margin: 20px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    background: rgba(255, 255, 255, 1);
}

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

.pbmit-portfolio-style-1 .pbminfotech-icon-box {
    width: 37px;
    height: 37px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    line-height: .8;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    padding: 11px 17px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
}

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

.pbmit-portfolio-style-1 .pbminfotech-icon-box a {
    background-color: #ff5ee1;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
}

.pbmit-portfolio-style-1 .pbminfotech-titlebox {
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}

.pbmit-portfolio-style-1:hover .pbminfotech-titlebox {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-portfolio-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbminfotech-box-content-inner {
    position: relative;
    z-index: 1;
    height: 100%;
}

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

.pbmit-portfolio-style-1 .pbminfotech-icon-box a {
    background-color: var(--pbmit-global-color);
}

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

.pbmit-portfolio-style-2 .pbminfotech-post-item {
    background: #fff;
    box-shadow: 0 30px 50px rgb(0 0 0 / 6%);
    border-radius: 2px;
}

.pbmit-portfolio-style-2 .pbmit-image-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-portfolio-style-2 .pbmit-image-wrapper:before {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
}

.pbmit-portfolio-style-2:hover .pbmit-image-wrapper:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.pbmit-portfolio-style-2 .pbminfotech-post-item {
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}

.pbmit-portfolio-style-2 .pbmit-content-wrapper {
    padding: 30px;
}

.pbmit-portfolio-style-2 .pbmit-portfolio-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0px;
}

.pbmit-portfolio-style-2 .pbmit-portfolio-title a {
    color: #222;
}

.pbmit-portfolio-style-2 .pbmit-port-cat a {
    color: #777777;
    font-size: 15px;
    letter-spacing: 1px;
}

.pbmit-portfolio-style-2 .pbmit-short-description {
    margin-top: 10px;
    margin-bottom: 20px;
}

.pbmit-portfolio-style-2 a {
    padding: 12px 60px;
}

.pbmit-portfolio-style-2 .btn3-color-globalcolor {
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Hind, sans-serif;
}

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

.pbmit-portfolio-style-2 .btn3-color-globalcolor:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-portfolio-style-2 .btn3-color-globalcolor:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-color: var(--pbmit-global-color);
}

.pbmit-portfolio-style-2 .btn3-color-globalcolor:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blogbox-style-1 .pbmit-featured-container {
    position: relative;
}

.pbmit-blogbox-style-1 .pbminfotech-box-content {
    padding-top: 20px;
}

.pbmit-blogbox-style-1 .pbminfotech-box-content .pbmit-post-title {
    font-size: 22px;
    line-height: 30px;
}

.pbmit-blogbox-style-1 .pbminfotech-box-content .pbmit-post-title a {
    color: #222
}

.pbmit-blogbox-style-1 .post-item .pbmit-read-more-link a {
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.pbmit-blogbox-style-1 .pbmit-meta-container {
    margin-bottom: 7px;
    font-size: 16px;
}

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

.pbmit-blogbox-style-1 .pbmit-meta-container .pbmit-meta-line {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pbmit-blogbox-style-1 .pbmit-meta-container .pbmit-meta-line:after {
    content: ".";
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -15px;
    font-size: 20px;
    line-height: 20px;
}

.pbmit-blogbox-style-1 .pbmit-meta-container .pbmit-meta-line:last-child:after {
    display: none;
}

.pbmit-blogbox-style-1 .pbmit-meta-container .pbmit-meta-line:first-child {
    margin-left: 0;
}

.pbmit-blogbox-style-1 .post-item .pbmit-read-more-link a:after {
    background-color: #000;
}

.pbmit-blogbox-style-1 .post-item .pbmit-read-more-link a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    color: var(--pbmit-global-color);
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-blogbox-style-1 .post-item .pbmit-read-more-link a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.pbmit-blogbox-style-1 .post-item .pbmit-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: var(--pbmit-global-color);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-blogbox-style-1 img {
    border-radius: 2px;
    box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
}

.pbmit-blogbox-style-1:hover img {
    box-shadow: 0 30px 50px rgb(0 0 0 / 5%);
    transform: translateY(-5px);
}

.pbmit-blogbox-style-1 .post-item .pbmit-read-more-link a:before,
.pbmit-blogbox-style-1 .pbminfotech-box-content .pbmit-post-title a:hover,
.pbmit-blogbox-style-1 .pbmit-meta-container .pbmit-meta-line,
.pbmit-blogbox-style-1 .pbmit-meta-container .pbmit-meta-line a {
    color: var(--pbmit-global-color);
}

/** Style 2 **/
.pbmit-blogbox-style-2 .post-item {
    margin-bottom: 45px;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: normal;
    border-radius: 30px;
}

.pbmit-blogbox-style-2 .post-item .pbmit-featured-container {
    width: 176px;
    flex-shrink: 0;
    margin-right: 30px;
}

.pbmit-blogbox-style-2 .post-item .pbminfotech-box-desc {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.pbmit-blogbox-style-2 .post-item .pbmit-post-title {
    font-size: 20px;
    line-height: 30px;
}

.pbmit-blogbox-style-2 .post-item .pbmit-meta-date {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a {
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #eee;
    transition: all .2s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a:hover:after {
    width: 0;
}

.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a:before,
.pbmit-blogbox-style-2 .post-item .pbmit-meta-date,
.pbmit-blogbox-style-2 .post-item .pbmit-meta-date a {
    color: var(--pbmit-global-color);
}

.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-global-color);
}

.pbmit-blogbox-style-2 img {
    border-radius: 2px;
    box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
    transform: translateY(0);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.pbmit-blogbox-style-2:hover img {
    box-shadow: 0 30px 50px rgb(0 0 0 / 5%);
    transform: translateY(-5px);
}

/** Style 3 **/
.pbmit-blogbox-style-3 {
    background-color: #fff;
}

.pbmit-blogbox-style-3 .pbminfotech-box-content {
    padding: 30px 0px 30px 0px;
}

.pbmit-blogbox-style-3 .pbmit-meta-container .pbmit-meta {
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
}

.pbmit-blogbox-style-3 .post-item .pbmit-meta-date {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.pbmit-blogbox-style-3 .post-item .pbmit-post-title {
    font-size: 25px;
    line-height: 35px;
}

.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link {
    margin-top: 15px;
}

.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a {
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a:hover:after {
    width: 0;
}

.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blogbox-style-3 .post-item .pbmit-meta-date,
.pbmit-blogbox-style-3 .post-item .pbmit-meta-date a,
.pbmit-blogbox-style-3 .post-item a.more-link:before,
.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a:before {
    color: var(--pbmit-global-color);
}

.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-global-color);
}

.pbmit-blogbox-style-3 img {
    border-radius: 2px;
    transform: translateY(0px);
    box-shadow: 0 30px 50px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
}

.pbmit-blogbox-style-3:hover img {
    transform: translateY(-5px);
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
}

/** Style 4 **/
.pbmit-blogbox-style-4 {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.pbmit-blogbox-style-4 .post-item {
    margin-bottom: 30px;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: normal;
    border-radius: 30px;
}

.pbmit-blogbox-style-4 .post-item .pbmit-featured-container {
    width: 50%;
    flex-shrink: 0;
}

.pbmit-blogbox-style-4 .post-item .pbmit-post-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.pbmit-blogbox-style-4 .pbminfotech-box-content {
    padding: 25px 28px;
    position: relative;
}

.pbmit-blogbox-style-4 .post-item .pbmit-meta-date {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.pbmit-blogbox-style-4 .post-item .pbmit-read-more-link a {
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.pbmit-blogbox-style-4 .post-item .pbmit-read-more-link a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #eee;
    transition: all .2s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.pbmit-blogbox-style-4 .post-item .pbmit-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-blogbox-style-4 .post-item .pbmit-read-more-link a:hover:after {
    width: 0;
}

.pbminfotech-ele-blog.pbmit-blogbox-style-4:hover img {
    transform: translateY(0);
}

.pbmit-blogbox-style-4 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blogbox-style-4 .pbmit-meta-date a {
    color: var(--pbmit-global-color);
}

.pbmit-blogbox-style-4 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-global-color);
}

/** Style 5 **/
.pbmit-blogbox-style-5 {
    margin-bottom: 30px;
}

.pbmit-blogbox-style-5 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-blogbox-style-5 .pbminfotech-box-content {
    padding: 26px 0 0;
}

.pbmit-blogbox-style-5 .pbmit-featured-wrapper {
    border-radius: 16px;
}

.pbmit-blogbox-style-5 .pbmit-featured-wrapper img {
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

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

.pbmit-blogbox-style-5 .pbmit-meta-category {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.pbmit-blogbox-style-5 .pbmit-post-title {
    font-size: 26px;
    line-height: 36px;
}

.pbmit-blogbox-style-5 .pbmit-meta-category a,
.pbmit-blogbox-style-5 .pbmit-post-title a {
    color: #080337;
}

.pbmit-blogbox-style-5 .pbmit-meta-line {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #a0a4b4;
}

.pbmit-blogbox-style-5 .pbmit-meta-line:not(:first-child) {
    margin-left: 10px;
}

.pbmit-blogbox-style-5 .pbmit-meta.pbmit-meta-comments {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.pbmit-blogbox-style-5 .pbmit-meta.pbmit-meta-comments:before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0px;
    top: 8px;
    width: 3px;
    height: 3px;
    background-color: #a0a4b4;
    border-radius: 50%;
}

.pbmit-blogbox-style-5 .pbmit-meta-category a:hover,
.pbmit-blogbox-style-5 .pbmit-post-title a:hover {
    color: var(--pbmit-global-color);
}

/** Style 6 **/
.pbmit-blogbox-style-6 .pbmit-meta-container .pbmit-meta-line,
.pbmit-blogbox-style-6 .pbmit-featured-container {
    position: relative;
}

.pbmit-blogbox-style-6 .pbminfotech-box-content {
    padding: 30px;
    background: var(--pbmit-white-color);
    border: 1px solid rgb(35 35 35 / 10%);
    border-bottom: 3px solid var(--pbmit-global-color);
}

.pbmit-blogbox-style-6 .pbminfotech-box-content .pbmit-post-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}

.pbmit-blogbox-style-6 .pbminfotech-box-content .pbmit-post-title a {
    color: var(--pbmit-secondary-color);
}

.pbmit-blogbox-style-6 .post-item .pbmit-read-more-link a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: var(--pbmit-secondary-color);
}

.pbmit-blogbox-style-6 .pbmit-meta-container {
    margin-bottom: 10px;
}

.pbmit-blogbox-style-6 .pbminfotech-box-desc {
    margin-top: 15px;
}

.pbmit-blogbox-style-6 .pbmit-meta-container .pbmit-meta-line a,
.pbmit-blogbox-style-6 .pbmit-meta-container .pbmit-meta-line {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999999;
}

.pbmit-blogbox-style-6 .post-item .pbmit-read-more-link a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #eee;
    transition: all .2s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.pbmit-blogbox-style-6 .post-item .pbmit-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: var(--pbmit-global-color);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-blogbox-style-6 .post-item .pbmit-read-more-link a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.pbmit-blogbox-style-6 .pbmit-meta-container .pbmit-meta-line:after {
    content: ".";
    position: absolute;
    top: 7px;
    height: 7px;
    width: 7px;
    background: var(--pbmit-global-color);
    border-radius: 50%;
    right: -27px;
}

.pbmit-blogbox-style-6 .pbmit-meta-container .pbmit-meta-line:last-child:after {
    content: unset;
}

.pbmit-blogbox-style-6 .pbmit-meta-container .pbmit-meta-line:first-child {
    margin-left: 0;
}

.pbmit-blogbox-style-6 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-blogbox-style-6 .post-item .pbmit-read-more-link a:before,
.pbmit-blogbox-style-6 .pbminfotech-box-content .pbmit-post-title a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-blogbox-style-6 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-global-color);
}

.pbmit-blogbox-style-6 img,
.pbmit-blogbox-style-6:hover img {
    transform: unset;
}

.pbmit-blogbox-style-6 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.pbmit-blogbox-style-6.pbmit-featured-wrapper img,
.pbmit-blogbox-style-6 .post-item {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-blogbox-style-6:hover .post-item {
    box-shadow: 0 30px 50px rgb(0 0 0 / 5%);
    transform: translateY(-5px);
}

.pbmit-blogbox-style-6.pbmit-featured-wrapper img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

/** Style 7 **/
.pbmit-blogbox-style-7 .post-item {
    margin-bottom: 30px;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: normal;
    border-radius: 30px;
}

.pbmit-blogbox-style-7 .post-item .pbmit-featured-container {
    margin: 0 70px 0 0;
    width: 650px;
}

.pbmit-blogbox-style-7 .post-item .pbminfotech-box-desc {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.pbmit-blogbox-style-7 .post-item .pbmit-meta-date {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.pbmit-blogbox-style-7 .post-item .pbmit-read-more-link a {
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.pbmit-blogbox-style-7 .post-item .pbmit-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.pbmit-blogbox-style-7 .post-item .pbmit-read-more-link a:hover:after {
    width: 0;
}

.pbmit-blogbox-style-7 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-blogbox-style-7 .post-item .pbmit-read-more-link a:before,
.pbmit-blogbox-style-7 .post-item .pbmit-meta-date a {
    color: var(--pbmit-global-color);
}

.pbmit-blogbox-style-7 .post-item .pbmit-read-more-link a:after {
    background-color: var(--pbmit-global-color);
}

.pbmit-blogbox-style-7 .pbmit-meta-date span {
    display: block;
}

.pbmit-blogbox-style-7 .pbmit-meta-date .pbmit-date-wrap {
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    font-style: normal;
    font-family: Hind, sans-serif;
    -webkit-text-fill-color: var(--pbmit-white-color);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 30%);
}

.pbmit-blogbox-style-7 .pbmit-meta-date .pbmit-year-wrap {
    font-weight: 500 !important;
}

.pbmit-blogbox-style-7 .post-item .pbmit-meta-date .pbmit-year-wrap {
    color: #999;
    letter-spacing: 2px;
}

.pbmit-blogbox-style-7 .pbmit-meta-container {
    width: 360px;
}

.pbmit-blogbox-style-7 .pbminfotech-box-desc-text p {
    margin-bottom: 0;
}

.pbmit-blogbox-style-7 .pbmit-meta-category a {
    color: var(--pbmit-global-color);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: 500;
}

.pbmit-blogbox-style-7 .pbmit-post-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-element-testimonial-style-1 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.pbmit-element-testimonial-style-1 .pbmit-car-arrows-heading {
    position: absolute;
    right: 15px;
}

.pbmit-element-testimonial-style-1 .pbmit-car-arrows-heading a {
    color: #fff;
}

.pbmit-element-testimonial-style-1 .pbmit-car-arrows-heading a,
.pbmit-element-testimonial-style-1 .pbmit-car-arrows-heading i {
    line-height: normal !important;
}

.pbmit-element-testimonial-style-1 .pbmit-car-arrows-heading i {
    font-size: 20px !important;
}

.pbmit-element-testimonial-style-1 .pbmit-ihbox-heading {
    color: #fff;
    padding: 30px 90px 30px 0px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.pbmit-element-testimonial-style-1 .pbmit-ihbox.pbmit-ihbox-style-hsbox .pbmit-ihbox-heading .vc_custom_heading {
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
    color: #fff;
}

.pbmit-element-testimonial-style-1 .pbmit-ihbox.pbmit-ihbox-style-hsbox {
    margin-bottom: 0;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.pbmit-testimonial-style-1 {
    position: relative;
    padding: 80px 41px 50px;
    background: #fff;
    margin-top: 30px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-img {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    left: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-box-img img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.pbmit-testimonial-style-1 .pbminfotech-box-author {
    position: relative;
    padding-left: 85px;
    padding-top: 20px;
    text-align: left;
    display: inline-block;
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}

.pbmit-testimonial-style-1 span.pbmit-designation {
    font-size: 13px;
}

.pbmit-testimonial-style-1 blockquote {
    font-size: 22px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    border: 0;
    color: #999;
    font-family: "Playfair Display";
    font-style: italic;
    background: transparent;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc {
    position: relative;
}

.pbmit-testimonial-style-1:after {
    position: absolute;
    content: "\e805";
    font-family: "pbminfotech-base-icons";
    font-size: 35px;
    line-height: 85px;
    top: -30px;
    left: 40px;
    color: #fff;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 50px;
}

.pbmit-testimonial-style-1:after {
    background-color: var(--pbmit-global-color);
}

/** Style 3 **/
.pbmit-element-testimonial-style-3 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.pbmit-element-testimonial-style-3 .pbmit-car-arrows-heading {
    position: absolute;
    right: 15px;
}

.pbmit-element-testimonial-style-3 .pbmit-car-arrows-heading a {
    color: #fff;
}

.pbmit-element-testimonial-style-3 .pbmit-car-arrows-heading a,
.pbmit-element-testimonial-style-3 .pbmit-car-arrows-heading i {
    line-height: normal !important;
}

.pbmit-element-testimonial-style-3 .pbmit-car-arrows-heading i {
    font-size: 20px !important;
}

.pbmit-testimonial-style-3 {
    position: relative;
    margin-top: 60px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    left: 0;
}

.pbmit-testimonial-style-3 .pbminfotech-box-img img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.pbmit-testimonial-style-3 .pbminfotech-box-author {
    position: relative;
    padding-left: 0;
    padding-top: 50px;
    text-align: left;
    display: inline-block;
}

.pbmit-testimonial-style-3 .pbminfotech-box-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}

.pbmit-testimonial-style-3 span.pbmit-designation {
    font-size: 13px;
}

.pbmit-testimonial-style-3 blockquote {
    font-size: 20px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Playfair Display";
    font-style: italic;
    background: transparent;
}

.pbmit-testimonial-style-3 .pbminfotech-box-desc {
    position: relative;
}

.pbmit-testimonial-style-3:after {
    position: absolute;
    content: "\e805";
    font-family: "pbminfotech-base-icons";
    font-size: 50px;
    line-height: 50px;
    top: -65px;
    left: 4px;
    color: #fff;
    text-align: center
}

.pbmit-testimonial-style-3:after {
    color: var(--pbmit-global-color);
}

/** Style 4 **/
.pbmit-testimonial-style-4 .pbminfotech-box-content {
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 39px 45px 45px;
    text-align: center;
    margin-bottom: 40px;
}

.pbmit-testimonial-style-4 .pbminfotech-box-content:before {
    content: '';
    position: absolute;
    left: 30%;
    bottom: 0;
    margin-bottom: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    border-top-color: #ffffff;
}

.pbmit-testimonial-style-4 blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    padding-top: 10px;
}

.pbmit-testimonial-style-4 .pbmit-ihbox-icon-wrapper {
    display: block;
    width: 51px;
    height: 51px;
    margin: 0 auto;
    padding: 4px;
    border: 1px dashed;
    border-radius: 100%;
    margin-bottom: 15px;
    position: relative;
}

.pbmit-testimonial-style-4 .pbmit-ihbox-icon-wrapper:before,
.pbmit-testimonial-style-4 .pbmit-ihbox-icon-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    display: block;
    width: 50px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.pbmit-testimonial-style-4 .pbminfotech-box-content:before {
    content: '';
    position: absolute;
    left: 30%;
    bottom: 0;
    margin-bottom: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    border-top-color: #fff;
}

.pbmit-testimonial-style-4 .pbmit-ihbox-icon-wrapper:before {
    margin-left: -80px;
}

.pbmit-testimonial-style-4 .pbmit-ihbox-icon-wrapper:after {
    margin-right: -80px;
    left: auto;
    right: 0;
}

.pbmit-testimonial-style-4 .pbmit-ihbox-icon-wrapper i {
    width: 41px;
    height: 41px;
    line-height: 41px;
    display: block;
    border-radius: 100%;
    background: #222;
    color: #fff;
}

.pbmit-testimonial-style-4 .pbminfotech-box-author {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-left: 20%;
}

.pbmit-testimonial-style-4 .pbminfotech-box-img {
    margin-right: 15px;
}

.pbmit-testimonial-style-4 .pbminfotech-box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

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

.pbmit-testimonial-style-4 .pbmit-designation {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.pbmit-testimonial-style-4:after,
.pbmit-testimonial-style-4 .pbmit-ihbox-icon-wrapper i {
    background-color: var(--pbmit-global-color);
}

.pbmit-testimonial-style-4 span.pbmit-designation {
    color: var(--pbmit-global-color);
}

/** Style 5 **/
.pbmit-testimonial-style-5 .pbminfotech-box-content {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 18.8px 1.2px rgba(0, 0, 0, 0.01);
}

.pbmit-testimonial-style-5 blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

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

.pbmit-testimonial-style-5 .pbmit-designation {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

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

.pbmit-testimonial-style-5 .pbminfotech-box-star-ratings i {
    font-size: 18px;
    color: var(--pbmit-secondary-color) !important;
}

.pbmit-testimonial-style-5 .pbminfotech-box-star-ratings i.pbmit-active {
    color: #feb437 !important;
}

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

/** Style 7 **/
.pbmit-testimonial-style-7:hover:after,
.pbmit-testimonial-style-7 {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-testimonial-style-7 {
    position: relative;
    padding: 35px;
    border: 1px solid rgb(35, 35, 35, .10);
    border-bottom: 3px solid var(--pbmit-global-color);
}

.pbmit-testimonial-style-7:after {
    position: absolute;
    content: "\e805";
    font-family: "pbminfotech-base-icons";
    font-size: 50px;
    line-height: 60px;
    top: 40px;
    right: 35px;
    color: var(--pbmit-global-color);
    transform: rotate(180deg) scaleY(-1);
}

.pbmit-testimonial-style-7:hover {
    border-bottom: 3px solid var(--pbmit-secondary-color);
}

.pbmit-testimonial-style-7 .pbminfotech-box-img {
    width: 80px;
    height: 80px;
    margin-right: 30px;
}

.pbmit-testimonial-style-7 .pbminfotech-box-title {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
}

.pbmit-testimonial-style-7 blockquote {
    font-size: 17px;
    line-height: 26px;
    padding: 0;
    margin: 0 0 20px 0;
    border: 0;
    color: var(--pbmit-secondary-color);
}

.pbmit-testimonial-style-7 .pbminfotech-box-content {
    padding: 18px 0 0 110px;
}

.pbmit-testimonial-style-7 span.pbmit-designation {
    font-size: 13px;
    line-height: 23px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pbmit-testimonial-style-7:after {
    position: absolute;
    content: "\e805";
    font-family: "pbminfotech-base-icons";
    font-size: 50px;
    line-height: 60px;
    top: 40px;
    right: 35px;
    color: var(--pbmit-global-color);
    transform: rotate(180deg) scaleY(-1);
}

.pbmit-testimonial-style-7:hover:after {
    color: var(--pbmit-secondary-color);
}

.pbmit-testimonial-style-7 .pbminfotech-box-star-ratings i.pbmit-active {
    color: #feb437 !important;
    font-size: 17px;
}

.pbmit-testimonial-style-7 .pbminfotech-box-star-ratings i {
    color: var(--pbmit-secondary-color) !important;
}

/** Style 8 **/
.pbmit-testimonial-style-8 {
    position: relative;
}

.pbmit-testimonial-style-8:hover:after,
.pbmit-testimonial-style-8 {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-testimonial-style-8:after {
    position: absolute;
    content: "\e824";
    font-family: "pbminfotech-base-icons";
    font-size: 80px;
    line-height: 80px;
    bottom: -10px;
    right: 60px;
    color: #cacaca;
    transform: rotate(180deg) scaleY(-1);
}

.pbmit-testimonial-style-8 .pbminfotech-box-img .pbmit-featured-wrapper {
    width: 193px;
    height: 193px;
    margin-right: 35px;
}

.pbmit-testimonial-style-8 .pbminfotech-box-title {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.pbmit-testimonial-style-8 blockquote {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 10px 0 20px 0;
    border: 0;
    color: var(--pbmit-secondary-color);
}

.pbmit-testimonial-style-8 span.pbmit-designation {
    font-size: 13px;
    line-height: 23px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: Hind, sans-serif;
}

.pbmit-testimonial-style-8 .pbminfotech-box-star-ratings i.pbmit-active {
    color: #feb437 !important;
    font-size: 17px;
}

.pbmit-testimonial-style-8 .pbminfotech-box-star-ratings i {
    color: var(--pbmit-secondary-color) !important;
    font-size: 17px;
}

.pbmit-testimonial-style-8 .pbminfotech-box-content .pbminfotech-box-desc {
    padding: 0 30px 0 0;
}

/*----------------------------------------*/
/*  08 - Marquee
/*----------------------------------------*/
/** Style 1 **/
.pbmit-marquestyle-01 {
    width: 100%;
    animation: marquee-right 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
    margin-bottom: 30px;
}

@keyframes marquee-right {
    0% {
        transform: translate(-50%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.pbmit-marquestyle-01 .icon-list-item {
    margin: 5px 40px !important;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    position: relative;
    color: #cacaca;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
    font-family: Hind, sans-serif;
}

/** Style 2 **/
.pbmit-marquestyle-02 {
    width: 100%;
    animation: marquee-left 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
    margin-bottom: 30px;
}

@keyframes marquee-left {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.pbmit-marquestyle-02 .icon-list-item {
    margin: 5px 40px !important;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    position: relative;
    font-weight: 700;
    font-style: normal;
    color: transparent;
    -webkit-text-stroke: 1px #cacaca;
    opacity: .50;
    letter-spacing: 3px;
    font-family: Hind, sans-serif;
}

.pbmit-marquestyle-01:hover, .pbmit-marquestyle-02:hover {
    animation-play-state: paused !important;
}

/*----------------------------------------*/
/*  09 - Header
/*----------------------------------------*/
.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 95px;
}

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

.list-inline-item:not(:last-child) {
    margin-right: 4px;
}

.pbmit-header-overlay {
    position: absolute;
    width: 100%;
    z-index: 2;
}

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

.site-header-menu .pbmit-header-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

/** Header Style 1 **/
.header-style-1 .pre-header-wrapper {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #000;
}

.header-style-1 .pre-header-wrapper .pbmit-social-links li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #e5e5e5;
    font-size: 13px;
}

.header-style-1 .pre-header {
    height: inherit;
    line-height: inherit;
}

.header-style-1 .site-title {
    height: 120px;
}

.header-style-1.site-header .site-branding img {
    max-height: 55px;
}

.header-style-1 .pbmit-header-info-inner > .pbmit-header-box-1,
.header-style-1 .pbmit-header-info-inner > .pbmit-header-box-2,
.header-style-1 .pbmit-header-info-inner > .pbmit-header-box-3 {
    margin-right: 30px;
    padding-right: 0;
    position: relative;
    padding-left: 60px;
    display: inline-block;
    vertical-align: middle;
}

.header-style-1 .pbmit-header-info-inner > .pbmit-header-box-3 {
    margin-right: 0;
}

.header-style-1 .pbmit-header-info-inner > div .pbmit-header-box-icon {
    position: absolute;
    top: 4px;
    left: 20px;
    font-size: 30px;
    display: block;
    color: var(--pbmit-global-color);
}

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

.pbmit-header-box-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}

.pbmit-header-box-content {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: #777777;
    text-transform: none;
    font-style: normal;
}

.header-style-1 .site-header-menu {
    position: relative;
    height: 68px;
    line-height: 68px !important;
}

.header-style-1 .site-header-menu::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
    background-color: #f1f1f1 !important;
}

.header-style-1 .navbar-collapse ul {
    border-left: 1px solid #eee;
}

.header-style-1 .navbar-collapse ul li {
    border-right: 1px solid #eee;
}

.header-style-1 .navbar-collapse ul li a {
    margin: 0 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #222;
    text-transform: uppercase;
    font-style: normal;
}

.header-style-1 .pbmit-right-side {
    display: flex;
    align-items: center;
}

.header-style-1 .pbmit-header-search-btn {
    border-left: 1px solid #f1f1f1;
    padding: 0 20px;
}

.header-style-1 .pbmit-header-button a {
    font-size: 14px;
    line-height: 14px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    letter-spacing: .3px;
    font-weight: 500;
    display: block;
    padding: 0 30px;
    height: 68px;
    line-height: 68px !important;
}

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

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

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

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

.header-style-1 .site-header-menu.sticky-header {
    height: 90px;
    line-height: 90px !important;
}

.header-style-1 .sticky-header .navbar-collapse ul li {
    border-right: inherit;
}

.header-style-1 .sticky-header .navbar-collapse ul {
    border-left: inherit;
}

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

/** Header style 2 **/
.header-style-2 .pre-header {
    height: 65px;
    line-height: 65px;
}

.header-style-2 .pbmit-pre-header-left .top-contact {
    color: var(--pbmit-white-color);
}

.header-style-2 .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.header-style-2 .list-inline-item {
    display: inline-block;
}

.header-style-2 .pbmit-social-links li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: var(--pbmit-white-color);;
    font-size: 13px;
}

.header-style-2 .site-branding {
    margin-left: 30px;
}

.header-style-2.site-header .site-branding img {
    max-height: 56px;
}

.header-style-2 .pbmit-header-search-btn {
    align-items: center;
    display: flex;
    position: relative;
    margin-right: 10px;
}

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

.header-style-2 .pbmit-header-button {
    background-color: var(--pbmit-global-color);
    padding: 0 45px;
    margin-left: 10px;
}

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

.header-style-2 .pbmit-header-button a {
    color: var(--pbmit-white-color);
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    height: 95px;
    line-height: 95px;
    display: inline-block;
}

.header-style-2 .pbmit-header-button a:before {
    font-family: "pbminfotech-base-icons";
    content: '\e816';
    color: var(--pbmit-white-color);
    opacity: .5;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 1px;
}

/** Header style 3 **/
.header-style-3 .pbmit-header-overlay {
    background-color: rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.header-style-3 .top-contact {
    color: var(--pbmit-white-color);
}

.header-style-3 .top-contact li:first-child {
    padding-left: 0;
}

.header-style-3 .top-contact li {
    border-right: 1px solid rgba(255, 255, 255, .13);
    padding-right: 25px;
    padding-left: 0px;
    margin: 0;
}

.header-style-3 .pre-header .container {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.header-style-3 .pbmit-social-links li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: var(--pbmit-white-color);;
    font-size: 13px;
}

.header-style-3 .top-contact li:last-child {
    border-right: none;
}

.header-style-3 .top-contact li {
    border-right: 1px solid rgba(255, 255, 255, .13);
    padding-right: 25px;
    padding-left: 24px;
    margin: 0;
}

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

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

.header-style-3 .sticky-header .sticky-logo {
    display: block;
    max-height: 50px;
}

.header-style-3 .site-navigation {
    margin-left: auto !important;
}

.header-style-3 .site-navigation ul.navigation > li > a {
    font-size: 13px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}

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

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

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

.header-style-3 .pbmit-right-box {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

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

.header-style-3 .pbmit-right-box .pbmit-search-cart-box > * {
    padding: 0 25px;
    position: relative;
}

.header-style-3 .pbmit-right-box .pbmit-search-cart-box > * a::after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-3 .pbmit-right-box .pbmit-header-button a {
    color: var(--pbmit-white-color);
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    background-color: var(--pbmit-global-color);
    padding: 14px 15px;
    border-radius: 4px;
    line-height: normal !important;
}

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

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

.header-style-3 .sticky-header .pbmit-right-box .pbmit-search-cart-box > * a::after {
    background-color: rgba(12, 18, 29, .1);
}

/** Header style 4 **/
.header-style-4 .pbmit-header-overlay {
    position: static;
}

.header-style-4 .pre-header {
    background-color: #000;
    font-size: 14px;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.header-style-4 .pre-header .container-fluid {
    max-width: none;
    padding: 0 50px;
    padding-right: 10px;
}

.header-style-4 ul.top-contact li {
    margin-right: 20px;
}

.header-style-4 ul.top-contact li i {
    color: var(--pbmit-global-color);
    margin-right: 10px;
}

.header-style-4 .pbmit-social-links li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: var(--pbmit-white-color);
    font-size: 15px;
}

.header-style-4 .pbmit-social-links li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.header-style-4 .pbmit-social-links li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, .2);
    margin-right: 0 !important;
}

.header-style-4 .site-header-menu .container-fluid.g-0 {
    padding-left: 50px;
}

.header-style-4 .site-header-menu .pbmit-header-wrapper {
    justify-content: initial !important;
}

.header-style-4 .site-branding {
    margin-right: 80px;
}

.header-style-4.site-header .site-branding img {
    max-height: 55px;
}

.header-style-4 .site-navigation ul.navigation > li > a {
    height: 100px;
    line-height: 100px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 0px 20px;
    font-family: Roboto, sans-serif;
}

.header-style-4 .pbmit-header-info {
    align-items: center;
    display: flex;
    position: relative;
}

.header-style-4 .pbmit-header-info-inner .pbmit-header-box {
    margin-right: 30px;
    padding-right: 0;
    position: relative;
    padding-left: 60px;
}

.header-style-4 .pbmit-header-info-inner > div .pbmit-header-box-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    color: var(--pbmit-global-color);
}

.header-style-4 .pbmit-header-box-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-style: normal;
    font-weight: 700;
}

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

.header-style-4 .pbmit-header-search-btn a {
    line-height: 100px !important;
    height: 100px;
    display: block;
    background: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    padding: 0 40px;
}

/** Header style 6 **/
.header-style-6 .site-header-menu {
    padding: 0 40px;
}

.header-style-6.site-header .site-branding img {
    max-height: 55px;
}

.header-style-6 .site-navigation ul.navigation > li > a {
    padding: 0 20px;
    height: 120px;
    line-height: 120px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Quicksand, sans-serif;
}

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

.header-style-6 .pbmit-header-contact {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -.4px;
    font-weight: 700;
    margin-right: 20px;
    font-family: Quicksand, sans-serif;
}

.header-style-6 .pbmit-header-contact:before {
    position: absolute;
    content: '\e833';
    left: 0;
    top: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    color: var(--pbmit-global-color);
    font-family: 'pbminfotech-base-icons';
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-style-6 .pbmit-header-button2 a {
    padding: 13px 38px;
    text-transform: capitalize;
}

/** Header style 7 **/
.header-style-7 .site-header-menu {
    padding: 0 35px;
}

.header-style-7 .site-navigation {
    margin-left: 100px;
}

.header-style-7 .site-navigation ul.navigation > li > a {
    height: 120px;
    line-height: 120px;
    padding: 0 25px;
    font-family: Hind, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

.header-style-7 .pbmit-header-search-btn {
    padding-left: 20px;
}

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

.header-style-7 li.pbmit-social-li {
    margin-right: 10px;
    display: inline-block;
}

.header-style-7 .pbmit-header-button2 {
    margin-left: 25px;
}

.header-style-7 .pbmit-header-button2 .pbmit-btn {
    padding: 0 35px;
    line-height: 50px;
}

/** Header style 8 **/
.header-style-8 .site-header-menu {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding: 0 0 0 30px;
    /*border-bottom: 1px solid rgba(255,255,255,.30);*/
    background: #fff;
}

.header-style-8 .site-branding {
    margin-right: 30px;
}

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

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

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

.header-style-8 .main-menu ul > li.dropdown > a:after {
    display: none;
}

.header-style-8 .pbmit-right-box {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.header-style-8 .pbmit-header-button2 a {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    padding: 0 50px 0 65px;
}

.header-style-8 .pbmit-header-button2 a:before {
    font-family: "pbminfotech-base-icons";
    content: "\e801";
    font-size: 35px;
    line-height: 45px;
    top: 10px;
    position: absolute;
    left: 0;
    color: var(--pbmit-blackish-color);
    font-weight: 400;
}

.header-style-8 .pbmit-header-button2-text {
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: normal;
    color: var(--pbmit-blackish-color);
    font-family: Hind, sans-serif;
}

.header-style-8 .pbmit-header-button2-text2 {
    font-size: 16px;
    color: var(--pbmit-blackish-color)
}

.header-style-8 .pbmit-header-search-btn {
    padding: 0 40px;
    background: rgba(255, 255, 255, .20);
    line-height: 110px !important;
    height: 110px !important;
}

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

.header-style-8 .pbmit-header-appointment-btn {
    padding: 0 40px;
    background: rgba(255, 255, 255, .20);
    line-height: 110px !important;
    height: 110px !important;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.header-style-8 .pbmit-header-appointment-btn a {
    color: var(--pbmit-white-color);
    white-space: pre;
}

.header-style-8 .pbmit-header-button a {
    height: 110px;
    line-height: 110px;
    padding: 0 15px;
    background: var(--pbmit-global-color);
    display: inline-block;
    color: var(--pbmit-white-color);
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    white-space: pre;
}

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

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

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

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

.header-style-8 .sticky-header.site-header-menu {
    border-bottom: none;
    background: #fff;
}

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

.header-style-8 .sticky-header .pbmit-header-button2 a:before {
    color: var(--pbmit-blackish-color);
}

.header-style-8 .sticky-header .pbmit-header-button2-text {
    color: var(--pbmit-blackish-color);
}

.header-style-8 .sticky-header .pbmit-header-button2-text2 {
    color: var(--pbmit-blackish-color);
}

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

.header-style-8 .pbmit-social-links {
    display: block;
    position: absolute;
    left: 34px;
    z-index: 10;
    list-style: none;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.header-style-8 .pbmit-social-links li {
    margin: 30px 0;
    display: block;
}

.header-style-8 .pbmit-social-links li a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  10 - Footer
/*----------------------------------------*/
.footer.site-footer {
    font-size: 16px;
    padding: 50px 0 0px;
    color: rgba(255, 255, 255, .9);
    background-color: var(--pbmit-blackish-color);
}

.site-footer .widget {
    margin: 35px 0 40px;
}

.pbmit-footerlogo {
    margin-bottom: -5px;
    max-height: 60px;
}

.site-footer .widget .pbmit-contact-widget-phone {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}

.site-footer .widget .pbmit-contact-widget-email {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
}

.site-footer .widget .pbmit-contact-widget-address {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
}

.widget ul > li {
    padding: 0 0 15px 0;
}

.site-footer .widget a {
    font-size: 18px;
    font-weight: 400;
}

.site-footer .widget-title {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 40px;
    position: relative;
    color: var(--pbmit-white-color) !important;
}

.site-footer .widget-title:after {
    content: "";
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: var(--pbmit-global-color);
}

.site-footer .widget .textwidget a {
    position: relative;
    padding-left: 20px;
}

.site-footer .widget .textwidget a::before {
    position: absolute;
    content: '\e814';
    left: 0;
    font-size: 16px;
    top: 0px;
    color: inherit;
    font-family: 'pbminfotech-base-icons';
}

.site-footer .widget ul a {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    font-family: Roboto, sans-serif;
}

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

.site-footer .pbmit-rpw-list > li > a {
    width: 75px;
    flex-shrink: 0;
    margin-right: 20px;
}

.site-footer .pbmit-rpw-list > li:last-child {
    margin-top: 10px;
}

.site-footer .pbmit-rpw-list > li {
    display: flex !important;
    align-items: normal;
    width: 100%;
}

.site-footer .pbmit-rpw-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}

.site-footer .pbmit-rpw-title a {
    color: rgba(255, 255, 255, .9);
}

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

.site-footer .pbmit-rpw-date a {
    line-height: 17px;
    display: block;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 5px;
    color: var(--pbmit-global-color) !important;
}

.site-footer input[type="email"] {
    background-color: transparent;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
}

.site-footer button.pbmit-btn {
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    width: 100%;
    height: 45px;
    color: #fff;
    border-radius: 4px;
    margin-top: 15px;
    text-transform: capitalize;
    background-color: var(--pbmit-global-color);
}

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

.site-footer .pbmit-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding: 30px 0;
}

.pbmit-footer-copyright-text-area a,
.pbmit-footer-copyright-text-area a:hover {
    color: rgba(255, 255, 255, 1);
}

.pbmit-footer-copyright-text-area {
    font-size: 15px;
}

.footer-style-2 {
    position: relative;
    margin-top: 160px;
}

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

.footer-style-2::after {
    position: absolute;
    content: '';
    top: -160px;
    left: 0;
    height: 204px;
    width: 100%;
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-6/pattern-bg-01.png);
    z-index: 1;
    display: block !important;
    background-repeat: no-repeat;
}

.footer-style-2.site-footer .widget {
    margin: 0px 0 40px;
}

.footer-style-2 .pbmit-footer-widget-area .widget h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 35px;
    color: #fff;
}

.footer-style-2 .pbmit-footer-widget-area .widget.widget_logo {
    padding-right: 10px;
}

.footer-style-2 .widget.greenly_contact_widget-2 {
    margin-left: 35px;
    margin-right: 62px;
}

.footer-style-2 .greenly_contact_widget-2 .widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: none;
}

.footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-line {
    position: relative;
    padding-left: 80px;
    margin-bottom: 25px;
    font-size: 16px !important;
    line-height: 34px;
    font-weight: 400 !important;
    color: #b3b7c9
}

.footer-style-2 .pbmit-contact-widget-line:before {
    font-family: 'pbminfotech-base-icons';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    background-color: #0b2738;
    color: var(--pbmit-secondary-color);
}

.footer-style-2 .pbmit-contact-widget-phone:before {
    content: '\e833';
}

.footer-style-2 .pbmit-contact-widget-email:before {
    content: '\f0e0';
}

.footer-style-2 .pbmit-contact-widget-address:before {
    content: '\e80e';
}

.footer-style-2.site-footer h2.widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.footer-style-2.site-footer .widget-title:after {
    display: none;
}

.footer-style-2.site-footer .widget {
    color: #b3b7c9;
}

.footer-style-2 .form-style-1 input[type=email] {
    background-color: #0b2738;
    border-radius: 6px;
    border: none;
    color: #fff;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    padding: 0 20px;
}

.footer-style-2 .form-style-1 .pbmit-btn {
    font-size: 16px;
    padding: 0 40px;
    width: auto;
    height: 60px;
    background-color: var(--pbmit-global-color);
    border-radius: 6px;
    box-shadow: none;
    text-transform: capitalize;
}

.footer-style-2 .form-style-1 .pbmit-btn:hover {
    background-color: var(--pbmit-secondary-color);
    color: var(--pbmit-white-color);
}

.footer-style-2 .pbmit-footer-text-area {
    background-color: #0b2738;
    color: #b3b7c9;
    padding: 30px 0;
}

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

.footer-style-2 .pbmit-footer-copyright-text-area a {
    color: #b3b7c9;
}

.footer-style-2 .pbmit-footer-social-area {
    text-align: center;
}

.footer-style-2 .pbmit-social-links li {
    margin-right: 8px;
    display: inline-block;
}

.footer-style-2 .pbmit-social-links a {
    color: #fff;
}

.footer-style-2 .pbmit-footer-menu-area {
    text-align: right;
}

.footer-style-2 .pbmit-footer-menu .menu-item {
    display: inline-block;
    margin: 0 10px;
}

.footer-style-2 .pbmit-footer-menu .menu-item a {
    color: #b3b7c9;
}

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

.footer-style-3.footer.site-footer {
    padding: 0;
}

.footer-style-3 .pbmit-footer-big-area {
    display: block !important;
    padding-top: 100px;
}

.footer-style-3 .pbmit-footer-big-left {
    margin-top: 0;
    text-align: left;
    margin-right: auto;
}

.footer-style-3 .pbmit-footer-big-title {
    font-size: 55px;
    line-height: 65px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

.footer-style-3 .pbmit-footer-big-right {
    padding-right: 15px;
}

.footer-style-3 .pbmit-footer-widget-area {
    padding-top: 0;
    padding-bottom: 30px;
}

.footer-style-3 .pbmit-contacts h3 {
    color: #969ea3;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .75px;
    padding: 0 0 10px 0;
}

.footer-style-3 .pbmit-contacts p,
.footer-style-3 .pbmit-contacts a {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 20px;
    color: #969ea3;
    display: block;
}

.footer-style-3 .pbmit-email h3 {
    color: #969ea3;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .75px;
    padding: 0 0 10px 0;
}

.footer-style-3 .pbmit-email p {
    font-size: 22px;
    line-height: 32px;
    color: #969ea3;
}

.footer-style-3 .pbmit-newslatter-title {
    color: #969ea3;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .75px;
    padding: 0 0 10px 0;
    font-family: Hind, sans-serif;
    font-weight: 600;
}

.footer-style-3 input.form-control {
    width: 100%;
    height: 55px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px !important;
    padding: 0 30px 0 30px;
}

.footer-style-3 .input-group {
    flex-wrap: inherit;
}

.footer-style-3 button#button-addon2 {
    border-radius: 50px;
    height: 40px;
    width: 265px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400 !important;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    top: 8px;
    right: 8px;
    position: absolute;
    margin: 0;
}

.footer-style-3 button#button-addon2:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.footer-style-3 .pbmit-footer-text-area {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-style-3 .pbmit-footer-copyright-text-area {
    color: #969ea3;
    font-size: 15px;
}

.footer-style-3 .pbmit-footer-copyright-text-area a {
    color: #969ea3;
}

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

.footer-style-3 .pbmit-footer-social-area {
    text-align: center;
}

.footer-style-3 .pbmit-social-links {
    color: #969ea3;
}

.footer-style-3 .pbmit-social-links li {
    display: inline-block;
    margin-right: 15px;
}

.footer-style-3 .pbmit-footer-menu-area .menu-item {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
}

.footer-style-3 .pbmit-footer-menu-area .menu-item a {
    color: rgba(255, 255, 255, .4);
}

.footer-style-3 .pbmit-footer-menu-area .menu-item a:hover {
    color: var(--pbmit-global-color);
}

.footer-style-3 .pbmit-footer-menu-area {
    text-align: right;
}

/*----------------------------------------*/
/*  11 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.pbmit-title-bar-wrapper {
    background-color: transparent;
    background-image: url(../themes/solar2enjoy-parent/assets/images/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}

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

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

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

.pbmit-title-bar-content .pbmit-tbar-title {
    font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;
}

.pbmit-title-bar-wrapper .pbmit-title-bar-content .pbmit-breadcrumb-inner {
    display: inline-block;
    border-radius: 0;
    padding: 0;
}

.pbmit-breadcrumb,
.pbmit-breadcrumb a {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: var(--pbmit-white-color) !important;
    font-style: normal;
}

.pbmit-breadcrumb-inner .sep {
    margin: 0 8px;
}

.pbmit-title-bar-wrapper .list-inline-item {
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.pbmit-title-bar-wrapper .list-inline-item a {
    color: var(--pbmit-white-color);
}

.pbmit-title-bar-wrapper .list-inline-item i {
    color: var(--pbmit-global-color);
}

.pbmit-title-bar-content .pbmit-tbar-title-one {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: var(--pbmit-white-color);
}

.pbmit-tbar-subtitle {
    font-family: Quicksand, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    font-style: normal;
}

/*----------------------------------------*/
/*  12 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
    position: relative;
}

.overlap-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.overlap-img,
.overlap-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlap-left {
    margin-left: -500px;
}

.overlap-right {
    margin-right: -500px;
    width: auto;
    left: 0;
    right: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.content-element-text {
    position: relative;
    z-index: 99;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 30px;
}

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

.progressbar .progress-label {
    font-family: Roboto, sans-serif;
    color: var(--pbmit-heading-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.progress {
    overflow: visible;
    position: relative !important;
    height: 8px !important;
    line-height: 30px;
    padding: 1px;
    margin-top: 0;
    border-radius: 2px;
    background-color: #f7f9fa;
}

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

.progress.progress-percent-bg .progress-percent {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 15px;
    color: var(--pbmit-blackish-color);
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.progressbarone .progress-bar {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-progress-style-1.progressbar .progress-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    z-index: 1;
    position: relative;
    color: var(--pbmit-blackish-color);
    font-family: DM Sans, sans-serif;
}

.pbmit-progress-style-1 .progress {
    border: none;
    border-radius: 2px !important;
    height: 2px !important;
    padding: 0px;
    background-color: #e4e4e4 !important;
    margin-bottom: 10px;
}

.pbmit-progress-style-1 .progress .progress-bar {
    border-radius: 2px;
    height: 2px;
}

.pbmit-progress-style-1 .progress .progress-percent {
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 15px;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
}

.pbmit-progress-style-2.progressbar .progress-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    color: var(--pbmit-white-color);
    font-family: Quicksand, sans-serif;
}

.pbmit-progress-style-2 .progress {
    background-color: transparent;
    border: 1px solid #657a87;
    padding: 2px;
    height: 12px !important;
    border-radius: 8px;
}

.pbmit-progress-style-2 .progress .progress-bar {
    border-radius: 6px;
    height: 6px;
}

.pbmit-progress-style-2 .progress.progress-percent-bg .progress-percent {
    font-size: 14px;
    color: var(--pbmit-white-color);
    font-family: Quicksand, sans-serif;
}

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

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

.accordion-item {
    border: none;
    background-color: #F1F1F1;
    color: var(--pbmit-blackish-color);
    font-size: 18px;
    border-radius: 0px !important;
    margin-bottom: 30px;
}

.accordion-button {
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 22px 30px 22px 30px;
    background: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--pbmit-heading-color);
}

.accordion-button::after {
    color: var(--pbmit-blackish-color);
    background-image: none;
    content: '\e818';
    width: 0;
    height: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    transition: none;
    font-family: 'pbminfotech-base-icons';
}

.accordion-button:not(.collapsed)::after {
    font-size: 14px;
    content: '\e826';
    font-family: 'pbminfotech-base-icons';
    color: var(--pbmit-white-color);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #d4d4d4;
}

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

.accordion-body {
    color: #888888;
    font-weight: 400;
    font-size: 16px;
    padding: 0px;
}

.accordion-button.collapsed {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

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

.accordion-collapse {
    padding: 30px 30px 10px 30px;
    background-color: #fff;
}

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

.accordion .accordion-item.active .accordion-button {
    color: var(--pbmit-white-color);
}

.accordion .accordion-item.active .accordion-button::after {
    content: '\e826';
    font-size: 16px;
    color: #fff;
}

/*----------------------------------------*/
/*  15 - Tab
/*----------------------------------------*/
.pbmit-tab-style-1 {
    margin-top: 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 320px 3fr;
}

.pbmit-tab-style-1 .nav.nav-tabs {
    display: block;
    border: none;
}

.pbmit-tab-style-1 .nav-item a.active {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
    border-radius: 0;
}

.pbmit-tab-style-1 .nav-item a {
    position: relative;
    padding: 22px 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid rgba(35, 35, 35, .10);
    margin: 0px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pbmit-tab-style-1 .nav-item:last-child a {
    border-bottom: none;
}

.pbmit-tab-style-1 .nav-item a.active span {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.pbmit-tab-style-1 .nav-item a span {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    border-radius: 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 17px;
    font-size: 15px;
}

.content-wrapper {
    padding-left: 18px;
}

.content-wrapper h3 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
}

.content-wrapper ul {
    margin: 30px 0 0 0;
}

.content-wrapper ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: left;
    color: var(--pbmit-secondary-color)
}

.content-wrapper ul li::after {
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    font-weight: 500;
    color: var(--pbmit-global-color);
}

.pbmit-tab-style-1 .nav-link {
    padding: 0;
    border: none;
    color: var(--pbmit-blackish-color);
    font-weight: 500;
}

.pbmit-tab-style-1 .nav-tabs .nav-item.active .nav-link {
    color: var(--pbmit-white-color);
    padding: 0;
    margin: 0;
}

.tab-content {
    margin: 0;
    padding-left: 40px;
}

/*----------------------------------------*/
/*  16 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center
}

.db-fidbox-style-2 .db-circle-w {
    position: relative;
    text-align: center
}

.db-fidbox-style-2 .db-fid-title {
    text-align: center;
    color: var(--pbmit-white-color);
    font-size: 14px;
    font-weight: 600;
    margin-top: 0
}

.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number {
    font-size: 20px;
    color: var(--pbmit-white-color);
    font-weight: bold
}

.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0
}

.db-fidbox-style-1 .db-fid-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0
}

.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block
}

.db-fidbox-style-1 .db-fid-title-w {
    width: 43%;
    margin-left: 12px
}

.db-fidbox-style-1 .db-circle-w {
    width: 122px;
    position: relative;
    vertical-align: top
}

.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px;
    font-weight: bold
}

.db-fidbox-style-1 .db-circle-number sub {
    bottom: 0
}

.db-fidbox-style-1 .db-fid-title-w {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}

.db-fidbox-style-1 .db-fid-title-w h3 {
    margin-bottom: 0
}

.db-circle canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.db-circle canvas {
    max-width: 100%;
    height: auto !important
}

.db-overlap-row {
    position: relative;
    z-index: 1
}

.db-overlap-row-section {
    position: relative;
    z-index: 2
}

/*----------------------------------------*/
/*  17 - Static-box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-element-static_box-style-1 .pbmit-staticbox-ele,
.pbmit-element-static-box-style-1 .pbmit-staticbox-ele {
    margin-bottom: 30px;
}

.pbmit-element-static-box-style-1 .pbmit-static-box-inner,
.pbmit-element-static_box-style-1 .pbmit-static-box-inner {
    padding: 35px 30px;
    margin-left: -30px;
    height: 100%;
    text-align: left;
    background-color: #f7f9fa;
    position: relative;
}

.pbmit-element-static-box-style-1 .pbminfotech-box-title h4,
.pbmit-element-static_box-style-1 .pbminfotech-box-title h4 {
    font-size: 24px;
    line-height: 34px;
}

.pbmit-element-static-box-style-1 a.pbmit-more-bt,
.pbmit-element-static_box-style-1 a.pbmit-more-bt {
    background-color: #86bb46;
    color: #fff;
    display: block;
    padding: 10px 15px;
    margin: 0 -30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.pbmit-element-static_box-style-1 a.pbmit-more-bt:hover {
    background-color: #2c2c2c;
}

/** Style 3 **/
.pbmit-static-box-style-3 {
    text-align: center;
}

.pbmit-static-box-style-3 .pbminfotech-box-title h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.pbmit-static-box-style-3 img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 0 auto 30px;
    padding: 5px;
    border: 2px dashed #e6e6e6;
}

.pbmit-static-box-style-3 .pbminfotech-static-box-desc {
    margin-top: 0px;
    padding: 10px 20px;
}

.pbmit-static-box-style-3 .pbmit-img-wrapper {
    position: relative;
}

.pbmit-static-box-style-3 .pbmit-img-wrapper:before,
.pbmit-static-box-style-3 .pbmit-img-wrapper:before {
    content: counter(pbmitbox1, decimal-leading-zero) " ";
    counter-increment: pbmitbox1;
    color: #fff;
    background-color: var(--pbmit-global-color);
    height: 48px;
    width: 48px;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 500;
    top: 25px;
    right: 25px;
    z-index: 99;
}

/*----------------------------------------*/
/*  18 - List Gourp
/*----------------------------------------*/
.list-group-borderless .list-group-item {
    border: none;
    color: #888888;
    padding: 0;
    padding-bottom: calc(15px / 2);
    background-color: transparent !important;
    border: none;
    font-family: Roboto, sans-serif;
    font-size: inherit;
    font-weight: 400;
    display: flex;
    align-items: center;
}

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

ul.list-group {
    margin-bottom: 1.75em;
}

li.list-group-item {
    background-color: transparent;
    border: none;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px;
}

ul.list-group .list-group-item:hover {
    color: var(--pbmit-global-color) !important;
}

ul.list-group .list-group-item i {
    padding-right: 10px;
    color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  19 - Pricing-table
/*----------------------------------------*/
/** Style 1 **/
.pbmit-pricing-table-style-1 .pbminfotech-ptable-icon,
.pbmit-pricing-table-style-1 .pbminfotech-ptable-heading {
    text-align: center;
}

.pbmit-pricing-table-style-1 .pbminfotech-ptable-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 35px;
}

.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading {
    color: #fff;
}

.pbmit-pricing-table-style-1 .pbmit-sbox-icon-wrapper {
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 30px;
}

.pbmit-pricing-table-style-1 .pbminfotech-ptable-price-w {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.pbmit-pricing-table-style-1 .pbminfotech-ptable-price-w,
.pbmit-pricing-table-style-1 .pbmit-ptable-line {
    color: #484746;
}

.pbmit-pricing-table-style-1 .pbminfotech-ptable-price-w .pbminfotech-ptable-symbol {
    font-family: asap, sans-serif;
    font-size: 30px;
    color: #222;
    line-height: 35px;
    vertical-align: top;
    margin-top: 10px;
}

.pbmit-pricing-table-style-1 .pbminfotech-ptable-price-w * {
    display: inline-block;
    vertical-align: bottom;
}

.pbmit-pricing-table-style-1 .pbminfotech-ptable-price-w .pbminfotech-ptable-cur-symbol-after {
    color: #000;
}

.pbmit-pricing-table-style-1 .pbminfotech-ptable-price {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
}

.pbmit-pricing-table-style-1 .pbmit-ptable-lines-w {
    padding: 30px 40px;
}

.pbmit-pricing-table-style-1 .pbmit-ptable-line {
    margin: 12px 0;
}

.pbmit-pricing-table-style-1 .vc_btn3-container.vc_btn3-inline {
    text-align: center;
    display: block;
}

.pbmit-pricing-table-style-1 .pbmit-ptablebox-main-icon {
    display: block;
    text-align: center;
}

.pbmit-pricing-table-style-1 .pbmit-ptablebox-main-icon i {
    width: 95px;
    height: 90px;
    line-height: 90px;
    font-size: 45px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
}

.pbmit-pricing-table-style-1 .pbmit-ptable-line i {
    margin-right: 5px;
}

.pbmit-pricing-table-style-1 .pbmit-pricing-table-box .pbminfotech-ptable-price-w .pbminfotech-ptable-frequency:before {
    content: "/";
    margin: 0 2px;
}

.pbmit-pricing-table-style-1 .pbmit-pricing-table-box {
    padding-bottom: 30px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.pbmit-pricing-table-style-1 .pbmit-pricing-table-box .pbminfotech-ptable-price-w {
    font-family: Asap, sans-serif;
}

.pbmit-pricing-table-style-1 .pbmit-ptable-btn a,
.pbmit-pricing-table-style-1 .vc_btn3.vc_btn3-size-md {
    font-size: 13px;
    padding: 10px 23px;
    border-radius: 0;
}

.pbmit-pricing-table-style-1 .pbmit-ptable-btn a,
.pbmit-pricing-table-style-1 .vc_btn3.vc_btn3-size-md {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
    background: transparent !important;
    border: 2px solid #000;
    display: inline-block;
}

.pbmit-pricing-table-style-1 .vc_btn3-container {
    margin-bottom: 10px;
}

.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
    color: #fff;
    background: #222222;
}

.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price-w .pbminfotech-ptable-symbol,
.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price-w,
.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line,
.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price {
    color: #fff;
}

.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbmit-ptablebox-main-icon i {
    background: #fff !important;
}

.pbmit-pricing-table-style-1 .pbmit-ptable-btn a,
.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbmit-ptablebox-main-icon i,
.pbmit-pricing-table-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple),
.pbmit-pricing-table-style-1 .pbmit-ptable-line i {
    color: var(--pbmit-global-color);
}

.pbmit-pricing-table-style-1 .pbmit-ptablebox-main-icon i {
    background-color: var(--pbmit-global-color);
}

.pbmit-pricing-table-style-1 .pbmit-ptable-btn a,
.pbmit-pricing-table-style-1 .vc_btn3.vc_btn3-size-md {
    border-color: var(--pbmit-global-color);
}

.pbmit-pricing-table-style-1 .vc_btn3.vc_btn3-size-md:hover,
.pbmit-pricing-table-style-1 .pbmit-ptable-btn a:hover {
    border-color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-blackish-color) !important;
}

.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .vc_btn3.vc_btn3-size-md:hover,
.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a:hover {
    border-color: var(--pbmit-white-color);
    background-color: var(--pbmit-white-color) !important;
}

.pbmit-pricing-table-style-1 .pbminfotech-ptables-w.wpb_content_element .col-md-4 .pbmit-pricing-table-box .vc_btn3-container > a {
    text-decoration: none !important;
}

/*----------------------------------------*/
/*  20 - Portfolio-Cursor Hover
/*----------------------------------------*/
#pbmit-cursor {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.05s;
    pointer-events: none;
}

#pbmit-cursor.active .pbmit-tooltip-content {
    transform: scale(1);
    opacity: 1;
}

#pbmit-cursor .pbmit-tooltip-content {
    padding: 20px 10px 0px;
    z-index: 1;
    transform-origin: left top;
    transform: scale(0);
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
}

#pbmit-cursor .pbmit-tooltip-content .pbmit-port-cat {
    background-color: var(--pbmit-global-color);
    padding: 3px 20px;
    display: inline-block;
}

#pbmit-cursor .pbmit-tooltip-content .pbmit-port-cat a {
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
}

#pbmit-cursor .pbmit-tooltip-content .pbmit-portfolio-title {
    color: #232323;
    padding: 5px 20px;
    background: var(--pbmit-white-color);
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

/*----------------------------------------*/
/*  21 - Revolution
/*----------------------------------------*/
/* Slider 1*/
.rs-layer span {
    font-weight: 700;
    line-height: 50px;
    font-size: 48px
}

#rev_slider_1_1_wrapper .hebe.tp-bullets:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}

#rev_slider_1_1_wrapper .hebe .tp-bullet {
    width: 3px;
    height: 3px;
    position: absolute;
    background: #ffffff;
    cursor: pointer;
    border: 5px solid #000000;
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
    transition: all 0.3s
}

#rev_slider_1_1_wrapper .hebe .tp-bullet.rs-touchhover,
#rev_slider_1_1_wrapper .hebe .tp-bullet.selected {
    background: #000000;
    border-color: #ffffff
}

#rev_slider_1_1_wrapper .hebe .tp-bullet-image {
    position: absolute;
    width: 70px;
    height: 70px;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    bottom: 3px;
    transition: all 0.3s;
    -webkit-transform-style: flat;
    transform-style: flat;
    perspective: 600;
    -webkit-perspective: 600;
    transform: scale(0) translateX(-50%) translateY(0%);
    -webkit-transform: scale(0) translateX(-50%) translateY(0%);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    margin-bottom: 15px;
    border-radius: 6px
}

#rev_slider_1_1_wrapper .hebe .tp-bullet.rs-touchhover .tp-bullet-image {
    display: block;
    opacity: 1;
    transform: scale(1) translateX(-50%) translateY(0%);
    -webkit-transform: scale(1) translateX(-50%) translateY(0%);
    visibility: visible
}

#rev_slider_1_1_wrapper .hebe.nav-dir-vertical .tp-bullet-image {
    bottom: auto;
    margin-right: 15px;
    margin-bottom: 0px;
    right: 3px;
    transform: scale(0) translateX(0px) translateY(-50%);
    -webkit-transform: scale(0) translateX(0px) translateY(-50%);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%
}

#rev_slider_1_1_wrapper .hebe.nav-dir-vertical .tp-bullet.rs-touchhover .tp-bullet-image {
    transform: scale(1) translateX(0px) translateY(-50%);
    -webkit-transform: scale(1) translateX(0px) translateY(-50%)
}

#rev_slider_1_1_wrapper .hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image {
    bottom: auto;
    margin-left: 15px;
    margin-bottom: 0px;
    left: 3px;
    transform: scale(0) translateX(0px) translateY(-50%);
    -webkit-transform: scale(0) translateX(0px) translateY(-50%);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%
}

#rev_slider_1_1_wrapper .hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet.rs-touchhover .tp-bullet-image {
    transform: scale(1) translateX(0px) translateY(-50%);
    -webkit-transform: scale(1) translateX(0px) translateY(-50%)
}

#rev_slider_1_1_wrapper .hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet-image {
    bottom: auto;
    top: 3px;
    transform: scale(0) translateX(-50%) translateY(0%);
    -webkit-transform: scale(0) translateX(-50%) translateY(0%);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    margin-top: 15px;
    margin-bottom: 0px
}

#rev_slider_1_1_wrapper .hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet.rs-touchhover .tp-bullet-image {
    transform: scale(1) translateX(-50%) translateY(0%);
    -webkit-transform: scale(1) translateX(-50%) translateY(0%)
}

/* Slider 2*/
.rs-layer span {
    font-weight: 700;
    line-height: 50px;
    font-size: 48px
}

#rev_slider_2_1_wrapper .hebe.tp-bullets:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}

#rev_slider_2_1_wrapper .hebe .tp-bullet {
    width: 3px;
    height: 3px;
    position: absolute;
    background: #ffffff;
    cursor: pointer;
    border: 5px solid #000000;
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
    transition: all 0.3s
}

#rev_slider_2_1_wrapper .hebe .tp-bullet.rs-touchhover,
#rev_slider_2_1_wrapper .hebe .tp-bullet.selected {
    background: #000000;
    border-color: #ffffff
}

#rev_slider_2_1_wrapper .hebe .tp-bullet-image {
    position: absolute;
    width: 70px;
    height: 70px;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    bottom: 3px;
    transition: all 0.3s;
    -webkit-transform-style: flat;
    transform-style: flat;
    perspective: 600;
    -webkit-perspective: 600;
    transform: scale(0) translateX(-50%) translateY(0%);
    -webkit-transform: scale(0) translateX(-50%) translateY(0%);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    margin-bottom: 15px;
    border-radius: 6px
}

#rev_slider_2_1_wrapper .hebe .tp-bullet.rs-touchhover .tp-bullet-image {
    display: block;
    opacity: 1;
    transform: scale(1) translateX(-50%) translateY(0%);
    -webkit-transform: scale(1) translateX(-50%) translateY(0%);
    visibility: visible
}

#rev_slider_2_1_wrapper .hebe.nav-dir-vertical .tp-bullet-image {
    bottom: auto;
    margin-right: 15px;
    margin-bottom: 0px;
    right: 3px;
    transform: scale(0) translateX(0px) translateY(-50%);
    -webkit-transform: scale(0) translateX(0px) translateY(-50%);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%
}

#rev_slider_2_1_wrapper .hebe.nav-dir-vertical .tp-bullet.rs-touchhover .tp-bullet-image {
    transform: scale(1) translateX(0px) translateY(-50%);
    -webkit-transform: scale(1) translateX(0px) translateY(-50%)
}

#rev_slider_2_1_wrapper .hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image {
    bottom: auto;
    margin-left: 15px;
    margin-bottom: 0px;
    left: 3px;
    transform: scale(0) translateX(0px) translateY(-50%);
    -webkit-transform: scale(0) translateX(0px) translateY(-50%);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%
}

#rev_slider_2_1_wrapper .hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet.rs-touchhover .tp-bullet-image {
    transform: scale(1) translateX(0px) translateY(-50%);
    -webkit-transform: scale(1) translateX(0px) translateY(-50%)
}

#rev_slider_2_1_wrapper .hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet-image {
    bottom: auto;
    top: 3px;
    transform: scale(0) translateX(-50%) translateY(0%);
    -webkit-transform: scale(0) translateX(-50%) translateY(0%);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    margin-top: 15px;
    margin-bottom: 0px
}

#rev_slider_2_1_wrapper .hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet.rs-touchhover .tp-bullet-image {
    transform: scale(1) translateX(-50%) translateY(0%);
    -webkit-transform: scale(1) translateX(-50%) translateY(0%)
}

/* Slider 3*/
.rs-layer span {
    font-weight: 700;
    line-height: 65px;
    font-size: 60px
}

#rev_slider_3_1_wrapper .custom.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

#rev_slider_3_1_wrapper .custom.tparrows.rs-touchhover {
    background: #000
}

#rev_slider_3_1_wrapper .custom.tparrows:before {
    font-family: 'pbminfotech-base-icons';
    font-size: 28px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

#rev_slider_3_1_wrapper .custom.tparrows.tp-leftarrow:before {
    content: '\e81e';
}

#rev_slider_3_1_wrapper .custom.tparrows.tp-rightarrow:before {
    content: '\e814';
}

/* Slider 4*/
.rs-layer span {
    font-weight: 700;
    line-height: 50px;
    font-size: 48px
}

#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;
    position: relative;
}

#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';
    font-size: 22px;
    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 .tparrows.tp-leftarrow:before {
    content: '\e81e';
}

#rev_slider_4_1_wrapper .tparrows.tp-rightarrow:before {
    content: '\e814';
}

/* Slider 5*/
.rs-layer span {
    font-weight: 700;
    line-height: 50px;
    font-size: 48px
}

#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)
}

#rev_slider_5_1_wrapper .hebe.tp-bullets:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}

#rev_slider_5_1_wrapper .hebe .tp-bullet {
    width: 3px;
    height: 3px;
    position: absolute;
    background: #ffffff;
    cursor: pointer;
    border: 5px solid #000000;
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
    transition: all 0.3s
}

#rev_slider_5_1_wrapper .hebe .tp-bullet.rs-touchhover,
#rev_slider_5_1_wrapper .hebe .tp-bullet.selected {
    background: #000000;
    border-color: #ffffff
}

#rev_slider_5_1_wrapper .hebe .tp-bullet-image {
    position: absolute;
    width: 70px;
    height: 70px;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    bottom: 3px;
    transition: all 0.3s;
    -webkit-transform-style: flat;
    transform-style: flat;
    perspective: 600;
    -webkit-perspective: 600;
    transform: scale(0) translateX(-50%) translateY(0%);
    -webkit-transform: scale(0) translateX(-50%) translateY(0%);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    margin-bottom: 15px;
    border-radius: 6px
}

#rev_slider_5_1_wrapper .hebe .tp-bullet.rs-touchhover .tp-bullet-image {
    display: block;
    opacity: 1;
    transform: scale(1) translateX(-50%) translateY(0%);
    -webkit-transform: scale(1) translateX(-50%) translateY(0%);
    visibility: visible
}

#rev_slider_5_1_wrapper .hebe.nav-dir-vertical .tp-bullet-image {
    bottom: auto;
    margin-right: 15px;
    margin-bottom: 0px;
    right: 3px;
    transform: scale(0) translateX(0px) translateY(-50%);
    -webkit-transform: scale(0) translateX(0px) translateY(-50%);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%
}

#rev_slider_5_1_wrapper .hebe.nav-dir-vertical .tp-bullet.rs-touchhover .tp-bullet-image {
    transform: scale(1) translateX(0px) translateY(-50%);
    -webkit-transform: scale(1) translateX(0px) translateY(-50%)
}

#rev_slider_5_1_wrapper .hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image {
    bottom: auto;
    margin-left: 15px;
    margin-bottom: 0px;
    left: 3px;
    transform: scale(0) translateX(0px) translateY(-50%);
    -webkit-transform: scale(0) translateX(0px) translateY(-50%);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%
}

#rev_slider_5_1_wrapper .hebe.nav-dir-vertical.nav-pos-hor-left .tp-bullet.rs-touchhover .tp-bullet-image {
    transform: scale(1) translateX(0px) translateY(-50%);
    -webkit-transform: scale(1) translateX(0px) translateY(-50%)
}

#rev_slider_5_1_wrapper .hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet-image {
    bottom: auto;
    top: 3px;
    transform: scale(0) translateX(-50%) translateY(0%);
    -webkit-transform: scale(0) translateX(-50%) translateY(0%);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    margin-top: 15px;
    margin-bottom: 0px
}

#rev_slider_5_1_wrapper .hebe.nav-pos-ver-top.nav-dir-horizontal .tp-bullet.rs-touchhover .tp-bullet-image {
    transform: scale(1) translateX(-50%) translateY(0%);
    -webkit-transform: scale(1) translateX(-50%) translateY(0%)
}

#rev_slider_5_1_wrapper .metis.tparrows:before {
    font-family: 'pbminfotech-base-icons';
    font-size: 22px;
    color: #000000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_5_1_wrapper .tparrows.tp-leftarrow:before {
    content: '\e81e';
}

#rev_slider_5_1_wrapper .tparrows.tp-rightarrow:before {
    content: '\e814';
}

/* Slider 8*/
.rs-layer span {
    font-weight: 700;
    line-height: 50px;
    font-size: 48px
}



/*----------------------------------------*/
/* 00 - General
/*----------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
}

p {
    margin: 0 0 25px;
}

img {
    border-radius: var(--bs-border-radius) !important;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, select, textarea {
    max-width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.form-select {
    padding: 15px 15px;
    font-size: 15px;
    color: #848484;
    border: 1px solid #eeeeee;
    border-radius: 0;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
}

.form-select:focus {
    border-color: #1bbde4;
    outline: 0;
    box-shadow: none;
}

.pbmit-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

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

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);
}

h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0px;
}

h3 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0px;
}

h4 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0px;
}

h5 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--pbmit-link-color-normal);
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

a:focus, a:hover {
    color: var(--pbmit-link-color-hover);
    text-decoration: none !important;
}

a.link-btn, .link-btn a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

a.link-btn i, .link-btn a i {
    padding-left: 10px;
}

.pbmit-btn-lg {
    padding: 14px 60px !important;
    font-size: 15px;
    border-radius: 32px;
}

.pbmit-btn {
    display: inline-block;
    text-decoration: 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: 0.5px;
    padding: 13px 42px;
    text-transform: uppercase;
    background-color: var(--pbmit-global-color);
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow-global);
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    transition: all .25s ease-in-out;
}

.pbmit-btn:hover, .pbmit-btn:focus {
    color: #ffffff;
    background-color: var(--pbmit-blackish-color);
    box-shadow: var(--box-shadow-blackish);
    outline: none;
}

.pbmit-btn-outline {
    font-size: 14px;
    background-color: transparent;
    color: var(--pbmit-blackish-color);
    border: 2px solid #d5d5d5;
}

.pbmit-btn-outline:hover, .pbmit-btn-outline:focus {
    background-color: var(--pbmit-global-color);
    border: 2px solid var(--pbmit-global-color);
    color: #fff;
}

.pbmit-btn-outline-global {
    color: var(--pbmit-white-color);
    border: 2px solid var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-btn-outline-global:hover, .pbmit-btn-outline-global:focus {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.pbmit-btn-white {
    background-color: #fff;
    color: var(--pbmit-blackish-color);
}

.pbmit-btn-white:hover {
    background-color: var(--pbmit-blackish-color);
    color: #fff;
}

.pbmit-btn-inline {
    font-weight: 700;
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border: 2px solid #232323;
}

.pbmit-btn-inline:hover, .pbmit-btn-inline:focus {
    color: var(--pbmit-global-color);
    background-color: transparent;
    border-color: var(--pbmit-global-color);
}

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

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

.pbmit-btn-secondary {
    background-color: var(--pbmit-secondary-color);
    color: var(--pbmit-white-color);
}

.pbmit-btn-secondary:hover {
    background-color: var(--pbmit-blackish-color);
    color: #fff;
}

.pbmit-btn-blackish {
    background-color: var(--pbmit-blackish-color);
    box-shadow: var(--box-shadow-blackish);
    color: var(--pbmit-white-color);
}

.pbmit-btn-blackish:hover {
    background-color: var(--pbmit-global-color);
    box-shadow: var(--box-shadow-global);
    color: #fff;
}

/** Divider **/
.sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

/*----------------------------------------*/
/* 02 - Background Color
/*----------------------------------------*/
body .pbmit-bg-color-global {
    background-color: var(--pbmit-global-color);
}

body .pbmit-bg-color-secondary {
    background-color: var(--pbmit-secondary-color);
}

body .pbmit-bg-color-light {
    background-color: var(--pbmit-light-color);
}

body .pbmit-bg-color-blackish {
    background-color: var(--pbmit-blackish-color);
}

body .pbmit-color-global {
    color: var(--pbmit-global-color);
}

body .pbmit-bg-color-white {
    background-color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/* 03 - Background Position & Size
/*----------------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

/*----------------------------------------*/
/* 04 - Helper Class
/*----------------------------------------*/
.section-mdxl {
    padding-top: 80px;
    padding-bottom: 100px;
}

.section-md {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-lg {
    padding-top: 100px;
    padding-bottom: 90px;
}

.section-lgx {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-lgt {
    padding-top: 100px;
}

.section-lgb {
    padding-bottom: 100px;
}

/*----------------------------------------*/
/* 05 - Social icons
/*----------------------------------------*/
.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.social-icons li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 34px;
}

.social-icons li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    background-color: transparent;
    font-size: 16px;
}

/*----------------------------------------*/
/* 06 - Header
/*----------------------------------------*/
.navbar-brand .navbar-brand-item {
    height: 60px;
    display: block;
    width: auto;
}

.site-header {
    position: relative;
}

.site-header .site-branding img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 80px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-navigation ul.navigation > li > a {
    display: block;
    padding: 0px 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    height: 95px;
    line-height: 95px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: var(--pbmit-blackish-color);
}

.site-navigations ul li.active > a {
    color: var(--pbmit-global-color);
}

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

.site-navigation ul.navigation > li > a:hover:after {
    color: var(--pbmit-global-color);
}

.site-navigation ul.navigation a {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 15px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
    min-width: 240px;
    box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%) !important;
    border-bottom: inherit;
    border-top: 4px solid var(--pbmit-global-color);
    position: absolute;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: #f6f6f6;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main-menu .navigation > li > ul > li > ul {
    left: 100%;
    top: 0;
}

.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 999;
}

.main-menu .navigation > li > ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-menu .navigation > li > ul a {
    padding: 15px 30px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    text-transform: capitalize;
}

.main-menu .navigation > li > ul > li a:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}

.main-menu .navigation > li > ul > li:hover a:before {
    background-color: rgba(255, 255, 255, .50);
    width: 10px;
}

.main-menu .navigation > li > ul li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.main-menu .navigation > li > ul li.active a {
    color: var(--pbmit-global-color);
}

.main-menu .navigation > li > ul a:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.main-menu .navigation > li > ul li.active a:hover,
.main-menu .navigation > li > ul a:hover {
    padding-left: 40px;
    color: var(--pbmit-white-color);
}

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

.header-button .pbmit-btn {
    padding: 15px 24px;
}

.header-button .pbmit-btn i {
    font-size: 20px;
}

.site-header .search-btn {
    margin-right: 15px;
    font-size: 17px;
}

.site-header .social-icons li > a {
    height: 50px;
    line-height: 50px;
}

.ipad-view-search {
    display: none;
}

.pbmit-link li {
    margin: 0 10px;
}

/** sticky-header **/
.sticky-header {
    position: fixed !important;
    top: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    padding: 0;
}

.site-header-menu .logo-img.stickylogo, .site-header-menu.sticky-header .logo-img {
    max-height: 55px;
}

.site-header-menu.sticky-header .logo-img.stickylogo {
    display: inline-block;
}

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

/* Pre Header */
.pre-header {
    height: 55px;
    line-height: 55px;
}

.list-unstyled i {
    font-size: 14px;
    color: #666;
}

.closepanel, .pbmit-mobile-menu-bg, .site-header .righticon {
    display: none;
}

/*----------------------------------------*/
/* 07 - Bootstrap Overwrite
/*----------------------------------------*/
.g-lg-4, .gy-lg-4, .g-4, .gy-4 {
    --bs-gutter-y: 2rem;
}

.g-lg-4, .gx-lg-4, .g-4, .gx-4 {
    --bs-gutter-x: 2rem;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * .6);
    padding-left: calc(var(--bs-gutter-x) * .6);
}

/*----------------------------------------*/
/* 08 - Swiper
/*----------------------------------------*/
.swiper-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    border: 2px solid #222;
    border-radius: 50%;
    margin: 0 5px;
    outline: none;
    opacity: 1;
    background: transparent;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 110px;
    left: inherit;
    right: 0px;
    text-align: right;
}

.swiper-slider[data-dots="true"] {
    padding-bottom: 50px;
}

.swiper-pagination-bullet-active {
    border: 2px solid var(--pbmit-global-color);
    background: transparent;
    border-radius: 6px;
    background-color: var(--pbmit-global-color);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: "pbminfotech-base-icons";
    font-size: 20px;
    color: var(--pbmit-blackish-color) !important;
    font-weight: 700;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\e814';
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\e814';
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    transform: rotate(180deg);
    position: absolute;
    left: 60px;
}

.swiper-slider.home-case-studies {
    overflow: visible;
}

.home-case-studies .swiper-buttons {
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding: 0 15px;
    text-align: right;
}

.home-case-studies .swiper-button-prev {
    left: initial;
    right: 75px;
}

.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto !important;
}

.swiper-slider.marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*----------------------------------------*/
/* 09 - Scroll To Top
/*----------------------------------------*/
body .scroll-to-top {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    background-color: var(--pbmit-global-color);
    text-align: center;
    border: 3px solid #eeeeee;
    color: #fff;
    border-radius: 50%;
}

body .scroll-to-top.show {
    opacity: 1;
}

body .scroll-to-top:hover {
    color: #fff !important;
    background-color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-search-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

.pbmit-icon-close {
    position: absolute;
    color: #fff;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.pbmit-icon-close:before {
    content: '\e813';
    font-family: "pbminfotech-base-icons";
    font-size: 30px;
    font-weight: normal;
    opacity: .5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    opacity: 1;
}

.pbmit-search-outer {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pbmit-search-outer .pbmit-search-logo {
    margin-bottom: 60px;
    position: absolute;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-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-search-outer .pbmit-search-logo img {
    max-height: 65px;
}

.pbmit-search-overlay .pbmit-site-searchform {
    position: relative;
}

.pbmit-search-overlay input[type="search"] {
    border-bottom-color: #7fc540;
}

.pbmit-search-overlay input[type="search"] {
    border: none;
    font-size: 28px;
    color: #09162a;
    padding: 0;
    padding-left: 16px;
    text-align: left;
    height: 70px;
    line-height: 70px;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 3px solid #fff;
}

.pbmit-search-overlay .pbmit-site-searchform button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: transparent;
}

.pbmit-search-overlay.st-show {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.pbmit-right-box.mobile {
    display: none;
}

@media only screen and (max-width: 1705px) and (min-width: 991px) {
    .pbmit-right-box.desktop .nav-appointment-btn {
        display: none;
    }
}

@media (max-width: 991px) {
    .pbmit-right-box.desktop .nav-contact-btn {
        width: 200px;
        margin-left: 30px;
        display: block !important;
    }

    .pbmit-right-box.mobile {
        display: block;
    }

    .pbmit-right-box.mobile {
        display: block;
    }

    .pbmit-right-box.mobile .pbmit-header-appointment-btn,
    .pbmit-right-box.mobile .nav-appointment-btn,
    .pbmit-right-box.mobile .nav-contact-btn {
        display: block;
        width: 100%;
    }

    .pbmit-right-box.mobile a {
        width: 100%;
    }

    .pbmit-right-box.mobile .nav-contact-btn {
        padding: 30px;
    }
}

@media (max-width: 690px) {
    .pbmit-right-box.desktop .nav-contact-btn {
        display: none !important;
    }
}

@media only screen and (max-width: 1550px) {
    .header-style-8 .pbmit-right-box.desktop .pbmit-header-button2 a {
        padding: 0 15px 0 45px;
    }
}

@media (max-width: 1450px) {
    .header-style-8 .pbmit-right-box.desktop .pbmit-header-button2-text {
        font-size: 15px;
    }

    .header-style-8 .pbmit-header-appointment-btn {
        padding: 0 15px !important;
    }

    .header-style-8 .site-header-menu {
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 470px) {
    .pbmit-right-box.desktop .pbmit-header-appointment-btn {
        display: none !important;
    }
}


/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
.ml-auto, .mx-auto {
    margin-left: auto !important;
}

/** Homepage 01 **/
.our-team-section .pbmit-team-style-2 {
    margin-bottom: 30px;
}

.service-section .pbmit-service-ele {
    margin-bottom: 15px;
}

.about-section-one {
    z-index: 1;
    position: relative;
    margin-top: -50px;
    border-radius: 2px;
    background-color: var(--pbmit-white-color);
    border-bottom: 3px solid var(--pbmit-global-color);
    box-shadow: 0 0 40px 0 rgb(183 196 226 / 15%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 30px 40px 20px 50px;
}

.our-story-section-one {
    padding: 0 90px 0 0;
}

.our-story-section-img-one {
    padding: 0 0 0 54px;
    position: relative;
}

.project-section-one {
    position: relative;
    overflow: hidden;
}

.project-img-section-one {
    position: relative;
    height: 100%;
    padding: 300px 0px 250px 75px;
}

.project-img-section-one::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 165%;
    top: 0;
    left: 0;
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-1/bg-new-1.jpg);
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: auto;
    margin-left: -351.5px;
}

.project-img-section-one .pbmin-lightbox-video {
    position: relative;
    font-size: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-global-color);
}

.project-img-section-one .pbmin-lightbox-video::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .45);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .45);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .45);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.project-img-section-one .pbmin-lightbox-video::after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .45);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .45);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .45);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

.project-progress-section-one {
    padding: 90px 15px 80px 74px;
}

.appointment-one {
    padding: 50px 0;
}

.appointment-one .heading-title {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.testimonial-one {
    position: relative;
}

.testimonial-one_img {
    position: relative;
    margin: 0px 64px 0px 0px;
    --e-column-margin-right: 64px;
    --e-column-margin-left: 0px;
    padding: 0px 50px 1px 0px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.testimonial-one_img .testimonial-one_img_content a {
    font-size: 20px;
    font-weight: 600;
    border: none;
    box-shadow: inherit;
    text-transform: inherit;
    color: #232323;
    letter-spacing: 0;
    padding-top: 12px;
    padding-bottom: 0;
    display: block;
    text-align: left;
    margin: 5px 0px 20px 15px;
}

.testimonial-one_img .button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-one_img .testimonial-one_img_content i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-weight: 900;
    right: 0 !important;
    background-color: var(--pbmit-global-color);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.testimonial-one_img .pbminfotech-ele-fid-style-3 {
    margin-left: -28px;
}

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

.testimonial-one .swiper-pagination-bullet-active {
    background: var(--pbmit-global-color);
    border-color: transparent;
}

.testimonial-one_content {
    padding: 40px 30px 0px 15px;
    margin-left: -46px;
}

.counter-section-one {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-1/bg-pattern.jpg);
}

.counter-section-one .pbmit-btn {
    margin-top: 20px;
}

.counter-section-one .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 0;
}

.counter-section-one .counter-content {
    margin-bottom: 60px;
}

.counter-section-one .counter-content-inner h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

.pbmit-client-style-1 {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-1/bg-pattern.jpg);
    border-top: 1px solid #e5e5e5;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 60px 0 50px;
}

.pbminfotech-hide, .pbmit-hide {
    display: none;
}

.col-md-20percent {
    flex: 0 0 20%;
    max-width: 20%;
}

/** Homepage 02 **/
.about-img-section {
    position: relative;
    margin-bottom: 90px;
}

.about-img-section::before {
    position: absolute;
    height: calc(100% + 100px);
    width: 1000%;
    top: 0;
    right: 0;
    content: "";
    display: block;
    z-index: 1;
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-2/pattern-02.jpg);
    background-color: transparent;
    background-position: 100% 0%;
    background-repeat: repeat-y;
    background-size: auto;
}

.about-img-section-inner {
    z-index: 1;
    position: relative;
}

.about-img-section-inner img {
    box-shadow: 0px 30px 50px 0px rgb(0 0 0 / 5%);
}

.about-img-top {
    padding-right: 60px;
}

.about-img-bottom {
    margin-top: -382px;
    margin-left: 212px;
}

.about-section-two {
    padding: 120px 30px 90px 50px;
}

.button-wrapper a {
    display: inline-block;
    padding: 13px 42px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.button-wrapper a:hover {
    background-color: var(--pbmit-blackish-color);
}

.button-icon {
    margin-left: 50px;
    font-size: 12px;
}

.testimonial-section-bg-two {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-2/bg-05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 90px 0px;
}

.project-section-two {
    padding-top: 100px;
}

.project-section-two .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

.counter-img_three {
    text-align: right;
    margin-top: -10px;
}

.fid-style {
    padding-right: 30px;
}

.fid-contents {
    margin-top: 20px;
    padding-top: 15px;
    color: #888888;
    border-top: 1px solid #CDCDCD;
}

.testimonial-section-bg-two .swiper-horizontal > .swiper-pagination-bullets {
    right: 50px;
}

/** Homepage 03 **/
.counter-three {
    padding: 0px 46px 0px 15px;
}

.team-three_bg {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-3/pattern-right.jpg);
    background-color: transparent;
    background-position: top right;
    background-repeat: repeat-y;
    background-size: auto;
    padding: 90px 0px 110px 0px;
    overflow: hidden;
}

.team-three_left {
    padding-top: 50px;
    padding-right: 30px;
}

.team-three_bg .pbmit-team-style-1 {
    padding-bottom: 100px;
}

.team3-arrow {
    position: relative;
}

.swiper-btn-circle .swiper-button-prev, .swiper-btn-circle .swiper-button-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
    margin-top: 0px;
    z-index: 2;
}

.swiper-btn-circle .swiper-button-prev:hover, .swiper-btn-circle .swiper-button-next:hover {
    border-color: var(--pbmit-global-color);
}

.swiper-button-next:hover::after, .swiper-button-prev:hover:after {
    color: var(--pbmit-global-color) !important;
}

.swiper-btn-circle .swiper-button-prev {
    margin-right: 10px;
}

.swiper-button-next.swiper-button-next-1, .swiper-button-next.swiper-button-next-2 {
    right: auto;
    left: 0;
    z-index: 2;
}

.swiper-button-prev-1 {
    right: auto;
    left: 60px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '\e815';
    font-weight: normal;
    font-size: 16px;
    color: #9b9b9b !important;
}

.pricing-table-five .pbmit-heading-desc {
    color: rgba(255, 255, 255, .8);
}

.slider-section-three .Swiperslider_two {
    height: 100%;
    position: absolute;
    top: 0;
    overflow: visible;
}

.Swiperslider_two .swiper-slide::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 1000%;
    background: rgba(255, 255, 255, 0.25);
}

.slider-section-three .swiper-slide-thumb-active .tp-tab-title, .swiper-slide-visible .tp-tab-title {
    background: rgba(134, 187, 70, 1);
    font-family: "Asap", serif;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: flex-end;
    width: 350px;
    height: 100%;
    cursor: pointer;
    padding: 70px 25px 32px;
}

.swiper-slide-visible .tp-tab-title {
    background: rgba(0, 0, 0, 0.45);
}

.slider-section-three .tp-tab-title h3 {
    color: rgb(255, 255, 255);
    font-family: "Asap", serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 13px;
}

.slider-section-three .swiper-slide img {
    max-height: 690px;
    height: 100%;
    object-fit: cover;
}

.slider-section-three .inbox-slider_two {
    position: absolute;
    top: 0;
    right: 0;
    padding: 32px 38px;
    z-index: 12;
    font-family: Asap;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
    background-color: var(--pbmit-white-color);
}

.slider-section-three {
    overflow: hidden;
}

/** Homepage 04 **/
.about-us-four {
    z-index: 1;
    position: relative;
    margin-top: -76px;
}

.our-story-four {
    padding: 80px 0 100px;
    background-color: #f6f6f6;
}

.pbminfotech-ele-fid-style-4.pbminfotech-fid-two {
    margin: 65px 0px 55px 0px;
}

.feature-four {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-4/bg-pattern.jpg);
    background-position: 0px 0px;
    background-repeat: repeat;
}

.feature-four_bg {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-4/bg-01.jpg);
    background-color: transparent;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
    padding: 250px 0;
    height: 100%;
    margin-right: -102px;
    margin-left: -351.5px;
}

.feature-four_single {
    background-color: var(--pbmit-global-color);
    margin: 65px 0px 65px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 50px 50px 50px 50px;
}

.feature-four_single .pbmit-heading-desc {
    color: var(--pbmit-white-color);
}

.static-box-four {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-4/step-counter-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-four_heading_dec {
    padding-top: 40px;
}

/** Homepage 05 **/
.service-five_bg {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-5/trans-pattern.png);
    background-position: center center;
    padding: 100px 0px 250px 0px;
    margin-bottom: -240px;
}

.service-five_bg .text-white {
    color: rgba(255, 255, 255, 0.8) !important;
}

.client-five {
    padding: 40px 0px;
    background-color: var(--pbmit-blackish-color);
}

.client-five .swiper-slider {
    padding-bottom: 0;
}

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

.pbmit-element-client-style-1 img {
    padding: 0 20px;
    opacity: .5;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}

.pbmit-element-client-style-1 img:hover {
    opacity: 1;
}

.our-story-five {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-5/bg-01.jpg);
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

.our-story-five_single {
    background-color: var(--pbmit-global-color);
    padding: 45px 45px 40px 45px;
    border-radius: 4px;
}

.our-story-five .pbmit-heading-desc {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-table-five {
    margin-bottom: -280px;
    padding: 100px 0px 280px 0px;
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-5/trans-pattern.png);
    background-position: center center;
}

/** Homepage 06 **/
.pbmit-text-style-1 .pbmit-title {
    font-size: 76px;
    line-height: 80px;
    color: #0E2F44;
    margin-bottom: 45px;
    font-family: Quicksand, sans-serif;
}

.pbmit-text-style-1 .pbmit-title em {
    font-style: normal;
    color: var(--pbmit-secondary-color);
}

.banner-six_bg {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-6/new-bg-03.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-top: 150px;
}

.banner-six .pbmit-heading-desc {
    color: #0E2F44;
    font-size: 20px;
    line-height: 26px;
    font-family: DM Sans, sans-serif;
}

.banner-lottie {
    margin-top: -300px;
    margin-left: -150px;
}

.about-us-six_btn {
    text-align: center;
    margin-top: 60px;
}

.pbmit-col-stretched-left {
    background-position: top left;
    background-repeat: no-repeat;
    padding: 20px 100px 100px 0px;
}

div#choose-lottie {
    margin-left: 250px;
}

.client-six {
    margin-top: -60px;
}

.choose-six_right {
    padding: 50px 0px 0px 50px;
}

.service-button-text {
    position: relative;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--pbmit-blackish-color);
}

.service-button-text:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--pbmit-blackish-color);
    bottom: -2px;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.service-button-text:hover:after {
    width: 0%;
}

.progress-six_bg {
    position: relative;
    margin-top: 130px;
    margin-bottom: 0px;
    padding: 20px 0px 180px 0px;
    background-color: var(--pbmit-blackish-color);
}

.progress-six_bg::after {
    position: absolute;
    content: '';
    top: -158px;
    left: 0;
    width: 100%;
    height: 160px;
    display: block !important;
    background-repeat: no-repeat;
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-6/pattern-bg-01.png);
}

.progress-six_inner {
    padding: 100px 0px 60px 0px;
}

.progress-six_inner .pbmit-heading-dec-right {
    padding-top: 36px;
}

.progress-six_map {
    background-color: transparent;
    margin-right: -351.5px;
    width: 951.5px;
}

.progress-six_single {
    padding: 35px 30px 0px 0px;
}

.counter-six_bg_color {
    z-index: 0;
    position: relative;
    margin: -100px 15px 0px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 60px 35px 60px 35px;
    border-radius: 12px;
    background-color: var(--pbmit-secondary-color);
}

.testimonial-six_single {
    padding: 40px 0px;
}

.testimonial-six_content {
    padding: 130px 0px 50px 55px;
}

#testimonial-lottie {
    margin: -60px -60px 0px -60px;
}

/** Homepage 07 **/
.pbmit-text-style-2 {
    padding-top: 50px;
}

.pbmit-text-style-2 .pbmit-title {
    font-size: 64px;
    line-height: 74px;
}

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

.video-section-seven .pbmin-lightbox-video {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid var(--pbmit-global-color);
}

.video-section-seven i {
    color: var(--pbmit-global-color);
    font-size: 17px;
}

.video-section-seven span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0px;
    word-spacing: 0px;
    padding-left: 15px;
    color: #232323;
    font-family: Hind, sans-serif;
}

.banner-seven_bg {
    margin-top: -207px;
}

.ihbox-seven {
    right: 361.9px;
    position: absolute;
    width: auto;
    bottom: 0px;
}

.progress-seven_img {
    padding-top: 45px;
    z-index: 1;
    position: relative;
}

.progress-seven_bg .pbmit-heading-subheading-style-1 {
    margin-bottom: 26px;
}

.progress-seven_single {
    position: relative;
}

.progress-seven_single::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1000%;
    top: 0;
    display: block;
    margin: 0px 0px 0px -260px;
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-7/col-bg-pattern.png);
}

.progress-seven_bg {
    padding: 90px 40px 100px 100px;
}

.service-section_seven .pbmit-sticky {
    padding: 100px 44px 150px 0;
}

.pbmit-element-service-style-5 {
    padding-top: 160px;
    padding-bottom: 40px;
}

.about-bg-section-seven {
    background-image: url(../themes/solar2enjoy-parent/assets/images/homepage-7/bg-single.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -366.5px;
    padding: 130px 0px 140px 0px;
}

.about-seven_single {
    margin: 0px 70px 0px 60px;
    --e-column-margin-right: 70px;
    --e-column-margin-left: 60px;
    padding: 50px 45px 60px 85px;
    background-color: var(--pbmit-blackish-color);
}

.about-seven_single .pbmit-heading-subheading-style-1 {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .8) !important;
}

.testimonial-seven_heading_desc {
    padding: 10px 0px 0px 91px;
}

.testimonial-Seven.swiper-horizontal > .swiper-pagination-bullets {
    bottom: -7px;
    margin-top: 40px;
    text-align: center;
}

.testimonial-Seven .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 0;
    border: 2px solid #222;
    background-color: var(--pbmit-blackish-color);
}

.testimonial-Seven .swiper-pagination-bullet-active {
    background-color: var(--pbmit-global-color) !important;
    border-color: var(--pbmit-global-color) !important;
}

/** Homepage 08 **/
.pbmit-element-client-style-3 {
    border-bottom: 1px solid #EEEEEE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.pbmit-element-client-style-3 .pbmit-featured-wrapper {
    padding: 50px 20px;
    border-right: 1px solid #eee;
}

.portfolio-single-eight {
    padding-right: 100px;
}

.service-eight_heading-dec {
    margin-top: 50px;
    text-align: center;
    color: var(--pbmit-white-color);
}

.service-eight_heading-dec a {
    text-decoration: underline;
    font-weight: 500;
    color: var(--pbmit-white-color);
}

.service-eight_heading-dec a:hover {
    text-decoration: underline !important;
}

.tab-eight_btn {
    text-align: right;
    padding-top: 20px;
}

.project-eight_bg {
    position: relative;
    padding-bottom: 60px;
}

.project-eight_bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 285px;
    right: 285px;
    height: 100%;
    display: block;
    width: calc(100% - 570px);
    background-color: var(--pbmit-secondary-color);
}

.project-eight_bg .pbmit-subtitle {
    color: var(--pbmit-global-color) !important;
}

.project-eight_bg .pbmit-heading-subheading-style-1 .pbmit-subtitle:before {
    background-color: var(--pbmit-global-color) !important;;
}

.project-eight_bg .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -56px;
    top: inherit;
    text-align: center;
    position: relative;
    z-index: 9;
}

.project-eight_bg .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border: 0;
    border-radius: 0;
    margin: 0 5px;
    outline: none;
    background-color: var(--pbmit-white-color);
}

.project-eight_bg .swiper-pagination-bullet-active {
    background-color: var(--pbmit-global-color)
}

.testimonial-eight {
    padding: 100px 0;
    border-bottom: 1px solid #EEEEEE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.testimonial-eight .pbmit-heading-subheading-style-1 {
    margin-top: -30px;
    margin-bottom: 35px;
}

.testimonial-eight .swiper-horizontal > .swiper-pagination-bullets {
    right: 10px;
    width: inherit;
    top: calc(100% - 204px);
}

.testimonial-eight .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border: 2px solid #222;
    border-radius: 0;
    outline: none;
    opacity: 1;
    display: block;
    margin: 5px 0 !important;
    background-color: var(--pbmit-blackish-color);
}

.testimonial-eight .swiper-pagination-bullet-active {
    border: 2px solid var(--pbmit-global-color);
    background-color: var(--pbmit-global-color);
}

.marquee-style-eight {
    padding: 80px 0px 50px 0px;
}

.pbmit-portfolio-ele .pbmit-tooltip {
    display: none;
}

/*----------------------------------------*/
/*01 - Inner Page
/*----------------------------------------*/
/** 00  About Us 1 **/
.about-us-1-section {
    margin-top: 75px;
    margin-bottom: 50px;
}

.about-us-1-heading-desc {
    padding: 40px 10px 10px 10px;
}

/**  About Us 2 **/
.about-us-2-inbox {
    margin-top: 40px;
}

.about-us-2-section .pbmit-bg-color-light .progress {
    background-color: #fff;
}

/** 01  our history**/
.our-history .about-img-bottom {
    margin-top: -344px;
}

.our-histoy-left-section {
    padding: 0px 55px 0px 15px;
}

.our-histoy-right-section {
    padding: 0px 15px 0px 55px;
}

.our-history-timeline:last-child {
    margin-top: 60px;
}

/** 02  Team Single **/
.pbmit-team-img {
    margin-right: 20px;
    position: relative;
    margin-left: 30px;
}

.pbmit-team-img::after {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--pbmit-global-color);
}

.pbmit-team-details-inner {
    padding: 0 15px;
}

.pbmit-team-details .pbmit-team-details-inner .pbmit-team-title {
    font-weight: 700;
    margin-bottom: 5px;
}

.pbmit-team-details .pbmit-team-details-inner .pbmit-team-designation {
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    margin-bottom: 35px
}

.pbmit-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 17px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
}

.pbmit-single-team-info li {
    margin-bottom: 15px;
}

.pbmit-single-team-info li label,
.pbmit-portfolio-line-title,
.pbmit-details-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    color: #222;
}

.pbmit-team-details .pbmit-short-description {
    margin-top: 35px;
}

.pbmit-team-details .pbmit-details-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
    margin-top: 10px;
}

.pbmit-team-details .pbmit-social-links.pbmit-team-social-links {
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    margin-top: 30px;
}

.pbmit-team-details .pbmit-team-social-links li {
    margin-right: 20px;
    display: inline-block;
}

.pbmit-team-details .pbmit-team-social-links a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #616161 !important;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.pbmit-team-details .pbmit-team-social-links a:hover {
    background-color: var(--pbmit-global-color);
    color: #fff !important;
    border-color: transparent;
}

.team-details-wrap {
    margin-top: 50px;
}

.team-details-wrap .pbmit-title,
.team-contact .pbmit-title {
    padding-top: 20px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.team-headding-dec {
    padding-right: 18px;
}

.team-contact {
    margin-top: 40px;
}

.team-contact textarea.form-control {
    min-height: 150px;
}

.team-contact .pbmit-btn-hover-secondary {
    padding: 10px 40px;
}

.team-contact .pbmit-btn {
    text-transform: capitalize;
    border-radius: 0;
    background-color: var(--pbmit-blackish-color);
}

.team-contact .pbmit-btn:hover {
    background-color: var(--pbmit-global-color);
}

.section-faq {
    padding: 100px 0px 30px 0px;
}

/** 03 - Service Detail **/
.service-left-col {
    flex: 0 0 34%;
    max-width: 34%;
}

.service-right-col {
    flex: 0 0 66%;
    max-width: 66%;
}

.service-sidebar .post-list:first-child {
    padding-top: 40px;
}

.service-sidebar .post-list {
    padding: 20px 30px;
    padding-top: 0;
    background-color: #f7f9fa;
    padding-bottom: 60px;
}

.service-sidebar .widget .widget-title {
    color: #2c2c2c;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
}

.service-sidebar .widget .widget-title::after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #e8e9ea;
}

.post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-list li {
    border: none;
    padding: 0 !important;
    margin-bottom: 10px;
}

.post-list li a {
    background-color: #fff;
    color: #222;
    padding: 17px 20px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.post-list li a:hover {
    color: var(--pbmit-global-color);
}

.post-list li a:after {
    content: '\e814';
    font-family: "pbminfotech-base-icons";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
}

.service-sidebar .single-service-contact {
    padding: 25px;
    background: #fff;
    position: relative;
    overflow: hidden;
    line-height: 24px;
    color: #222;
}

.widget .download .item-download:first-child {
    background-color: var(--pbmit-global-color);
    margin-bottom: 5px;
    position: relative;
}

.widget .download .item-download a {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.widget .download .item-download .fa {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
}

.widget .download .item-download {
    background-color: #2c2c2c;
    margin-bottom: 5px;
    position: relative;
}

.service-details {
    margin-top: 50px;
}

.service-details h2 {
    margin-bottom: 20px;
}

.service-page-infobox {
    padding-top: 30px;
    margin-bottom: 50px;
}

.service-offer {
    margin-top: 50px;
}

.service-offer .list-group {
    padding-top: 20px;
}

.service-page-infobox .pbmit-ihbox-style-1 {
    border: 1px solid #edf1f3;
    text-align: left;
}

.service-page-infobox .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
    margin: 0 0 30px;
}

/** 04 - Project Detail **/
.Project-Style-1 .pbmit-portfolio-style-1 {
    margin-bottom: 30px;
}

.Project-Style-2 .col-md-4 {
    margin-bottom: 30px;
}

.pbmit-portfolio-style-2 a {
    padding: 0;
}

.portfolio-single .pbmit-portfolio-lines-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
}

.portfolio-single .pbmit-portfolio-lines-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr, 2);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
}

.portfolio-single .pbmit-portfolio-line-li {
    margin-bottom: 0;
    position: relative;
}

.portfolio-single .pbmit-portfolio-line-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    color: #222;
}

.portfolio-single .pbmit-details-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}

.portfolio-single .pbmit-featured-wrapper {
    margin-top: 50px;
}

.portfolio-single .pbmit-entry-content {
    margin-top: 50px;
}

.pbmit-entry-content .heading-title {
    font-size: 32px;
    line-height: 42px;
}

.pbmit-entry-content .list-group {
    padding-top: 20px;
    margin-bottom: 0;
}

.pbmit-entry-content .pbmit-entry-content-bottom {
    margin-top: 60px;
}

.navigation.post-navigation {
    margin-top: 40px;
}

.post-navigation .nav-links {
    margin-top: -1px;
    padding: 41px 0;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
}

.portfolio-single .post-navigation .nav-links .nav-previous,
.portfolio-single .post-navigation .nav-links .nav-next {
    width: unset;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    width: 50%;
}

.post-navigation .nav-links .nav-previous {
    margin-right: auto !important;
}

.portfolio-single .nav-links a {
    display: -ms-flexbox !important;
    display: flex !important;
}

.portfolio-single .nav-links .pbmit-portfolio-nav-icon {
    background-color: #000;
    width: 98px;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 30px;
}

.portfolio-single .nav-links .pbmit-portfolio-nav-icon 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%);
}

.portfolio-single .nav-links .nav-previous .pbmit-portfolio-nav-wrapper {
    margin-left: 2px;
}

.portfolio-single .nav-links a .pbmit-portfolio-nav-wrapper {
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}

.portfolio-single .pbmit-portfolio-nav-wrapper {
    background-color: #ececec;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 350px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.portfolio-single .pbmit-portfolio-nav-head {
    color: #888;
    font-size: 18px;
}

.post-navigation .nav-links .nav-title,
.post-navigation .nav-links .nav-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #797979;
}

.post-navigation .nav-links a:hover .pbmit-portfolio-nav-icon {
    background-color: var(--pbmit-global-color);
}

.portfolio-single .nav-links a:hover .pbmit-portfolio-nav-wrapper {
    background-color: #222;
}

.portfolio-single .nav-links a:hover .pbmit-portfolio-nav-wrapper span {
    color: #fff;
}

/** 05 - Blog Detail**/
.blog-grid .pbmit-blogbox-style-1 {
    margin-bottom: 30px;
}

.blog-right-col {
    flex: 0 0 66%;
    max-width: 66%;
}

.blog-left-col {
    flex: 0 0 34%;
    max-width: 34%;
}

.blog-details .pbmit-featured-wrapper {
    margin-bottom: 30px;
}

/** --- Blog Classic ---**/
.post.blog-classic {
    margin-bottom: 70px;
}

.blog-classic .pbmit-featured-img-wrapper {
    margin-bottom: 30px;
}

.blog-classic .pbmit-blog-classic-inner .pbmit-meta-cat a {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    padding: 5px 10px;
    font-size: 14px;
}

.blog-classic .pbmit-post-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: Asap, sans-serif;
}

.blog-classic .pbmit-blog-meta, .pbmit-blog-meta a {
    color: #616161;
}

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

.blog-classic .pbmit-blog-meta-top > span + span:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 11px 1px 14px;
}

.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
}

.blog-classic .pbmit-entry-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}

.blog-classic .pbmit-blog-classic-inner .pbmit-read-more-link a {
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 600;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-classic .pbmit-blog-classic-inner .pbmit-read-more-link a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.blog-classic .pbmit-blog-classic-inner .pbmit-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-color: var(--pbmit-global-color);
}

.blog-classic .pbmit-blog-classic-inner .pbmit-read-more-link a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.blog-grid {
    padding: 100px 0 20px;
}

.blog-grid .row .col-md-4 {
    margin-bottom: 30px;
}

.blog-left-col .sidebar .media-body a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

/**--- Sidebar Right ---**/
.sidebar .widget:first-child {
    padding-top: 40px;
}

.sidebar .widget {
    padding: 20px 30px;
    padding-top: 0;
    padding-bottom: 60px;
    border-radius: 0px;
    background: #f7f9fa;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget a,
.widget .post-date {
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 600;
}

.search-form input {
    height: 58px;
    line-height: 58px;
}

.widget.widget-search .widget-title {
    color: var(--pbmit-white-color);
}

.widget.widget-search .widget-title::before {
    background-color: var(--pbmit-white-color);
}

.widget .search-form {
    position: relative;
}

.widget .search-form .search-field {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 400;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-white-color);
    border: 2px solid #ececec;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: inherit;
}

.sidebar .widget .search-form a {
    position: absolute;
    right: 0px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 45%;
    height: 60px;
    margin-top: -6px;
    font-size: 20px;
    z-index: 1;
    width: 60px;
    text-align: center;
    color: #dbdbdb;
}

.sidebar .widget-categories ul li {
    margin: 15px 0;
    padding: 0 !important;
    position: relative;
    list-style: none;
    display: block;
}

.sidebar .widget-categories ul li a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
}

.sidebar .widget-categories li span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 28px;
    line-height: 28px;
    background-color: #222;
    color: var(--pbmit-white-color);
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 400;
    top: 10px
}

.sidebar .recent-post-list li {
    padding-bottom: 30px;
    display: flex !important;
    align-items: center;
    width: 100%;
}

.sidebar .recent-post-list li:last-child {
    padding-bottom: 0;
}

.sidebar .recent-post-list .media {
    display: flex;
}

.sidebar .recent-post-list .recent-post-thum {
    width: 75px;
    flex-shrink: 0;
    margin-right: 20px;
}

.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    color: var(--pbmit-global-color);
}

.sidebar .recent-post-list .post-date:hover {
    color: var(--pbmit-global-color);
}

.sidebar .widget .tagcloud a {
    display: inline-block;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    border: 2px solid #222;
    margin: 0 0 10px 0;
}

.sidebar .widget .tagcloud a:hover {
    color: #fff;
    background: var(--pbmit-blackish-color);
}

.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}

.sidebar .widget.widget-flickr a {
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}

.widget.single-service-contact {
    background-image: url(../themes/solar2enjoy-parent/assets/images/coworking/pbmit-ads.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #f0f2f7;
    padding: 45px;
    margin-bottom: 40px;
    border: none;
}

.single-service-contact-inner img {
    border-radius: 50%;
    margin: 0;
}

.single-service-contact-inner ul.pbmit-social-links li {
    display: inline-block;
    margin-top: 10px;
}

.single-service-contact ul.pbmit-social-links li a,
.single-service-contact-inner ul.pbmit-social-links li a {
    font-size: 16px;
    font-weight: 300 !important;
    letter-spacing: 0;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    margin: 0 2px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.single-service-contact ul.pbmit-social-links li a:hover {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.single-service-contact .pbmit-social-li {
    margin-right: 0px;
}

.single-service-contact .pbmit-social-links {
    margin-top: 10px;
}

.blog-details .pbmit-blog-style-2 .pbmit-featured-wrapper:after {
    display: none;
}

.widget .pbmit-download .pbmit-item-download:first-child {
    margin-bottom: 15px;
    margin-left: 0;
}

.widget .pbmit-download .pbmit-item-download a {
    display: block;
    text-align: center;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 22px;
    color: var(--pbmit-blackish-color);
    display: flex;
    align-items: center;
    background-color: var(--pbmit-light-color);
    position: relative;
}

.widget .pbmit-download .pbmit-item-download a:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.widget .pbmit-download .pbmit-item-download a i:first-child {
    margin-right: 10px;
}

.widget .pbmit-download .pbmit-item-download a i {
    font-size: 35px;
    vertical-align: middle;
}

.widget .pbmit-download .pbmit-item-download:last-child a {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.widget .pbmit-download .pbmit-item-download:last-child a:hover {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ads-inner .pbmit-ads-logo {
    background: var(--pbmit-white-color);
    display: inline-block;
    padding: 15px;
    width: 130px;
    position: relative;
    z-index: 1;
}

.pbmit-ads-inner h3.pbmit-ads-title {
    font-size: 26px;
    line-height: 36px;
    padding: 30px 0 30px 0;
    font-weight: 600;
}

.pbmit-ads-inner h3.pbmit-ads-title span {
    color: var(--pbmit-global-color);
}

.pbmit-ads-inner .pbmit-ads-logo::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 100%;
    background-color: var(--pbmit-white-color);
    z-index: -1;
}

.pbmit-ads-inner .pbmit-ads-button {
    display: inline-block;
    padding-bottom: 30px;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
}

.pbmit-ads-inner .pbmit-ads-button a {
    padding: 20px 60px 20px 40px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.pbmit-ads-inner .pbmit-ads-button a:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.pbmit-ads-inner .pbmit-ads-button a span {
    position: relative;
}

.pbmit-ads-inner .pbmit-ads-button a span::after {
    content: "\e83a";
    font-family: 'pbminfotech-base-icons';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.sidebar .widget .widget-title {
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
    color: var(--pbmit-blackish-color);
}

.sidebar .widget .widget-title::after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #e8e9ea;
}

/** --- Blog Large ---**/
.post.blog-details {
    margin-bottom: 70px;
}

.pbmit-entry-content h3 {
    margin-bottom: 20px;
}

.post blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0 60px 0;
    border-left: 10px solid #000;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;
    color: #999;
    position: relative;
    border-color: var(--pbmit-global-color);
}

.post blockquote p {
    margin: 0;
}

.post .pbmit-entry-content p:last-of-type:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pbmit-blog-meta.pbmit-blog-meta-bottom {
    padding: 20px 0;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    margin-top: 50px;
}

.pbmit-blog-meta-bottom-left {
    margin-right: auto !important;
    width: 50%;
    padding-right: 10px;
}

.pbmit-meta.pbmit-meta-tags {
    color: #8b90a0;
}

span.pbmit-meta-title {
    color: #424d6c;
    font-size: 16px;
    font-weight: 600;
}

.pbmit-blog-meta a {
    color: #616161;
}

.pbmit-blog-meta-bottom ul li {
    margin-right: 8px;
    display: inline-block;
}

.pbmit-blog-meta-bottom .pbmit-social-share li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
}

.pbmit-social-share .pbmit-social-li-facebook a {
    background-color: #3B5998;
}

.pbmit-social-share .pbmit-social-li-twitter a {
    background-color: #55ACEE;
}

.pbmit-social-share .pbmit-social-li-tumblr a {
    background-color: #2c4762;
}

.pbmit-social-share .pbmit-social-li-pinterest a {
    background-color: #cb2027;
}

.comments-box {
    margin-top: 50px;
}

.comments-box .comments-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 45px;
}

.comments-box {
    margin-top: 35px;
}

.comments-box .media {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--pbmit-light-color);
}

.comments-box .children .media.even.depth-2 {
    margin-left: 100px;
    padding-top: 8px;
}

.comments-box .comment-author img {
    border-radius: 50%;
    width: 60px;
    height: 60px
}

.media-body.comment-meta {
    position: relative;
    flex-grow: 1;
    border: 1px solid #e9e9e9;
    padding: 20px;
    background: #fff;
    margin-left: 20px;
    border-radius: 5px;
}

.comments-box .comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #000;
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
}

.comments-box .comment-meta:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 3;
    left: -12px;
    top: 19px;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent #fff transparent #fff;
}

.comments-box .comment-meta:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
    left: -14px;
    top: 16px;
    border-style: solid;
    border-width: 12px 14px 12px 0;
    border-color: transparent #e9e9e9 transparent #e9e9e9;
}

.comment-reply-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.comment-meta .reply {
    position: absolute;
    top: 25px;
    right: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.comment-meta .reply a {
    font-size: 13px;
    color: var(--pbmit-global-color);
}

.comment-respond {
    margin-top: 46px;
}

.form-style-2 textarea.form-control {
    height: 150px;
    resize: none;
    margin-bottom: 25px;
    padding: 12px 15px;
    border: 2px solid #ececec;
}

.form-style-2 .form-control {
    padding: 0 15px;
    margin-bottom: 10px;
    border: 2px solid #ececec;
}

.comments-box p {
    margin-top: 20px;
    display: block;
}

.comment-form form .form-group:last-child {
    margin-bottom: 10px;
}

.comment-form button.pbmit-btn {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 40px;
    border-radius: 0;
    text-transform: capitalize;
    background-color: var(--pbmit-blackish-color);
}

.comment-form button.pbmit-btn:hover {
    background-color: var(--pbmit-global-color);
}

.pbmit-author-box {
    margin-top: 60px;
    margin-bottom: 25px;
    padding: 35px 35px 25px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0 7px 43px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 7px 43px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 7px 43px 0 rgb(0 0 0 / 11%);
}

.pbmit-author-image {
    height: 95px;
    width: 95px;
    display: block;
    border-radius: 50%;
    margin-right: 35px;
}

.pbmit-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.pbmit-author-content .pbmit-author-name {
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.pbmit-author-content .pbmit-author-name a {
    color: #222;
}

/** 06 - Contact us **/
.contact-us-section {
    margin-top: -100px;
    padding-bottom: 100px;
    z-index: 1;
    position: relative;
}

.contact-section {
    border-radius: 2px;
    margin-left: 30px;
    padding: 70px 40px 50px 40px;
    color: rgba(255, 255, 255, 0.8);
    background-color: var(--pbmit-global-color);
}

.contact-section .contact-heading-title {
    font-family: "Asap", Sans-serif;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
}

.contact-section .heading-title {
    font-size: 20px;
    color: var(--pbmit-white-color);
}

.contact-section ul li i {
    font-size: 18px;
    color: #fff;
    margin-right: 8px;
}

.contact-us-section ul li {
    display: inline-block;
}

.contact-us-section .contact-form {
    padding: 160px 0px 0px 30px;
}

.contact-form textarea.form-control {
    height: 150px;
    resize: none;
    padding: 12px 15px 12px 0;
}

.contact-us-section .contact-form .pbmit-btn {
    padding: 10px 40px;
    text-transform: uppercase;
    background-color: #222;
    margin-bottom: 30px;
    border-radius: 0;
}

.contact-us-section .contact-form .pbmit-btn:hover {
    background-color: var(--pbmit-global-color);
}

/*iframe {*/
/*    width: 100%;*/
/*    height: 500px;*/
/*    filter: brightness(100%) contrast(100%) saturate(19%) blur(0px) hue-rotate(245deg);*/
/*}*/

/**07 - Comment Form **/
/*--- pbmit-form-style-1 ---*/
.form-style-1 .form-control,
.form-style-1 textarea {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    color: #fff;
}

.comment-form .comment-notes {
    margin-bottom: 25px;
}

.form-control {
    background-color: #fff;
    color: #848484;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
    width: 100%;
}

.input-group .form-control {
    border: none;
}

.input-group-text {
    width: 30%;
    height: 60px;
    margin-left: -50px;
    line-height: normal;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 36px;
    background-color: var(--pbmit-global-color);
    position: relative;
}

input:focus, .form-control:focus {
    outline: none !important;
    border-color: var(--pbmit-global-color);
    box-shadow: none !important;
}

.form-select {
    padding: 12px 15px;
    font-size: 14px;
    color: #848484;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
}

.form-select:focus {
    border-color: #eee;
    outline: 0;
    box-shadow: none;
}

.form-check {
    margin-right: 20px;
    color: var(--pbmit-white-color);
}

.form-check-label {
    color: var(--pbmit-body-typography-color);
}

.pbmit-grid-item {
    display: grid;
    margin-bottom: 0;
    padding: 0;
    width: auto !important;
}

.pbmit-card {
    box-shadow: 0 15px 38px 0 rgb(0 0 0 / 10%) !important;
    border-radius: 5px !important;
    border: 0;
    margin-bottom: 20px;
}

.pbmit-card-body {
    padding: 10px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    order: 2;
}

.pbmit-grid-item .pbmit-card-media img {
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0;
    object-fit: cover;
    order: 1;
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
}

.pbmit-media-card-inner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.pbmit-grid-item .pbmit-media-card-inner:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.pbmit-grid-item:hover .pbmit-card-media .pbmit-media-card-inner:after {
    opacity: 1;
}

.pbmit-grid-item:hover .pbmit-card-media img {
    transform: scale(1.03) rotate(0.50deg);
}

.pbmit-card-title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 10px;
}

.pbmit-card-text {
    display: none;
}

.pbmit-progress-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.pbmit-card-progress .pbmit-info {
    display: flex;
    flex-direction: column;
    position: relative;
}

.pbmit-label {
    font-weight: 500;
    color: var(--pbmit-blackish-color);
}

.goal-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--pbmit-global-color);
}

.pbmit-card-progress strong {
    display: none;
}

.pbmit_info {
    display: flex;
    flex-direction: column;
    position: relative;
}

.pbmit-card-progress .progress {
    border-bottom: none;
    background-color: #eee !important;
}

.pbmit-card-progress .progress .progress-bar {
    height: 100%;
    border-radius: 20px;
}

button.pbmit-btn.pbmit-btn- {
    display: none;
}

.menu-nav-right ul.navigation > li > a {
    height: 110px;
    line-height: 110px;
    padding: 0 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    white-space: pre;
    color: var(--pbmit-white-color);
    background: #0a8f36;
 }

 .menu-nav-right ul.navigation > li > a:before {
    content: "\f078"; /* Font Awesome chevron-down */
    height: 2px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    font-family: "FontAwesome";
    font-size: 14px;
    display: inline-block;
    text-align: left;
    margin-right: 6px;
    font-weight: 400;
 }

 .menu-nav-mobile {
    background: #0a8f36;
    /* height: 110px !important; */
    padding: 0 30px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
 }

  .menu-nav-mobile button {
    height: 110px !important;
  }

 .menu-nav-mobile button span {
    color: var(--pbmit-white-color);
    font-size: 14px;
 }

 .menu-nav-mobile button span:before {
    content: "\f078"; /* Font Awesome chevron-down */
    height: 2px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    font-family: "FontAwesome";
    font-size: 14px;
    display: inline-block;
    text-align: left;
    margin-right: 6px;
    font-weight: 400;
 }

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

INDEX:

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

body {
    overflow: visible;
    overflow-x: hidden;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }

    .widget .footer-social-links {
        padding-top: 20px;
    }
}

@media (max-width: 1400px) {
    .header-style-1 .site-header-menu .pbmit-header-social-wrapper {
        display: none;
    }

    .header-style-6 .site-header-menu {
        padding: 0 16px;
    }

    .header-style-7 .site-navigation {
        margin-left: 50px;
    }

    .header-style-7 .site-navigation ul.navigation > li > a {
        padding: 0 17px;
    }

    .header-style-8 .site-branding {
        margin-right: 30px;
    }

    .header-style-8 .pbmit-header-button2-text {
        font-size: 15px;
    }

    .header-style-8 .pbmit-header-button2 a {
        padding: 0 30px 0 65px;
    }

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

    .header-style-8 .pbmit-social-links {
        display: none;
    }

    .our-history .about-img-bottom {
        margin-top: -310px;
    }

    .project-progress-section-one {
        padding: 90px 15px 80px 56px;
    }

    .about-img-bottom {
        margin-top: -338px;
    }

    .team-three_bg {
        padding: 90px 0px 80px 0px;
    }

    .banner-lottie {
        margin-top: -138px !important;
    }
}

@media (min-width: 1200px) {
    .ti-angle-down:before {
        display: none;
    }

    .pbmit-ihbox-style-2 .pbmit-ihbox-contents {
        padding-top: 15px;
    }
}

@media (max-width: 1250px) {
    .section-lg {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .section-md {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .pbmit-heading-subheading-style-1 {
        margin-left: 50px;
    }

    .pbmit-heading-subheading-style-1.text-center {
        margin-left: 0px;
    }

    .pbmit-heading-subheading-style-1 Br {
        display: none;
    }

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

    /*=== Header ===*/
    .header-style-1 .pre-header-wrapper {
        display: none;
    }

    .header-style-1 .pbmit-right-side {
        display: none;
    }

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

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

    .pbmit-right-main-box {
        display: none;
    }

    .pbmit-header-button {
        display: none;
    }

    .header-style-2 .pbmit-header-search-btn {
        display: none;
    }

    .pbmit-right-box {
        display: none;
    }

    .header-style-3.site-header .site-header-menu {
        height: auto;
        background-color: #fff;
    }

    .header-style-3 .pbmit-right-box {
        display: none;
    }

    .header-style-4 .site-header-menu .container-fluid.g-0 {
        padding-left: 20px;
        padding-right: 12px;
    }

    .header-style-4 .site-header-menu .pbmit-header-wrapper {
        justify-content: space-between !important;
    }

    .header-style-4 .pbmit-header-info {
        display: none;
    }

    .header-style-6 .site-header-menu {
        padding: 20px 0;
    }

    .header-style-6 .pbmit-right-main-box {
        display: none;
    }

    .header-style-7 .site-header-menu {
        padding: 0;
    }

    .header-style-7 .pbmit-header-search-btn {
        display: none;
    }

    .header-style-7 .pbmit-right-main-box {
        display: none;
    }

    .header-content {
        width: 100%;
    }

    .header-style-8.site-header .site-header-menu {
        background-color: #fff;
    }

    .header-style-8 .site-branding .responsive-logo {
        display: inline-block !important;
    }

    .header-style-8.site-header .site-branding img {
        display: none;
    }

    .pbmit-header-button2 {
        display: none;
    }

    .header-style-8 .pbmit-header-search-btn {
        display: block;
        margin-left: -130px
    }

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

    /** Homepage 01 **/
    .pbmit-heading-subheading p {
        max-width: 800px;
    }

    .pbmit-heading-subheading Br {
        display: none;
    }

    .about-section-one {
        padding: 16px 16px 4px 16px;
    }

    .our-story-section-one {
        padding: 0;
        padding-bottom: 30px;
    }

    .our-story-section-img-one {
        padding: 0;
    }

    .our-story-section-one p {
        max-width: 800px;
    }

    .pbmit-ihbox-style-2 .pbmit-ihbox-headingicon {
        display: block !important
    }

    .pbmit-ihbox-style-2 .pbmit-ihbox-contents {
        margin-top: 15px;
    }

    .pbminfotech-ele-fid-style-2 {
        display: inline-block;
        width: auto;
        left: 30px;
        /* padding-left: 110px; */
        padding-bottom: 40px;
    }

    .pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper {
        position: absolute;
        left: -90px;
        top: -8px;
    }

    .pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
        position: relative;
    }

    .video-section-one {
        text-align: center;
    }

    .project-img-section-one {
        padding: 200px 0;
    }

    .project-progress-section-one {
        padding: 60px 15px;
    }

    .tesimonail-section-img {
        margin: 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .testimonial-one_img {
        margin: 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .testimonial-one_content {
        padding: 40px 0px 0px 0px;
        margin-left: 0;
    }

    .counter-section-one .counter-content {
        margin-top: 40px;
    }

    /** Homepage 02 **/
    .about-section-two {
        margin-top: 50px;
        padding: 0px 0px 40px 0px;
    }

    .button-wrapper a {
        padding: 13px 100px 13px 40px;
    }

    .about-img-bottom {
        margin-left: 280px;
    }

    .testimonial-section-bg-two {
        padding: 80px 0;
    }

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

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

    .counter-img_three {
        text-align: left;
        margin-top: 50px;
    }

    .counter-img_three img {
        width: 100%;
    }

    .project-section-two {
        padding-top: 80px;
    }

    .about-img-top {
        padding-right: 0;
    }

    /** Homepage 03 **/
    .counter-three {
        padding: 0;
    }

    .client-left-section-home3 {
        padding-top: 110px;
        padding-right: 30px;
    }

    /** Homepage 04 **/
    .about-us-four {
        margin-top: 0;
        padding-top: 60px;
    }

    .our-story-four {
        padding: 50px 0;
    }

    .our-story-four .text-center {
        text-align: left !important;
    }

    .our-story-four .row.align-items-center {
        margin-top: 50px;
    }

    .feature-four_single {
        margin: -100px 30px 0px 30px;
        --e-column-margin-right: 30px;
        --e-column-margin-left: 30px;
    }

    .feature-four_bg {
        padding: 120px 0;
        margin-right: 0;
    }

    .blog-four_heading_dec {
        padding-top: 0px;
        margin: -25px 0px 35px 0px;
    }

    .testimonial-four .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
        left: inherit;
        right: 0px;
        text-align: center;
    }

    /** Homepage 05 **/
    .service-five_bg {
        padding: 70px 0px 225px 0px;
        margin-bottom: -172px;
    }

    .our-story-five {
        padding: 80px 0px 70px 65px;
    }

    .pbmit-element-team-style-1 {
        padding: 80px 0 120px 0px;
        margin-left: 0;
    }

    /** Homepage 06 **/
    .banner-six_bg {
        padding-top: 80px;
    }

    .banner-lottie {
        margin-top: 0 !important;
        margin-left: 0;
    }

    .banner-lottie::before {
        display: none;
    }

    .pbmit-text-style-1 .pbmit-title {
        font-size: 30px;
        line-height: 40px;
    }

    .pbmit-text-style-1 .pbmit-title Br {
        display: none;
    }

    .banner-six .me-4 {
        margin-right: 100px !important;
    }

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

    .about-us-six_btn {
        margin-top: 30px;
    }

    div#choose-lottie {
        margin-left: 0;
    }

    .pbmit-col-stretched-left {
        padding: 80px 0px 50px 0px;
        background-size: cover;
    }

    .choose-six_right {
        padding: 0 15px;
    }

    .progress-six_inner .pbmit-heading-dec-right {
        padding-top: 0px;
    }

    .progress-six_single {
        padding: 35px 0px 40px 0px;
    }

    .progress-six_inner {
        padding: 60px 0px 60px 0px;
    }

    .pbminfotech-ele-fid-style-6 {
        margin-bottom: 20px;
    }

    .counter-six_bg_color {
        padding: 60px 35px 40px 35px;
    }

    .testimonial-six_content {
        padding: 130px 0px 0px 20px;
    }

    .footer-style-2 {
        position: relative;
        margin-top: 0px;
    }

    /** Homepage 07 **/
    .pbmit-text-style-2 {
        padding-top: 30px;
    }

    .pbmit-text-style-2 .pbmit-title {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .pbmit-text-style-2 .pbmit-title Br {
        display: none;
    }

    .banner-seven_bg {
        margin-top: -76px;
    }

    .ihbox-seven {
        right: 30px;
    }

    .pbminfotech-ele-fid-style-7 {
        margin-bottom: 30px;
    }

    .service-section_seven .pbmit-sticky {
        padding: 100px 0px 150px 0;
    }

    .about-bg-section-seven {
        margin-left: 0;
        padding: 250px 0px 0px 0px;
    }

    .about-seven_single {
        margin: 0px 30px 0px 30px;
        --e-column-margin-right: 30px;
        --e-column-margin-left: 30px;
    }

    .progress-seven_bg {
        padding: 70px 30px 0px 70px;
    }

    .progress-seven_bg .pbmit-heading-subheading-style-1 {
        margin-left: 0;
    }

    .about-seven_single .pbmit-heading-subheading-style-1 {
        margin-left: 0;
    }

    /** Homepage 08 **/
    .pbmit-ihbox-style-10 {
        margin-bottom: 0px;
    }

    .portfolio-single-eight {
        padding-right: 0px;
    }

    .tab-content .content-wrapper {
        padding-left: 0;
        padding-top: 20px;
    }

    .project-eight_bg::before {
        width: 100%;
        left: 0;
        right: 0;
    }

    .testimonial-eight {
        padding: 80px 0px 0px 0px;
    }

    .testimonial-eight .swiper-slider {
        padding-top: 30px;
    }

    /** About Us 1 **/
    .about-us-1-heading-desc {
        padding: 40px 10px 0px 10px;
    }

    .about-us-1-section {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    /** About Us 2 **/
    .our-history-timeline {
        margin-top: 60px;
    }

    .our-histoy-left-section,
    .our-histoy-right-section {
        padding: 0;
    }

    .section-faq {
        padding: 80px 0px 80px 0px;
    }

    /** Contact **/
    .contact-section {
        margin-left: 0;
    }

    .contact-us-section .contact-form {
        padding: 60px 0px 0px 0px;
    }

    .contact-us-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: none;
    }

    .header-style-8 .pbmit-right-box {
        margin-left: 0;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * .8);
        padding-left: calc(var(--bs-gutter-x) * .8);
    }

    .sticky-header {
        position: relative !important;
    }

    /** Main menu resoposive **/
    .pbmit-menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -400px;
        z-index: 1000;
        width: 300px;
        height: 100%;
        padding: 0;
        display: block;
        transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        opacity: 0;
        padding-top: 85px;
    }

    .active .pbmit-menu-wrap {
        right: 0px;
        visibility: visible;
        opacity: 1;
        overflow-y: scroll;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
        opacity: 1;
    }

    .pbmit-mobile-menu-bg {
        position: fixed;
        right: 0;
        top: 0;
        width: 0%;
        height: 100%;
        display: block;
        z-index: 99;
        background: rgba(0, 0, 0, .9);
        -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .active .pbmit-mobile-menu-bg {
        opacity: 1;
        width: 100%;
        visibility: visible;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .closepanel {
        position: absolute;
        z-index: 99;
        right: 20px;
        margin-left: -20px;
        top: 30px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 25px;
        color: #000;
        border: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .header-style-11 .main-menu .navigation > li.dropdown:hover > ul {
        top: 0;
    }

    .navbar-toggler {
        border: none;
        font-size: 25px;
        line-height: 25px;
        padding: 15px;
        outline: none;
        color: #2c2c2c;
        vertical-align: middle;
    }

    .sticky-header .navbar-toggler {
        top: 10px;
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        outline: none;
    }

    /* .main-menu .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #fff;
        z-index: 99;
        top: 82px;
    } */

    .sticky-header .navbar-collapse {
        top: 60px;
    }

    .main-menu .navigation > li {
        float: none;
        border-bottom: 1px solid rgba(9, 22, 42, 0.15);
    }

    .site-header .site-navigation ul.navigation > li > a {
        height: auto !important;
        line-height: inherit !important;
        padding: 15px 25px !important;
        margin: 0;
    }

    .main-menu .navigation > li > ul a {
        padding: 10px 25px;
        font-size: 13px;
        text-transform: none;
        line-height: 20px;
        letter-spacing: 0;
        font-weight: 700;
        font-style: normal;
    }

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

    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        border: none;
        box-shadow: inherit !important;
        width: 100%;
        display: none;
        position: inherit;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .main-menu .navigation > li > ul > li > ul {
        left: 0;
        top: 100%;
    }

    .main-menu .navigation > li.dropdown > ul.open,
    .main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        padding-bottom: 10px;
    }

    .main-menu .navigation > li > ul li,
    .main-menu .navigation > li > ul li a {
        border: none;
    }

    .menu-right-box {
        position: relative;
        right: 30px;
        top: 10px;
    }

    .site-header .righticon {
        font-size: 22px;
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 45px;
        width: 45px;
        cursor: pointer;
        text-align: center;
        line-height: 45px;
    }

    .site-header .menu-right-box {
        display: none !important;
    }

    .main-menu ul > li.dropdown > a:after {
        display: none;
    }

    .site-header .righticon i {
        font-size: 14px;
    }

    /** Header responsive **/
    .pbmit-left-main-box {
        width: 100%;
    }

    .site-header .header-button,
    .site-header .pre-header {
        display: none;
    }

    .ipad-view-search {
        display: block;
    }

    .site-header .site-header-menu {
        height: auto;
    }

    /*.site-header .site-branding img {*/
    /*    max-height: 50px;*/
    /*}*/

    .site-header .sticky-header .site-branding img {
        max-height: 35px;
    }

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

@media (max-width: 1024px) {
    /** Section Title **/
    .pbmit-heading-subheading .pbmit-title {
        font-size: 30px;
        line-height: 40px;
    }

    .pbmit-text-style-2 .pbmit-title {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .service-eight_heading-dec {
        margin-top: 10px;
    }

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

    .pbmit-heading-subheading-style-2 .pbmit-title {
        font-size: 30px;
        line-height: 40px;
    }

    .pbmit-heading-subheading-style-2 .pbmit-title Br {
        display: none;
    }
}

@media (min-width: 991px) {
    .pbmit-blogbox-style-4 .pbmit-read-more-link {
        position: absolute;
        bottom: 25px;
    }
}

@media (max-width: 991px) {
    /** Section Padding **/
    .section-lg {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-lgx {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-lgt {
        padding-top: 80px;
    }

    .section-lgb {
        padding-bottom: 80px;
    }

    /*=== Title Bar ===*/
    .pbmit-header-style-1 .pbmit-title-bar-content,
    .pbmit-header-style-1 .pbmit-title-bar-wrapper {
        min-height: 350px;
    }

    /** Homepage 01 **/
    .testimonial-one {
        padding-bottom: 0 !important;
    }

    /** Homepage 03 **/
    .client-left-section-home3 {
        max-width: 100%;
    }

    .client-left-section-home3 {
        padding-top: 60px;
        padding-right: 0;
    }

    .team-three_left {
        padding-top: 0;
        padding-right: 0;
    }

    .team3-arrow {
        margin-bottom: 80px;
    }

    .team-three_bg {
        padding: 0px 0px 80px 0px;
    }

    /** Homepage 04 **/
    .our-story-four .pbminfotech-ele-fid {
        text-align: center;
    }

    .pbmit-static-box-style-3 .pbmit-img-wrapper:before,
    .pbmit-static-box-style-3 .pbmit-img-wrapper:before {
        display: none;
    }

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

    .pbmit-blogbox-style-4 .post-item {
        display: block !important;
    }

    .pbmit-blogbox-style-4 .post-item .pbmit-featured-container {
        width: 100%;
        flex-shrink: 0;
    }

    .blog-four_heading_dec {
        margin: -25px 0px 25px 0px;
    }

    /** Homepage 05 **/
    .service-five_bg .text-white {
        margin-left: -3px;
    }

    .team-three_left {
        max-width: 100%;
    }

    .team-three_left {
        padding-top: 60px;
    }

    .pbmit-pricing-table-style-1 .pbminfotech-ptable-price {
        font-size: 50px;
        line-height: 60px;
    }

    .pbmit-pricing-table-style-1 .pbmit-ptable-lines-w {
        padding: 30px 20px;
    }

    /** Homepage 06 **/
    .progress-six_bg {
        margin-top: 80px;
    }

    .footer-style-2 {
        margin-top: 40px;
    }

    /** Homepage 08 **/
    .pbmit-service-style-6 {
        margin-bottom: 30px;
    }

    .service-eight_heading-dec {
        margin-top: 10px;
    }

    .pbmit-element-static_box-style-1 .pbmit-static-box-inner {
        padding-bottom: 60px;
    }

    .pbmit-element-static-box-style-1 .pbmit-static-box-inner {
        margin-left: 0;
    }

    .pbmit-static-box-style-1 .pbmit-contentbox img {
        width: 100%;
    }

    .section-faq Br {
        display: none;
    }

    /** Service Details **/
    .pbmit-ihbox-style-1 {
        margin-bottom: 30px;
    }

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

    .service-offer img {
        margin-bottom: 30px;
    }

    .pbmit-short-description {
        padding-top: 30px;
    }

    /** Portfolio-Detail **/
    .portfolio-single .post-navigation .nav-links {
        display: block;
    }

    .portfolio-single .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
        width: 100%;
    }

    .post-navigation .nav-links {
        padding-top: 0;
    }

    .post-navigation .nav-links .nav-next {
        margin-top: 15px;
    }

    /** Sidebar **/
    .service-left-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-right-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pbmit-sidebar-left,
    .pbmit-sidebar-right {
        flex: 0 0 34%;
        max-width: 34%;
    }

    .pbmit-sidebar-left,
    .pbmit-sidebar-right {
        flex: 0 0 66%;
        max-width: 66%;
    }

    .blog-left-col {
        flex: auto;
        max-width: 100%;
    }

    .blog-right-col {
        max-width: 100%;
        flex: auto;
    }

    .widget.footer-social-links {
        margin: 0 !important;
    }

    .comment-respond {
        margin-bottom: 40px;
    }

    /*=== Footer ===*/
    .footer-style-2 .pbmit-footer-widget-area {
        margin-top: 0;
    }

    .footer-style-2 .widget.greenly_contact_widget-2 {
        margin-right: 0;
    }

    .footer-style-2 .pbmit-footer-social-area {
        padding: 10px 0;
    }

    .footer-style-2 .pbmit-footer-menu-area {
        text-align: center;
    }
}

@media (max-width: 875px) {
    .pbmit-tab-style-1 {
        display: block;
    }

    .tab-content {
        margin: 0;
        padding-left: 0px;
        padding-top: 30px;
    }

    .tab-content .content-wrapper {
        padding-left: 0px;
        margin-top: 20px;
    }

    .pbmit-tab-style-1 .nav-item a {
        text-align: center;
        border: 1px solid #eee !important;
        margin: 10px 0;
        padding: 10px;
    }

    .pbmit-tab-style-1 .nav-item a.active {
        border: none;
    }

    .pbmit-testimonial-style-7 .pbminfotech-box-content {
        padding: 30px 0 0 0px;
    }

    .pbmit-testimonial-style-7:after {
        content: unset;
    }

    .pbmit-testimonial-style-7 h3.pbminfotech-box-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pbmit-testimonial-style-7 {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    /** Section Padding **/
    .section-lg {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .section-lgx {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-lgt {
        padding-top: 60px;
    }

    .section-lgb {
        padding-bottom: 60px;
    }

    .section-md {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    /** Section Title **/
    .pbmit-heading-subheading .pbmit-title {
        font-size: 25px;
        line-height: 35px;
    }

    .pbmit-text-style-2 .pbmit-title {
        font-size: 25px !important;
        line-height: 35px !important;
    }

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

    /** Homepage 01 **/
    .counter-section-one .counter-content {
        margin-bottom: 0px;
    }

    .pbmit-client-style-1 .col-md-20percent {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .testimonial-one_content {
        padding: 40px 0px 0px 0px;
    }

    .about-section-one {
        margin-top: -20px;
    }

    .pbmit-testimonial-style-1 .pbminfotech-post-item {
        padding: 0 30px;
    }

    .pbmit-testimonial-style-1 .pbminfotech-box-desc:after {
        left: -40px;
    }

    .pbmit-blogbox-style-1 {
        margin-bottom: 50px;
    }

    /** Homepage 02 **/
    .about-section-two {
        padding: 0px;
    }

    .about-img-top {
        padding-right: 0;
    }

    .button-wrapper {
        padding-top: 20px;
    }

    .about-img-bottom {
        margin-top: 50px;
        margin-left: 50px;
    }

    .about-img-section::before {
        height: calc(100% + 50px);
    }

    .about-img-section {
        margin-bottom: 40px;
    }

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

    .project-section-two {
        padding: 60px 30px;
    }

    .project-section-two .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .appointment-one .text-end {
        text-align: left !important;
        margin-top: 30px;
    }

    .appointment-one .heading-title {
        font-size: 25px;
    }

    .pbmit-blogbox-style-2 .post-item {
        display: block !important;
    }

    .pbmit-blogbox-style-2 .post-item .pbmit-featured-container {
        width: 100%;
        flex-shrink: unset;
    }

    .pbmit-blogbox-style-2 .pbminfotech-box-content {
        padding: 30px 0px 30px 0px;
    }

    /** Homepage 03 **/
    .pbmit-service-style-2 {
        padding-bottom: 30px;
    }

    .slider-section-three .swiper-slide-thumb-active .tp-tab-title,
    .swiper-slide-visible .tp-tab-title {
        display: none;
    }

    .slider-section-three .inbox-slider_two {
        display: none;
    }

    /** Homepage 04 **/
    .about-us-four {
        margin-top: 0;
    }

    .our-story-four .pbminfotech-ele-fid {
        text-align: left;
    }

    .our-story-four .row.align-items-center .col-lg-8.col-md-6 {
        margin-bottom: 50px;
    }

    .feature-four_single {
        padding: 30px;
    }

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

    .pbmit-staticbox-ele:nth-child(2) .pbmit-static-box-style-3 {
        transform: translateY(0px);
    }

    .pbmit-staticbox-ele:nth-child(2) .pbmit-static-box-style-3 img {
        height: 200px;
        width: 200px;
    }

    .pbmit-ihbox.pbmit-ihbox-style-hsbox.pbmit-align-center {
        margin-bottom: 40px;
    }

    /** Homepage 05 **/
    .service-five_bg {
        padding: 50px 30px 150px 0px;
        margin-bottom: -110px;
    }

    .pbmit-service-style-3 {
        margin-bottom: 50px;
    }

    .pbmit-service-style-3:last-child {
        margin-bottom: 0px;
    }

    .our-story-five {
        padding-left: 0px;
    }

    .pricing-table-five {
        padding: 50px 15px 270px 15px;
    }

    .pbmit-pricing-table-style-1 .pbmit-pricing-table-box {
        margin-bottom: 40px;
    }

    /** Homepage 06 **/
    .pbmit-heading-subheading-style-2 .pbmit-title {
        font-size: 25px;
        line-height: 35px;
    }

    #testimonial-lottie {
        margin: 0;
    }

    .testimonial-six_content {
        padding: 0px 0px 0px 0px;
    }

    .footer.site-footer.footer-style-2 {
        padding: 0;
    }

    .footer-style-2 {
        position: relative;
        margin-top: 60px;
    }

    /** Homepage 07 **/
    .progress-seven_img {
        padding-top: 0;
    }

    .progress-seven_bg {
        padding: 50px 0px 0px 40px;
    }

    .pbmit-sticky .pbmit-btn-white {
        margin-left: 50px;
    }

    .service-section_seven .pbmit-sticky {
        padding: 60px 0px 0px 0;
    }

    .pbmit-element-service-style-5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pbmit-element-service-style-5 .pbmit-element-posts-wrapper .pbmit-service-ele:nth-child(odd) {
        margin-top: 0;
    }

    .about-seven_single {
        margin: 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .about-seven_single {
        padding: 50px 30px 50px 60px;
    }

    .about-seven_single .pbmit-heading-subheading-style-1 {
        margin-left: 0;
    }

    .testimonial-seven_heading_desc {
        padding: 0;
        margin-top: -25px;
        margin-bottom: 30px;
    }

    .blog-seven_block {
        display: block !important;
        margin-bottom: 40px;
    }

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

    .pbmit-blogbox-style-7 .post-item .pbmit-featured-container {
        margin: 0 40px 0 0;
    }

    .testimonial-Seven.swiper-horizontal > .swiper-pagination-bullets {
        display: block;
    }

    /** Homepage 08 **/
    .tab-eight_btn {
        text-align: left;
        padding-top: 0px;
    }

    .testimonial-eight {
        padding-top: 60px;
    }

    .footer-style-3.site-footer .widget {
        margin-top: 0px;
    }

    .about-us-1-section {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .about-us-1-img {
        margin-bottom: 20px;
    }

    .about-us-1-heading-desc {
        padding: 0px;
    }

    .about-us-2-inbox {
        margin-top: 0px;
    }

    .pbmit-element-static_box-style-1 .pbmit-static-box-inner {
        margin-left: 0px;
        padding-bottom: 60px;
    }

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

    .our-history .button-wrapper {
        padding-top: 0px;
    }

    /** portfolio **/
    .pbmit-element-portfolio-style-1 .pbmit-element-posts-wrapper {
        display: block;
    }

    .pbmit-portfolio-style-1 img {
        width: 100%;
    }

    /** Team Single **/
    .team-details-wrap .pbmit-title, .team-contact .pbmit-title {
        padding-top: 0;
    }

    .pbmit-team-details-inner {
        padding: 20px 0 0 0;
    }

    .team-headding-dec {
        padding-right: 0;
    }

    .team-headding-dec:first-child {
        padding-top: 30px;
    }

    /** Contact Us **/
    .contact-us-section {
        padding-bottom: 40px;
    }

    /** Faq **/
    .section-faq {
        padding: 60px 0px 40px 0px;
    }

    /*=== Footer ===*/
    .site-footer .widget {
        margin-top: 0px;
    }

    .site-footer .textwidget {
        margin-top: 35px;
    }

    .pbmit-footer-copyright-text-area {
        text-align: center;
    }

    .footer-style-2 .pbmit-footer-widget-area {
        padding-top: 70px;
    }

    .footer-style-2 .widget.greenly_contact_widget-2 {
        margin-left: 0;
    }

    .footer-style-3 .pbmit-footer-big-area {
        padding-top: 60px;
    }

    .footer-style-3 .pbmit-footer-big-title {
        font-size: 35px;
        line-height: 45px;
    }

    .footer-style-3 .pbmit-footer-widget-area {
        padding-bottom: 0px;
    }

    .footer-style-3 .pbmit-footer-social-area {
        padding: 10px 0;
    }

    .footer-style-3 .pbmit-footer-menu-area {
        text-align: center;
    }

    .footer-style-3 input.form-control {
        margin-bottom: 0;
    }

    .footer-style-3 button#button-addon2 {
        position: relative;
        width: 100%;
    }

    .footer-style-3 .input-group {
        display: block;
    }
}

@media (max-width: 675px) {
    .pbmit-testimonial-style-8:after {
        font-size: 50px;
        line-height: 60px;
        bottom: 0px;
        right: 0;
    }
}

@media (max-width: 690px) {
    .pbmit-blogbox-style-7 .post-item {
        display: block !important;
    }

    .pbmit-blogbox-style-7 .post-item .pbmit-featured-container {
        width: 100%;
    }

    .pbmit-blogbox-style-7 .pbmit-meta-container {
        width: 100%;
    }

    .pbmit-blogbox-style-7 .creativesplanet-box-content {
        padding-top: 20px;
    }

    .pbmit-blogbox-style-7 .post-item .pbmit-meta-date {
        display: flex;
        align-items: center;
    }

    .pbmit-blogbox-style-7 .post-item .pbmit-meta-date .pbmit-year-wrap {
        padding-left: 20px;
    }
}

@media (min-width: 575px) {

}

@media (max-width: 575px) {
    /** Section Title **/
    .pbmit-heading-subheading .pbmit-title {
        font-size: 25px;
        line-height: 35px;
    }

    /** Homepage 01 **/
    .testimonial-one_img {
        padding: 0px 30px 1px 0px;
    }

    .testimonial-one_img .testimonial-one_img_content a {
        font-size: 18px;
    }

    .counter-section-one .pbmit-btn {
        margin-top: 0;
    }

    .project-img-section-one::before {
        margin-left: 0;
    }

    /** Homepage 04 **/
    .blog-four_heading_dec {
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .our-story-four {
        padding: 30px 0;
    }

    .swiper-pagination {
        display: none;
    }

    .pbmit-testimonial-style-8 .pbminfotech-box-author.d-flex {
        display: block !important;
    }

    .pbmit-testimonial-style-8 .pbminfotech-box-img .pbmit-featured-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
    }

    /** Homepage 06 **/
    .pbmit-res-fid-5 .pbmit-column .vc_column-inner {
        padding-top: 60px !important;
    }

    .pbmit-res-fid-5 .pbminfotech-ele-fid-style-5 {
        margin-top: -45px !important;
        right: -45px;
    }

    .banner-six .me-4 {
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    .choose-six_right p {
        margin-top: -25px;
    }

    .progress-six_bg {
        margin-top: 80px;
        padding: 0px 0px 180px 0px;
    }

    /** Homepage 07 **/
    .banner-seven_bg {
        margin-top: 40px;
    }

    .project-eight_bg .swiper-horizontal > .swiper-pagination-bullets {
        bottom: -40px;
        display: block;
    }

    .project-eight_bg {
        padding-bottom: 40px !important;
    }

    .header-style-8 .pbmit-header-search-btn {
        display: block;
        margin-left: -112px;
    }

    /** Project **/
    .pbmit-portfolio-lines-wrapper ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px 30px;
    }

    .pbmit-single-project-details-list {
        padding: 30px;
    }

    .post-navigation .pbmit-post-nav.nav-title {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    /** Blog */
    .blog-classic .pbmit-post-title {
        font-size: 25px;
        line-height: 35px;
    }

    .comments-box .media {
        display: block;
    }

    .comments-box .comment-meta:before {
        top: -10px;
        left: 17px;
        border-width: 0px 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
    }

    .comments-box .comment-meta:after {
        top: -13px;
        left: 15px;
        border-width: 0px 12px 12px 12px;
        border-color: transparent transparent #e9e9e9 transparent;
    }

    .comment-author {
        text-align: left;
    }

    .comments-box .media {
        margin-bottom: 30px;
    }

    .action-box-wrap .row .col {
        width: 100%;
    }

    .our-history .about-img-bottom {
        margin-top: 30px;
    }

    /** Blog details*/
    .pbmit-blog-meta.pbmit-blog-meta-bottom {
        display: block !important;
    }

    .pbmit-blog-meta-bottom-left {
        width: 100%;
    }

    .pbmit-blog-meta-bottom-right {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }

    .pbmit-author-box {
        display: block;
    }

    .pbmit-author-content {
        margin-top: 20px;
        padding: 0;
    }

    .blog-left-col {
        padding-bottom: 40px;
        margin-top: 0;
    }

    .media-body.comment-meta {
        margin-left: 0;
        padding-top: 20px;
        margin-top: 20px;
    }

    .comments-box .children .media.even.depth-2 {
        margin-left: 0;
    }

    .post-content-bottom {
        text-align: center;
    }

    .pbmit-author-image {
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 570px) {
    .pbmit-testimonial-style-7:after {
        content: normal;
    }
}

@media (max-width: 446px) {
    .pbmit-footer-big {
        display: block !important;
    }

    .footer-style-3 .pbmit-footer-big-right {
        padding-right: 0;
        margin: 20px 0 10px 0;
    }
}

@media (max-width: 414px) {
    .pbmit-ihbox-style-9 .pbmit-ihbox-headingicon {
        display: block !important;
    }

    .pbmit-ihbox-style-9 .pbmit-ihbox-icon {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .button-wrapper a {
        padding: 13px 40px 13px 40px;
    }

    .pbminfotech-ele-fid-style-5 {
        top: 48px;
        right: 50px;
    }

    .banner-seven_bg {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .rs-layer span {
        line-height: 30px;
        font-size: 26px
    }
}

@media (max-width: 375px) {
    .pbmit-ihbox-style-12 {
        padding: 15px;
    }

    .pbminfotech-ele-fid-style-6 .d-flex {
        display: block !important;
    }

    .pbminfotech-ele-fid-style-6 .pbmit-content-wrap {
        margin-top: 10px;
    }
}

@media (max-width: 300px) {
    .banner-seven_bg {
        margin-top: 70px;
    }

    .footer-style-2 .pbmit-contact-widget-lines .pbmit-contact-widget-line {
        padding-left: 68px;
    }

    .header-style-8 .pbmit-header-search-btn {
        display: block;
        margin-left: -130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pbmit-portfolio-style-1 .pbminfotech-box-content {
        margin: 5px;
    }

    .pbmit-portfolio-style-1 .pbminfotech-titlebox {
        left: 10px;
    }

    .pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-portfolio-title {
        font-size: 15px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    div#choose-lottie {
        margin-left: 0;
    }
}

@media (max-width: 1100px) {
    .header-style-8 .pbmit-header-button2 a {
        padding: 0 20px 0 65px;
    }

    .header-style-8 .site-navigation ul.navigation > li > a {
        padding: 0px 5px;
    }
}

@media (max-width: 1500px) {
    .client-six {
        margin-top: 0px;
    }

    .banner-lottie {
        margin-top: -200px;
    }
}

@media (max-width: 1860px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1640px) {

}

@media (max-width: 1740px) {

}
