.pricing-tabs .nav-item .nav-link{
    background: none;
    color: #abc6db;
    font-weight: 500;
    border-bottom: solid 4px #abc6db;
    border-radius: 0;
    font-size: 26px;
    font-family: var(--pbmit-heading-typography-font-family);
    padding: 15px 100px;
}
.pricing-tabs .nav-item .nav-link.active{
    color:#3c70bc;
    border-bottom: solid 4px #3c70bc;
    font-weight: 900;
}
.pricing-tabs {
    justify-content: center;
}
.pbminfotech-ele-ptable-style-1{
        padding-top: 40px;
}


.partner-benefit-sec .pbmit-ihbox-style-2{
    padding: 0px 30px 30px 30px;
    margin-bottom: 30px;
}
.partner-types h3{
    font-size: 26px;
    padding: 10px 10px 10px 20px;
    border: solid 1px #f5f5f5;
    margin: 0;
    background: #fbf9f9;
}
.partner-benefit-sec .pbmit-ihbox-style-2 .pbmit-element-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}
.partner-logo{
    text-align: center;
    padding: 50px;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    transition: 0.3s all;
}
.partner-logo img{
     max-height: 55px;
     transition: 0.3s all;
}
.partner-row .col{
    padding:0 !important;
}
.partner-logo:hover img {
    transform: scale(1.1);
    filter: grayscale(1);
    transition: 0.3s all;
}
.pbmit-ihbox-style-2 .pbmit-icon-type-icon {
    font-size: 40px;
    line-height: 90px;
    color: #0366a8;
}
.partner-benefit-sec .pbmit-header-button.schudule-meeting-btn .pbmit-svg-btn a{
    padding: 10px 15px !important;
    background: #293042 !important;
    border: 2px solid #293042;
}
.partner-benefit-sec{
      background: #0366a80a;
    padding: 50px 0 !important;
}
.get-client-main .pbmit-ihbox-style-2 .pbmit-element-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.get-client-main .pbmit-ihbox-style-2{
    padding: 0px 20px 20px 20px;
}
.pbmit-heading-subheading .pbmit-title {
    font-weight: 600;
    font-size: 37px;
    line-height: 53px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    color: var(--pbmit-heading-color);
    margin-bottom: 12px;
}
.header-right-part .pbmit-button-box .pbmit-svg-btn a {
    padding: 10px 15px;
}








 .pbmit-header-button.schudule-meeting-btn .pbmit-svg-btn a{
    border: 2px solid #293042;
    background-color: #293042 !important;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 15px;
}
.pbmit-header-button.schudule-meeting-btn .pbmit-svg-btn a:hover {
    color: var(--pbmit-blackish-color);
    border-color: #000000;
    background-color: var(--pbmit-white-color) !important;
}
.pbmit-header-button.schudule-meeting-btn{
    margin-right: 8px;
}
.home-page-slider {
    width: 100%;
    max-width: 718px;
    border: solid 1px #ffffff4a;
    padding: 10px;
    background: #ffffff21;
    backdrop-filter: blur(1px);
    border-radius: 30px;
    position: absolute;
    left: 48%;
    top: 9%;
    overflow: hidden;
}
.who-we-r-sec .row {
    align-items: center;
}
.home-page-slider .carousel-inner{
    border-radius: 30px;
}

.vision-mission-outer{
  padding: 30px;
}
.vision-mission-outer img{
   max-height: 100px;
}
.vision-mission-outer h3{
   margin: 20px 0;
   font-size: 28px;
}
.team-hr{
    border:solid 1px #ccc;
    margin:20px 0;
}
.team-mem-outer{
    padding: 30px;;
    border-radius: 15px;
    /*margin-bottom: 44px;*/
    transition: all 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    box-shadow: 0 2px 6px rgba(98, 112, 137, 0.05);
    border: 1px solid #DCE2EC;
}
.team-mem-outer:hover {
        box-shadow: 0 6px 30px rgba(95, 106, 120, 0.25);
        transform: translateY(-4px);
 }
.pbmit-team-detail-inner img{
    border-radius: 5px;
     /*max-height: 281px;*/
}

.pbmit-team-single .team-mem-outer:nth-child(even) .row{
    flex-direction: row-reverse;
}

.pbmit-element-card-box-style-2 .pbmit-card-box {
    padding: 50px 150px 50px 90px;
}
.swiper-buttons{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0;
    flex-direction: row-reverse;
    padding-left: 28px;
     margin: 14px 0 14px;
    display:none;
}
.features-sec .pbmit-content-box .pbmit-card-box-wrapper:nth-child(odd) .pbmit-card-box-wrapper-inner{
    flex-direction: row-reverse;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: "pbminfotech-base-icons";
    content: '\e891';
    font-size: 40px;
    color: #000000;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #000000;
   
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
     color:#fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
    padding: 5px;
}
.swiper-button-next, .swiper-button-prev {
    text-align: center;
    position: static;
    z-index: 15;
    cursor: pointer;
    width: inherit;
    height: inherit;
    line-height: 50px;
    border-radius: 0;
    transition: all 500ms ease;
    background-color: transparent;
    color: #000000;
     border-radius: 0px;
}
.partner-content-main{
      padding: 50px 50px 50px 80px;
}
.partner-content-main .ihbox-five-box {
    border-top: 1px solid #E5E5E5;
    padding: 25px 0 0px 0;
}

.get-client-main ul{
    display: block;
        column-count: 3;
}
.get-client-main{
    padding:70px 0;
}
.about-us-four-content ul {
       margin: 40px 0 30px 50px;
}
.whychoose-btn-service{
    margin-top: 38px;
}
.pbmit-testimonialbox-right .pbminfotech-box-content p{
    margin: 0 0 25px;
    font-size: 26px;
    line-height: 38px;
}
.about-us-four-content ul li{
    display: flex;
    align-items: center;
    color: var(--pbmit-body-typography-color);
    font-size: 16px;
       padding-bottom: 13px;
    position:relative;
}
.about-us-four-content ul li:before{
    font-size: 21px;
    width: 1.25em;
    color: var(--pbmit-global-color);
    transform: rotate(16deg);
    position: absolute;
    content: "\e64c";
    left: -38px;
    top: 6px;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

}

.ihbox-style-7-box .pbmit-ihbox-icon{
        padding-bottom: 20px;
}
.service-page-title.pbmit-title-bar-wrapper{
        background: #f5f7fa;
}
.service-page-title.pbmit-title-bar-wrapper .pbmit-tbar-title {
    color: #000000;
}
.service-page-title.pbmit-title-bar-wrapper .pbmit-title-bar-content-inner p {
    font-size: 18px;
    color: #363636;
}
.service-detail-breadcrumb-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.service-detail-breadcrumb-img{
    width: 603px;
    height: 440px;
    position: relative;
}
.mobile-menu-logo{
    display:none;
}
.flag-div{
    gap: 15px;
    padding-left: 20px;
    margin-bottom: 12px;
    border-bottom: solid 1px #ccccccab;
    padding-bottom: 10px;
}
.flag-div .address-content p{
    font-size:17px;
    margin-bottom:0;
}
.mobile-flags-box{
     display:none;
}
.mobile-flags-box span{
    font-size: 19px;
    padding: 22px;
    line-height: 65px;
    font-weight: 600;
    color: #000000;
    font-family: var(--pbmit-heading-typography-font-family);
}
.industry-detail-sec .about-us-three-content{
  margin:0 !important;  
}
.industry-detail-sec .about-us-three-content ul {
    margin: 0 !important; 
}
.money-back-img{
    max-height: 65px;
}
.main-menu .navigation > li > ul li:hover a{
   padding-left: 25px;
}
 .main-menu .navigation > li > ul li:hover a:before{
       font-family: "pbminfotech-base-icons";
        position: absolute;
        content: '\e857';
        left: 0px;
        bottom: 0px;
        /*-webkit-transition: all .500s ease-in-out;*/
        /*transition: all .500s ease-in-out;*/
            transition: all .3s;
 }
.pbmit-ihbox-contents p{
    margin-bottom:0;
}
.swiper--blog__wrapper {
  display: flex;
  transition-timing-function: linear !important;
  color: white;
}

.swiper--blog__slide {
    width: 239px;
    height: 100%;
    margin-right: 1px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

.site-header .site-navigation ul.navigation > li > a {
    color: #000000;
}
.pbmit-btn-outline {
    border: 2px solid #3c70bc;
    background-color: #3c70bc !important;
}
.pbmit-contact-info li a{
    color: #fff;
}
/*.pbmit-btn-outline:hover {
    color: #ffffff;
    border-color: #293042;
    background-color: #293042 !important;
}*/
.meet-partners-sec .partner-title span{
    font-size: 16px;
    color: #727272;
}
.meet-partners-sec{
    text-align: center;
    padding: 0px 0 80px;
}
.partner-title{
    padding-bottom: 40px;
}
.meet-partners-sec ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.meet-partners-sec ul li:hover img{
filter: grayscale(1);
}
.home-hero-sec{
    padding: 100px 0 100px;
    position: relative;
}
.hero-shape-img{
    position: absolute;
    max-width: 905px;
    left: 0;
    bottom: -17px;
    z-index: -1;
    opacity: 0.6;
}
.home-hero-sec h1 {
    font-size: 85px;
    line-height: 110px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    font-weight: 600;
}
.home-hero-sec h1  span{
    color: #3c70bc;
}
.home-hero-sec .subheading {
position: relative;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    color: var(--pbmit-heading-color);
    text-transform: uppercase;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-multi-icon-box-hover-effect{
        border-top: solid 1px #cccccc66;
}
/*.pbmit-card-box-item-image img{*/
/*max-width: 450px;*/
/*}*/
.sifn-ing-div a img{
    width: 30px;
}
.about-us-three-content p{
    margin-bottom:25px;
}
.about-us-three-content ul{
    margin: 0 0 30px;
}
.about-us-three-content ul li p{
    margin-bottom:0;
}
.about-us-three-content ol li p{
    margin-bottom:10px;
}
.split-line{
    display:inline !important;
}
.pbmit-card-box ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--pbmit-secondary-color);
}
.pbmit-card-box ul li p{
    margin: 0;
}
.pbmit-fld-contents{
        margin-top: 20px;
}
.pbmit-card-box ul li:before {
    content: '\e88d';
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    top: 6px;
    left: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: var(--pbmit-global-color);
}
.about-us-three-content ul li, .pbmit-ptable-lines-w ul li, .pbmit-entry-content  ul li{
    display: flex;
    font-size: inherit;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    background: transparent;
    padding-bottom: calc(15px / 2);
    padding-left:38px;
}
.about-us-three-content ul li:before, .pbmit-ptable-lines-w ul li:before, .pbmit-entry-content  ul li:before{
    content: '\e88d';
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    top: 6px;
    left: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: var(--pbmit-global-color);
}
.pbmit-ptable-lines-w ul li {
    color: #151515;
    font-size: 16px;
    padding-bottom: calc(18px / 2);
    text-align: left;
}
.sifn-ing-div span{
    color: #000;
    font-size: 14px;
    line-height: 26px;
}
.sifn-ing-div{
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.sifn-ing-div a{
    width: 40px;
    height: 40px;
    border: solid 2px #293042;
    border-radius: 50%;
}
.sifn-ing-div:hover a{
    background: #293042;
}
.sifn-ing-div:hover a i{
   color: #ffffff; 
}
.login-form .form-control{
    padding: 10px;
}
.sifn-ing-div a i{
    margin-left: 3px;
    font-size: 20px;
    transition: all .3s;
    position: relative;
    top: 2px;
}
/*.swiper--blog__rev__container {*/
/*        overflow: hidden;*/
/*    padding-bottom: 60px;*/
/*}*/

.home-page-servives-section{
    /*background: rgb(77, 184, 254);*/
    /*background: linear-gradient(101deg, rgba(77, 184, 254, 1) 0%, rgba(67, 125, 250, 1) 100%);*/
        background: #e8f1ff;
}
/*.home-page-servives-section .home-service-title{*/
/*    color: #ffffff;*/
/*    text-shadow: -2px 1px 4px #00000047;*/
/*}*/
.home-why-choose-sec{
    position:relative;
}
.home-why-choose-sec .home-wc-img{
    position: sticky;
    top: 0;
    padding: 60px 0 0 0;
}
.how-it-works-main{
    text-align: center;
}
.service-solution-main{
    margin-top: 0px;
}
.h-i-w-icon{
    width: 100px;
    height: 100px;
    margin: auto;
    border: solid 1px #cfe2fd;
    border-radius: 50%;
    text-align: center;
    background: #e7f1ff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-i-w-icon i{
    font-size: 70px;
    color: #488ded;
}
.h-i-w-content{
        padding-top: 25px;
}
.h-i-w-content h4{
        font-size: 25px;
}
.how-it-works-outer {
      margin-top: 100px;
    position: relative;
}
.arrow-1{
    position: absolute;
    top: 11%;
    left: 17%;
    max-width: 200px;
}
.arrow-2{
    position: absolute;
    top: 24%;
    left: 42%;
    max-width: 200px;
}
.arrow-3{
    position: absolute;
    top: 11%;
    left: 68%;
    max-width: 200px;
}
.pbmit-card-box-number{
        padding-bottom: 14px;
}
.pbmit-card-box-number span{
    text-transform: uppercase;
    color: #3c70bc;
}
.pbmit-card-box-item-image{
    background: #e7f1ff;
    text-align: center;
    border-radius: 10px;
    padding: 20px ;
}
.footer-text{
    padding-right: 30px;
}
.pbmit-contact-widget-lines ul li{
    padding-bottom: 5px;
    line-height: 28px;
}
.pbmit-contact-widget-lines ul li a{
 color: #000000;
}
.widget.footer-text p{
     color: #000000;
    line-height: 28px;
}
.pbmit-footer-big-area-wrapper .pbmit-footer-left h3 {
     color: #000000 !important;
}
.pbmit-contact-widget-lines ul li:hover a{
      color: #5289d6;
}
.pbmit-contact-widget-lines{
    color: #000000;
    display: flex;
    gap: 10px;
    margin-bottom: 13px;
    font-size: 16px;
}
.pbmit-contact-widget-lines i{
    font-size: 20px;
}
.pbmit-contact-widget-lines a{
    color: #000000;
}
.pbmit-footer-copyright-text-area{
    font-size: 15px;
      color: #000000;
}
.pbmit-footer-copyright-text-area a{
    font-size: 15px;
      color: #000000;
    padding: 0 4px;
}
.site-branding{
    padding: 4px 0;
}
.pbmit-header-content .site-branding {
    max-width: 330px;
}
.main-overlay{
    background:url(../images/hero-bg.jpg);
    background-size: cover;
    width: 100%;
}
.hero-btn-outer{
    display: flex;
    gap: 20px;
}
.pbmit-btn-outline.hero-btn-2 {
     color: var(--pbmit-blackish-color);
    border-color: #000000;
    background-color: var(--pbmit-white-color) !important;
}
.pbmit-btn-outline.hero-btn-2 .pbmit-svg-arrow line {
    stroke: #000000;
}
.pbmit-btn-outline.hero-btn-2:hover{
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color) !important;
     border-color: var(--pbmit-global-color);
}
.pbmit-btn-outline.hero-btn-2:hover .pbmit-svg-arrow line {
    stroke: #fff;
}
.whatsapp-btn{
    background: #11bb56;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin: 10px auto 0;
    box-shadow: 0px 5px 11px -2px rgb(0 0 0 / 18%), 0px 4px 12px -7px rgb(0 0 0 / 15%);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: fixed;
    left: 22px;
    bottom: 25px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
        z-index: 999;
}
.whatsapp-btn:hover{
    color: #fff;
}
.pbmit-title-bar-content-inner .breadcrumb-span{
font-size: 18px;
    text-transform: uppercase;
    color: #d7d7d7;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 15px;
}
.pbmit-title-bar-content-inner p{
    font-size: 18px;
    color: #ededed;
}
.team-name{
    padding: 15px;
    border-radius: 5px;
    position: absolute;
    bottom: 9px;
    width: 94%;
    /* margin: auto !important; */
    z-index: 0;
    margin: 0px 10px;
    background: #fff;
}
.post.blog-classic h3{
        font-size: 26px;
}
.about-us-certification.meet-partners-sec {
    text-align: center;
    padding: 80px 0 80px;
    border-top: solid 1px #e7e7e7;
}
.about-us-certification.meet-partners-sec ul {
    gap: 90px;
}
.team-name h3{
    font-size: 20px;
    margin-bottom: 9px;
    line-height: 30px;
    font-family: 'Manrope-Regular';
}
.team-name p{
    font-size: 15px;
    margin: 0 0 8px;
    border-radius: 30px;
    border: solid 1px #adc9f3;
    display: inline;
    padding: 5px 15px;
    background: #adc9f347;
    color: #000000;
}
.team-name ul{
    display: flex;
    align-items: center;
    gap: 11px;
}
.team-name li a span i{
        font-size: 20px;
}
.pbmit-team-style-1 .pbminfotech-post-item::before {
position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0;
    background: rgb(232 240 252);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    z-index: 1;

}
.pbmit-team-style-1:hover .pbminfotech-post-item::before {
    width: 100%;
     border:solid 1px #ccc;
}
.pbminfotech-box-content-socila{
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 5px 0 14px 0;
}
.absolute-content-main{
    border-bottom: solid 1px #ccc;
}
.proficient-text-outer{
        display: flex
;
    gap: 15px;
    margin: 10px 0;
}

.proficient-text-outer .proficient-text-inner p{
        margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.proficient-text-outer .proficient-text-inner span{
    color: #6a6a6a;
    font-size: 15px;
}
.proficient-text-outer .proficient-icon i{
    color: #000;
    font-size: 16px;
}
.pbmit-titlebox .absolute-content-main .more-about{
    font-size: 12px;
    color: #3c70bc;
}
.vancouver-tab-inner iframe {
    border: 0;
    width: 100%;
    min-height: 425px;
}
.location-outer-main{
    background: #f5faff;
    padding: 30px;
    position: relative;
    border-radius: 15px;
}
.location-outer-main h3{
    'font-size: 41px;
    line-height: 66px;
    letter-spacing: 0px;'
}
.location-tab-sec #pills-tab{
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
}
.location-tab-sec #pills-tab li.nav-item {
    display: flex;
    flex: 1;
}
.location-tab-sec #pills-tab li.nav-item .nav-link {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    font-family: var(--pbmit-heading-typography-font-family);
/*    border-radius: 30px;*/
    padding: 18px;
    border:solid 1px #ccc;
    color: #2a2a2a;
}
.location-tab-sec #pills-tab li.nav-item .nav-link.active{
    color:#fff;
    background-color: #3c70bc;
    font-weight: 600;
}
.location-icon{
    position: absolute;
    right: -20px;
    font-size: 198px;
    bottom: -90px;
    opacity: 0.1;
    color: #3c70bc;
}
.vancouver-tab-inner{
    margin-top: 30px;
}
.our-people-video-sec{
    position: relative;
    width: 100%;
}
.our-people-video-sec:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    height: 500px;
    background: rgb(77, 184, 254);
    background: linear-gradient(101deg, rgba(77, 184, 254, 1) 0%, rgba(67, 125, 250, 1) 100%);
    padding: 100px 0;
    width: 100%;
}
.our-people-video-sec .pbmit-heading-subheading{
    padding: 90px 0 20px;
}
.our-people-video-sec .pbmit-heading-subheading h2{
        color: #ffffff;
    text-shadow: -2px 1px 4px #00000047;
    margin-top: 20px;
}
.video-outer{
    width: 100%;
    text-align: center;
    position: relative;
}
.about-popup-video{
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-popup-video a i{
        font-size: 30px;
    color: #fff;
}
.about-us-page-sec .about-us-three-content{
        margin-left: 0;
}
.who-we-r-sec{
/*    background: rgb(77, 184, 254);
    background: linear-gradient(101deg, rgba(77, 184, 254, 1) 0%, rgb(47 108 239) 100%);*/

    background: url(../images/about-mid-bg.jpg);
    background-size: cover;
    width: 100%;
}

.who-we-r-sec .pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%), -1px -1px 0 rgb(255 255 255 / 30%), 1px -1px 0 rgb(255 255 255 / 30%), -1px 1px 0 rgb(255 255 255 / 30%), 1px 1px 0 rgb(255 255 255 / 30%);
       -webkit-text-fill-color: #49adfc;
   
}
.who-we-r-sec .pbminfotech-ele-fid-style-5 .pbmit-fid-title {
    color: #ffffff;
}
.who-we-r-sec .pbmit-element-title a{
    color: #ffffff;
    font-weight: 500;
}
/*.about-page-why-choose{
        background: #e7f1ff;
}
.about-page-why-choose .pbmit-heading-subheading .pbmit-subtitle {
    background-color: #ffffff;
}*/
.pbminfotech-post-item{
       position: relative;
    z-index: 5;
}
.who-we-r-sec .pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
    text-shadow: none;
    -webkit-text-fill-color: #ffffff;
}
.book-call-btn{
    background: #293042;
    padding: 15px 30px;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-family: 'Manrope-Regular';
     border: solid 1px transparent;
}
.book-call-btn:hover {
    background: transparent;
    border: solid 1px #293042;
    color: #293042;
}

.who-we-r-sec .pbmit-ihbox-style-5 .pbmit-ihbox-contents {
  border-top: 2px solid #ffffff6e;
}
.who-we-r-sec .pbmit-ihbox-btn svg line{
    stroke: #ffffff;
}
.about-us-certification.meet-partners-sec ul li img{
     max-width: 150px;
}
.about-us-split .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
    font-weight: 500;
    padding-bottom: 40px;
    -moz-text-stroke-color: rgba(5, 46, 38, 0.3);
    -webkit-text-stroke-color: rgb(0 0 0 / 90%);
    -moz-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
}
.about-us-split .pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4 {
    color: #000000;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.home-hero-sec.index-2{
    background: url(../images/home-page-banner-new.jpg);
    background-size: cover;
    width: 100%;
       padding: 100px 0;
    position: relative;
}
.gurantee-home-title{
        font-size: 25px !important;
    margin-bottom: 15px;
}
.home-hero-sec.index-2 h1 {
    font-size: 36px;
    line-height: 55px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    max-width: 570px;
}
.hero-home-content p{
    width: 68%;
    color: #fff;
    font-size: 18px;
}
.home-hero-sec.index-2 .pbmit-svg-btn a {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    font-family: var(--pbmit-heading-typography-font-family);
    background: #171c28 !important;
    border: solid 1px transparent; !important;
}
.hero-hr{
    border: solid 1px #ffffff42;
    max-width: 402px;
    opacity: 1;
    margin: 30px 0;
}
.schedule-call-text p{
     margin-top: 0;
}
.trusted-hero{
    display: flex;
    align-items: center;
    gap: 15px;
}
.truested-certi-content label{
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'Manrope-Regular';
    padding-bottom: 2px;
}
.truested-certi-content img{
      max-width: 141px;
}
.truested-certi-content span{
        color: #fff;
}
.dashboard-gif{
    max-width: 718px;
    border: solid 1px #ffffff4a;
    padding: 10px;
    background: #ffffff21;
    backdrop-filter: blur(1px);
    border-radius: 30px;
    position: absolute;
    left: 48%;
    top: 9%;
}

.home-hero-sec.index-2 .pbmit-btn.pbmit-btn-outline:hover{
   /* background: rgb(59, 173, 249) !important; */
    /* background: linear-gradient(101deg, rgba(59, 173, 249, 1) 0%, rgb(0 177 136) 100%) !important; */
    /* color: #fff; */
       background: #ffffff2e !important;
    border: solid 1px #fff !important;
    color: #fff;
    font-weight: 500;
}
.home-hero-sec.index-2 .pbmit-btn-outline:hover .pbmit-svg-arrow line {
    stroke: #ffffff;
}
.header-call-bth .pbmit-contact-info li a i{
    background: #293042;
    width: 45px;
    height: 45px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 5px;
}
.header-call-bth .pbmit-contact-info li a:hover i {
    background: transparent;
    border: solid 1px #293042;
    color: #293042;
    font-weight: 600;
}

.header-call-bth .pbmit-contact-info li a{
    font-size: 20px;
    color: #000;
}
.header-call-bth{
    margin-right: 2px;
    /* margin-left: 22px;
}

.wi-current-bookkeeping-sec{
    padding: 80px 0;
    /*background: #e7f1ff;*/
}
.wi-outer{
    background: #fff;
    padding: 70px 20px 30px 20px;
    text-align: center;
    margin-top: -47px;
    transition: 0.3s all;
    border-radius: 20px;
    border: solid 1px #ccdcf3;
}
.about-us-four-content .pbmit-heading-subheading{
        margin-bottom: 23px !important;
}
.wi-outer p{
    font-size: 20px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    color: #000;
    /* font-weight: 600; */
    line-height: 25px;
    font-family: 'Manrope-Regular';
    transition: 0.3s all;
    min-height: 72px;
    text-transform: capitalize;
}
.wi-icon{
    text-align: center;
    width: 90px;
    height: 90px;
    background: #fff;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
/*    border: solid 1px #6666663d;*/
    z-index: 9;
    position: relative;
    transition: 0.3s all;
    box-shadow: -1px 5px 20px #1c67fd30;
    border: solid 1px transparent;
}
.wi-icon i{
    font-size: 39px;
    color: #666666;
        transition: 0.3s all;
}
.wi-current-bookkeeping-sec .col.active .wi-outer{
    background: #1c67fd;
}
.wi-current-bookkeeping-sec .col.active .wi-icon {
    box-shadow: -1px 5px 20px #1c67fd30;
    border: solid 1px transparent;
}
.wi-current-bookkeeping-sec .col.active .wi-icon i{
    color: #1c67fd;
}
.wi-current-bookkeeping-sec .col.active p{
    color: #fff;
    font-weight: 500;
}
.wi-current-bookkeeping-sec .col:hover .wi-outer{
    background: #1c67fd;
}
.wi-current-bookkeeping-sec .col:hover .wi-icon {
    box-shadow: -1px 5px 20px #1c67fd30;
    border: solid 1px transparent;
}
.wi-current-bookkeeping-sec .col:hover .wi-icon i{
        color: #1c67fd;
}
.wi-current-bookkeeping-sec .col:hover p{
    color: #fff;
    font-weight: 500;
}
.point-row{
        padding-top: 20px;
}
.bredcrumb-btn a{
    background: #293042;
    color: #fff;
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 18px;
    transition: 0.5s all;
}
.bredcrumb-btn a:hover{
    background: #3c70bc;
    color: #ffffff;
}
.bredcrumb-btn{
    padding-top: 20px;
}
.pbmit-title-bar-wrapper.service-page-title .pbmit-title-bar-content {
      padding: 0px 0;
}
.pbmit-title-bar-wrapper.service-page-title, .service-page-title .pbmit-title-bar-content {
       min-height: 484px;
    padding: 30px 0;
}
/*.pbmit-title-bar-wrapper.service-page-title  .pbmit-title-bar-content {
       max-width: 550px;
}*/
.login-form .input-group{
    position: relative;
}
.login-form  .input-group-addon{
    position: absolute;
    right: 17px;
    top: 14px;
    z-index: 999;
    cursor: pointer;
}
.login-outer-main-box{
    background: #2e5c9e;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0;
    position:relative;
}
.content-login {
    position: absolute;
    max-width: 350px;
    text-align: left;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 20px;
}
.content-login h4{
    color: #fff;
}
.login-form-img {
    width: 100%;
    height: 100%;
    margin: 0 -15px;
}
.login-form-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*.login-form-img.signup-form-img img {*/
/*    object-position: center;*/
/*}*/
.login-form-outer{
       padding: 80px;
}
.form-submit-btn{
    padding: 9px 50px;
    border-radius: 50px;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    outline: none;
    border: none;
    text-transform: uppercase;
    /* width: 100%; */
    margin: 10px 0 18px;
}
.have-account-box a{
    text-decoration: underline;
    padding-left: 3px;
    color: #293042;
}
.login-form-outer h2 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.solution-inner{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    transition: 0.5s all;
    box-shadow: 1px 1px 20px 20px #d8e7fd;
    margin-bottom: 30px;
    min-height:280px;
}
.solution-inner:hover{
       box-shadow: none;
    transform: translateY(-20px);
}
.solution-inner h4 {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0px;
}
.solution-inner p {
    margin: 0 0 18px;
  /*  border-bottom: solid 1px #e7f1ff;
    padding-bottom: 25px;*/
}
.solution-inner .learn-more-btn, .ihbox-style-7-box .learn-more-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #293042;
}
.solution-inner .learn-more-btn i, .ihbox-style-7-box .learn-more-btn i {
      font-size: 14px;
      color: #fff;
}
.ihbox-style-7-box a.more-btn{
    gap: 0;
    font-size: 0px;
    padding-top: 20px;
}
 .ihbox-style-7-box:hover a.more-btn{
      gap: 15px;
 }
a.more-btn{
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0px;
}
a.more-btn:hover, .solution-inner h4 a{
    color: #293042;
}
.solution-inner:hover a.more-btn, .ihbox-style-7-box:hover a.more-btn{
    font-size: 17px;
}
.why-health-innovate-inner{
    display: flex;
    gap: 20px;
    padding: 30px;
    border-radius: 5px;
    border: solid 1px #e9e9e9;
    margin-bottom: 30px;
}
.why-health-innovate-inner:hover{
    border: solid 1px transparent;
        background: #e7f1ff;
}
.why-health-innovate-inner h4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0px;
}
.number{
    font-size: 25px;
    flex: none;
    font-weight: 600;
    color: #000;
}
.why-health-innovate-content p{
    margin: 0 0 0px;
}
.left-sticky{
    position: sticky;
    top: 10px;
    overflow: auto;
}
.pbmit-title-bar-wrapper.service-page-title .breadcrumb-img img{
        clip-path: polygon(37% 0, 100% 0, 100% 77%, 67% 100%, 25% 100%, 0 100%, 0 21%);
}
/*.service-solution-sec{
      padding-bottom: 300px;
}*/
.service-video{
  margin-top: -2%;
}
/*.service-video img{*/
/*    border: solid 10px #fff;*/
/*    box-shadow: 4px -2px 20px 8px #e1ecfb;*/
/*}*/
.service-video-inner{
    display: flex;
    justify-content: center;
    position: relative;
}
.service-video .service-video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
    width: 100px;
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.service-video-icon i{
    font-size: 25px;
}
.blog-details{
        padding: 0 100px;
}
.service-faq{
   background: #e7f1ff45;
    padding: 30px;
    
}
.form-model-heading{
    text-align: center;
}
.free-call-form .modal-body{
  padding: 0;
    position: relative;
}
.btn-close{
    position: absolute;
    right: 8px;
    top: 10px;
    background: #ccc;
    color: #000000;
    line-height: 5px;
}
.model-form-right{
    padding: 40px 30px;
}
.free-call-form .input-div input, .free-call-form .input-div select{
    border: solid 1px #d6d5d5;
        padding: 6px 14px;
    height: 45px;
    margin-bottom: 26px;
}
.free-call-form .input-div textarea{
    border: solid 1px #d6d5d5;
    padding: 14px;
}
.free-call-form .modal-header{
    border: none;
}

.free-call-form .modal-body h1{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.free-call-form .modal-body h1 span{
    color: #3c70bc;
    text-decoration: underline;
    font-weight: 600;
}
.submit-model-btn{
    text-align: center;
}
.submit-model-btn button{
    background: #3c70bc;
    padding: 9px 43px;
    border-radius: 30px;
    color: #fff;
}
.submit-model-btn button:hover {
    background: #293042;  color: #fff;
}
.modal.free-call-form .modal-dialog {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
}
.service-bottom-sec{
    text-align: center;
    padding: 20px 0 0;
}

.service-bottom-sec p {
    color: #343434;
    margin: 0;
    font-size: 20px;
    font-family: 'Manrope-Regular';
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* text-shadow: 1px 1px 2px #0000006b; */

}
.service-bottom-sec p a{
background: #293042;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 18px;
    border: solid 1px transparent;
}
.service-bottom-sec p a:hover{
background: transparent;
    color: #293042;
    border: solid 1px #293042;
}
.model-form-left-top{
    background: #3c70bc;
    text-align: center;
    padding: 30px;
    height:50%;
}
.model-form-left-top img{
      max-width: 300px;
}
.model-form-left-top p{
    color: #fff;
    font-size: 14px;
    max-width: 376px;
    margin: auto;
    padding: 20px 0 10px;
}
.model-form-left-top .chat-btn{
background: #ffffff;
    padding: 9px 20px;
    border-radius: 3px;
    box-shadow: -1px 3px 8px #0049b6;
    /* display: none; */
    color: #000000;
}
.model-form-left-top span{
        display: block;
        padding-bottom: 20px;
}
.model-form-left-top span a{
        font-size: 20px;
    color: #fff;
    /* font-weight: 600; */
    font-family: 'Manrope-Regular';
}
.model-form-left-bottom p{
    margin: 0;
    color: #ffffff;
    padding: 20px 0 14px;
    font-family: 'Manrope-Regular';
    
}
.model-form-left-bottom{
    display: flex;
    background: #293042;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     padding-bottom: 57px;
     height:50%;
}
.model-form-left-bottom img{
        max-width: 348px;
}
.about-us-three-content h2{
    font-size: 30px;
    line-height: 43px;
}
.industry-outer{
    display: flex;
    align-items: center;
    padding: 30px;
    /* border-left: solid 1px #ccc; */
    gap: 18px;
    /* border-bottom: solid 1px #ccc; */
    position: relative;
    border: solid 1px #e7f1ff;
    overflow: hidden;
    transition: 0.5s all ease;
    min-height: 235px;
}
.industry-main{
    position: relative;
    overflow: hidden;
}
.industry-outer:hover{
      background-color: var(--pbmit-light-color);
/*    transform: scale(1.1);*/
}
.industry-icon{
     flex: 50%;
}
.industry-icon img{
    max-width: 70px;
}
.industry-content h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.industry-content p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.industry-href{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.cta-sec{
    padding: 80px 54px 80px;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    background-color: #e7f1ff;
}
.cta-sec a{
   
    background: #1e61e6;
    padding: 15px 40px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    font-family: var(--pbmit-heading-typography-font-family);
}
.cta-sec a:hover{
   background: #3c70bc;
}
.cta-sec h4{
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.cta-sec p{
    font-size: 15px;
    color: #5f5f5f;
    padding-bottom: 15px;
}
.pbmit-blog-style-1.service-page-box{
    position: relative;
    margin-bottom: 40px;
}
.pbmit-blog-style-1.service-page-box .post-item {
    border-radius: 35px;
}
.pbmit-blog-style-1.service-page-box  .pbmit-featured-img-wrapper {
    margin-bottom: 26px;
       border-radius: 26px 26px 0 0;
}
.pbmit-blog-style-1.service-page-box  .pbmit-post-title {
    margin: 15px 0 15px 0;
}
.pbmit-blog-style-1.service-page-box  .pbminfotech-box-content {
    padding: 0px 20px 25px 20px;
}
.certificate-award-outer .magnific-img{
    position: relative;
}
.certificate-award-outer{
        text-align: center;
    border: solid 1px #c5dcfc;
    border-radius: 15px;
    background: #dee8f7;
    margin-bottom: 30px;
}
.certificate-award-outer .magnific-img img{
    border-radius: 15px 15px 0 0;
}
.certificate-content h3{
    margin: 0;
    padding: 10px;
    font-size: 19px;
}
.meet-partners-sec.partner-page-sec{
    padding: 100px 0 100px;
}
.main-menu .navigation > li > ul li{
        border-left: solid 6px var(--pbmit-global-color) !important;
     border-bottom: solid 1px #a5a5a540;
}
.main-menu .navigation > li > ul li:hover {
    background: #eff6ff;
    transition:0.5s all;
    border-left: solid 6px #fff !important;
}
.mobile-btns{
   display: none !important;
}
.top-mobile-header{
    padding: 5px 0;
     background: url(../images/home-page-banner-new.jpg);
    background-size: cover;
    display: none;
}
.top-mobile-header-outer ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-mobile-header-outer ul li a{
    color: #fff;
}
.top-mobile-header-outer ul li a i{
    padding-right: 5px;
}
.privacy-page-content h3{
    font-size: 20px;line-height: 32px;
}
.privacy-page-content p {
    margin: 0px 0 15px;
}
.privacy-page-content span{
    font-weight: 600;
    color: #000;
}
.privacy-page-content ul{
      padding-left: 20px;
    padding-bottom: 20px;
}
.privacy-page-content ul li{
    list-style: decimal;
}
.ihbox-five-box.career-benefits-box{
    border-top: 0;
    padding: 0;
}
.career-form{
    padding: 45px;
    /* background: #f4f8fe; */
    box-shadow: inset 1px 20px 20px 20px #94bcf51c;
    border-radius: 20px;
}
.career-form h3{
    text-align: center;
    font-size: 29px;
    color: #141414;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.career-form  p{
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
}
.career-form .input-div{
    margin-bottom: 30px;
}
.career-form .form-control {
    margin-bottom: 0;
}
.career-form label{
    font-size: 12px;
    color: #747474;
}
.why-work-form-sec .heading{
        font-size: 29px;
    line-height: 42px;
    margin-bottom: 24px;
    letter-spacing: 0px;
}


/** Homepage 01 **/
.fid-style-7-area{
    margin-right: 70px;
}
.fid-style-7-area .pbminfotech-ele-fid-style-7:not(:first-child){
    border-top: 1px solid #1111121A;
    margin-top: 30px;
    padding-top: 40px;
}
.about-us-one-content{
    padding-left: 70px;
}
.fid-one-bg{
    padding: 350px 0px 350px 0px;
}
.fid-bg-area{
    position: relative;
}
.fid-one-bg .pbmit-col-stretched-right{
    background-image: url(../images/homepage-01/bg/fid-bg.jpg);
}
.fid-bg-area .pbmit-col-stretched-right{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
    border-radius: 0px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.fid-bg-area .fid-style-box{
    position: absolute;
    width: auto;
    max-width: 100%;
    left: 80px;
    bottom: 90px;
}
.team-one .pbmit-teambox-left{
    flex: 0 0 auto;
    width: 30%;
    padding-right: 60px;
}
.team-one .pbmit-teambox-right {
    flex: 0 0 auto;
    width: 70%;
}
.team-arrow .swiper-button-next:after, 
.team-arrow .swiper-button-prev:after,
.team-three-arrow .swiper-button-next:after,
.team-three-arrow .swiper-button-prev:after{
    color: var(--pbmit-secondary-color);
}
.testimonial-one{
    padding: 130px 0 120px 0;
}
.blog-one-bg{
    background-image: url(../images/homepage-01/bg/blog-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    position: sticky;
    top: 0;
}
.blog-one-rightbox{
    padding: 120px 200px 120px 100px;
}
/** Homepage 02 **/ 
.ihbox-two .pbmit-column:first-child{
    padding-right: 52px;
}
.ihbox-two .pbmit-column:nth-child(2){
    padding: 0 32px;
}
.ihbox-two .pbmit-column:last-child{
    padding-left: 52px;
}
.service-two{
    overflow: hidden;
}
.service-two-arrow .swiper-button-next:after, 
.service-two-arrow .swiper-button-prev:after{
    color: var(--pbmit-blackish-color);
}
.about-us-two-content{
    padding: 130px 0px 130px 100px;
}
.about-us-two-content .pbmit-heading {
    margin-top: 40px;
}
.about-us-two-content .pbmit-heading h5{
    color: var(--pbmit-white-color);
    margin-bottom: 20px;
}
.pbmit-sticky-special{
    position: relative;
    overflow: hidden;
    height: 100vh !important;
}
.pbmit-miconheading-style-11:first-child .pbmit-ihbox-style-11 .pbmit-ihbox-contents{
    border-top: 2px solid var(--pbmit-blackish-color);
    padding-top: 32px;
}
.accordion-two-box{
    padding-left: 60px;
}
.testimonial-two {
    padding: 130px 0 590px 0;
}
.testimonial-two .pbmit-testimonialbox-right{
    padding-left: 75px;
    border-left: 1px solid rgba(255,255,255,.2);
}
.testimonial-two .swiper-slider,
.testimonial-four .swiper-slider{
    padding-bottom: 0;
}
.testimonial-two .swiper-horizontal>.swiper-pagination-bullets,
.testimonial-four .swiper-horizontal>.swiper-pagination-bullets,
.testimonial-five .swiper-horizontal>.swiper-pagination-bullets{
    bottom: 30px;
    text-align: right;
}
.testimonial-two .swiper-pagination-bullet{
    background: rgb(255,255,255,.50);
}
.testimonial-two .swiper-pagination-bullet-active{
    background-color: var(--pbmit-white-color);
}
.fid-bg-two{
    overflow: hidden;
    margin-top: -460px;
}
.fid-bg-two .fid-bg-area{
    padding: 360px 0;
}
.fid-bg-two .pbmit-col-stretched-right{
    background-image: url(../images/homepage-02/bg/fid-bg-01.jpg);
}

/** Homepage 03 **/ 
.about-three_img2{
    margin-top: 30px;
}
.about-us-three-rightbox{
    margin-left: 88px;
}
/*.about-us-three-content{*/
/*    margin-left: 80px;*/
/*}*/
.about-us-three-content .pbmit-desc{
font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 24px;
}
.about-us-three-content .list-group{
    margin: 50px 0;
}
.split-slide-section{
    background-image: url(../images/homepage-03/bg/splitslide-bg-pattern.png);
    background-position: 98% 10%;
    background-repeat: no-repeat;
        position: relative;
}
.appointment-three {
    padding-top: 60px;
}
.appointment-three .form-img{
    text-align: center;
}

/* user dashboard start*/
.sidebar-wrapper.user-sidebar {
    width: 250px;
    height: 100%;
  /*  position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;*/
    background: #fff;
    border-right: 0 solid #e4e4e4;
    z-index: 11;
    transition: all .2s ease-out;
    position: sticky;
    top: 0;
}
.sidebar-wrapper.user-sidebar ul {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
        width: 100%;
}
.sidebar-wrapper.user-sidebar ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.sidebar-wrapper.user-sidebar ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 12px 16px;
    font-size: 16px;
    color: #373737;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    border-radius: 0.25rem;
    transition: all .3s ease-out;
    gap: 10px;
    border-bottom: solid 1px #eaeaea;
}
.sidebar-wrapper.user-sidebar ul li a:hover{
    color: #3c70bc;
    background-color: rgb(0 140 255 / 5%);
}
.user-dashboard-wrapper{
    display: flex;
}
.user-main-content {
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    padding: 30px;
    background: #e7f1ff;
    /* margin-left: 17%; */
/*    z-index: -1;*/
}
.upload-file-btn{
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    padding: 6px 15px;
    background: #3c70bc;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
}
.list-table tr{
    vertical-align: middle;
}
.user-main-content .card {
    border: none;
    box-shadow: 1px 4px 4px #3c70bc26;
    margin-bottom: 30px;
/*    z-index: -1;*/
}
.user-dash-breadcrumb h1 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 0;
}
.profile-card-1{
    padding: 20px 20px 60px 20px;
   
}
.profile-card-1 table{
    margin-bottom: 0;
}
.profile-img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.profile-card-1 .profile-img{
    padding: 30px;
}
.profile-card-1 .card-title{
    font-size: 18px;
    padding-bottom: 20px;
}
.user-profile-form .form-control{
    margin-bottom: 0px;
}
.user-profile-form h6, .password-update-form h6{
    font-size: 14px;
}
.user-main-content .card-body h5{
    padding-top: 5px;
    font-size: 20px;
}
.pl-0{
    padding-left: 0;
}
.upload-file-outer .form-control{
    margin-bottom: 0;
}
.clonetr {
    padding: 20px;
}
.upload-file-btns .addButton{
    background: rgb(3 166 0 / 13%);
    padding: 10px 25px;
    border-radius: 5px;
    color: #088d01;
    cursor: pointer;
}
.upload-file-btns .addButton:hover {
    background: rgb(58 166 56);
    color: #ffffff;
}
.upload-file-btns .deleteButton:hover {
    background: rgb(249 71 71);
    color: #ffffff;
}
.upload-file-btns .deleteButton{
    background: rgb(249 71 71 / 13%);
    padding: 10px 25px;
    border-radius: 5px;
    color: #ff00009e;
    cursor: pointer;
}
.upload-file-btns{
    display: flex;
    justify-content: end;
    gap: 15px;
}
.user-dash-breadcrumb{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
 


/* user dashboard end*/

/** Homepage 04 **/ 
.about-four-rightbox{
    padding-left: 100px;
}
.about-four-right-img{
    background-image: url(../images/homepage-04/about-right-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.pbmit-element-service-style-4 {
    overflow: hidden;
}
.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: 20px;
}
.ihbox-section-four{
    margin-top: 50px;
}
.ihbox-style-7-box{
    margin-bottom: 30px;
}
/*.ihbox-section-four .col-md-6.col-xl-4:nth-child(1) .ihbox-style-7-box{
    border-right: 1px solid #38425333;
    margin-right: 0;
    padding-right: 40px;


}*/
.ihbox-section-four .col-md-6.col-xl-4 .ihbox-style-7-box{
    background: #ffffff;
    padding: 40px;
    border-radius: 3px;
    /* box-shadow: 2px 2px 6px 2px #c1c1c15e; */
    transition: all 0.5s;
    /* border-bottom: solid 4px #3c70bc; */
    border: solid 1px #e1e1e1;
      min-height: 454px;
   position: relative;
}
.ihbox-section-four .col-md-6.col-xl-4:hover .ihbox-style-7-box{
    box-shadow: none;
    border: solid 1px transparent;
    transform: translateY(-10px);
    background: #293042;
    
}
.ihbox-section-four .col-md-6.col-xl-4:hover .ihbox-style-7-box img{
    filter: brightness(0) invert(1);
}
.ihbox-section-four .col-md-6.col-xl-4:hover .ihbox-style-7-box .pbmit-element-title a{
        color: #e8e8e8;
}
.ihbox-section-four .col-md-6.col-xl-4:hover .ihbox-style-7-box p{
        color: #e8e8e8;
}
.ihbox-section-four .col-md-6.col-xl-4:hover .ihbox-style-7-box a.more-btn{
      color: #e8e8e8;
}
.ihbox-section-four .col-md-6.col-xl-4:hover .ihbox-style-7-box .learn-more-btn {
      background: #4484fa;
}
.pbmit-entry-content ul li p, .pbmit-entry-content ol li p{ 
    margin:0;
}
.pbmit-entry-content h2, .pbmit-entry-content h3{
        font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

/*.ihbox-section-four .col-md-6.col-xl-4:nth-child(1) .ihbox-style-7-box,
.ihbox-section-four .col-md-6.col-xl-4:nth-child(3) .ihbox-style-7-box,
.ihbox-section-four .col-md-6.col-xl-4:nth-child(5) .ihbox-style-7-box{
    background: #ffffff;
    padding: 40px;
    border-radius: 3px;
   box-shadow: 2px 2px 6px 2px #36617033;
}*/
/*.ihbox-section-four .col-md-6.col-xl-4:hover .ihbox-style-7-box,
.ihbox-section-four .col-md-6.col-xl-4:hover .ihbox-style-7-box,
.ihbox-section-four .col-md-6.col-xl-4:hover .ihbox-style-7-box{
   box-shadow: none;
}*/

/*.ihbox-section-four .col-md-6.col-xl-4:nth-child(1) .ihbox-style-7-box, .ihbox-section-four .col-md-6.col-xl-4:nth-child(3) .ihbox-style-7-box, .ihbox-section-four .col-md-6.col-xl-4:nth-child(5) .ihbox-style-7-box {
   
    background: #2930420a;
background-color: var(--pbmit-light-color);
    padding: 40px;
    border-radius: 5px;
}*/
/*.ihbox-section-four .col-md-6.col-xl-4:nth-child(2) .ihbox-style-7-box,
.ihbox-section-four .col-md-6.col-xl-4:nth-child(4) .ihbox-style-7-box,
.ihbox-section-four .col-md-6.col-xl-4:nth-child(6) .ihbox-style-7-box{
    background: #ffffff;
    padding: 40px;
}
.ihbox-section-four .col-md-6.col-xl-4:nth-child(2):hover .ihbox-style-7-box,
.ihbox-section-four .col-md-6.col-xl-4:nth-child(4):hover .ihbox-style-7-box,
.ihbox-section-four .col-md-6.col-xl-4:nth-child(6):hover .ihbox-style-7-box{
     box-shadow: 2px 2px 6px 2px #36617033;
}*/


/*.ihbox-section-four .col-md-6.col-xl-4:nth-child(2) .ihbox-style-7-box{
    padding: 0 30px;
}
.ihbox-section-four .col-md-6.col-xl-4:nth-child(3) .ihbox-style-7-box{
border-left: 1px solid #38425333;
    margin-left: 0;
    padding-left: 40px;
}

.ihbox-section-four .col-md-6.col-xl-4:nth-child(4) .ihbox-style-7-box{
    border-right: 1px solid #38425333;
    margin-right: 0;
    padding-right: 40px;
}
.ihbox-section-four .col-md-6.col-xl-4:nth-child(5) .ihbox-style-7-box{
    padding: 0 30px;
}
.ihbox-section-four .col-md-6.col-xl-4:nth-child(6) .ihbox-style-7-box{
border-left: 1px solid #38425333;
    margin-left: 0;
    padding-left: 40px;
}*/
.about-us-four-content{
    padding: 130px 0px 130px 100px;
}
.about-us-four-content .pbmit-heading{
    margin-bottom: 20px;
    
}
.about-us-four-content .list-group{
    margin: 40px 0 40px 50px;
}
.pbmit-bg-color-secondary .pbmit-element-miconheading-style-8 .swiper-button-prev::after,
.pbmit-bg-color-secondary .pbmit-element-miconheading-style-8 .swiper-button-next::after{
    color: rgba(255,255,255,.5);
}
.marquee-four{
    padding-bottom: 590px;
}
.fid-bg-four{
    margin-top: -460px;
    overflow: hidden;
}
.fid-bg-four .fid-bg-area {
    padding: 360px 0;
}
.fid-bg-four .pbmit-col-stretched-right{
    background-image: url(../images/homepage-04/bg/fid-bg.jpg);
}
.testimonial-four{
    padding: 390px 0px 130px 0px;
    margin-top: -260px;
}
.home-testi.testimonial-four{
padding: 130px 0px 50px 0px;
    margin-top: 0;
}
.testimonial-four .swiper-button-next:after, 
.testimonial-four .swiper-button-prev:after{
    color: var(--pbmit-secondary-color);
}
.testimonial-four .pbmit-testimonialbox-right{
    border-left: 1px solid rgba(3, 37, 30,.2);
    padding-left: 75px;
}
/** Homepage 05 **/ 
.who-we-are-five-col1{
    width: 48%;
}
.who-we-are-five-col2{
    width: 52%;
}
/*.who-we-are-five-leftbox{
    padding: 35px 160px 0px 0px;
}*/
.who-we-are-five-imgbox{
    margin: 0 -55px 0 0;
    text-align: center;
}
.ihbox-five-box{
    border-top: 1px solid #E5E5E5;
    padding: 63px 0 60px 0;
}
/*.ihbox-five-box .pbmit-col-wrapper:first-child .pbmit-ihbox-style-6{
    margin-right: 75px;
}
.ihbox-five-box .pbmit-col-wrapper:nth-child(2) .pbmit-ihbox-style-6{
    margin: 0 37px;
}*/
/*.ihbox-five-box .pbmit-col-wrapper:last-child .pbmit-ihbox-style-6{
    margin-left: 75px;
}*/
.service-five-leftbox{
    background-image: url(../images/homepage-05/bg/service-side-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.service-five-rightbox{
    position: relative;
    z-index: 1;
    padding: 100px 0px 100px 100px;
}
.service-five-rightbox .pbmit-col-stretched-right{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    z-index: -1;
    overflow: hidden;
    /*background-color: var(--pbmit-blackish-color);
    background-image: url(../images/homepage-05/bg/service-bg-pattern-01.png);
    background-position: 780px 60px;
    background-repeat: no-repeat;
    background-size: auto;*/

    background: rgb(77, 184, 254);
    background: linear-gradient(101deg, rgb(8 103 186) 10%, rgb(112 158 255) 100%);
}
.service-five-rightbox .pbmit-heading-subheading .pbmit-subtitle{
    color: var(--pbmit-white-color);
    background-color: rgba(255,255,255,.2);
}
.service-five-bg-layer{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/homepage-05/bg/service-bg-pattern-02.png);
    background-position: -1% 555px;
    background-repeat: no-repeat;
    opacity: 1;
}
/*.service-five-rightbox .service-style-box{
    padding-left: 100px;
}*/
.service-five-rightbox .pbmit-service-style-5 .pbminfotech-box-number{
    color: rgba(255,255,255,.7);
}
.our-process-section-five{
    margin-top: -350px;
    padding: 480px 0px 130px 0px;
    overflow: hidden;
}
.pbmit-bg-color-light .pbmit-element-miconheading-style-8 .swiper-button-next:after, 
.pbmit-bg-color-light .pbmit-element-miconheading-style-8 .swiper-button-prev:after{
    color: var(--pbmit-secondary-color);
}
.testimonial-five{
    margin-top: -230px;
    padding: 360px 0px 130px 0px;
}
.testimonial-five .pbmit-testimonialbox-right{
    padding-left: 75px;
    border-left: 1px solid rgba(255,255,255,.2);
}
.testimonial-five .swiper-slider{
    padding-bottom: 0;
}
.testimonial-five .swiper-pagination .swiper-pagination-bullet{
    background: rgb(255,255,255,.50);
}
.testimonial-five .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--pbmit-white-color);
}
.blog-five-left-col{
    width: 40%;
}
.blog-five-right-col{
    width: 60%;
}
/*----------------------------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.our-history .about-us-three-rightbox .pbmit-desc{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.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(5, 46, 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: rgba(5, 46, 38, 0.10 );
}
.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(5, 46, 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;
} 
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:last-child:after,
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline .pbmit-timeline-wrapper:first-child:after,
.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,
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i:after {
    background-color: rgba(255,255,255, 0.10 );
}
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot i {
    color: rgba(255,255,255, 0.10 );
}
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year {
    color: var(--pbmit-white-color);
}
/** 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-blackish-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-blackish-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-blackish-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-blackish-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);
}
.widget .download .item-download:last-child a:hover{
    background-color: var(--pbmit-secondary-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: 30px;
    line-height: 42px;
    margin-bottom: 20px;
}
.pbmit-service_imgbox{
    margin-bottom: 50px;
}
.pbmit-service-single .list-group{
    margin-bottom: 0;
    padding-top: 20px;
}
.chart-card-area{
    margin-bottom: 50px;
}

/** 04 - Project Detail **/
.pbmit-portfolio-single .pbmit-underline{
    font-weight: 600;
    color: var(--pbmit-blackish-color);
}
.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-blackish-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_imgbox{
        margin-top: 30px;
}
.pbmit-pf-entry-content .pbmit-heading-subheading .pbmit-title{
    font-size: 32px;
    line-height: 46px;
    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-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    margin-bottom: 20px;
} 
.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/service-det-ads.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: rgb(0 0 0 / 60%);
}
.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-logo-img img{
    width: 250px;
}
.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: 27px;
    line-height: 27px;
    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-blackish-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-blackish-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-blackish-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-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);
}
.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;
    color: var(--pbmit-blackish-color);
    -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;
    letter-spacing: 1px;
    margin-left: 10px;
    line-height: 24px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-family: var(--pbmit-heading-typography-font-family);
}
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;
}
.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-control::placeholder{
    color: rgba(5, 46, 38,.6);
}
.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;
}
/*.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: 15px;
    /* margin: 8px 0 23px; */
    border-radius: 30px;
    border: solid 1px #adc9f3;
    display: inline;
    /*padding: 5px 15px;*/
    background: #adc9f347;
    color: #000000;
    padding: 5px 20px 5px 30px;
    
    
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
 
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
   

}
.pbmit-team-single .pbmit-team-designation:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    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;
    padding-top: 20px;
    padding-bottom: 18px;
}
.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 rgb(60 112 188 / 19%);
}
.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-blackish-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-blackish-color);
    border: 1px solid rgb(33 44 64 / 98%);
    -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-blackish-color);
    background-color: var(--pbmit-blackish-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 **/
.ihbox-section .pbmit-col-wrapper{
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #E8E8E9;
    padding: 70px 80px 60px 90px;
}
.contact-us-col1{
    width: 35%;
}
.contact-form-leftbox{
    background-image: url(../images/contact-img.jpg);
    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;
    background-color: var(--pbmit-blackish-color);
    margin: 330px 0px 0px 0px;
}
.contact-form-left-title {
    padding: 30px 40px 0px 40px;
}
.contact-form-left-title h2.pbmit-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
}
.contact-us-col1 .pbmit-social-link {
    padding: 0px 40px 40px 40px;
}
.contact-us-col1 .pbmit-social-link h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
}
.contact-us-col1 .pbmit-social-link ul li {
    float: left;
}
.contact-us-col1 .pbmit-social-link ul li:not(:last-child) {
    padding-right: 10px;
}
.contact-us-col1 .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-us-col1 .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-us-col2 {
    width: 65%;
}

.contact-form-main p {
  margin: 50px 0 95px 0;
}
.contact-iframe-section iframe{
        height: 350px;
        width: 100%;
}
.contact-form form {
    padding: 80px 80px 50px 80px;
    background-color: var(--pbmit-light-color);
}
.contact-form form h2 {
    margin-bottom: 55px;
}
.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: 10px;
    margin-bottom: 30px;
    border-radius: 0;
    border-bottom: 1px solid var(--pbmit-secondary-color);
}
.form-control::placeholder{
    color: var(--pbmit-blackish-color);
}
.form-control:focus{
    border-color: inherit;
    background-color: transparent;
}
textarea.form-control{
    height: 90px;
    resize: none;
}

