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

    00 - Home
    01 - Inner Page
        00 - About Us
        01 - Service Detail
        02 - Project Detail
        03 - Blog Detail
             Sidebar Right
             Blog Large
             Blog Detail
        04 - Team Single
        05 - Contact Us
        06 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/** marketing **/
.pbmit-globalcolor {
  color: var(--pbmit-global-color);
}
img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.marketing-marquee {
  padding: 20px 30px;
}
.marketing-ihbox {
  padding-right: 30px;
}
.marketing-img {
  margin-top: 20px;
}
.marketing-box-animted img {
  padding-top: 90px;
}
.marketing-box-animted {
  position: relative;
}
.marketing-box-animted::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 40px;
  height: 48px;
  width: 48px;
  background-color: var(--pbmit-global-color);
  animation: animated 3s ease-in-out infinite alternate;
}
.marketing-box-animted::after {
  content: "";
  position: absolute;
  bottom: -107px;
  left: 53px;
  z-index: -1;
  height: 48px;
  width: 48px;
  background-color: var(--pbmit-blackish-color);
  animation: animated1 3s ease-in-out infinite alternate;
}
@keyframes animated {
  0% {
    transform: translate(0px);
  }
  50% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes animated1 {
  0% {
    transform: translate(0px);
  }
  50% {
    transform: translate(5px, -5px);
  }
  100% {
    transform: translate(0px);
  }
}
.marketing-about-ihbox {
  padding: 0px 75px 0px 80px;
}
.pbmit-element-service-style-4 .swiper-hover-slide-nav {
  z-index: 99;
  padding: 70px 0;
  /* background-color: var(--pbmit-blackish-color); */
  background-color: #020223;
}
.pbmit-element-service-style-4 .pbmit-heading-subheading {
  margin: 0 0 50px 90px;
}
.pbmit-element-miconheading-style-5 {
  position: relative;
}
.pbmit-element-miconheading-style-5:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 2000px;
  background: rgba(39, 39, 47, 0.1);
  left: -325px;
  top: 115px;
  right: auto;
}
.marketing-video-bg {
  background-image: url(../images/marketing/marketing-bg-img.jpg);
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 250px 280px;
  display: flex;
  justify-content: center;
}
.pbmit-element-portfolio-style-4 .text-center {
  padding-top: 50px;
}
.marketing-testimonail-rating {
  padding-right: 100px;
}
.marketing-lightbox {
  padding-top: 60px;
}
.marketing-video {
  height: 250px;
  object-fit: cover;
  width: 100%;
  display: flex;
  border: none;
}
.marketing-counter-bg {
  padding: 100px 0 100px;
}
.marketing-counter-section {
  border: 1px solid rgba(39, 39, 47, 0.2);
}
.marketing-counter {
  padding-left: 100px;
  align-content: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.text-white .pbmit-heading-subheading .pbmit-title {
  color: var(--pbmit-white-color);
}
/** gym **/
.gym-tween-effect {
  overflow: hidden;
  padding: 550px 0px 450px 0px;
}
.gym-tween-effect .pbmit-heading-subheading {
  padding-top: 70px;
}
.gym-tween-effect .pbmit-heading-subheading .pbmit-heading-desc {
  color: #a6b0c2;
}
.pbmit-element-service-style-5 {
  background-image: url(../images/gym/service1-bg-run.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.gym-portfolio-bg {
  background-image: url(../images/gym/portf-style1-bg.png);
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.gym-counter {
  padding: 0px 0px 100px 0px;
}
.gym-ihbox {
  border: 1px solid #ffffff1f;
  background-color: #2f7fc2;
  position: relative;
  z-index: 9999;
}
.gym-client {
  padding: 35px 0px 65px 0px;
}
.gym-footer-bg {
  background-image: url(../images/gym/gym-footer-bg-cta.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0px 450px 0px;
}
.pbmit-element-horizontal-snap-style-1 {
  overflow: hidden;
  background-color: var(--pbmit-global-color);
}
.pbmit-element-testimonial-style-2 .pbmit-ele-header-area {
  text-align: end;
  position: relative;
}
.classes-timetable-section {
  overflow: hidden;
}
.gym-video-bg {
  background-image: url(../images/gym/gym-bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 250px 0px;
  position: relative;
}
.gym-video-bg::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  background-color: rgba(2, 6, 15, 0.6);
}
.gym-video-bg a {
  height: 90px;
  width: 90px;
  line-height: 90px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
  border: 3px solid #fff;
  background-color: transparent;
}
.gym-video-bg .pbmin-lightbox-video:before,
.gym-video-bg .pbmin-lightbox-video:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.gym-video-bg .pbmin-lightbox-video:before {
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  -moz-animation: pulse-border-2 1.5s linear infinite;
  -o-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}
.gym-video-bg .pbmin-lightbox-video:after {
  -webkit-animation: pulse-border 1s linear infinite;
  -moz-animation: pulse-border 1s linear infinite;
  -o-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    opacity: 0;
  }
}
.bmi-calc-style {
  padding-right: 68px;
}
.pbmit-ele-bmi-calc-style-1 .pbmit-bmi-cal-wrapper {
  position: relative;
}
.pbmit-ele-bmi-calc-style-1 .pbmit-checkcontainer {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500 !important;
  padding-left: 20px;
  color: var(--pbmit-white-color);
}
.pbmit-ele-bmi-calc-style-1 .pbmit-checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.pbmit-ele-bmi-calc-style-1 .pbmit-checkcontainer .pbmit-radiobtn {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border-radius: 50%;
}
.pbmit-ele-bmi-calc-style-1
  .pbmit-checkcontainer
  input:checked
  ~ .pbmit-radiobtn:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--pbmit-blackish-color);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}
.pbmit-ele-bmi-calc-style-1 .pbmit-bmi-cal-wrapper .pbmit-label {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--pbmit-white-color);
}
.pbmit-ele-bmi-calc-style-1 .pbmit-bmi-calc-imperial .pbmit-imp-box {
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit-flex;
}
.pbmit-bmi-cal-wrapper.pbmit-vr
  .pbmit-bmi-calc-imperial
  .pbmit-height
  .input-box {
  margin-right: 20px;
  display: inline-block;
  width: 50%;
}
.pbmit-bmi-cal-wrapper.pbmit-vr
  .pbmit-bmi-calc-imperial
  .pbmit-height
  .input-box:last-child {
  margin-right: 0;
}
.pbmit-ele-bmi-calc-style-1 .pbmit-bmi-cal-wrapper input[type="number"],
.pbmit-ele-bmi-calc-style-1 .pbmit-bmi-cal-wrapper input[type="text"] {
  padding: 25px 35px;
  border: 1px solid rgb(255, 255, 255, 0.1);
  background-color: transparent;
  font-size: 16px;
  height: 50px;
  width: 100%;
  color: rgb(255, 255, 255, 0.6);
}
.pbmit-bmi-cal-wrapper.pbmit-vr .pbmit-bt {
  margin-top: 35px;
  display: inline-block;
}
.pbmit-ele-bmi-calc-style-1 .pbmit-bmi-cal-wrapper .pbmit-button a {
  width: 100%;
  border: 1px solid #fff;
  padding: 18px 50px;
  display: block;
  color: var(--pbmit-white-color);
}
.pbmit-ele-bmi-calc-style-1 .pbmit-bmi-cal-wrapper .pbmit-button a:hover {
  background-color: var(--pbmit-global-color);
  border-color: var(--pbmit-global-color);
}
.pbmit-bmi-table {
  background: var(--pbmit-blackish-color);
  padding: 20px;
}
.pbmit-bmi-table-row {
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit-flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.pbmit-bmi-table-row .pbmit-bmi-heading {
  font-size: 14px;
  color: var(--pbmit-white-color);
  font-weight: 600 !important;
  letter-spacing: 1px;
}
.pbmit-bmi-table-col:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}
.pbmit-bmi-table-col {
  width: 50%;
  padding: 22px 45px;
}
.pbmit-bmi-table-row .pbmit-box-title span,
.pbmit-bmi-table-row .bmi-details {
  color: #7d8799;
}
.pbmit-bmi-table-row .bmi-details,
.pbmit-bmi-table-row .pbmit-box-title span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500 !important;
  letter-spacing: 0;
  margin: 0;
}
.widget-text-editor {
  padding: 30px 0px 0px 0px;
  font-size: 14px;
  font-weight: normal;
  color: var(--pbmit-white-color);
}
/** lawyer **/
.pbmit-element-testimonial-style-2 .swiper-button-next,
.pbmit-element-testimonial-style-2 .swiper-button-prev {
  width: 50%;
  height: 100% !important;
  top: 0;
  opacity: 0 !important;
  cursor: none;
  margin: 0 !important;
}
.lawyer-about-us {
  padding-top: 60px;
}
.lawyer-about-us .heading-desc {
  padding-right: 90px;
}
.law-dropcap {
  font-size: 55px;
  line-height: 55px;
  width: 60px;
  height: 55px;
  color: var(--pbmit-white-color);
  padding: 0;
  margin-right: 10px;
}
.dropcap {
  position: relative;
  z-index: 1;
  float: left;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  background-color: transparent;
  display: block;
  font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-tween-effect-style-1 .ihbox-style {
  margin: 0px 80px 20px 0px;
  padding: 40px 0px 20px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ffffff1c;
}
.pbmit-tween-effect-style-1 .sign-img {
  padding-top: 50px;
}
.tween-effect-style-1 {
  position: relative;
}
.pbmit-tween-effect.pbmit-tween-effect-style-1 {
  position: absolute;
  left: 373px;
  top: -350px;
}
.lawyaer-ihbox-bg {
  background-image: url(../images/lawyer/law-icon-bg.jpg);
}
.pbmit-element-service-style-2 {
  overflow: hidden;
  padding: 100px 0px 85px 0px;
}
.lawyer-team {
  padding: 80px 0;
}
.lawyer-team .pbmit-element-posts-wrapper {
  padding: 0 200px;
}
.lawyer-team .row .pbmit-team-style-2:nth-child(2n) {
  margin-top: 60px;
}
.lawyer-appointment {
  background-image: url(../images/lawyer/law-bg-cpt-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 100px 0px;
  background-attachment: fixed;
}
.pbmit-element-portfolio-style-1 {
  padding-bottom: 70px;
}
.pbmit-element-testimonial-style-2 .testimonial-rating .pbmit-heading-desc {
  padding-top: 15px;
  color: var(--pbmit-white-color);
}
.appointment-icon-wrapper {
  text-align: center;
}
.appointment-icon-wrapper .appointment-icon i {
  color: #fff;
  font-size: 60px;
}
.appointment-icon-wrapper .heading-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.appointment-icon-wrapper .number-heading-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
}
/** construction **/
.construction-ihbox {
  padding: 75px 0px 50px 0px;
}
.construction-ihbox .pbmit-ihbox {
  padding-right: 110px;
}
.construction-about-ihbox {
  position: absolute;
  left: -68px;
  top: 166px;
}
.construction-about-single {
  padding: 50px 0px 0px 0px;
}
.construction-about-heading {
  padding: 0px 50px 0px 65px;
}
.construction-about-heading-desc {
  padding: 40px 35px 0px 76px;
}
.construction-about-heading-desc ul.list-group.list-group-borderless {
  margin-bottom: 0;
  margin-top: 25px;
}
.construction-about-heading-desc .list-group-borderless .list-group-item i {
  font-size: 7px;
  padding-right: 10px;
}
.construction-about-heading-desc .list-group-borderless .list-group-item {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  font-family: var(--pbmit-body-typography-font-family);
}
.construction-about {
  z-index: -1;
  position: relative;
  margin-top: -70px;
  padding: 0px 0px 90px 0px;
}
.construction-client .pbmit-custom-heading {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.construction-client .swiper-slider {
  padding: 30px 0;
}
.construction-inhox {
  padding: 100px 0 60px;
}
.pbmit-element-portfolio-style-5 {
  padding: 120px 0 30px;
  background-color: var(--pbmit-global-color);
}
.construction-verticle-snap-style .pbmit-verticle-snap-bg-image {
  background-image: url(../images/construction/cons-row-bg-1.jpg);
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
}
.pbmit-element-service-style-3 {
  overflow: hidden;
}
.construction-testimonial-bg {
  background-color: var(--pbmit-white-color);
}
/** architect **/
.architect-about-single {
  padding-right: 10px;
}
.architect-about-single .row {
  margin-top: -30px;
  margin-bottom: 30px;
}
.architect-about-single .icon-list-item {
  display: flex;
  align-items: center;
  font-size: inherit;
  color: var(--pbmit-blackish-color);
}
.architect-about-single .icon-list-item > .icon-list-text {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}
.architect-fid.pbminfotech-ele-fid-style-5 {
  padding: 40px 12px 0px 12px;
}
.pbmit-element-service-style-7 {
  padding-top: 90px;
}
.pbmit-element-marquee-effect-style-6 {
  padding: 45px 0;
  background-color: var(--pbmit-blackish-color);
}
.pbmit-element-team-style-1 {
  padding-bottom: 60px;
  background-color: var(--pbmit-blackish-color);
}
.pbmit-element-team-style-1 .swiper-horizontal > .swiper-pagination-bullets,
.pbmit-element-team-style-1
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  right: 0;
  text-align: center;
}
.pbmit-element-team-style-1 .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
  margin: 0 3px;
}
.pbmit-element-team-style-1
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--pbmit-white-color);
}
.pbmit-element-testimonial-style-4 {
  background-color: var(--pbmit-blackish-color);
  background-image: url(../images/architect/testimonial-bg.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.pbmit-element-testimonial-style-4 .swiper-button-next,
.pbmit-element-testimonial-style-4 .swiper-button-prev {
  background: transparent;
  border: none;
}
.pbmit-element-testimonial-style-4 .swiper-button-next:after,
.pbmit-element-testimonial-style-4 .swiper-button-prev:after {
  font-size: 30px;
  content: "\e815";
  color: var(--pbmit-white-color);
}
.architect-client {
  background-color: var(--pbmit-blackish-color);
  border-top: 1px solid #ffffff1f;
  padding: 50px 0px 20px 0px;
}
/** medical **/
.medical-bg-color-light {
  background-color: #f6f8fa !important;
}
.pbmit-element-verticle-slide-style-1
  .pbmit-heading-subheading-style-5
  .pbmit-title {
  margin-bottom: 50px;
}
.medical-ihbox {
  padding: 50px 0;
}
.pbmit-element-service-style-6 {
  background-image: url(../images/medical/service-bg-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
.medical-appoinment {
  background-image: url(../images/medical/doctory-bg-img-1.png);
  background-position: 0px -150px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 100px 0px;
  background-color: var(--pbmit-global-color);
}
.medical-appoinment .pbmit-ihbox {
  padding-right: 22px;
}
.pbmit-element-miconheading-style-16 {
  background-color: var(--pbmit-light-color);
}
.pbmit-element-miconheading-style-16 .pbmit-sticky {
  padding-right: 40px;
}
.pbmit-element-miconheading-style-16 .pbmit-element-posts-wrapper {
  padding-left: 60px;
}
.medical-team {
  margin-bottom: 60px;
}
.medical-team.swiper-horizontal > .swiper-pagination-bullets,
.medical-team.swiper-pagination-bullets.swiper-pagination-horizonta {
  bottom: 0;
  right: 0;
  left: -150px;
  text-align: center;
}
.medical-team .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: rgba(24, 24, 25, 0.2);
  border-radius: 0;
  opacity: 1;
  margin-right: 0 !important;
}
.medical-team .swiper-pagination-bullet-active {
  background-color: var(--pbmit-global-color) !important;
}
.medical-counter {
  padding: 150px 0 100px;
}
.pbmit-element-testimonial-style-5 .swiper-button-next,
.pbmit-element-testimonial-style-5 .swiper-button-prev {
  border: none;
  padding-right: 70px;
  background-color: transparent;
}
.pbmit-element-testimonial-style-5 .swiper-button-next:after,
.pbmit-element-testimonial-style-5 .swiper-button-prev:after {
  content: "\e871";
  color: var(--pbmit-global-color);
  font-size: 25px;
}
/** garden **/
.garden-about-bg {
  background-image: url(../images/gardern/garden-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px 100px;
}
.garden-about-bg .pbmit-custom-heading .pbmit-title {
  font-size: 16px;
  color: var(--pbmit-global-color);
}
.garden-about-bg .pbmit-custom-heading {
  padding: 10px 0px 0px 30px;
}
.pbmit-sprite-animation-responsive {
  display: none;
}
.pbmit-element-service-style-1 .swiper-buttons {
  padding-bottom: 74px;
}
.pbmit-element-service-style-1 .swiper-button-next,
.pbmit-element-service-style-1 .swiper-button-prev {
  bottom: 0px;
  left: 0;
  right: 0;
  top: unset;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  background-color: transparent;
}
.pbmit-element-static-box-style-2 {
  overflow: hidden;
}
.pbmit-element-static-box-style-2 .pbmit-heading-desc {
  padding: 5px 0px 0px 610px;
}
.pbmit-element-service-style-1 .swiper-button-prev {
  left: -70px;
}
.pbmit-element-service-style-1 .swiper-button-next {
  left: 70px;
}
.pbmit-element-service-style-1 .swiper-button-next:after,
.pbmit-element-service-style-1 .swiper-button-prev:after {
  color: var(--pbmit-white-color);
  font-size: 17px;
  content: "\e83a";
  font-weight: normal;
}
.pbmit-element-service-style-1 .swiper-button-next:hover,
.pbmit-element-service-style-1 .swiper-button-prev:hover {
  border: 1px solid rgba(39, 39, 47, 0.5);
  background-color: rgba(39, 39, 47, 0.5);
}
.garden-fid-style4 {
  border-bottom: 1px solid #dddddd3b;
  padding: 150px 0px 100px 0px;
}
.pbmit-element-static-box-style-2 {
  background-image: url(../images/gardern/garden-bg-img-01.png);
  padding: 100px 0px 165px 0px;
  background-position: 70px 85%;
  background-repeat: no-repeat;
}
.pbmit-main-static-slider {
  position: relative;
}
.gardern-appoinment {
  background-image: url(../images/gardern/gardan-img1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 230px 0px 230px 0px;
}
.gardern-appoinment-single {
  text-align: center;
}
.gardern-appoinment .gardern-icon {
  font-size: 90px;
  color: #ffffff;
}
.gardern-appoinment .heading-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}
.gardern-appoinment .heading-title-nubar {
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
}
.pbmit-element-marquee-effect-style-8 {
  background-color: var(--pbmit-global-color);
}
.gardern-client {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #ffffff33;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 0px 30px 0px;
  margin-top: 70px;
}
.gardern-testimonial {
  position: relative;
  margin-top: -36px;
}
.gardern-testimonial .swiper-button-next,
.gardern-testimonial .swiper-button-prev {
  position: static;
  top: 35px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.gardern-testimonial .swiper-button-next:after,
.gardern-testimonial .swiper-button-prev:after {
  content: "\e83a";
  font-size: 17px;
  font-weight: normal;
  color: var(--pbmit-white-color);
}
.gardern-testimonial .swiper-button-next:hover,
.gardern-testimonial .swiper-button-prev:hover {
  border: 1px solid rgba(39, 39, 47, 0.5);
  background-color: rgb(0 0 0 / 100%);
}
.gardern-testimonial .swiper-button-next {
  right: 0;
  left: inherit;
  margin-left: 10px;
}
.gardern-testimonial .swiper-button-prev {
  left: 0;
  right: inherit;
}
.pbmit-hover-image,
.pbmit-hover-short-desc,
.pbmit-static-image {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pbmit-sprite-animation-style-1 .pbmit-sprite-animation {
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 580px;
  height: 580px;
}
/** software **/
.software-about-section-bg {
  /* background-image: url(../images/software/soft-section-bg.jpg); */
  background-image: url("revolution/images/careerbg.jpg");
  padding: 230px 0px 211px 0px;
}
.software-about-section-bg .pbmit-title {
  font-size: 90px;
  line-height: 80px;
  font-weight: 500;
}
.software-about-section-bg .pbmit-heading-desc {
  font-size: 36px;
  line-height: 46px;
}
.software-about-section-bg .about-lottieplayer {
  margin-right: -20px;
}
.software-about-section-bg .pbmit-heading-subheading img {
  width: 36px;
  height: 36px;
}
.software-about-section-1 .pbmit-col-left .pbmit-heading-subheading {
  margin-top: 60px;
  padding-right: 120px;
}
.software-about-section-1 .pbmit-col-right .pbmit-heading-subheading {
  margin-bottom: 100px;
}
.software-about-section-1 .pbmit-col-right .pbmit-image-wrap {
  position: relative;
  text-align: end;
}
.software-about-section-1 .pbmit-col-right .pbmit-ihbox-wrapper {
  position: absolute;
  transform: translate(0px, -25%);
  top: -30px;
}
.software-about-section-2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.software-about-section-2 .about-col-right {
  padding: 100px 12px 100px 100px;
}
.software-about-section-2 .about-col-left .pbmit-col-stretched-left {
  background-image: url(../images/software/about-bg-01.jpg);
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.pbmit-main-static-slider-section
  .pbmit-heading-subheading
  .pbmit-heading-desc {
  margin-top: 40px;
  padding-left: 110px;
}
.pbmit-main-static-slider-section {
  background-image: url(../images/software/staticbox-bg.png);
  background-repeat: no-repeat;
  padding: 100px 0 120px 0;
}
.software-testimonial-dots .swiper-pagination {
  bottom: 0;
  text-align: center;
}
.software-testimonial-dots .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--pbmit-blackish-color);
  opacity: 0.2;
}
.software-testimonial-dots
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.software-portfolio-style .pbmit-portfolio-style-10:nth-child(2) {
  padding-top: 15px;
}
.software-client-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}
/** Digital Agency **/

.digital-about-section-bg {
  padding: 260px 0 0 0;
  overflow: hidden;
  position: relative;
}
.digital-about-section-bg .digital-agency-bg-video {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pbmit-digital-mrkt-text-style {
  font-size: 84px;
  line-height: 84px;
  margin: 0;
  font-weight: 500;
}
.pbmit-digital-mrkt-text-style .pbmit-arrow {
  display: block;
  font-size: 115px;
  line-height: 135px;
  background: -webkit-linear-gradient(#d600ff, var(--pbmit-global-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.pbmit-digital-mrkt-text-style .pbmit-arrow svg {
  height: 65px;
  width: 65px;
}
.pbmit-digital-mrkt-text-style .pbmit-arrow svg line {
  stroke: var(--pbmit-blackish-color);
  stroke-width: 3px;
}
.pbmit-digital-mrkt-text-style:hover .pbmit-arrow svg line {
  stroke: var(--pbmit-blackish-color);
}
.digital-about-section-bg .pbmit-digital-mrkt-text-style {
  margin-bottom: 55px;
}
.digital-about-section-bg .pbmit-heading-subheading .pbmit-heading-desc,
.digital-about-section-bg .pbmit-heading-subheading {
  margin: 0;
}
.digital-actionbox-bg .pbmit-action-box-style-1 .pbmit-action-box-wrap {
  background-image: url(../images/digital-agency/action-box-bg-new.jpg);
}
.digital-counter-section {
  background-color: var(--pbmit-global-color);
}
.pbmit-iconbox-section .pbmit-column-inner {
  padding-right: 55px;
}
.pbmit-iconbox-section .pbmit-column-inner:nth-child(4),
.pbmit-iconbox-section .pbmit-column-inner:nth-child(5),
.pbmit-iconbox-section .pbmit-column-inner:nth-child(6) {
  padding-top: 40px;
}
.digital-testimonial-section {
  background: -webkit-linear-gradient(0deg, #d600ff, var(--pbmit-global-color));
}
.digital-testimonial-section-inner {
  position: relative;
  padding-left: 170px;
}
.digital-testimonial-section-inner .pbmit-ele-header-area {
  position: absolute;
  left: -130px;
  bottom: 275px;
  transform: rotate(-90deg) translate(0px, 0px);
}
.digital-testimonial-section-inner .pbmit-heading-subheading .pbmit-title {
  -webkit-text-stroke: 1px var(--pbmit-white-color);
  -webkit-text-fill-color: transparent;
}
.digital-testimonial-section-inner .swiper-button-next,
.digital-testimonial-section-inner .swiper-button-prev {
  width: 50%;
  height: 100% !important;
  top: 0;
  opacity: 0 !important;
  cursor: none;
  margin: 0 !important;
}
.digital-testimonial-section-inner .swiper-button-next:after,
.digital-testimonial-section-inner .swiper-button-prev:after {
  content: "\e83a";
}

/** Industry **/
.industry-about-section-1 .pbmit-about-border {
  border-top: 1px solid rgba(0, 0, 0, 0.56);
  padding-top: 40px;
}
.industry-about-section-1 .about-section-right {
  padding: 0 20px 0 50px;
}
.industry-about-section-1 .about-section-right .pbmit-custom-text {
  padding-right: 40px;
}
.industry-about-section-2 .pbmit-image-wrapper {
  margin: 25px -100px 0px 0px;
  text-align: end;
  position: relative;
}
.industry-about-section-2 .pbmit-col-left {
  padding-right: 100px;
}
.industry-about-section-2 .pbmit-image-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 485px;
  height: 485px;
  border: 9px solid var(--pbmit-global-color);
}
.industry-portfolio-section-style {
  background-image: url(../images/industry/portfolio-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
}
.industry-about-section-3 {
  background-image: url(../images/industry/industry-bg.png);
  background-repeat: no-repeat;
  padding: 190px 0 135px 0;
}
.industry-about-section-3 .pbmit-col-right .pbmit-heading-subheading {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.industry-about-section-3 .pbmit-svg-btn {
  position: relative;
  z-index: 1;
}
.industry-about-section-3 .pbmit-col-right {
  position: relative;
  padding: 80px 0px 80px 55px;
}
.industry-about-section-3 .pbmit-col-right::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 425px;
  height: 400px;
  border: 6px solid var(--pbmit-global-color);
}
.industry-testimonial-client-section {
  overflow: hidden;
}
.industry-testimonial-client-section
  .industry-testimonial-section.swiper-slider {
  overflow: visible;
}
.industry-testimonial-client-section
  .industry-testimonial-client-section-border {
  border: 4px solid rgba(0, 0, 0, 0.18);
}
.industry-testimonial-client-section .industry-client-section {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  padding: 75px 0 20px;
  margin-top: 65px;
}
.industry-testimonial-client-section .swiper-button-prev,
.industry-testimonial-client-section .swiper-button-next {
  border: 0;
  background-color: transparent;
}
.industry-testimonial-client-section .swiper-button-prev::after,
.industry-testimonial-client-section .swiper-button-next::after {
  font-size: 30px;
  color: var(--pbmit-global-color);
}
.industry-testimonial-client-section .swiper-button-prev:hover::after,
.industry-testimonial-client-section .swiper-button-next:hover::after {
  font-size: 30px;
  color: rgba(var(--pbmit-global-color-rgb), 0.7);
}
.industry-testimonial-client-section .swiper-button-next {
  right: -90px;
}
.industry-testimonial-client-section .swiper-button-prev {
  left: -90px;
}
/** Consulting **/
.consulting-client-section {
  border-bottom: 1px solid rgba(48, 74, 67, 0.1);
}
.consulting-about-section-1 {
  background-image: url(../images/consulting/bg-img-1.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.consulting-about-section-1 .pbmit-col-right {
  padding-right: 80px;
}
.consulting-about-section-1 .pbmit-ihbox-style-32 .pbmit-icon-wrapper i {
  background: var(--pbmit-global-color);
  -webkit-background-clip: text;
}
.consolting-iconbox .pbmit-column-inner {
  padding-right: 85px;
}
.consulting-service-style .pbmit-col-right {
  padding-left: 80px;
}
.consulting-service-style {
  background-image: url(../images/consulting/service10-bgimg.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
  padding: 70px 0 150px;
}
.consulting-service-style .pbmit-col-left {
  padding-right: 60px;
}
.consulting-service-style .pbmit-col-left .pbmit-svg-btn a {
  color: var(--pbmit-white-color);
}
.consulting-service-style .pbmit-col-left .pbmit-svg-btn a svg line {
  stroke: var(--pbmit-white-color);
}
.consulting-portfolio-style {
  position: relative;
}
.consulting-portfolio-inner {
  padding: 140px 0 130px;
  position: relative;
  z-index: 2;
}
.consulting-portfolio-inner:after,
.consulting-portfolio-inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--pbmit-global-color);
  height: 120px;
  width: 120px;
  z-index: 2;
}
.consulting-portfolio-inner:after {
  background-color: var(--pbmit-blackish-color);
  left: 120px;
  top: -120px;
}
.consulting-portfolio-style::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 476px;
  background-color: var(--pbmit-global-color);
  height: 150px;
  width: 476px;
  z-index: 1;
}
.consulting-portfolio-style .consulting-portfolio {
  margin-top: 30px;
}
.consulting-portfolio-style .consulting-portfolio .swiper-button-next,
.consulting-portfolio-style .consulting-portfolio .swiper-button-prev {
  position: static;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--pbmit-white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.consulting-portfolio-style .consulting-portfolio .swiper-button-prev {
  margin-right: 10px;
}
.consulting-portfolio-style .consulting-portfolio .swiper-button-next:hover,
.consulting-portfolio-style .consulting-portfolio .swiper-button-prev:hover {
  background-color: var(--pbmit-white-color);
}
.consulting-portfolio-style .swiper-button-next:after,
.consulting-portfolio-style .swiper-button-prev:after {
  color: var(--pbmit-white-color);
  font-family: "pbminfotech-base-icons";
  content: "\e83a";
  font-size: 17px;
}
.consulting-portfolio-style .swiper-button-next:hover:after,
.consulting-portfolio-style .swiper-button-prev:hover:after {
  color: var(--pbmit-blackish-color);
}
.consulting-verticle-snap-style .pbmit-verticle-snap-bg-image {
  background-image: url(../images/consulting/verticle-snap-img.jpg);
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
}
.consulting-testimonial-bg {
  background-color: var(--pbmit-white-color);
}
.consulting-testimonial-bg .pbmit-col-left {
  padding-right: 70px;
}
.consulting-blog-bg {
  background-color: var(--pbmit-white-color);
}
/* Logistics */
.logistics-about-section-1 .pbmit-iconbox-border {
  padding: 25px 0px 68px 65px;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  border-color: rgba(225, 225, 225, 0.1);
}
.logistics-about-section-1 .pbmit-iconbox-border:last-child {
  padding: 50px 0px 40px 65px;
  border-width: 0px 0px 0px 1px;
}
.logistics-about-section-1 .pbmit-heading-subheading {
  margin-bottom: 0;
}
.logistics-about-section-1 .map-image {
  margin: 60px 0px 0px -135px;
}
.logistics-iconbox-section .pbmit-heading-subheading {
  margin-bottom: 75px;
}
.logistics-iconbox-section .pbmit-heading-subheading .pbmit-subtitle {
  padding-right: 85px;
}
.logistics-portfolio-style .logistics-portfolio-inner {
  margin-top: -80px;
}
.logistics-flipbox-section .pbmit-heading-subheading {
  margin-bottom: 0;
}
.logistics-team-bg {
  background-image: url(../images/logistics/team-bg.png);
  background-repeat: no-repeat;
  background-position: -50px -220px;
}
.logistics-team-bg .pbmit-heading-subheading {
  padding: 0 40px 0 100px;
}
.logistics-pricing-table-bg .pbmit-pricing-table-featured-col.pbmit-ptable-col {
  position: relative;
}
.logistics-pricing-table-bg {
  margin-top: 100px;
  background-image: url(../images/logistics/pricing-table-bg.png);
  background-repeat: no-repeat;
}
.logistics-pricing-table-bg .pbmit-ihbox.pbmit-ihbox-style-41 {
  position: absolute;
  bottom: -40px;
  right: 40px;
}
.pbmit-road-wrap {
  margin-top: -70px;
}
.pbmit-road {
  position: relative;
  width: 800px;
  height: 51px;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: perspective(2000px) rotateX(149deg) rotateY(206deg) rotateZ(200deg);
}
.pbmit-road::before {
  content: "";
  position: absolute;
  top: 5%;
  left: -25%;
  transform: translateY(0);
  width: 100%;
  height: 50px;
  background: linear-gradient(
    90deg,
    var(--pbmit-secondary-color) 0%,
    var(--pbmit-secondary-color) 40%,
    rgba(255, 255, 255, 0) 40%,
    rgba(240, 240, 240, 0) 50%,
    var(--pbmit-global-color) 50%,
    var(--pbmit-global-color) 90%,
    rgba(255, 0, 0, 0) 90%,
    rgba(255, 0, 0, 0) 100%
  );
  background-size: 400px;
  animation: animateroad 5s linear infinite;
}
@keyframes animateroad {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -400px;
  }
}
.pbmit-moving-truck {
  position: relative;
  top: 45px;
  z-index: 2;
  animation-name: movingtruck;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes movingtruck {
  0% {
    transform: translate(1px, 3px);
  }
  25% {
    transform: translate(2px, -2px);
  }
  50% {
    transform: translate(-3px, 1px);
  }
  75% {
    transform: translate(-3px, -2px);
  }
  100% {
    transform: translate(1px, 3px);
  }
}
.logistics-testimonial-section {
  padding: 100px 0 180px;
}
.logistics-testimonial-section .logistics-text-style {
  margin-bottom: -250px;
  padding-left: 80px;
}
.logistics-testimonial-section .pbmit-col-right-arrow {
  position: relative;
}
.logistics-testimonial-section .logistics-testimonial {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.logistics-testimonial-section .logistics-testimonial .swiper-button-next,
.logistics-testimonial-section .logistics-testimonial .swiper-button-prev {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  left: inherit;
  right: -80px;
  height: 25px;
}
.logistics-testimonial-section .logistics-testimonial .swiper-button-next:after,
.logistics-testimonial-section
  .logistics-testimonial
  .swiper-button-prev:after {
  color: var(--pbmit-white-color);
  font-family: "pbminfotech-base-icons";
  content: "\e82d";
  font-weight: 700;
  font-size: 22px;
}
.logistics-testimonial-section .logistics-testimonial .swiper-button-prev {
  transform: translate(0, -100%) rotate(180deg);
}

.logistics-testimonial-section
  .logistics-testimonial
  .swiper-button-prev:after {
  color: var(--pbmit-global-color) !important;
}
.logistics-testimonial-section
  .logistics-testimonial
  .swiper-button-next:after {
  color: var(--pbmit-secondary-color) !important;
}
.logistics-marquee-section-border {
  border-width: 5px 0;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.06);
}

/* Restaurant */
.restaurant-iconbox-border {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.restaurant-iconbox-border .pbmit-icon-column {
  padding-right: 60px;
}
.restaurant-aboutus-1-section {
  padding: 100px 0 180px;
}
.restaurant-aboutus-1-section .pbmit-first-image {
  position: relative;
  z-index: 2;
}
.restaurant-aboutus-1-section .pbmit-second-image {
  position: absolute;
  right: 0;
  bottom: -110px;
  z-index: 3;
}
.restaurant-aboutus-1-section .pbmit-third-image {
  position: absolute;
  right: 83px;
  top: 154px;
  z-index: -1;
}
.restaurant-aboutus-1-section .about-content {
  padding: 15px 0px 0px 105px;
}
.restaurant-aboutus-1-section .pbmit-custom-text {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
}
.restaurant-iconbox-section .pbmit-col-left {
  background-image: url(../images/restaurant/iconheading-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-right: 120px;
}
.restaurant-iconbox-section .pbmit-col-right {
  padding-top: 55px;
}
.restaurant-testimonial-section .pbmit-col-left-wrapper {
  background-color: var(--pbmit-secondary-color);
}
.restaurant-testimonial-section .pbmit-col-left-wrap {
  max-width: 606px;
  margin-left: auto;
  padding: 100px 0;
}
.restaurant-testimonial-section .pbmit-col-right {
  padding-left: 30px;
  background-color: var(--pbmit-secondary-color);
}
.restaurant-testimonial-section .pbmit-col-right .bg-image {
  background-image: url(../images/restaurant/testi-bg-image.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.restaurant-actionbox-section .pbmit-action-box-circle-wrap {
  background-image: url(../images/restaurant/actionbox-02-bg.jpg);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.restaurant-form-section .contact-form {
  padding: 0;
}
.restaurant-contact-form .form-control {
  border: 1px solid rgba(225, 225, 225, 0.3);
  font-size: 16px;
  line-height: 60px;
  padding: 0 20px;
  color: var(--pbmit-white-color);
}
.restaurant-contact-form textarea {
  resize: none;
}
.restaurant-contact-form input[type="text"]::placeholder,
.restaurant-contact-form input[type="number"]::placeholder,
.restaurant-contact-form textarea::placeholder {
  color: rgba(225, 225, 225, 0.8);
}
.restaurant-contact-form .form-control:focus {
  border: 1px solid var(--pbmit-global-color);
}
/*----------------------------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 00 - About Us **/
.about-us-section {
  padding: 100px 0px 85px 0px;
}
.about-us-single {
  padding-right: 65px;
}
.about-us-section .row.miconheading-style {
  margin: -20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.market-overlay-line {
  position: relative;
}
.market-overlay-line::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 20px;
  top: 0;
  left: 37%;
  /*background-color: var(--pbmit-white-color);*/
  z-index: 1;
}
.about-us-img .pbmit-ihbox-style-3 {
  margin-top: -66px;
  margin-left: -70px;
}
.about-client {
  padding-bottom: 60px;
}
/** 01 - Our History **/
.pbmit-timeline .pbmit-last-timeline,
.pbmit-timeline .pbmit-first-timeline {
  position: relative;
  z-index: 1;
  left: calc(50% - 15px);
  width: 22px;
  height: 22px;
  background: transparent;
  border: 2px solid var(--pbmit-white-color);
  border-radius: 50%;
}
.pbmit-timeline .pbmit-timeline-post-items {
  position: relative;
}
.pbmit-timeline .pbmit-timeline-post-items {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pbmit-timeline .pbmit-timeline-post-items:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: calc(50% - 5px);
  width: 2px;
  height: 100%;
  background: var(--pbmit-white-color);
}
.pbmit-timeline .pbmit-timeline-post-items .pbmit-timeline-inner {
  padding-bottom: 80px;
}
.pbmit-timeline-inner {
  margin: 0 -3px;
}
.pbmit-ourhistory-type2 .pbmit-ourhistory-row {
  align-items: center;
  position: relative;
}
.pbmit-timeline
  .pbmit-timeline-inner:nth-child(even)
  .pbmit-ourhistory-type2
  .pbmit-ourhistory-left,
.pbmit-timeline
  .pbmit-timeline-inner:nth-child(odd)
  .pbmit-ourhistory-type2
  .pbmit-ourhistory-right {
  padding-right: 50px;
  padding-left: 15px;
}
.pbmit-ourhistory-type2 .pbmit-ourhistory-right .pbmit-timeline-image,
.pbmit-ourhistory-type2 .pbmit-ourhistory-right .label {
  margin-bottom: 30px;
  display: none;
}
.pbmit-ourhistory-type2 .label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: var(--pbmit-blackish-color);
}
.pbmit-ourhistory-type2 .pbmit-ourhistory-right .content {
  padding: 40px;
  border: 1px solid var(--pbmit-white-color);
  position: relative;
}
.pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .pbmit-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  color: var(--pbmit-white-color);
}
.pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .simple-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.pbmit-timeline
  .pbmit-timeline-inner:nth-child(even)
  .row.pbmit-ourhistory-row
  .pbmit-ourhistory-right
  .content:before,
.pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:before {
  border-color: transparent transparent transparent var(--pbmit-white-color);
  top: 60px;
  border-width: 13px;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  background: transparent;
  top: 50%;
  -khtml-transform: translateX(100%) translateY(-50%);
  -moz-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  -o-transform: translateX(100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%) rotate(180deg);
}
.pbmit-timeline
  .pbmit-timeline-inner:nth-child(even)
  .row.pbmit-ourhistory-row
  .pbmit-ourhistory-right
  .content:after,
.pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 61px;
  left: 0;
  border-color: transparent transparent transparent var(--pbmit-blackish-color);
  border-width: calc(12px - 1px);
  top: 50%;
  -khtml-transform: translateX(100%) translateY(-50%);
  -moz-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  -o-transform: translateX(100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%) rotate(180deg);
}
.pbmit-timeline
  .pbmit-timeline-inner
  .row.pbmit-ourhistory-row
  .pbmit-ourhistory-right
  .content:before,
.pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:before {
  border-color: transparent transparent transparent var(--pbmit-white-color);
  top: 60px;
  border-width: 13px;
  display: block;
  position: absolute;
  content: "";
  right: 0;
  left: unset;
  width: 0;
  height: 0;
  border-style: solid;
  background: transparent;
  top: 50%;
  -khtml-transform: translateX(100%) translateY(-50%);
  -moz-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  -o-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
}
.pbmit-timeline
  .pbmit-timeline-inner
  .row.pbmit-ourhistory-row
  .pbmit-ourhistory-right
  .content:after,
.pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 61px;
  right: 0;
  left: unset;
  border-color: transparent transparent transparent var(--pbmit-blackish-color);
  border-width: calc(12px - 1px);
  top: 50%;
  -khtml-transform: translateX(100%) translateY(-50%);
  -moz-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  -o-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
}
.pbmit-ourhistory-type2 .pbmit-ourhistory-center span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: var(--pbmit-light-color);
  padding: 8px 30px;
  color: var(--pbmit-blackish-color);
  transform: translate(-50px, -20px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 2px solid var(--pbmit-blackish-color);
  border-radius: 20px;
}
.pbmit-ourhistory-type2 .label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: var(--pbmit-blackish-color);
}
.pbmit-timeline
  .pbmit-timeline-inner:nth-child(even)
  .pbmit-ourhistory-type2
  .pbmit-ourhistory-right,
.pbmit-timeline
  .pbmit-timeline-inner:nth-child(odd)
  .pbmit-ourhistory-type2
  .pbmit-ourhistory-left {
  padding-right: 15px;
  padding-left: 50px;
}
.pbmit-timeline
  .pbmit-timeline-inner:nth-child(even)
  .row.pbmit-ourhistory-row {
  flex-direction: row-reverse;
  align-items: center;
}
.pbmit-ourhistory-type2:hover .pbmit-ourhistory-center span {
  background-color: var(--pbmit-global-color);
  color: var(--pbmit-blackish-color);
}

.marquee-about {
  padding: 30px 0;
}
.our-oroject-single {
  padding-right: 68px;
}
.our-oroject-progressbar {
  margin-top: -20px;
}
.our-team-single {
  padding-right: 90px;
}
.our-team-progressbar {
  padding-right: 100px;
}
/* Our team member */
.our-team-member-page
  .team-section
  .pbmit-team-style-1
  .pbmit-team-social-links
  li
  a,
.our-team-member-page .team-section .pbmit-team-style-1 .pbmit-team-title a {
  color: var(--pbmit-blackish-color);
}
.our-team-member-page
  .team-section
  .pbmit-team-style-1
  .pbminfotech-box-team-position {
  color: rgba(0, 0, 0, 0.8);
}
.our-team-member-page
  .team-section
  .pbmit-team-style-1
  .pbmit-team-social-links
  li
  a:hover {
  color: var(--pbmit-white-color);
}
/** 01 - Service Detail **/
.drop-cap-letter {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
  padding: 0px 15px;
  font-size: 36px;
  margin-right: 8px;
  float: left;
}
.service-marquee {
  border-top: 1px solid #0000001f;
  padding: 20px 0px 20px 0px;
}
.service-about {
  padding: 95px 0;
}
.service-about-heading-desc {
  padding-left: 44px;
}
.service-about-heading-desc .list-group-borderless .list-group-item i {
  padding-right: 8px;
  color: var(--pbmit-blackish-color);
  position: relative;
  font-size: 7px;
  line-height: 40px;
  font-weight: normal;
}
.service-about-heading-desc .list-group .list-group-item {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}
.service-left-col {
  flex: 0 0 27%;
  max-width: 27%;
}
.service-right-col {
  flex: 0 0 73%;
  max-width: 73%;
}
.service-right-col.order-1 {
  padding-left: 42px;
}
.service-right-col .list-group-item {
  font-size: 16px;
}
.service-details {
  margin-top: 50px;
}
.service-sidebar .widget.post-list {
  padding: 0 30px 0 0;
}
.post-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-list li {
  border: none;
  padding: 0 !important;
  margin: 2px 0;
}
.post-list ul li a {
  font-family: var(--pbmit-heading-typography-font-family);
  padding: 10px 20px 10px 22px;
  display: block;
  position: relative;
  border-radius: 0;
  font-weight: 500 !important;
  font-size: 15px;
  line-height: 20px;
  color: var(--pbmit-blackish-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
}
.post-list ul li a:hover {
  color: rgba(10, 29, 53, 0.7);
}
.post-list ul > li a:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  height: 10px;
  width: 10px;
  border: 1px solid rgba(10, 29, 53, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
.post-list ul > li.post-active a:after {
  background-color: var(--pbmit-blackish-color);
}
.post-list ul > li:hover a:after {
  background-color: var(--pbmit-blackish-color);
}
.post-list ul > li:hover a {
  color: var(--pbmit-blackish-color);
}
.post-list ul .post-active a {
  color: var(--pbmit-blackish-color);
}
.post-list ul .post-active a::before,
.post-list ul li a::before {
  position: absolute;
  content: "\e81c";
  left: inherit;
  right: 5px;
  font-size: 20px;
  color: inherit;
  font-family: pbminfotech-base-icons;
  top: 50%;
  z-index: 1;
  color: var(--pbmit-blackish-color);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-list ul > li.post-active a:before {
  opacity: 1;
}
.post-list ul li:hover a::before {
  opacity: 1;
}
.item-download a {
  position: relative;
  text-align: center;
  padding: 20px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  background-color: var(--pbmit-global-color);
}
.widget .download .item-download:first-child {
  margin-bottom: 15px;
}
.widget .download .item-download:first-child a {
  color: var(--pbmit-blackish-color);
  border: 2px solid var(--pbmit-blackish-color);
}
.widget .download .item-download:first-child a:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
}
.widget .download .item-download a {
  font-family: var(--pbmit-heading-typography-font-family);
  position: relative;
  text-align: center;
  padding: 20px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background-color: var(--pbmit-white-color);
  padding-right: 40px;
}
.widget .download .item-download a i:first-child {
  margin-right: 5px;
}
.widget .download .item-download a i {
  font-size: 24px;
  vertical-align: middle;
}
.widget .download .item-download .pbmit-righticon {
  position: absolute;
  right: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  background: 0 0;
}
.pbmit-base-icon-download-solid:before {
  content: "\e862";
}
.pbmit-base-icon-pdf:before {
  content: "\e897";
}
.widget .download .item-download a i {
  vertical-align: middle;
}
.widget .download .item-download a:hover {
  background-color: var(--pbmit-blackish-color);
}
.widget .download .item-download:last-child a {
  background-color: var(--pbmit-blackish-color);
  color: var(--pbmit-white-color);
}
.widget .download .item-download:last-child a:hover {
  background-color: var(--pbmit-global-color);
  color: var(--pbmit-blackish-color);
}

/** 02 - Project Detail **/
.portfolio-Carousel .swiper-slider[data-dots="true"] {
  padding-bottom: 100px;
}
.portfolio-Carousel .swiper-horizontal > .swiper-pagination-bullets,
.portfolio-Carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.portfolio-Carousel .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  right: 15px;
  text-align: center;
}
.portfolio-Carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--pbmit-blackish-color);
}
.portfolio-Carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 6px;
  background-color: var(--pbmit-global-color);
}
.grid-no-gap .pbmit-portfolio-style-1 {
  margin-bottom: 0;
}
.grid-no-gap .pbmit-portfolio-style-1 {
  margin-bottom: 0;
}
.portfolio-left-col {
  flex: 0 0 30%;
  max-width: 30%;
}
.portfolio-right-col {
  flex: 0 0 70%;
  max-width: 70%;
}
.portfolio-right-col.order-1 {
  padding-left: 58px;
}
.portfolio-single .portfolio-lines-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.portfolio-single .portfolio-left-col .single-portfolio-details-list li {
  margin-bottom: 32px;
  padding-right: 15px;
}
.portfolio-single
  .portfolio-left-col
  .single-portfolio-details-list
  li
  .portfolio-line-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 0px;
  text-transform: uppercase;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.portfolio-single
  .portfolio-left-col
  .single-portfolio-details-list
  li
  .portfolio-line-value {
  display: flex;
  font-size: 16px;
  padding-bottom: 10px;
}
.portfolio-single
  .portfolio-left-col
  .single-portfolio-details-list
  li
  .portfolio-line-value
  a {
  color: #666;
}
.portfolio-single .pbmit-blog-classic-inner u {
  color: var(--pbmit-blackish-color);
}
.portfolio-single blockquote:not(.wp-block-quote):not(.has-text-color) {
  padding: 0;
  border-left: none;
  font-size: 22px;
  line-height: 34px;
  margin: 30px 0;
  background-color: transparent;
  color: var(--pbmit-blackish-color);
  font-style: italic;
  border-color: var(--pbmit-global-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.portfolio-single blockquote:not(.wp-block-quote):not(.has-text-color) p {
  position: relative;
  padding-left: 70px;
}
.portfolio-single blockquote:not(.wp-block-quote):not(.has-text-color) p cite {
  display: block;
  color: var(--pbmit-blackish-color);
  font-weight: 500;
  font-size: 16px;
  font-style: initial;
}
.portfolio-single
  blockquote:not(.wp-block-quote):not(.has-text-color)
  p::before {
  font-family: "pbminfotech-base-icons";
  content: "\e875";
  position: absolute;
  top: 0;
  left: -42px;
  font-size: 130px;
  line-height: 50px;
  color: var(--pbmit-global-color);
  font-style: initial;
}
.portfolio-single .post-navigation {
  border-top: 1px solid rgba(39, 39, 47, 0.2);
  padding-top: 38px;
  margin-top: 60px;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.portfolio-single .post-navigation a {
  color: var(--pbmit-blackish-color);
}
.portfolio-single .post-navigation a:hover .pbmit-post-nav {
  color: rgba(39, 39, 47, 0.7);
}
.portfolio-single .post-navigation .pbmit-post-nav-wrapper {
  display: block;
}
.portfolio-single .post-navigation .pbmit-post-nav-icon {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.portfolio-single .post-navigation .pbmit-post-nav {
  font-family: var(--pbmit-heading-typography-font-family);
  font-size: 20px;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  padding-top: 5px;
}
.portfolio-single .post-navigation .nav-next .pbmit-post-nav-icon {
  display: block;
  width: 100%;
}
.portfolio-single .post-navigation .nav-next a {
  text-align: end;
}

/** 03 - Blog Detail**/
.blog-right-col {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 45px;
}
.blog-left-col {
  flex: 0 0 25%;
  max-width: 25%;
}
/** Sidebar Right**/
.sidebar .widget {
  border: none;
  padding: 0;
  margin-bottom: 40px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.single-blog-authorbox {
  text-align: center;
  background-color: var(--pbmit-light-color);
  padding: 40px 0;
}
.single-blog-authorbox img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.single-blog-authorbox .pbmit-authorbox-title {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 5px;
}
.single-blog-authorbox .pbmit-authorbox-position {
  padding: 0 25px;
  color: var(--pbmit-blackish-color);
}
.single-blog-authorbox .pbmit-social-links li {
  padding: 0 10px 0 0;
}
.single-blog-authorbox .pbmit-social-links li a:hover {
  color: rgba(39, 39, 47, 0.7);
}
.search-form input {
  height: 50px;
  line-height: 58px;
}
.widget .search-form {
  position: relative;
}
.widget .search-form .search-field {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-right: 55px;
  font-weight: 300;
  border: none;
  border-radius: 0px;
  color: var(--pbmit-blackish-color);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  font-family: var(--pbmit-heading-typography-font-family);
  border-bottom: 1px solid rgba(30, 30, 37, 0.5);
}
.sidebar .widget .search-form a {
  position: absolute;
  right: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  top: 34%;
  height: 50px;
  margin-top: -6px;
  font-size: 20px;
  z-index: 1;
  width: 45px;
  text-align: center;
  color: #232e35;
}
.sidebar .widget.widget-search .widget-title {
  margin-bottom: 0;
}
.sidebar .widget .widget-title {
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #27272f;
  text-transform: capitalize;
  font-style: normal;
  margin-bottom: 20px;
}
.sidebar .widget-categories ul li {
  margin: 2px 0;
  padding: 0 !important;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}
.sidebar .widget-categories ul li a {
  font-size: 15px;
  line-height: 25px;
  position: relative;
  letter-spacing: 1px;
  padding-left: 20px;
  margin: 5px 0;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family: var(--pbmit-heading-typography-font-family);
}
.sidebar .widget-categories ul .pbmit-brackets {
  margin-left: 7px;
  color: rgba(39, 39, 47, 0.7);
}
.sidebar .widget-categories ul li > a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid rgba(39, 39, 47, 0.8);
}
.sidebar .widget-categories ul li > a:hover:before {
  background-color: var(--pbmit-secondary-color);
}
.sidebar .recent-post-list li {
  margin-top: 10px;
  padding-bottom: 15px;
  display: flex !important;
  align-items: center;
  width: 100%;
}
.sidebar .recent-post-list li:last-child {
  padding-bottom: 0;
}
.widget-recent-post .media-body a {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 22px;
  -webkit-line-clamp: 2;
  font-weight: normal;
  font-style: normal;
  font-family: var(--pbmit-heading-typography-font-family);
}
.widget-recent-post .media-body a:hover {
  color: rgba(39, 39, 47, 0.7);
}
.sidebar .recent-post-list .media {
  display: flex;
}
.sidebar .recent-post-list .recent-post-thum {
  width: 90px;
  flex-shrink: 0;
  margin-right: 20px;
}
.sidebar .recent-post-list .post-date {
  line-height: 24px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(39, 39, 47, 0.6);
  font-family: var(--pbmit-heading-typography-font-family);
}
.sidebar .widget .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  color: #666;
  margin: 0 4px 8px 0;
  border: 1px solid rgba(39, 39, 47, 0.5);
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  background: transparent;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--pbmit-heading-typography-font-family);
}
.sidebar .widget .tagcloud a:hover {
  color: var(--pbmit-white-color);
  background: var(--pbmit-blackish-color);
}
.sidebar .widget.widget-archive ul li {
  padding: 0 0 15px 0;
}
.sidebar .widget.widget-flickr a {
  overflow: hidden;
  display: block;
  margin: 0 8px 0px 0px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: none;
}
.sidebar .pbmit-widget-ads {
  text-align: center;
  padding: 45px !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url(../images/marketing/Layer-1.jpg) center center no-repeat;
  background-size: cover;
}
.sidebar .pbmit-widget-ads:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(39, 39, 47, 0.1);
  z-index: -1;
}
.sidebar .pbmit-widget-ads img {
  width: 70px;
}
.sidebar .pbmit-widget-ads h4 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.sidebar .pbmit-widget-ads .pbmit-svg-btn a {
  padding: 14px 40px;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-global-color);
  transition: all 0.6s ease-in-out;
}
.sidebar .pbmit-widget-ads .pbmit-svg-btn a:hover {
  background-color: var(--pbmit-secondary-color);
  color: var(--pbmit-white-color);
}
/** Blog Grid **/
.blog-grid-col {
  /* padding: 100px 0px 70px 0px; */
  padding: 0px 0px 70px 0px;
}
.blog-grid-col-4 {
  padding: 100px 50px 70px 50px;
}
/** Blog Large **/
.pbmit-blog-classic {
  margin-bottom: 60px;
  position: relative;
  background: var(--pbmit-white-color);
}
.pbmit-blog-classic .pbmit-featured-img-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.pbmit-blog-classic .pbmit-blog-classic-inner {
  background: transparent;
  padding: 0;
  position: relative;
}
.pbmit-blog-meta.pbmit-blog-meta-top {
  position: relative;
  font-size: 14px;
}
.pbmit-blog-classic .pbmit-blog-meta span.pbmit-meta {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  padding-left: 0;
  font-size: 15px;
  text-transform: capitalize;
}
.pbmit-blog-classic .pbmit-meta:before {
  position: absolute;
  content: "";
  top: 50%;
  right: -17px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  background: rgba(39, 39, 47, 0.3);
}
.pbmit-blog-classic .pbmit-meta.pbmit-meta-author::before {
  display: none;
}
.pbmit-blog-classic .pbmit-blog-meta-top .pbmit-meta i {
  display: none;
}
.pbmit-blog-classic .pbmit-blog-meta-top .pbmit-meta-comments {
  display: none !important;
}
.pbmit-blog-classic .pbmit-post-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}
.pbmit-blog-classic .pbmit-entry-content {
  margin-top: 20px;
  margin-bottom: 0;
}
.pbmit-blog-classic .pbmit-read-more-link {
  margin-left: auto;
  vertical-align: top;
  margin-top: 20px;
}
.pbmit-blog-classic .pbmit-read-more-link a {
  padding: 18px 40px;
  background: var(--pbmit-blackish-color);
  color: var(--pbmit-white-color);
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pbmit-blog-classic .pbmit-post-title a:hover {
  color: rgba(39, 39, 47, 0.7);
}
.pbmit-blog-classic .pbmit-read-more-link a svg {
  height: 10px;
  margin-top: -2px;
  margin-left: 5px;
}
.pbmit-blog-classic .pbmit-read-more-link a:hover {
  background: var(--pbmit-global-color);
  color: var(--pbmit-blackish-color);
}
.pbmit-blog-classic .pbmit-read-more-link a:hover svg line {
  stroke: var(--pbmit-blackish-color);
}
.pbmit-blog-classic .pbmit-read-more-link a:hover svg line:nth-child(1) {
  stroke-dashoffset: 0;
}

/** Blog Detail **/
.globalcolor {
  color: var(--pbmit-global-color);
}
.post.blog-details .pbmit-blog-meta-top {
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 0;
}
.pbmit-blog-meta.pbmit-blog-meta-top {
  position: relative;
  font-size: 14px;
}
.pbmit-blog-meta,
.pbmit-blog-meta a {
  color: #666;
}
.pbmit-blog-meta-top .pbmit-meta {
  font-family: var(--pbmit-heading-typography-font-family);
  display: inline-block;
  margin-right: 30px;
  position: relative;
  padding-left: 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.post.blog-details .pbmit-blog-meta .pbmit-meta::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -17px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  background: rgba(39, 39, 47, 0.3);
}
.post.blog-details .pbmit-blog-meta .pbmit-meta:last-child::before {
  display: none;
}
.post.blog-details .pbmit-blog-meta-top .pbmit-meta i {
  display: none;
}
.post.blog-details .pbmit-blog-meta-top .pbmit-meta-comments {
  display: none;
}
.pbmit-firstletter {
  margin-bottom: 15px;
  position: relative;
}
.pbmit-firstletter::first-letter {
  float: left;
  font-weight: 600 !important;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
  padding: 8px 15px;
  font-size: 36px;
  line-height: 40px;
  margin-right: 10px;
}
.post.blog-details .pbmit-blog-classic-inner u {
  color: var(--pbmit-blackish-color);
}
.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
}
.post.blog-details .pbmit-blog-classic-inner .wp-block-image img {
  margin: 15px 0 0;
}
.post.blog-details .pbmit-blog-classic-inner h2 {
  margin-bottom: 10px;
}
.post.blog-details .pbmit-blog-classic-inner .wp-block-column figure {
  padding-right: 37px;
}
.post.blog-details
  .pbmit-blog-classic-inner
  .wp-block-column:last-child
  figure {
  padding-left: 37px;
  padding-right: 0;
}
.post.blog-details blockquote:not(.wp-block-quote):not(.has-text-color) {
  padding: 0;
  border-left: none;
  font-size: 22px;
  line-height: 34px;
  margin: 30px 0;
  background-color: transparent;
  color: var(--pbmit-blackish-color);
  font-style: italic;
  border-color: var(--pbmit-global-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.post.blog-details blockquote:not(.wp-block-quote):not(.has-text-color) p {
  position: relative;
  padding-left: 70px;
}
.post.blog-details blockquote:not(.wp-block-quote):not(.has-text-color) p cite {
  display: block;
  color: var(--pbmit-blackish-color);
  font-weight: 500;
  font-size: 16px;
  font-style: initial;
}
.post.blog-details
  blockquote:not(.wp-block-quote):not(.has-text-color)
  p::before {
  font-family: "pbminfotech-base-icons";
  content: "\e875";
  position: absolute;
  top: 0;
  left: -42px;
  font-size: 130px;
  line-height: 50px;
  color: var(--pbmit-global-color);
  font-style: initial;
}
ul.pbmit-blog-list-ele {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 20px;
  line-height: 37px;
  font-weight: 500;
}
ul.pbmit-blog-list-ele li {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: var(--pbmit-blackish-color);
}

ul.pbmit-blog-list-ele li.casestudy {
  display: flex;
  align-items: baseline;
  font-weight: normal;
  color: var(--pbmit-blackish-color);
}
ul.pbmit-blog-list-ele > li > i {
  color: var(--pbmit-blackish-color);
  font-size: 6px;
  line-height: normal;
  margin-right: 10px;
  position: relative;
}
.blog-right-col .post-navigation {
  margin-top: 40px;
}
.blog-right-col .post-navigation .nav-previous {
  width: 50%;
  margin-right: 15px;
}
.blog-right-col .post-navigation .nav-next {
  width: 50%;
  margin-left: 15px;
}
.blog-right-col .nav-previous .pbmit-post-icon-wrapper {
  transform: rotate(180deg);
}
.blog-right-col .post-navigation .nav-previous .pbmit-post-nav-content {
  text-align: end;
}
.blog-right-col .post-navigation .pbmit-inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: var(--pbmit-blackish-color);
  color: var(--pbmit-white-color);
  transition: all 0.4s ease-in;
}
.blog-right-col .post-navigation .pbmit-inner-content:hover {
  background-color: var(--pbmit-light-color);
  color: var(--pbmit-blackish-color);
}
.blog-right-col .post-navigation img {
  width: 80px;
  height: 80px;
}
.blog-right-col .post-navigation .nav-previous .pbmit-post-nav-content {
  padding: 0 25px 0 10px;
  flex: 1;
}
.blog-right-col .post-navigation .nav-next .pbmit-post-nav-content {
  padding: 0 10px 0 25px;
  flex: 1;
}
.blog-right-col .post-navigation .pbmit-post-nav-content {
  font-family: var(--pbmit-heading-typography-font-family);
}
.blog-right-col .post-navigation .pbmit-post-nav-content .pbmit-post-nav-head {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(225, 225, 225, 0.85);
  transition: all 0.4s ease-in;
}
.blog-right-col
  .post-navigation
  .pbmit-inner-content:hover
  .pbmit-post-nav-head {
  color: var(--pbmit-blackish-color);
}
.blog-right-col .post-navigation .pbmit-post-icon-wrapper {
  font-size: 30px;
  color: var(--pbmit-global-color);
  transition: all 0.4s ease-in;
}
.blog-right-col
  .post-navigation
  .pbmit-inner-content:hover
  .pbmit-post-icon-wrapper {
  color: var(--pbmit-blackish-color);
}
.blog-right-col
  .post-navigation
  .pbmit-post-nav-content
  .pbmit-post-nav.nav-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-right-col .post-navigation .pbmit-post-nav-content span {
  display: block;
}
.pbmit-blog-meta-bottom {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px;
}
.pbmit-blog-meta-bottom-left {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.pbmit-blog-meta-bottom .pbmit-tag-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  background: var(--pbmit-white-color);
  margin: 0 auto;
  display: none;
}
.pbmit-blog-meta-bottom .pbmit-tag-icon i,
.pbmit-blog-meta-top .pbmit-meta i {
  color: var(--pbmit-global-color);
}
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
  display: inline-block;
  font-size: 14px !important;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  color: #666;
  border: 1px solid rgba(39, 39, 47, 0.5);
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  background: transparent;
  letter-spacing: 0;
  text-transform: uppercase;
}
.pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
  background-color: var(--pbmit-blackish-color);
  color: var(--pbmit-white-color);
}
.pbmit-blog-meta-bottom-right {
  width: 50%;
  text-align: right;
}
.at-style-responsive .at-share-btn {
  padding: 5px;
  margin: 0 2px 5px;
}
.pbmit-blog-meta-bottom-right i {
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-in, top 0.3s ease-in;
}
.pbmit-blog-meta-bottom-right i:hover {
  opacity: 0.8;
  top: -4px;
}
i.fa.fa-facebook-f {
  background-color: #4267b2;
  color: #fff;
  padding: 8px;
  font-size: 12px;
}
.pbmit-blog-meta-bottom-right i.pbmit-base-icon-twitter {
  background-color: #55acee;
  color: #fff;
  padding: 6px;
  font-size: 12px;
}
i.pbmit-base-icon-pinterest {
  background-color: #cb2027;
  color: #fff;
  padding: 6px;
  font-size: 12px;
}
.pbmit-blog-meta-bottom-right i.pbmit-base-icon-mail-alt {
  background-color: #7d7d7d;
  color: #fff;
  padding: 6px;
  font-size: 12px;
}
i.fa.fa-plus {
  background-color: rgb(255, 101, 80);
  color: #fff;
  padding: 8px;
  font-size: 10px;
}
.pbmit-author-box {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 0;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-light-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-radius: 0;
}
.pbmit-author-image img {
  width: 225px;
  min-width: 225px;
  display: block;
  overflow: hidden;
  margin-right: 50px;
}
.pbmit-author-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
  padding-right: 50px;
}
.pbmit-author-content .pbmit-author-name {
  line-height: 32px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-author-content .pbmit-text {
  margin: 0;
}
.comments-area {
  margin-top: 50px;
}
.comments-area .comments-title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 0px;
}
.comments-box {
  margin-top: 60px;
}
.comments-box .media {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--pbmit-light-color);
}
.comments-box .children .media.even.depth-2 {
  margin-left: 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--pbmit-light-color);
}
.comments-box .media:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.comment-author img {
  width: 114px;
  max-width: 114px;
  object-fit: contain;
}
.pbmit-comment-author {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  display: inline-flex;
  position: relative;
  font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-comment-author-inner {
  color: var(--pbmit-blackish-color);
  margin: 0 5px;
}
.pbmit-comment-date {
  font-family: var(--pbmit-heading-typography-font-family);
  margin: 0 0 0 15px;
}
.pbmit-comment-date a {
  color: var(--pbmit-blackish-color);
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
.pbmit-comment-meta .pbmit-comment-date a:not(a.comment-edit-link):before {
  position: absolute;
  content: "";
  left: -13px;
  height: 16px;
  top: 6px;
  width: 1px;
  background-color: var(--pbmit-blackish-color);
  transform: rotate(25deg);
}
.comment-meta {
  position: relative;
  flex-grow: 1;
  padding: 0px 0px 30px 0;
  background: #fff;
  margin-left: 28px;
}
.comment-meta:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -10px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid solid outset;
  border-width: 8px 10px 8px 0;
  border-color: transparent #fff transparent transparent;
}
.comment-meta:after,
.comment-meta:before {
  content: "";
  position: absolute;
  top: 17px;
  width: 0;
  height: 0;
  border-width: 0px;
  border-style: solid;
}
.comment-meta:before {
  border-color: transparent #fff transparent #fff;
  z-index: 1;
  left: -12px;
  top: 19px;
}
.comment-meta:after {
  border-color: transparent #fff transparent #fff;
  border-width: 12px 14px 12px 0;
  left: -14px;
}
.comment-meta .comment-owner {
  display: block;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--pbmit-heading-typography-font-family);
  color: var(--pbmit-blackish-color);
}
.comment-meta .reply a {
  font-family: var(--pbmit-heading-typography-font-family);
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding: 0px 13px 0px 0px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0px;
  color: var(--pbmit-blackish-color);
  background-color: transparent;
}
.comment-meta .reply a::before {
  font-family: "pbminfotech-base-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  opacity: 1;
  font-variant: normal;
  text-transform: none;
  line-height: 15px;
  font-size: 15px;
  content: "\e815";
  margin-right: 5px;
  transform: rotate(-45deg);
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.comment-meta .reply a:hover:before {
  margin-right: 10px;
}
.comment-respond {
  background-color: var(--pbmit-light-color);
  padding: 60px;
}
.comment-reply-title {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
}
.comment-form .form-group {
  margin-bottom: 20px;
}
.comments-box p {
  margin: 15px 0;
  display: block;
}
.comment-form form .form-group:last-child {
  margin-bottom: 10px;
}
.comment-form input {
  margin-bottom: 0 !important;
  height: 50px !important;
}
.form-check-input[type="checkbox"] {
  height: 1em !important;
}
.comment-form button.pbmit-btn {
  padding: 15px 35px;
}
.blog-right-col .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(10, 29, 53, 0.1);
  height: 149px;
  font-size: 15px;
  font-weight: 400;
  resize: none;
  padding: 40px 15px;
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
  padding: 0 15px;
}
.blog-right-col .form-control::placeholder {
  color: rgba(10, 29, 53, 0.4);
}
.blog-right-col .form-control:focus {
  border-bottom: 1px solid rgba(10, 29, 53, 0.8);
}
.blog-right-col .form-control:focus::placeholder {
  color: var(--pbmit-blackish-color);
}
.blog-right-col .form-check {
  font-size: 15px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.blog-right-col .comment-respond .pbmit-btn::after {
  display: none;
}
.blog-right-col .comment-respond .pbmit-btn:hover:before {
  display: none;
}
.blog-grid .pbmit-blog-style-1 {
  margin-bottom: 30px;
}

/** 04 - Team Single **/
.pbmit-team-single-style-1 .pbmit-team-left-inner {
  margin: 0 64px 0 0;
  background-color: var(--pbmit-light-color);
}
.pbmit-team-single .pbmit-featured-wrapper img {
  width: 100%;
}
.pbmit-team-single-style-1 .pbmit-team-detail {
  padding: 45px;
}
.pbmit-team-single-style-1 .pbmit-team-summary {
  border-bottom: 1px solid rgba(39, 39, 47, 0.2);
  padding-bottom: 15px;
}
.pbmit-team-single .pbmit-team-designation {
  font-size: 15px;
  line-height: 26px;
  color: rgba(var(--pbmit-blackish-color), 0.7);
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pbmit-team-single-style-1 .pbmit-team-title {
  font-size: 26px;
  line-height: 28px;
}
.pbmit-team-single .pbmit-team-title {
  margin-bottom: 5px;
}
.pbmit-single-team-info {
  position: relative;
  list-style: none;
  margin: 25px 0 30px;
  padding: 0;
}
.pbmit-single-team-info li {
  font-size: 14px;
  line-height: 26px;
}
.pbmit-single-team-info li {
  margin-bottom: 15px;
}
.pbmit-team-single-style-1 .pbmit-single-team-info li label {
  display: block;
  text-transform: uppercase;
  color: var(--pbmit-blackish-color);
}
.pbmit-single-team-info li label,
.pbmit-portfolio-line-title,
.pbmit-details-label {
  font-weight: 600;
}
.pbmit-team-single .pbmit-team-social-links li {
  margin-right: 0;
  margin-bottom: 10px;
  padding-right: 10px;
}
.pbmit-team-single .pbmit-team-social-links a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
}
.pbmit-team-single .pbmit-team-social-links a:hover {
  background-color: var(--pbmit-global-color);
  color: var(--pbmit-blackish-color);
}
.pbmit-team-single-style-1 .elementor-drop-cap {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
  margin-right: 10px;
}
.pbmit-team-single-style-1 .elementor-drop-cap-letter {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
  padding: 8px 15px;
  font-size: 36px;
}
.pbmit-team-single-style-1 .split-line .pbmit-title {
  font-size: 20px;
}
.pbmit-team-single-style-1 .split-line .heading-desc {
  padding-left: 20px;
}
.pbmit-team-single-style-1 .d-flex.split-line {
  margin-bottom: 6px;
}
.pbmit-team-single-style-1 .pbmit-entry-content {
  margin-bottom: 200px;
}
.pbmit-entry-content .pbmit-element-posts-wrapper.row {
  padding-top: 40px;
  margin-bottom: 50px;
}
.team-details-contact {
  padding-top: 30px;
}
.team-input-group .form-control {
  height: 55px;
  border-bottom: 1px solid rgba(39, 39, 47, 0.1);
}
.team-input-group textarea.form-control {
  padding: 20px 0;
  height: 90px;
}
.team-input-group p {
  margin-bottom: 20px;
  margin-top: 20px;
}
.team-btn .pbmit-btn {
  padding: 17px 35px;
  margin-top: 30px;
}
.team-btn .pbmit-btn:hover {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
}
.team-btn .pbmit-svg-btn .pbmit-btn:hover svg line {
  stroke: var(--pbmit-white-color);
}
.team-btn .pbmit-svg-btn .pbmit-btn:hover svg line:nth-child(1) {
  stroke-dashoffset: 0;
}
/** 05 - Contact us **/
.contact-section-main .pbmit-ihbox-style-19 {
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #d1d1d1;
  padding: 100px 30px 40px 30px;
}
.contact-section-main .pbmit-ihbox-style-19:last-child {
  border-right: 1px solid #d1d1d1;
}
.contact-form {
  padding-right: 100px;
}
.marketing-contact-form .form-control {
  padding-left: 0;
  height: 55px;
  color: var(--pbmit-blackish-color);
  border-bottom: 1px solid rgba(39, 39, 47, 0.1);
}
.marketing-contact-form textarea.form-control {
  height: 80px;
}
.marketing-contact-form p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.marketing-contact-form .pbmit-svg-btn {
  margin-top: 20px;
}
.marketing-contact-form .pbmit-svg-btn .pbmit-btn:hover svg line {
  stroke-dashoffset: 0;
}
.contact-maps-section {
  margin-bottom: -10px;
}
.contact-maps-section iframe {
  width: 100%;
  height: 630px;
  filter: brightness(100%) contrast(95%) saturate(0%) blur(0px) hue-rotate(0deg);
}
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;
}

/**06 - Comment Form **/
.comment-form .comment-notes {
  margin-bottom: 20px;
  font-size: 15px;
}
.form-control {
  background-color: transparent;
  padding: 0;
  height: 60px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pbmit-form-style-1 textarea {
  margin-bottom: 60px;
  height: 110px;
  padding-top: 30px;
}
.input-group .form-control {
  border: none;
}
.input-group-text {
  background-color: #fff;
}
input:focus,
.form-control:focus {
  outline: none !important;
  border-color: #eee;
  background-color: transparent;
  box-shadow: none !important;
}
.form-select {
  padding: 12px 15px;
  font-size: 14px;
  color: #848484;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 500;
}
.form-select:focus {
  border-color: #eee;
  outline: 0;
  box-shadow: none;
}
.form-check {
  margin-right: 20px;
}
.pbmit-element-portfolio-style-3 .pbminfotech-img-wrapper {
  display: block;
}

.header {
  position: fixed;
  z-index: 1000;
  height: 100px;
  width: 100%;
  /* padding: 18px; */
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.activee {
  background-color: #fff;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 90px;
  transition: 0.2s;
}

body.scroll header.sticky {
  transform: translateY(0);
}

.more-btn {
  margin-left: 13%;
  margin-top: -18%;
}
