/******************************

    00 - Home
    01 - Inner Page
		01 - Our History
		02 - Our Plans
        03 - Service Detail
        04 - Project Detail
        05 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        06 - Team Single
        07 - Contact Us
        08 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Tahoma:wght@400;500;700&display=swap');

/* If VerlagSSm is available via a web service or you have hosted it yourself, include it like this: */
/* @font-face {
    font-family: 'VerlagSSm';
    src: url('path/to/VerlagSSm.woff2') format('woff2'),
         url('path/to/VerlagSSm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Seguivar';
    src: url('../fonts/SegUIVar.ttf') format('truetype');
    /* Change to truetype format for .ttf */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

:root {
    --pbmit-global-color: #212c40;
    --pbmit-secondary-color: #f6f5f0;
    --pbmit-light-color: #f2f4f8;
    --pbmit-white-color: #ffffff;
    --pbmit-blackish-color: #111926;
    --pbmit-link-color-normal: #111926;
    --pbmit-link-color-hover: #111926;
    --pbmit-global-color-rgb: rgb(33, 44, 64);
    --pbmit-secondary-color-rgb: rgb(246, 245, 240);
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'Poppins', 'Seguivar', 'VerlagSSm', 'Tahoma', sans-serif;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 16px;
    --pbmit-body-typography-line-height: 1.6;
    --pbmit-body-typography-color: #666666;
    --pbmit-heading-typography-font-family: 'Poppins', 'Seguivar', 'VerlagSSm', 'Tahoma', sans-serif;
    --pbmit-heading-color: #212c40;
    --pbmit-heading-font-variant: 600;
    --pbmit-btn-typography-font-family: 'Poppins', 'Seguivar', 'VerlagSSm', 'Tahoma', sans-serif;
    --pbmit-btn-typography-variant: 600;
    --pbmit-btn-typography-font-size: 12px;
    --pbmit-btn-typography-line-height: 24px;
}

/*----------------------------------------*/
/* 00 - General 
/*----------------------------------------*/
html {
    font-family: 'Poppins', 'Seguivar', 'VerlagSSm', 'Tahoma', sans-serif !important;
    -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;
    font-family: 'Poppins', 'Seguivar', 'VerlagSSm', 'Tahoma', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', 'Seguivar', 'VerlagSSm', 'Tahoma', sans-serif !important;
}

p,
span,
div,
a,
button,
input,
textarea,
select {
    font-family: 'Poppins', 'Seguivar', 'VerlagSSm', 'Tahoma', sans-serif !important;
}









/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    z-index: 9999;
}

.skeleton {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skeleton-item {
    width: 300px;
    height: 20px;
    background-color: #ccc;
    border-radius: 4px;
    animation: skeleton-loading 1.2s infinite ease-in-out;
}

@keyframes skeleton-loading {
    0% {
        background-color: #ccc;
    }

    50% {
        background-color: #e0e0e0;
    }

    100% {
        background-color: #ccc;
    }
}

/* Hide content initially */
#content {
    display: none;
}
















/** Homepage 01 **/
.ihbox-section_one .pbmit-col-wrapper {
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #E8E8E9;
    padding: 90px 80px 60px 90px;
}

.chart_box {
    padding-top: 300px;
}

.chart-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
}

.about-one_img {
    margin-top: 30px;
}

.service_one .pbmit-service-style-1 .pbminfotech-post-item {
    padding-right: 35px;
    margin-right: 5px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.service-one-arrow {
    position: relative;
}

.counter-one_bg {
    position: relative;
    padding: 350px 0px 350px 0px;
}

.counter-one_bg .pbmit-col-stretched-right {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/homepage-1/bg/counter-new-bg.jpg);
    border-radius: 0px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-one_bg .pbminfotech-ele-fid-style-4 {
    position: absolute;
    bottom: 90px;
    left: 80px;
    color: var(--pbmit-white-color);
}

.team-one_leftbox {
    padding-right: 100px;
}

.team-one_leftbox .team-one-arrow {
    display: inline-flex !important;
}

.team-one-arrow .swiper-button-next:after,
.team-one-arrow .swiper-button-prev:after {
    color: var(--pbmit-global-color);
}

.client_one {
    padding-bottom: 130px;
}

.client_one .container-fluid {
    padding: 0px 30px 0px 30px;
}

.testimonial_one .swiper-slider {
    padding-bottom: 60px;
}

/* .blog-one_leftbox img{
	background-image: url(../images/homepage-1/bg/blog-bg-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
    margin-left: 1%!important;
}*/
.blog-one_rightbox {
    padding: 120px 100px 0px 0px;
}

/** Homepage 02 **/
.service_two {
    overflow: hidden;
    padding: 130px 0px 90px 0px;
}

.service-two-arrow .swiper-button-next:after,
.service-two-arrow .swiper-button-prev:after {
    color: var(--pbmit-global-color);
}

.service_two .service-two-arrow {
    display: inline-flex !important;
}

.about-two-left_col {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/homepage-2/bg/about-img-01.jpg);
    border-radius: 0px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-two_rightbox {
    padding: 110px 0px 110px 110px;
}

.about-two_content {
    padding-left: 145px;
}

.about-two_desc {
    font-size: 18px;
    color: var(--pbmit-white-color);
}

.about-two_content .pbmit-ihbox-style-2 {
    margin-top: 60px;
}

.fid-two-col_1 {
    width: 30%;
}

.fid-two-col_2 {
    width: 70%;
}

.fid-two_desc {
    padding: 20px 0px 0px 40px;
}

.fid-two_main {
    margin-top: 30px;
}

.fid-two_main .pbminfotech-ele-fid-style-2:first-child,
.fid-two_main .pbminfotech-ele-fid-style-2:nth-child(3) {
    padding-right: 70px;
}

.fid-two_main .pbminfotech-ele-fid-style-2:last-child,
.fid-two_main .pbminfotech-ele-fid-style-2:nth-child(2) {
    padding-left: 70px;
}

.fid-two_main .pbminfotech-ele-fid-style-2:last-child,
.fid-two_main .pbminfotech-ele-fid-style-2:nth-child(3) {
    margin-top: 70px;
}

.accordion-two_box {
    padding-left: 90px;
}

.testimonial_two {
    padding: 130px 0px 590px 0px;
}

.testimonial_two .testimonial_arrow {
    display: inline-flex !important;
}

.testimonial_two .testimonial-two_box {
    padding-left: 75px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.testimonial_two .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
    left: 0px;
    text-align: right;
}

.testimonial_two .swiper-slider .swiper-pagination-bullet {
    background: rgb(255, 255, 255, .50);
}

.testimonial_two .swiper-slider .swiper-pagination-bullet-active {
    background-color: var(--pbmit-white-color);
}

.demo_two .counter_one {
    margin-top: -460px;
}

/** Homepage 03 **/
.about-three_img2 {
    margin-top: 30px;
}

.about-three_rightbox {
    margin-left: 75px;
}

.about-three_content {
    margin-left: 80px;
}

.about-three_content .list-group {
    margin: 55px 0;
}

.counter_three .pbmit-col_wrapper {
    padding-right: 60px;
}

.service-three_box .pbmit-col_wrapper:nth-child(even) .pbminfotech-post-item {
    margin-left: 60px;
}

.service-three_box .pbmit-col_wrapper:nth-child(odd) .pbminfotech-post-item {
    margin-right: 60px;
}

.service-three_btn {
    margin-top: 50px;
    text-align: center;
}

.split-slide_section {
    padding: 130px 0px 100px 0px;
    background-image: url(../images/homepage-3/bg/splitslide-bg.png);
    background-position: 98% 10%;
    background-repeat: no-repeat;
}

.team-three-arrow {
    position: absolute;
    right: 0;
    top: 70px;
}

.team-three-arrow .swiper-button-next:after,
.team-three-arrow .swiper-button-prev:after {
    color: var(--pbmit-global-color);
}

.client_three .pbmit-client-style-1 .pbmit-client-content {
    border-bottom: none;
    border-left: none;
}

.appoinment-three_bg {
    padding-top: 60px;
}

.appoinment-three_img {
    text-align: center;
}

.appoinment-three_bg form .pbmit-btn {
    padding: 12px 30px;
}

/** Homepage 04 **/
.who-we-are-sec_four .pbmit-subheading .pbmit-subtitle {
    color: var(--pbmit-white-color);
    border-color: var(--pbmit-white-color);
}

.who-we-are-sec_four .pbmit-col_left {
    width: 35%;
}

.who-we-are-sec_four .pbmit-col_right {
    width: 65%;
    padding-left: 100px;
}

.who-we-are-four_right_img {
    background-image: url(../images/homepage-4/about-new-img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.who-we-are-sec_four .pbmit_desc {
    padding-left: 15px;
}

.who-we-are-sec_four .pbmit_desc p {
    color: var(--pbmit-white-color);
}

.who-we-are-sec_four .ihbox-style-7_box {
    margin-top: 45px;
}

.pbmit-element-service-style-4 {
    overflow: hidden;
}

.pbmit-element-service-style-4 .row .pbmit-service-style-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.pbmit-mask-image-style-1 .pbmit-mask-image-title-image {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-size: cover;
}

.pbmit-mask-image-style-1 .pbmit-element-title {
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
    margin-bottom: 0;
}

.ihbox-section_four .pbmit-col_1 {
    width: 60%;
}

.ihbox-section_four .pbmit-col_2 {
    width: 40%;
}

.ihbox-section_four .ihbox_style {
    margin-top: 50px;
}

.ihbox-section_four .pbmit-col-wrapper:first-child .pbmit-ihbox-style-5 {
    border-right: 1px solid #384253;
    margin: 0px 40px 0px 0px;
    padding: 0px 80px 0px 0px;
}

.ihbox-section_four .pbmit-col-wrapper:nth-child(2) .pbmit-ihbox-style-5 {
    padding: 0px 50px 0px 50px;
}

.ihbox-section_four .pbmit-col-wrapper:nth-child(3) .pbmit-ihbox-style-5 {
    border-left: 1px solid #384253;
    margin-left: 40px;
    padding-left: 80px;
}

.about-us-four_rightbox {
    padding: 130px 180px 130px 100px;
    background-color: var(--pbmit-blackish-color);
}

.about-us-four_rightbox .pbmit-heading {
    color: var(--pbmit-white-color);
    padding-top: 42px;
}

.about-us-four_rightbox .sticky-img_box {
    margin-top: 40px;
}

.about-us-four_rightbox .list-group {
    padding: 50px 0 0 60px;
    margin-bottom: 50px;
}

.about-us-four_rightbox .pbmit-heading_desc,
.about-us-four_rightbox .list-group .pbmit-icon-list-icon i,
.about-us-four_rightbox .list-group .pbmit-icon-list-text {
    color: var(--pbmit-white-color);
}

.about-us-four_rightbox .pbmit-ihbox-style-2 {
    margin-top: 50px;
}

.pbmit-sticky-special {
    background-color: var(--pbmit-blackish-color);
    position: relative;
    overflow: hidden;
    height: 100vh !important;
}

.pbmit-sticky-special .about-us-four_leftbox {
    background-image: url(../images/homepage-4/sticky-new-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.process-slider_arrow .swiper-button-next,
.process-slider_arrow .swiper-button-prev {
    opacity: .35;
}

.counter-four_bg {
    margin-bottom: -245px;
    overflow: hidden;
}

.counter-four_bg .pbminfotech-ele-fid-style-4 {
    bottom: 65px;
    left: 90px;
}

.testimonial_four {
    padding: 375px 0 130px 0;
    background-color: var(--pbmit-secondary-color);
}

.testimonial_four .pbmit-heading-subheading .pbmit-subtitle {
    border-color: var(--pbmit-global-color);
}

.testimonial-four_arrow {
    display: inline-flex;
}

.testimonial-four_arrow .swiper-button-next:after,
.testimonial-four_arrow .swiper-button-prev:after {
    color: var(--pbmit-global-color);
}

.testimonial-four_box {
    padding-left: 80px;
    border-left: 1px solid rgba(33, 44, 64, 0.2);
}

.testimonial_four .swiper-horizontal>.swiper-pagination-bullets {
    text-align: right;
    bottom: 15px;
}

.client_four {
    overflow: hidden;
    padding-bottom: 130px;
    background-color: var(--pbmit-secondary-color);
}

.client_four.pbmit-element-client-style-1 .swiper-slide {
    display: block;
}

.blog_four .pbmit-ele-blog .pbmit-meta-line,
.blog_four .pbmit-ele-blog .pbmit-meta-line a {
    color: rgba(255, 255, 255, .6);
}

/** Homepage 05 **/
.who-we-are-five_leftbox {
    padding-right: 200px;
}

.ihbox-five_box {
    padding: 80px 0 130px 0;
    border-top: 1px solid rgba(102, 102, 102, .1);
}

.ihbox-five_box .col-xl-4:first-child .pbmit-col_wrapper {
    margin-right: 75px;
}

.ihbox-five_box .col-xl-4:nth-child(2) .pbmit-col_wrapper {
    margin: 0px 37px 0px 37px;
}

.ihbox-five_box .col-xl-4:last-child .pbmit-col_wrapper {
    margin-left: 75px;
}

.service-section_five {
    overflow: hidden;
}

.service-five_leftbox {
    background-image: url(../images/homepage-5/bg/service-bg-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.service-five-right_bg {
    position: relative;
    padding: 100px 0px 100px 100px;
}

.service-five-right_bg .pbmit-col-stretched-right {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 0;
    overflow: hidden;
    background-image: url(../images/homepage-5/bg/service-bg-pattern-01.png);
    border-radius: 0px;
    background-color: var(--pbmit-global-color) !important;
    background-position: 780px 60px;
    background-repeat: no-repeat;
    background-size: auto;
}

.service-five-background_layer {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/homepage-5/bg/service-bg-pattern-02.png);
    background-position: -1% 555px;
    background-repeat: no-repeat;
}

.service-five-right_bg .pbmit-heading-subheading .pbmit-subtitle {
    border-color: var(--pbmit-white-color);
}

.service-five-right_bg .service-style_box {
    padding-left: 100px;
}

.service-five-right_bg .pbmit-service-style-5 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.our-process-section_five {
    overflow: hidden;
    margin-top: -350px;
    padding: 480px 0px 130px 0px;
}

.our-process-section_five .swiper-button-next,
.our-process-section_five .swiper-button-prev {
    opacity: 1;
}

.our-process-section_five .swiper-button-next:after,
.our-process-section_five .swiper-button-prev:after {
    color: var(--pbmit-global-color);
}

.testimonial_five {
    margin-top: -230px;
    padding: 360px 0px 130px 0px;
    background-color: var(--pbmit-global-color);
}

.testimonial_five .pbmit-heading-subheading .pbmit-subtitle {
    border-color: var(--pbmit-white-color);
}

.testimonial_five .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
    color: rgba(255, 255, 255, .5);
}

.testimonial_five .swiper-button-next:after,
.testimonial_five .swiper-button-prev:after {
    color: var(--pbmit-white-color);
}

.testimonial_five .testimonial-four_box {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.testimonial_five .pbmit-testimonial-style-2 .pbminfotech-box-content::before {
    color: #717b8c;
}

.testimonial_five .pbmit-testimonial-style-2 blockquote,
.testimonial_five .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i,
.testimonial_five .pbmit-testimonial-style-2 .pbminfotech-box-title {
    color: var(--pbmit-white-color);
}

.testimonial_five .swiper-horizontal>.swiper-pagination-bullets {
    text-align: right;
    bottom: 0;
}

.testimonial_five .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .5);
}

.testimonial_five .swiper-pagination-bullet-active {
    background-color: var(--pbmit-white-color);
}

.client_five {
    background-color: var(--pbmit-global-color);
    overflow: hidden;
}

.client_five .container-fluid {
    padding: 0 0 0 30px;
}

.client_five .pbmit-client-style-1 .pbmit-client-content {
    border-color: rgba(255, 255, 255, .6);
}

.team_five {
    padding: 115px 0 50px 0;
}

/*----------------------------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.about-right_box {
    margin-left: 75px;
}

.about_content_box {
    margin-left: 80px;
}

.about_content {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.about_content_box .pbmit-ihbox-style-2 {
    margin-top: 40px;
}

.about_content_box .pbmit-btn {
    margin-top: 55px;
}

.pbmit-element-timeline-style-1 {
    margin-top: 30px;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    color: var(--pbmit-white-color);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0px 80px;
    color: var(--pbmit-white-color);
}

.pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper {
    position: relative;
}

.pbmit-element-timeline-style-1 .pbmit-heading-subheading {
    margin-bottom: 80px;
}

.pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child:after,
.pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -200%;
    width: calc(200% + -20px);
    height: 2px;
    background: rgba(17, 25, 38, 0.10);
}

.pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child:after {
    left: inherit;
    right: -200%;
    width: calc(200% + -10px);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
    margin: 0;
    padding: 0 50px;
}

.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
    color: rgba(255, 255, 255, 0.6);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i {
    color: rgba(255, 255, 255, .1);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 0;
    bottom: -36px;
    width: 1px;
    height: 40px;
    margin: 0;
    z-index: -5;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i:after {
    background-color: #29303c;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even .steps-dot i:after {
    left: 10px;
    top: -36px;
    bottom: auto;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
    display: grid;
    width: 100%;
    height: auto;
    position: relative;
    justify-items: center;
    grid-template-rows: 1fr 1fr;
    text-align: center;
    grid-gap: 160px;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height.steps-content_wrap {
    justify-content: flex-end;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto !important;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -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-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
    content: "";
    width: calc(56% + 0px);
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
    left: -29px;
    background: rgba(17, 25, 38, 0.10);
}

.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before,
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
    background-color: rgba(255, 255, 255, .1);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before {
    right: -1px;
    left: inherit;
    width: calc(50% + -6px);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even .pbmit-feature-image {
    order: 1;
    justify-content: start;
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image {
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-feature-image,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-content_wrap {
    opacity: 1;
}

/** 02 - Our Plans **/
.our_plans .testimonial_two {
    padding: 130px 0 130px 0;
}

/** 03 - Service Detail **/
.service_details {
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-left-col {
    flex: 0 0 25%;
    max-width: 25%;
}

.service-right-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 30px;
}

.service_details .all-post-list li {
    padding: 12px 30px;
    margin: 0;
    position: relative;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service_details .all-post-list li:not(:last-child) {
    margin-bottom: 2px;
}

.service_details .all-post-list li:before {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50px;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}

.service_details .all-post-list ul>li a {
    display: block;
    position: relative;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 25px;
}

.service_details .all-post-list ul>li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    z-index: -1;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
    background-color: var(--pbmit-global-color);
    -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%);
}

.service_details .all-post-list ul>li a:after {
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\e815';
    right: 0;
    top: 50%;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    color: var(--pbmit-white-color);
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
    -khtml-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    transform: translateX(0%) translateY(-50%) rotate(-45deg);
}

.service_details .all-post-list ul>li.post-active:before {
    width: 100%;
    background-color: var(--pbmit-global-color);
}

.service_details .all-post-list ul>li.post-active a,
.service_details .all-post-list ul>li:hover a {
    color: var(--pbmit-white-color);
}

.service_details .all-post-list ul>li.post-active a:before,
.service_details .all-post-list ul>li:hover a:before {
    background-color: var(--pbmit-white-color);
}

.service_details .all-post-list ul>li.post-active a:after,
.service_details .all-post-list ul>li:hover a:after {
    opacity: 1;
    visibility: visible;
}

.service_details .all-post-list ul>li:hover:before {
    width: 100%;
    background-color: var(--pbmit-global-color);
}

.widget .download .item-download:first-child a {
    margin-bottom: 20px;
}

.widget .download .item-download a {
    position: relative;
    text-align: center;
    padding: 20px 30px 20px 25px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(33, 44, 64, .5);
}

.widget .download .item-download .pbmit-download-icon {
    display: flex;
    align-items: center;
}

.widget .download .item-download .pbmit-download-icon i {
    font-size: 25px;
    line-height: 25px;
    margin-right: 20px;
}

.widget .download .item-download .pbmit-download-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--pbmit-global-color);
}

.widget .download .item-download .pbmit-download-arrow i {
    font-size: 20px;
    line-height: 20px;
}

.widget .download .item-download a:hover {
    background-color: var(--pbmit-global-color);
}

.widget .download .item-download a:hover .pbmit-download-icon i,
.widget .download .item-download a:hover .pbmit-download-title,
.widget .download .item-download a:hover .pbmit-download-arrow i,
.widget .download .item-download:last-child .pbmit-download-icon i,
.widget .download .item-download:last-child .pbmit-download-title,
.widget .download .item-download:last-child .pbmit-download-arrow i {
    color: var(--pbmit-white-color);
}

.widget .download .item-download:last-child a {
    background-color: var(--pbmit-global-color);
}

.pbmit-service-feature-image img {
    width: 100%;
    margin-bottom: 50px;
}

.pbmit-service-single .pbmit-heading-subheading {
    margin-bottom: 0;
}

.pbmit-service-single .pbmit-heading-subheading .pbmit-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}

.pbmit-service_imgbox {
    margin-bottom: 50px;
}

.pbmit-service-single .list-group {
    margin-bottom: 50px;
    padding-top: 20px;
}

.chart-card_img {
    margin-bottom: 50px;
}

/** 04 - Project Detail **/
.pbmit-single-project-details-list {
    padding: 50px;
    margin-bottom: 60px;
    background-color: var(--pbmit-light-color);
}

.pbmit-portfolio-lines-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0 30px;
}

.pbmit-portfolio-lines-ul li {
    position: relative;
    padding-left: 15px;
}

.pbmit-portfolio-lines-ul li {
    font-weight: 700;
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-portfolio-lines-ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--pbmit-global-color);
}

.pbmit-portfolio-line-title,
.pbmit-portfolio-line-value {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--pbmit-global-color);
}

.pbmit-portfolio-line-value {
    color: #666;
    padding-left: 5px;
    text-transform: capitalize;
}

.pbmit-pf-entry-content .pbmit-heading-subheading {
    margin-bottom: 0;
}

.pbmit-pf-entry-content .pbmit-heading-subheading .pbmit-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pbmit-pf_imgbox .col-md-4:first-child {
    padding: 0 20px 0 0;
}

.pbmit-pf_imgbox .col-md-4:nth-child(2) {
    padding: 0 10px 0 10px;
}

.pbmit-pf_imgbox .col-md-4:last-child {
    padding-left: 20px;
}

.pbmit-pf_content {
    margin-top: 70px;
}

.pbmit-pf_content .list-group {
    margin: 60px 0 40px 0;
}

.pbmit-pf-last_sec {
    margin-top: 70px;
}

.pbmit-team-style_box {
    margin-top: 50px;
}

.pbmit-portfolio-single .navigation {
    margin-top: 80px;
}

.pbmit-portfolio-single .navigation .nav-links {
    padding-bottom: 0;
    margin-bottom: 0;
    justify-content: space-between;
    border-top: 1px solid rgba(17, 25, 38, .1);
}

.masonry_col,
.masonry_wide,
.masonry-grid_col,
.blog-grid_col_4,
.portfolio-grid_col,
.portfolio-grid-col_wide,
.sortable-grid_col {
    padding-left: 15px;
    padding-right: 15px;
}

/** 05 - Blog Detail **/
/** Sidebar Right**/
.sidebar .widget {
    border: none;
    padding: 0;
    margin-bottom: 40px;
    background-color: transparent;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget .widget-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    margin-bottom: 20px;
    color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.widget .search-form {
    position: relative;
}

.widget .search-form input {
    height: 55px;
    padding: 0 50px 0 30px;
    border-radius: 50px;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    border: 1px solid rgba(17, 25, 38, .2);
}

.widget .search-form .search-submit {
    position: absolute;
    right: 0px;
    padding: 0;
    outline: none;
    height: 55px;
    width: 55px;
    line-height: 58px;
    top: 0px;
    color: var(--pbmit-white-color);
    font-size: 16px;
    background-color: transparent;
    z-index: 1;
    border: none;
}

.widget .search-form .search-submit:after {
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\e80d';
    right: 20px;
    top: 50%;
    font-size: 18px;
    color: var(--pbmit-blackish-color);
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    -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%);
}

.sidebar .widget-categories li {
    position: relative;
    padding: 0;
}

.sidebar .widget-categories .pbmit-cat-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-style: normal;
}

.sidebar .widget-categories .pbmit-cat-li a {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--pbmit-heading-typography-color);
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 10px 0 20px;
    margin: 8px 0;
    display: block;
    line-height: normal;
    position: relative;
}

.sidebar .widget-categories .pbmit-cat-li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-global-color);
    -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%);
}

.sidebar .widget-categories .pbmit-brackets {
    color: var(--pbmit-blackish-color);
    font-size: 13px;
}

.sidebar .widget-categories .pbmit-cat-li a:hover,
.sidebar .widget-categories .pbmit-cat-li a:hover+.pbmit-brackets {
    color: var(--pbmit-global-color);
}

.widget-recent-post .recent-post-list-li {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
}

.widget-recent-post .recent-post-list-li:last-child {
    padding-bottom: 0;
}

.widget-recent-post .recent-post-list-li>a {
    width: 90px;
    flex-shrink: 0;
    margin-right: 15px;
    display: inline-block;
}

.widget-recent-post .pbmit-rpw-title {
    font-weight: 800;
    font-style: normal;
    font-family: var(--pbmit-heading-typography-font-family);
}

.widget-recent-post .pbmit-rpw-title a {
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: none;
    line-height: 22px;
    overflow: hidden;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--pbmit-blackish-color);
}

.widget-recent-post .pbmit-rpw-title a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-rpw-content .pbmit-rpw-date {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 0;
    text-transform: uppercase;
    color: var(--pbmit-global-color);
}

.pbmit-rpw-content .pbmit-rpw-date a {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--pbmit-heading-typography-font-family);
}

aside.widget.pbmit-service-ad {
    background-image: url(../images/bg/banner-bg-img.jpg);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

aside.widget.pbmit-service-ad:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 25, 38, .6);
}

.widget.pbmit-service-ad .textwidget:before,
.widget.pbmit-service-ad .textwidget:after {
    content: "";
    display: table;
}

.widget.pbmit-service-ad .textwidget:after {
    clear: both;
}

.widget.pbmit-service-ad .pbmit-service-ads {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 50px 30px;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-title {
    margin: 50px 0 30px 0;
}

.pbmit-service-ads .pbmit-title-one {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-title-second {
    font-size: 27px;
    line-height: 33px;
    margin: 0;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    color: var(--pbmit-white-color);
}

.pbmit-service-ads .pbmit-ads-contact i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
}

aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
    margin: 0 4px 8px 0;
    display: inline-block;
    font-size: 14px;
    padding: 0 16px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    letter-spacing: 0px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}

aside.widget.widget-tag-cloud a:hover,
.pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

/** Blog Classic **/
.site_content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.post.blog-classic {
    margin-bottom: 60px;
    position: relative;
    background: transparent;
}

.post.blog-classic:last-child {
    margin-bottom: 0px;
}

.post.blog-classic .pbmit-featured-img-wrapper {
    position: relative;
    margin-bottom: 25px;
}

.blog-classic .pbmit-blog-classic-inner {
    background: transparent;
    padding: 0;
    position: relative;
}

.pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 14px;
    margin-bottom: 6px;
}

.pbmit-blog-meta-top .pbmit-meta {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 0;
    font-size: 12px;
    padding-right: 20px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
}

.pbmit-blog-meta-top .pbmit-meta:last-child {
    margin-right: 0;
    padding: 0;
}

.pbmit-blog-meta-top .pbmit-meta a {
    color: #787c8b;
}

.pbmit-blog-meta-top .pbmit-meta:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--pbmit-global-color);
    -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-blog-meta-top .pbmit-meta a:hover {
    color: var(--pbmit-global-color);
}

.blog-classic .pbmit-post-title {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

.blog-classic .pbmit-entry-content {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.blog-classic .pbmit-read-more-link {
    margin-left: auto;
    vertical-align: top;
    margin-top: 30px;
}

.blog-classic .pbmit-read-more-link a {
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.blog-classic .pbmit-read-more-link a span {
    padding-right: 25px;
    position: relative;
}

.blog-classic .pbmit-read-more-link a span:after {
    content: "\e815";
    position: absolute;
    right: 0;
    top: 51%;
    font-size: 13px;
    font-family: 'pbminfotech-base-icons';
    -webkit-transition: all .200s ease-in-out;
    transition: all .200s ease-in-out;
    -khtml-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    transform: translateX(0%) translateY(-50%) rotate(-45deg);
}

.blog-classic .pbmit-read-more-link a:hover span:after {
    transform: translateX(0%) translateY(-50%) rotate(0);
}

/** Blog Single **/
.blog-details:before,
.blog-details:after {
    content: "";
    display: table;
}

.blog-details:after {
    clear: both;
}

.blog-details .post.blog-classic {
    margin-bottom: 0;
}

.blog-details .pbmit-blog-meta.pbmit-blog-meta-top {
    margin-bottom: 20px;
}

.pbmit-entry_content .pbmit-underline,
.pbmit-entry-content .pbmit-underline {
    font-weight: 600;
    color: var(--pbmit-global-color);
}

.pbmit-entry_content blockquote {
    border: none;
    font-size: 22px;
    line-height: 34px;
    margin: 40px 0 40px;
    padding: 45px 55px 45px 120px;
    position: relative;
    font-weight: 500 !important;
    overflow: hidden;
    border-left: 5px solid var(--pbmit-global-color);
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-light-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-entry_content blockquote:before {
    position: absolute;
    content: '\e88e';
    font-family: 'pbminfotech-base-icons';
    font-size: 30px;
    line-height: 30px;
    left: 60px;
    top: 55px;
    z-index: 1;
    color: rgba(33, 44, 64, .7);
}

.pbmit-entry_content blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-style: normal !important;
    margin-top: 10px;
    opacity: 1;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-entry_content blockquote:after {
    position: absolute;
    content: "\e8d6";
    font-family: "pbminfotech-base-icons";
    font-size: 85px;
    line-height: 80px;
    left: 1px;
    top: 40px;
    z-index: 1;
    color: var(--pbmit-global-color);
}

.pbmit-entry_content .wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
}

.pbmit-entry_content .wp-block-columns img {
    margin: 15px 0;
}

.pbmit-entry_content .pbmit-blog_list {
    padding: 0;
    margin-top: 10px;
    line-height: 35px;
    font-weight: 500;
    color: var(--pbmit-global-color);
    display: block;
}

.pbmit-entry_content .pbmit-blog_list .pbmit-icon-list-text {
    color: var(--pbmit-global-color);
}

.pbmit-blog-meta-bottom {
    display: flex;
    padding: 40px 0 30px;
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
}

.pbmit-blog-meta-bottom .pbmit-meta-tags a {
    color: #787c8b;
}

.blog-details .post-navigation {
    padding-bottom: 50px;
}

.post-navigation .nav-links {
    margin-top: 0;
    padding: 50px 0;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
}

.blog-details .post-navigation .nav-previous,
.blog-details .post-navigation .nav-next {
    position: relative;
    width: calc(50% - 15px);
}

.post-navigation .nav-previous {
    text-align: left;
    margin-right: auto !important;
}

.blog-details .post-navigation .nav-links a {
    display: block;
    text-align: left;
    width: 300px;
    color: var(--pbmit-blackish-color);
}

.blog-details .post-navigation .nav-links a:hover {
    color: var(--pbmit-global-color);
}

.post-navigation .pbmit-post-nav-icon {
    display: inline-flex;
    align-items: center;
}

.post-navigation .pbmit-post-nav-icon i:before {
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.post-navigation .nav-previous .pbmit-post-nav-icon i:before {
    transform: rotate(45deg);
}

.post-navigation .pbmit-post-nav-head {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    letter-spacing: 1px;
    margin-left: 10px;
    line-height: 24px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

span.pbmit-post-nav-wrapper {
    display: block;
    padding-top: 5px;
    text-align: left;
    word-break: break-word;
}

.pbmit-post-nav-wrapper .pbmit-post-nav {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600 !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pbmit-post-nav-wrapper .pbmit-post-nav,
.comments-area .pbmit-comment-meta {
    font-weight: 800;
    font-style: normal;
    font-family: var(--pbmit-heading-typography-font-family);
}

.post-navigation .nav-previous a:hover .pbmit-post-nav-icon i:before,
.post-navigation .nav-next a:hover .pbmit-post-nav-icon i:before {
    transform: rotate(0);
}

.post-navigation .nav-next {
    text-align: right;
    margin-left: auto;
}

.post-navigation .nav-next .pbmit-post-nav-head {
    margin: 0 10px 0 0;
}

.post-navigation .nav-next .pbmit-post-nav-icon i:before {
    transform: rotate(-45deg);
}

.blog-details .post-navigation .nav-next a {
    display: block;
    text-align: right;
    margin-left: auto;
}

.post-navigation .nav-next .pbmit-post-nav-wrapper {
    text-align: right;
}

.blog-details .pbmit-author-box {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 45px;
    display: inline-flex;
    align-items: center;
    background-color: var(--pbmit-global-color);
}

.pbmit-author-image img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    margin-right: 40px;
}

.pbmit-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.pbmit-author-name a {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--pbmit-white-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-author-content .pbmit-author-bio {
    color: var(--pbmit-white-color);
    margin-bottom: 0;
}

.comments-area {
    margin-top: 60px;
}

.comments-area .comments-title {
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 35px;
}

.comment-list li:not(:last-child) .pbmit-comment {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(17, 25, 38, .1);
}

.comment-list .pbmit-comment-avatar {
    float: left;
}

.comment-list .pbmit-comment-avatar img {
    border-radius: 0;
    width: 90px;
    height: 90px;
}

.comments-area .pbmit-comment-content {
    position: relative;
    flex-grow: 1;
    padding: 0 0 30px 0;
    background: transparent;
    margin-left: 120px;
}

.comments-area .pbmit-comment-meta {
    display: inline-flex;
    align-items: center;
}

.pbmit-comment-content .pbmit-comment-author {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: inline-flex;
    position: relative;
}

.pbmit-comment-author-inner {
    margin: 0 5px;
    font-weight: 600;
    font-size: 18px;
    color: var(--pbmit-global-color);
}

.pbmit-comment-author-inner a {
    color: var(--pbmit-global-color);
}

.comments-area .pbmit-comment-date {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-left: 5px;
    padding-left: 15px;
    position: relative;
}

.comments-area .pbmit-comment-date:before {
    position: absolute;
    content: "/";
    top: 50%;
    left: 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%);
}

.comments-area .pbmit-comment-date a {
    color: #666;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: var(--pbmit-heading-typography-font-family);
}

.comments-area .pbmit-comment-content p {
    margin: 12px 0 20px 0;
}

.comments-area .pbmit-comment-content .reply a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: capitalize;
    -webkit-transition: .4s ease-out 0s;
    -o-transition: .4s ease-out 0s;
    transition: .4s ease-out 0s;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.comments-area .pbmit-comment-content .reply a i {
    padding-left: 2px;
}

.comments-area .pbmit-comment-content .reply a i:before {
    transform: rotate(-45deg);
    top: 1px;
    position: relative;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}

.comments-area .pbmit-comment-content .reply a:hover i:before {
    transform: rotate(0deg);
}

.comment-list .children {
    margin-left: 100px;
    padding-top: 8px;
}

.comments-area .comment-respond {
    margin-bottom: 0;
    padding: 60px 65px;
    background: var(--pbmit-light-color);
}

.comment-respond .comment-reply-title {
    font-size: 36px;
    line-height: 44px;
}

.comment-respond .comment-form .comment-notes,
.comment-respond .comment-form label.form-check-label {
    font-size: 14px;
}

.comment-respond .comment-form .form-control {
    margin-bottom: 25px;
}

.comment-respond .comment-form .form-check {
    margin-bottom: 25px;
    margin-top: 15px;
}

.comment-respond .comment-form .submit-btn {
    padding: 15px 30px;
    border-radius: 50px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.comment-respond .comment-form .submit-btn span {
    position: relative;
    padding-right: 25px;
}

.comment-respond .comment-form .submit-btn span:after {
    content: "\e815";
    position: absolute;
    right: 0;
    top: 51%;
    font-size: 14px;
    font-family: 'pbminfotech-base-icons';
    -webkit-transition: all .200s ease-in-out;
    transition: all .200s ease-in-out;
    -khtml-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(0%) translateY(-50%) rotate(-45deg);
    transform: translateX(0%) translateY(-50%) rotate(-45deg);
}

.comment-respond .comment-form .submit-btn:hover {
    background-color: var(--pbmit-blackish-color);
}

.comment-respond .comment-form .submit-btn:hover span:after {
    transform: translateX(0%) translateY(-50%) rotate(0deg);
}

/** 06 - Team Single **/
.marquee_bg {
    padding: 40px 0;
    background-color: var(--pbmit-global-color);
}

.pbmit-team-single {
    padding: 80px 0;
}

.pbmit-team-single .pbmit-team-detail {
    padding: 45px 35px;
    background: var(--pbmit-light-color);
}

.pbmit-team-single .pbmit-team-designation {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    color: #666;
}

.pbmit-team-single .pbmit-team-designation:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--pbmit-global-color);
    -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-team-single .pbmit-team-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.pbmit-team-single .pbmit-single-team-info {
    position: relative;
    padding: 0;
    font-size: 16px;
    margin: 30px 0 30px 0;
    padding-top: 30px;
    border-top: 1px solid rgba(33, 44, 64, .08);
}

.pbmit-team-single .pbmit-single-team-info li {
    padding-bottom: 20px;
    word-wrap: break-word;
    font-weight: 500;
    font-style: normal;
    color: var(--pbmit-heading-typography-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-team-single .pbmit-single-team-info li:last-child {
    padding-bottom: 0;
}

.pbmit-team-single .pbmit-single-team-info li label {
    display: block;
    line-height: 21px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-team-single .pbmit-single-team-info li a {
    color: #666;
}

.pbmit-team-single .pbmit-single-team-info li a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-team-single .pbmit-team-social-links li {
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 10px;
    float: left;
}

.pbmit-team-single .pbmit-team-social-links li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: var(--pbmit-global-color);
    border: 1px solid rgba(33, 44, 64, .08);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pbmit-team-single .pbmit-social-links {
    display: inline-block;
}

.pbmit-team-single .pbmit-team-social-links li a:hover {
    color: var(--pbmit-white-color);
    border-color: var(--pbmit-global-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-teammember-content .pbmit-heading-subheading {
    margin-bottom: 0;
}

.pbmit-teammember-content .pbmit-heading-subheading .pbmit-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}

.pbmit-team-inner_box {
    margin-top: 60px;
}

.pbmit-team-inner_box ul li {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.pbmit-team-inner_box ul li .pbmit-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    width: 15%;
}

.pbmit-team-inner_box ul li .pbmit-content {
    margin-bottom: 30px;
    width: 85%;
}

.pbmit-team-personal_info {
    margin-top: 70px;
}

.pbmit-team-personal_info .counter_box {
    margin-top: 45px;
}

.pbmit-team-personal_info .pbmit-ihbox-style-3 {
    margin-top: 40px;
}

.team-details-contact {
    margin-top: 70px;
    padding: 70px 70px 40px 70px;
    background-color: var(--pbmit-light-color);
}

.team-details-contact .pbmit-btn {
    padding: 12px 30px;
    margin-bottom: 30px;
}

/** 07 - Contact us **/
.contact-form_leftbox {
    background-image: url(../images/contact-us-img.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.contact-us-left_inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 330px;
    background-color: var(--pbmit-global-color);
}

.contact-form-left_title {
    padding: 30px 40px 0px 40px;
}

.contact-form-left_title h2.pbmit-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
}

.contact_col_1 .pbmit-social-link {
    padding: 0px 40px 40px 40px;
}

.contact_col_1 .pbmit-social-link h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
}

.contact_col_1 .pbmit-social-link ul li {
    float: left;
}

.contact_col_1 .pbmit-social-link ul li:not(:last-child) {
    padding-right: 10px;
}

.contact_col_1 .pbmit-social-link ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: var(--pbmit-white-color);
    border: 1px solid rgba(255, 255, 255, .2);
}

.contact_col_1 .pbmit-social-link ul li a:hover {
    color: var(--pbmit-global-color);
    border-color: var(--pbmit-white-color);
    background-color: var(--pbmit-white-color);
}

.contact-form_main {
    margin-left: 100px;
}

.contact-form_main p {
    margin: 50px 0 0 0;
}

.contact_form {
    margin-top: 80px;
}

.contact_form form {
    padding: 80px 80px 50px 80px;
    background-color: var(--pbmit-light-color);
}

.contact_form form h2 {
    margin-bottom: 55px;
}

.contact_form form .pbmit-btn {
    padding: 12px 30px;
}

.iframe_section iframe {
    height: 600px;
    max-width: 100%;
    width: 100%;
}

label.error {
    background: red;
    color: white;
    border-radius: 0px 0 10px 10px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 12px;
    display: block;
    margin-top: 0px;
    margin-right: 20%;
}

.message-status {
    margin-top: 30px;
}

.form-control.error {
    margin-bottom: 0;
}

/**08 - Comment Form **/
.form-control {
    height: 50px;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 0;
    border-bottom: 1px solid var(--pbmit-global-color);
}

.form-control:focus {
    background-color: transparent;
    border-color: rgba(7, 19, 35, .08);
}

textarea.form-control {
    height: 90px;
    resize: none;
}

p {
    text-align: justify;
}

.accordion-body {
    text-align: justify;
}

.g-text-color {
    color: #3E5879 !important;
}

.g-text-color {
    color: #141e55 !important;
}

.psm-text-fs {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.psm-heading-fs {
    font-size: 18px !important;
    color: #141e55 !important;
    font-weight: 600 !important;
}

.faq-mb {
    margin-bottom: 0px !important;
}

.psm-home-hero-slider-heading {
    font-size: 30px !important;
}

.psm-home-hero-slider-subheading {
    font-size: 18px !important;
    max-width: 100% !important;
}

.psm-home-let-s-forge-a-relationship {
    font-size: 14px !important;
}

/* Calculate the slider height dynamically */
.psm-banner-size {
    height: calc(100vh - 100px) !important;
    /* Assuming header height is 10px */
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .psm-banner-size {
        height: calc(100vh - 60px) !important;
        /* Adjust for smaller header on mobile */
    }
}

.psm-banner-header {
    position: absolute;
    bottom: 190px;
    left: 50px;
    margin: 0;
    color: #ffffff;
    font-size: 34px !important;
}

.psm-banner-header-description {
    position: absolute;
    bottom: 135px;
    left: 50px;
    margin: 0;
    color: #ffffff;
    font-size: 20px !important;
}

@media (max-width: 500px) {
    .psm-banner-header {
        bottom: 100px;
        left: 20px;
        right: 20px;
        font-size: 34px !important;
    }

    .psm-banner-header-description {
        bottom: 0px;
        left: 20px;
        right: 20px;
        font-size: 20px !important;
    }
}

.psm-submit-btn {
    font-size: 14px !important;
}

.psm-let-connect-text {
    font-size: 18px !important;
}