/******************************

    00 - Home
    01 - Inner Page
		01 - Our History
		02 - Job Single Detail
		03 - Service Detail
        04 - Portfolio Single 
        05 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        06 - Team Single
        07 - Contact Us
        08 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page {
  overflow: hidden;
  position: relative;
}
/** Homepage 01 **/
.pbmit-half-round-shape {
  position: relative;
}
.pbmit-half-round-shape:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: -70px;
  top: -70px;
  border-radius: 100% 0 0 0 / 100% 0 0 0;
  background-color: var(--vman-light-color);
}
.about-one-leftbox {
  padding: 0 80px;
}
.about-one-leftbox .list-group .list-group-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: calc(34px / 2);
}
.about-one-leftbox .list-group .list-group-item {
  margin-top: calc(34px / 2);
}
.why-choose-one-left-col {
  padding: 0 60px 0 0;
}
.why-choose-one-left-col .pbmit-ihbox-style-1:first-child {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
  padding: 0 20px 40px 0;
}
.info-about-imgbbox {
  position: relative;
  text-align: center;
}
.info-about-imgbbox figure {
  position: relative;
  display: inline-block;
}
.info-about-imgbbox img {
  border-radius: 20px;
  transform: perspective(100px) rotateY(-3deg);
  transition: 0.9s;
  z-index: 1;
  position: relative;
}
.info-about-imgbbox img:hover {
  transform: rotateY(10deg);
  cursor: grab;
}
.info-about-imgbbox:after,
.info-about-imgbbox figure:before,
.info-about-imgbbox figure:after {
  position: absolute;
  content: "";
  border-radius: 10px;
  background-color: var(--vman-light-color);
}
.info-about-imgbbox:after {
  height: 80px;
  width: 80px;
  right: 50px;
  left: auto;
  top: -30px;
}
.info-about-imgbbox figure:before {
  height: 170px;
  width: 200px;
  left: -15px;
  top: -30px;
}
.info-about-imgbbox figure:after {
  height: 170px;
  width: 200px;
  left: auto;
  right: -35px;
  bottom: -55px;
  top: auto;
}
.why-choose-one-right-col {
  padding-left: 60px;
}
.why-choose-one-right-col .pbmit-ihbox-style-1:first-child {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
  padding: 0 0px 40px 20px;
}
.service-one-area {
  padding: 120px 100px 70px 100px;
  border-radius: 6px;
}
.pbmit-portfolio-move {
  position: relative;
}
.pbmit-portfolio-move .swiper-slider.first .swiper-wrapper,
.pbmit-portfolio-move .swiper-slider.second .swiper-wrapper {
  width: 100%;
  will-change: transform;
  white-space: nowrap;
}
.pbmit-portfolio-move .swiper-slider.first .swiper-wrapper {
  animation: move-left 50s linear infinite;
}
@keyframes move-left {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}
.pbmit-portfolio-move .swiper-slider.second {
  padding-top: 20px;
}
.pbmit-portfolio-move .swiper-slider.second .swiper-wrapper {
  animation: move-right 50s linear infinite;
}
@keyframes move-right {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.pbmit-portfolio-move .fid-box {
  position: absolute;
  left: 42%;
  top: 28%;
  width: auto;
  max-width: 100%;
  z-index: 1;
}
.process-one-leftbox {
  position: relative;
}
.process-one-leftbox .pbmit-shape-svg {
  position: absolute;
  width: auto;
  max-width: 100%;
  right: 10%;
  top: 22%;
}
.process-one-leftbox .pbmit-shape-svg svg {
  width: 100%;
  height: 110px;
  fill: var(--vman-global-color);
}
.process-one-rightbox {
  padding-left: 80px;
}
.testimonial-one-leftbox {
  position: relative;
}
.testimonial-one-leftbox .google-rating-img {
  position: relative;
}
.testimonial-one-leftbox .google-rating-img:after {
  content: "";
  position: absolute;
  width: 99%;
  height: 30%;
  top: inherit;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(var(--vman-white-color-rgb), 1) 0,
    rgba(var(--vman-white-color-rgb), 0) 52%,
    rgba(var(--vman-white-color-rgb), 0) 73%
  );
}
.testimonial-one-leftbox .ihbox-style-5-wrap {
  border-radius: 6px 0 0 6px;
  border: 1px solid var(--vman-blackish-color);
  margin-left: 100px;
  padding: 25px 20px 25px 30px;
}
.testimonial-one-leftbox .ihbox-style-6-wrap {
  margin-right: 100px;
  border-radius: 0 6px 6px 0;
  padding: 25px 20px 25px 30px;
  height: 100%;
}
.testimonial-one-leftbox .tween-effect-wrap {
  position: absolute;
  width: auto;
  max-width: 100%;
  bottom: 30%;
  left: -54%;
  transform: rotateZ(-90deg);
}
.testimonial-one-rightbox {
  padding-left: 30px;
}
.testimonial-one-rightbox .swiper-slider {
  padding-bottom: 80px;
}
.testimonial-one-rightbox .swiper-buttons {
  position: absolute;
  bottom: 30px;
}
.client-one-bg {
  padding: 70px 100px 70px 100px;
  border-radius: 6px;
  padding: 70px 100px 70px 100px;
}
.client-one-bg .pbminfotech-ele-fid-style-2 .pbmit-fid-content {
  text-align: left;
}
.client-one-bg .pbmit-element-client-style-1 {
  border-left: 1px solid #2a4362;
  padding-left: 10px;
}
.client-one-bg .pbmit-element-client-style-1 > .row {
  grid-gap: 50px 0;
}
.pbmit-column-one .pbmit-blog-style-2:not(:last-child) {
  margin-bottom: 15px;
}
.pbmit-column-one .pbmit-blog-style-2:not(:last-child) .post-item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
}
/** Homepage 02 **/
.about-two-leftbox {
  padding-right: 50px;
}
.pbmit-half-round-shape-right {
  position: relative;
}
.pbmit-half-round-shape-right:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  left: inherit;
  right: -70px;
  border-radius: 0 100% 0 0 / 0 100% 0 0;
  background-color: var(--vman-light-color);
}
.about-two-content {
  padding: 0 50px;
}
.about-two-content .list-group-box {
  padding: 35px 50px 35px 50px;
  border-radius: 6px;
  margin-top: -20px;
  margin-bottom: 30px;
  background-color: var(--vman-light-color);
}
.accordion-two-left-box {
  padding-right: 50px;
}
.fid-style-area {
  padding-top: 80px;
  border-top: 1px solid #2a4362;
  margin-top: 20px;
}
.portfolio-two-rightbox {
  height: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
}
.service-arrow,
.portfolio-arrow,
.testimonial-arrow,
.history-slider-arrow {
  position: relative;
}
.swiper-custom-arrow .swiper-button-next,
.swiper-custom-arrow .swiper-button-prev,
.history-slider-arrow .swiper-button-next,
.history-slider-arrow .swiper-button-prev {
  position: static;
}
.swiper-custom-arrow .swiper-button-prev,
.history-slider-arrow .swiper-button-prev {
  margin-right: 10px;
}
.testimonial-two-rating-box {
  background-image: url(../images/testimonial-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.info-section-two {
  border-radius: 6px;
}
.info-section-two .pbmit-col-stretched-left {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: auto;
  z-index: 1;
  overflow: hidden;
  right: 0;
  background-image: url(../images/homepage-2/bg/info-bg-pattern-01.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
}
.info-section-two .info-img-box {
  margin: 60px 0 100px 50px;
  position: relative;
  z-index: 1;
}
.info-section-two .pbmit-info-desc {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-top: -30px;
  text-align: center;
  color: var(--vman-white-color);
}
.info-section-two .pbmit-list-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.info-section-two .pbmit-list-items li {
  margin-right: calc(30px / 2);
  margin-left: calc(30px / 2);
  margin-bottom: 5px;
}
.info-section-two .pbmit-list-items .pbmit-list-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: var(--vman-white-color);
}
/** Homepage 03 **/
.pbmit-half-round-shape-center,
.pbmit-half-round-shape-bottom {
  position: relative;
}
/* .pbmit-half-round-shape-center::before{
	content: "";
	position: absolute;
    width: 135px;
    height: 60px;
    z-index: 1;
    left: 0;
    top: 200px;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    background-color: var(--vman-global-color);
} */
.pbmit-half-round-shape-bottom:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: inherit;
  right: -70px;
  border-radius: 0 0 100% 0 / 0 0 100% 0;
  background-color: var(--vman-light-color);
}
.about-three-leftbox {
  background-image: url(../images/homepage-3/about-img-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 60px;
  border-radius: 6px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.about-three-leftbox .inner-box {
  padding: 0px 0px 60px 130px;
}
.about-three-leftbox .inner-box .ihbox-second {
  margin: 165px 0px 0px 25px;
}
.about-three-rightbox {
  padding: 60px 80px;
}
.about-three-rightbox .ihbox-style-inner {
  margin-top: 70px;
}
.about-three-rightbox .ihbox-first {
  margin: 0% 0% 0% -15%;
}
.about-three-rightbox .ihbox-second {
  padding: 50px 0px 0px 130px;
}
.about-three-rightbox .ihbox-third {
  margin: -10% 0% 0% -50%;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.about-three-rightbox .ihbox-fourth {
  margin: 0% 0% 0% -12%;
  padding-top: 50px;
}

.service-section-three {
  padding-bottom: 160px;
}
.service-section-three .service-arrow {
  right: auto;
  left: 48%;
  top: auto;
  bottom: -40px;
}
.service-areas-three-leftbox {
  padding: 0 8px 0 90px;
}
.service-areas-three-rightbox {
  padding: 0 0 0 60px;
}
.about-us-three-img-wrap {
  margin-right: 100px;
  text-align: center;
  border-radius: 5px;
  align-content: center;
  background-color: var(--vman-blackish-color);
}
.about-us-three-img-wrap .about-img {
  margin-top: -30px;
}
.about-us-three-content {
  padding: 0 40px 0 33px;
}
.about-us-three-content .pbmit-heading {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
.about-us-three-content .ihbox-style-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.about-us-three-content .pbmit-tab {
  padding-top: 45px;
}
.tween-effect-style-wrap {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: auto;
  max-width: 100%;
}
.team-three-bg {
  background-image: url(../images/homepage-3/bg/team-bg-pattern.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 250px 0 200px 0;
  position: relative;
}
.about-us .team-three-bg {
  padding: 200px 0 200px 0;
}
.team-three-bg .first-col,
.team-three-bg .third-col {
  width: 20%;
}
.team-three-bg .second-col {
  width: 60%;
}
.team-three-bg .pbmit-team-effect-01,
.team-three-bg .pbmit-team-effect-02,
.team-three-bg .pbmit-team-effect-03,
.team-three-bg .pbmit-team-effect-04,
.team-three-bg .pbmit-team-effect-05,
.team-three-bg .pbmit-team-effect-06 {
  position: absolute;
  width: auto;
  max-width: 100%;
  z-index: 1;
}
.team-three-bg .pbmit-team-effect-01 {
  right: -25px;
  top: -32%;
}
.team-three-bg .pbmit-team-effect-02 {
  top: 42%;
}
.team-three-bg .pbmit-team-effect-03 {
  bottom: -29%;
  right: -22px;
}
.team-three-bg .pbmit-team-effect-04 {
  top: -25%;
  left: -5px;
}
.team-three-bg .pbmit-team-effect-05 {
  right: 8px;
  top: 25%;
}
.team-three-bg .pbmit-team-effect-06 {
  bottom: -20%;
}
.pbmit-team-effect-01 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-02 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-03 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-04 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-05 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-06 .pbmit-tween-effect-style-1::after {
  content: "";
  position: absolute;
  bottom: 50%;
  top: 50%;
  left: 50%;
  right: 50%;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  z-index: -1;
  border-radius: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.pbmit-team-effect-01 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-06 .pbmit-tween-effect-style-1::after {
  background-color: var(--vman-blackish-color);
}
.pbmit-team-effect-02 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-05 .pbmit-tween-effect-style-1::after {
  width: 85px;
  height: 85px;
  background-color: var(--vman-light-color);
}
.pbmit-team-effect-03 .pbmit-tween-effect-style-1::after,
.pbmit-team-effect-04 .pbmit-tween-effect-style-1::after {
  width: 85px;
  height: 85px;
  background-color: var(--vman-global-color);
}
.testimonial-section-three {
  padding: 80px 0;
  margin-top: 20px;
}
.testimonial-section-three .pbmit-rating-wrapper {
  display: flex;
  justify-content: end;
}
.testimonial-section-three .pbmit-rating-wrapper .pbmit-icon {
  margin-right: 2px;
}
.testimonial-section-three .pbmit-rating-wrapper svg {
  height: 17px;
  width: auto;
  fill: #eab80c;
}
.testimonial-section-three .custom-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--vman-white-color);
}
.testimonial-section-three .ihbox-style-wrap {
  padding: 15px;
  display: flex;
  justify-content: space-around;
  border-radius: 6px;
  margin-top: 35px;
  background-color: var(--vman-white-color);
}
.testimonial-section-three .pbmit-vertical-scroller-wrapper {
  position: relative;
  height: 675px;
}
.testimonial-section-three .pbmit-vertical-scroller-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 12%;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(var(--vman-blackish-color-rgb), 1) 41%,
    rgba(var(--vman-blackish-color-rgb), 0.36) 79%,
    rgba(var(--vman-blackish-color-rgb), 0) 100%
  );
}
.testimonial-section-three .pbmit-vertical-scroller-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: inherit;
  bottom: 0;
  height: 20%;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(var(--vman-blackish-color-rgb), 1) 41%,
    rgba(var(--vman-blackish-color-rgb), 0.36) 79%,
    rgba(var(--vman-blackish-color-rgb), 0) 100%
  );
}
/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.pbmit-timeline-style-1 .pbmit-timeline-year {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--vman-global-color);
}
.pbmit-timeline-style-1 .pbmit-timeline-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  padding: 0 50px;
  text-transform: capitalize;
}
.pbmit-timeline-style-1 .pbmit-timeline-desc {
  margin: 0;
  padding: 0 90px;
  line-height: 22px;
}
.pbmit-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-timeline-style-1 .pbmit-same-height.steps-content_wrap {
  justify-content: flex-start;
}
.pbmit-timeline-style-1
  .pbmit-slide-even
  .pbmit-same-height.steps-content_wrap {
  justify-content: flex-end;
}
.pbmit-timeline-style-1 .steps-dot .dot {
  background-color: var(--vman-blackish-color);
  display: block;
  line-height: normal;
  font-size: 14px;
  margin: auto;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  z-index: 2;
  position: relative;
}
.pbmit-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-timeline-style-1 .steps-dot .dot::after {
  content: "";
  position: absolute;
  left: -11px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 40px;
  margin: 0;
  background: rgb(var(--vman-blackish-color-rgb), 0.9);
  transform: rotate(-45deg);
}
.pbmit-timeline-style-1 .pbmit-slide-even .steps-dot .dot::after {
  left: 19px;
  top: 0;
  bottom: auto;
}
.pbmit-timeline-style-1 .steps-dot .steps-dot-line {
  color: transparent;
  line-height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pbmit-timeline-style-1 .steps-dot .steps-dot-line::before,
.pbmit-timeline-style-1 .steps-dot .steps-dot-line::after {
  content: "";
  width: calc(50% + 10px * 100);
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.pbmit-timeline-style-1 .steps-dot .steps-dot-line::after {
  left: 50%;
  background: linear-gradient(
    90deg,
    rgb(var(--vman-blackish-color-rgb), 0.05),
    rgb(var(--vman-blackish-color-rgb), 0.05)
  );
}
.pbmit-timeline-style-1 .steps-dot .steps-dot-line::before {
  right: 50%;
  background: linear-gradient(
    90deg,
    rgb(var(--vman-blackish-color-rgb), 0.05),
    rgb(var(--vman-blackish-color-rgb), 0.05)
  );
}
.pbmit-timeline-style-1 .pbmit-same-height {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.pbmit-timeline-style-1
  .pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2)
  .pbmit-feature-image {
  order: 0;
}
.pbmit-timeline-style-1 .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-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-timeline-style-1 .pbmit-feature-image img {
  border-radius: 6px;
}
.pbmit-timeline-style-1 .steps-dot,
.pbmit-timeline-style-1 .pbmit-feature-image,
.pbmit-timeline-style-1 .steps-content_wrap {
  opacity: 1;
}
/* Column Set */
.pbmit-column-six.pbmit-timeline-style-1 .pbmit-timeline-desc,
.pbmit-column-five.pbmit-timeline-style-1 .pbmit-timeline-desc {
  margin: 0;
  padding: 0 15px;
}
/** 02 - Job Single Detail **/
.single-job-listing .meta {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.single-job-listing .meta li {
  color: #999;
  float: left;
  line-height: 1em;
  margin: 0 1em 0 0;
  padding: 0.5em;
  font-size: 14px;
}
.single-job-listing .meta .full-time {
  background-color: #90da36;
}
.single-job-listing .meta .job-type {
  color: var(--vman-white-color);
}
.single-job-listing .meta .location:before {
  content: "\e864";
}
.single-job-listing .meta .date-posted:before {
  content: "\e844";
}
.single-job-listing .meta .salary:before {
  content: "\e82e";
}
.single-job-listing .meta .location:before,
.single-job-listing .meta .date-posted:before,
.single-job-listing .meta .salary:before {
  margin: 0 8px 0 0;
  font-size: 15px;
  color: var(--vman-global-color);
  font-family: "pbminfotech-base-icons";
}
.single-job-listing .company {
  border: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}
.single-job-listing .company img {
  float: left;
  height: 3em;
  width: 3em;
  position: absolute;
}
.single-job-listing .company .company-header {
  margin: 0 0 1em;
  min-height: 60px;
}
.single-job-listing .company .name {
  line-height: 50px;
  margin-left: 50px;
  padding-left: 15px;
}
.single-job-listing .company .company-video {
  border-top: 1px solid #eee;
  height: 0;
  overflow: hidden;
  padding: 30px 0 56.25%;
  position: relative;
}
.single-job-listing .company .company-video iframe {
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-job-listing .job-description ul {
  padding-left: 30px;
  margin-bottom: 25px;
  list-style: disc;
}
.single-job-listing .job-application .btn {
  border: none;
  font-size: 18px;
  border-radius: 30px;
  padding: 15px 35px;
  text-transform: capitalize;
  color: var(--vman-white-color);
  background-color: var(--vman-blackish-color);
  font-family: var(--vman-btn-typography-font-family);
}
.single-job-listing .job-application .application_details {
  border: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  padding: 10px 15px 0 15px;
}
.pbmit-sidebar .widget {
  border: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
  border-radius: 6px;
  margin-bottom: 25px;
}
.pbmit-sidebar .widget .widget-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.25px;
  position: relative;
  margin: 0;
  padding: 20px 30px;
  border-radius: 6px 6px 0 0;
  background-color: var(--vman-blackish-color);
  text-transform: capitalize;
  color: var(--vman-white-color);
}
.pbmit-job-single .job-listings li.job-listing {
  line-height: 20px;
  border-bottom: 1px solid #eee;
}
.pbmit-job-single .job-listings li.job-listing a {
  display: block;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.pbmit-job-single .job-listings li.job-listing .position h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.pbmit-job-single .job-listings li.job-listing .position h3:hover {
  color: var(--vman-global-color);
}
.pbmit-job-single .job-listings li.job-listing a ul.meta {
  color: #999;
}
.pbmit-job-single .job-listings li.job-listing a ul.meta li {
  font-size: 14px;
  display: inline;
  font-weight: 400;
  margin-right: 10px;
}
.pbmit-job-single
  .job-listings
  li.job-listing
  a
  ul.meta
  li:not(:last-child):after {
  content: "‣";
  padding-left: 10px;
}
.pbmit-job-single .job-listings li.job-listing .freelance {
  color: #39c;
}
.pbmit-job-single .job-listings li.job-listing .full-time {
  color: #90da36;
}
.pbmit-job-single .job-listings li.job-listing .internship {
  color: #6033cc;
}
.pbmit-job-single .job-listings li.job-listing .part-time {
  color: #f08d3c;
}
.pbmit-job-single .job-listings li.job-listing .temporary {
  color: #d93674;
}
/** 03 - Service Detail **/
.service-details .all-post-list li {
  border-bottom: 1px solid rgba(var(--vman-blackish-color-rgb), 0.06);
}
.service-details .all-post-list li a {
  padding: 16px 30px 16px 0;
  display: block;
  position: relative;
  border-radius: 0;
  font-size: 15px;
  margin: 0 30px 0 25px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--vman-blackish-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-details .all-post-list li:hover a,
.service-details .all-post-list li.post-active a {
  color: var(--vman-global-color);
  padding-left: 30px;
}
.service-details .all-post-list li a:before {
  position: absolute;
  content: "\e82d";
  font-family: "pbminfotech-base-icons";
  left: 0;
  font-size: 20px;
  top: 50%;
  z-index: 1;
  opacity: 0;
  font-weight: 400;
  visibility: hidden;
  transform: translateY(-50%) scale(0);
  color: var(--vman-global-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-details .all-post-list li a:after {
  position: absolute;
  content: "\e82d";
  font-family: "pbminfotech-base-icons";
  right: 0;
  left: auto;
  top: 50%;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  transform: translateY(-50%) scale(1);
  color: rgba(var(--vman-blackish-color-rgb), 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-details .all-post-list li.post-active a:before,
.service-details .all-post-list li:hover a:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li:hover a:after {
  opacity: 1;
  transform: translateY(-50%) scale(0);
}
.pbmit-sidebar .pbmit-widget-ads {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.pbmit-sidebar:not(.service-left-col) .pbmit-widget-ads {
  min-height: 430px;
}
.pbmit-widget-ads .pbmit-service-ads-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 28px 60px 28px;
  text-align: center;
}
.pbmit-sidebar .pbmit-widget-ads:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(var(--vman-blackish-color-rgb), 1) 0%,
    rgba(var(--vman-blackish-color-rgb), 1) 37%,
    rgba(var(--vman-blackish-color-rgb), 0) 100%
  );
}
.pbmit-sidebar .pbmit-widget-ads .ads-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
.pbmit-sidebar .pbmit-widget-ads .pbmit-ads-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50px;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  color: var(--vman-global-color);
  background-color: var(--vman-white-color);
}
.pbmit-sidebar .pbmit-widget-ads .pbmit-service-ads span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 20px 40px;
  color: var(--vman-white-color);
}
.pbmit-sidebar .pbmit-service-ads .pbmit-ads-call {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.pbmit-sidebar .pbmit-service-ads .pbmit-ads-call a:not(:hover) {
  color: var(--vman-white-color);
}
.pbmit-sidebar .widget:last-child {
  margin-bottom: 0;
}
.widget .pbmit-download .pbmit-item-download {
  padding: 30px;
}
.widget .pbmit-download .pbmit-item-download:first-child {
  border-bottom: 1px solid rgba(var(--vman-blackish-color-rgb), 0.15);
}
.widget .pbmit-item-download .pbmit-download-wrap,
.widget .pbmit-item-download .pbmit-download-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget .pbmit-download .pbmit-item-download a .pbmit-download-wrap i {
  font-size: 40px;
  line-height: 40px;
  color: var(--vman-global-color);
}
.widget .pbmit-download i::before {
  margin: 0;
}
.widget .pbmit-item-download .pbmit-title-wrap {
  padding: 0px 0 0 15px;
}
.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0px;
  color: var(--vman-blackish-color);
}
.widget .pbmit-item-download .pbmit-download-wrap span {
  font-size: 14px;
  line-height: 14px;
  color: #565656;
}
.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i {
  font-size: 26px;
  line-height: 26px;
  color: var(--vman-blackish-color);
  transition: all 0.4s ease-in;
}
.widget .pbmit-download .pbmit-item-download a:hover .pbmit-download-item i {
  color: var(--vman-global-color);
}
.service-details .pbmit-service-feature-image img {
  margin-bottom: 50px;
  border-radius: 6px;
}
.service-details .pbmit-entry-content .service-single-02-imgbox {
  background-image: url(../images/service/service-single-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  height: 100%;
  margin-right: 1px;
}
.service-details .ihbox-style-area {
  padding: 40px 50px 50px 50px;
  border-radius: 6px;
  margin-left: 1px;
}
/** 04 - Portfolio Single **/
.pbmit-portfolio-single .pbmit-portfolio-top-content {
  padding-bottom: 80px;
}
.pbmit-single-project-details-list {
  padding: 25px;
  border-radius: 6px;
  background-color: var(--vman-blackish-color);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  display: flex;
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--vman-white-color-rgb), 0.1);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
  width: 100px;
  text-align: right;
  color: var(--vman-global-color);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
  flex: 1;
  padding-left: 15px;
  color: var(--vman-white-color);
}
.pbmit-portfolio-single .pbmit-featured-img-wrapper {
  padding-bottom: 80px;
}
.pbmit-portfolio-single .pbmit-featured-img-wrapper img {
  border-radius: 6px;
}
.pbmit-portfolio-single .portfolio-single-02-imgbox {
  background-image: url(../images/portfolio/portfolio-single-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  height: 100%;
  margin-right: 60px;
}
.pbmit-portfolio-single .pbmit-entry-content .pbmit-shape-wrap {
  position: absolute;
  left: 18%;
  top: -28%;
  width: auto;
  max-width: 100%;
}
.pbmit-portfolio-single .pbmit-entry-content .pbmit-shape-wrap .pbmit-shape {
  font-size: 110px;
}
.pbmit-portfolio-single
  .pbmit-entry-content
  .pbmit-shape-wrap
  .pbmit-shape
  svg {
  width: 100%;
  height: 110px;
  fill: var(--vman-global-color);
}
.pbmit-portfolio-single .pbmit-entry-content .list-group .pbmit-icon-list-text {
  padding-left: 0;
}
.pbmit-portfolio-single
  .pbmit-entry-content
  .list-group
  .list-group-item:not(:last-child) {
  padding-bottom: calc(12px / 2);
}
.pbmit-portfolio-single
  .pbmit-entry-content
  .list-group
  .list-group-item:not(:first-child) {
  margin-top: calc(12px / 2);
}
.pbmit-portfolio-single .pbmit-entry-content .ihbox-style-10-wrap {
  padding: 60px 80px 40px 80px;
  border-radius: 6px;
}
.pbmit-portfolio-single .post-navigation {
  margin-top: 60px;
}
.post-navigation {
  border: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
  padding: 40px;
  margin-top: 35px;
}
.post-navigation .nav-links {
  display: flex;
  align-items: normal;
  width: 100%;
  position: relative;
}
.post-navigation .nav-links::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(var(--vman-blackish-color-rgb), 0.1);
  transform: translateX(-50%) translateY(-50%);
}
.post-navigation .nav-previous {
  width: 50%;
  margin-right: auto !important;
  position: relative;
}
.post-navigation .nav-links a {
  display: block;
  text-align: left;
  transition: all 0.3s ease-in;
}
.post-navigation .pbmit-post-nav-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
  justify-content: flex-start;
}
.post-navigation .nav-links .pbmit-post-nav-icon i {
  font-size: 18px;
  color: var(--vman-global-color);
  transition: all 0.3s ease-in;
}
.post-navigation .nav-links .pbmit-post-nav-head {
  font-size: 14px;
  text-transform: capitalize;
  margin-left: 8px;
  color: var(--vman-global-color);
  letter-spacing: 0;
  transition: all 0.25s ease-in-out;
}
.post-navigation .nav-links .pbmit-post-nav-wrapper {
  display: block;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
  text-align: left;
}
.nav-links .pbmit-post-nav-wrapper {
  text-align: left;
  word-break: break-word;
}
.post-navigation .nav-links .nav-title {
  font-size: 22px;
  line-height: 26px;
  margin-top: 5px;
  text-transform: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.post-navigation .nav-next {
  width: 50%;
  text-align: right;
  margin-left: auto;
}
.post-navigation .nav-links .nav-next a {
  display: block;
  text-align: right;
  margin-left: auto;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-wrapper {
  text-align: right;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-head {
  margin-right: 8px;
}
/** 05 - Blog Detail**/
/** Sidebar Right **/
.single-blog-authorbox {
  text-align: center;
  padding: 40px 30px;
}
.single-blog-authorbox .authorbox-img {
  display: inline-block;
}
.single-blog-authorbox img {
  height: 190px;
  width: 190px;
  border-radius: 50%;
  object-fit: cover;
}
.single-blog-authorbox .pbmit-authorbox-title {
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0 0;
  text-transform: capitalize;
  color: var(--vman-global-color);
}
.single-blog-authorbox .pbmit-authorbox-subtitle {
  font-size: 13px;
  line-height: 16px;
}
.single-blog-authorbox .pbmit-authorbox-desc {
  font-size: 14px;
  line-height: 18px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
}
.single-blog-authorbox .pbmit-social-links li {
  padding: 0 8px 0 0;
}
.single-blog-authorbox .pbmit-social-links li a:not(:hover) {
  color: var(--vman-blackish-color);
}
.pbmit-sidebar .widget.widget-search {
  border: none;
}
.widget .search-form {
  position: relative;
}
.widget .search-form input.search-field {
  font-weight: 400;
  background-color: transparent;
  padding-right: 70px;
  border: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
}
.widget .search-form button.search-submit {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 55px;
  height: 55px;
  z-index: 1;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 6px;
  outline: none;
  color: var(--vman-secondary-color);
  background: var(--vman-global-color);
  transition: all 0.6s;
}
.widget .search-form button.search-submit:after {
  position: absolute;
  font-family: "pbminfotech-base-icons";
  content: "\e80d";
  right: 50%;
  top: 50%;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  padding: 15px;
  border-radius: 50%;
  color: var(--vman-white-color);
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  transition: all 0.25s ease-in-out;
}
.widget .search-form button.search-submit:hover {
  color: var(--vman-white-color);
  background-color: var(--vman-blackish-color);
}
.pbmit-sidebar .widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid rgba(var(--vman-blackish-color-rgb), 0.06);
}
.pbmit-sidebar .widget-categories ul li:last-child {
  border-bottom: none;
}
.pbmit-sidebar .widget ul > li {
  line-height: 20px;
}
.pbmit-sidebar .widget-categories ul li a {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: var(--vman-heading-typography-font-family);
  font-weight: normal;
}
.pbmit-sidebar .widget-categories ul li a:not(:hover) {
  color: var(--vman-blackish-color);
}
.pbmit-sidebar .widget-categories ul li:hover a,
.pbmit-sidebar .widget-categories ul li:hover .pbmit-brackets {
  color: var(--vman-global-color);
}
.pbmit-sidebar .widget-recent-post ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 0 30px 20px 30px;
  border-bottom: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
}
.pbmit-sidebar .widget-recent-post ul li:first-child {
  margin-top: 0;
  padding-top: 30px;
}
.pbmit-sidebar .widget-recent-post ul li:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 30px;
}
.pbmit-sidebar .widget-recent-post ul > li > a {
  width: 91px;
  flex-shrink: 0;
  margin-right: 20px;
  display: inline-block;
}
.pbmit-sidebar .widget-recent-post ul > li > a img {
  border-radius: 6px;
}
.pbmit-sidebar .widget-recent-post li .pbmit-rpw-content {
  display: flex;
  flex-direction: column-reverse;
}
.pbmit-sidebar .widget-recent-post .pbmit-rpw-title a {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--vman-heading-typography-font-family);
  font-weight: normal;
}
.pbmit-sidebar .widget-recent-post li .pbmit-rpw-content .pbmit-rpw-date a {
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: capitalize;
  display: inline-block;
  color: var(--vman-global-color);
}
.widget.widget-tag-cloud .tagcloud {
  margin: 25px;
}
aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
  margin-bottom: 4px;
  margin-right: 8px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
aside.widget.widget-tag-cloud a:not(:hover) {
  color: var(--vman-blackish-color);
}
aside.widget.widget-tag-cloud a:not(:last-child):after {
  content: "/";
  padding-left: 8px;
  display: inline-block;
}
/** Blog Classic **/
.site-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.post.blog-classic {
  position: relative;
  margin-bottom: 60px;
}
.post.blog-classic .pbmit-img-wrapper {
  position: relative;
}
.post.blog-classic .pbmit-featured-wrapper img {
  border-radius: 6px;
}
.post.blog-classic:last-child {
  margin-bottom: 0px;
}
.post.blog-classic .pbmit-featured-img-wrapper {
  margin-bottom: 30px;
}
.post.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
  position: relative;
  font-size: 14px;
}
.post.blog-classic .pbmit-blog-meta-top .pbmit-meta {
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--vman-blackish-color);
}
.post.blog-classic .pbmit-blog-meta-top .pbmit-meta i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  margin-right: 15px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  color: var(--vman-global-color);
  border: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
}
.post.blog-classic .pbmit-blog-meta-top .pbmit-meta .pbmit-author-link {
  margin-left: 5px;
}
.blog-classic .pbmit-blog-classic-inner .pbmit-post-title {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
  border-bottom: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
}
/** Blog Single **/
.blog-details .blog-classic {
  margin-bottom: 0;
}
.single-post .blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
}
.blog-details .pbmit-entry-content blockquote {
  border: 0;
  padding: 50px 20px 50px 130px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 30px 0;
  position: relative;
  letter-spacing: 0;
  border-radius: 6px;
  color: var(--vman-blackish-color);
  background-color: var(--vman-light-color);
}
.blog-details .pbmit-entry-content blockquote:before {
  content: "\e801";
  font-family: "pbminfotech-base-icons";
  font-size: 30px;
  position: absolute;
  top: 25%;
  left: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  color: var(--vman-white-color);
  background-color: var(--vman-global-color);
  font-style: normal;
}
.blog-details .pbmit-entry-content blockquote p {
  margin-bottom: 0;
}
.blog-details .pbmit-entry-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-details .pbmit-entry-content blockquote cite {
  font-size: 14px;
  text-transform: capitalize;
  padding-top: 10px;
  display: block;
  line-height: 24px;
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  color: var(--vman-global-color);
  border-top: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
  font-family: var(--vman-heading-typography-font-family);
}
.blog-details .pbmit-entry-content blockquote cite:before {
  content: "-";
  margin-right: 5px;
}
.blog-details
  .pbmit-entry-content
  .pbmit-block-columns
  .pbmit-block-column:first-child
  figure {
  padding-right: 22px;
}
.blog-details .pbmit-entry-content .pbmit-block-columns figure img {
  margin: 15px 0 40px 0;
  border-radius: 6px;
}
.blog-details
  .pbmit-entry-content
  .pbmit-block-columns
  .pbmit-block-column:last-child
  figure {
  padding-left: 22px;
}
.pbmit-blog-meta-bottom-left {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.pbmit-blog-meta-bottom .pbmit-meta-tags {
  display: block;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  background-color: var(--vman-light-color);
}
.pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
  color: var(--vman-white-color);
  background-color: var(--vman-global-color);
}
.blog-details .comments-area {
  margin-top: 60px;
}
.blog-details .comments-area .comments-title {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 40px;
}
.blog-details .comment-list .pbmit-comment-avatar-wrap {
  display: flex;
  padding-right: 40px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--vman-blackish-color-rgb), 0.1);
}
.blog-details .pbmit-comment-avatar {
  float: left;
}
.blog-details .comment-list .pbmit-comment-avatar img {
  width: 90px;
  height: 90px;
  margin: 0 40px 0 0;
  border-radius: 6px;
}
.blog-details .comments-area .pbmit-comment-meta {
  display: block;
  align-items: center;
  flex: 1;
}
.blog-details .pbmit-comment-meta .pbmit-comment-author {
  font-size: 16px;
  line-height: 20px;
  color: var(--vman-global-color);
}
.pbmit-comment-meta .pbmit-comment-author .pbmit-comment-author-inner {
  color: var(--vman-blackish-color);
  text-transform: capitalize;
}
.blog-details .pbmit-comment-date {
  display: block;
  position: relative;
  top: -5px;
}
.blog-details .pbmit-comment-date a {
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.blog-details .pbmit-comment-avatar-wrap .reply a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  position: relative;
  color: var(--vman-global-color);
  -webkit-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.blog-details .pbmit-comment-avatar-wrap .reply a:after {
  font-family: "pbminfotech-base-icons";
  content: "\e8dd";
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  opacity: 1;
  font-variant: normal;
  text-transform: none;
  line-height: 10px;
  font-size: 10px;
  margin-left: 6px;
}
.blog-details .pbmit-comment-avatar-wrap .reply a:hover {
  color: var(--vman-blackish-color);
}
.blog-details .pbmit-comment-content {
  position: relative;
  padding: 0;
  min-height: 100px;
}
.blog-details .pbmit-comment-content p {
  margin: 10px 0 18px;
}
.blog-details .comment-list .children {
  margin-left: 100px;
  padding-top: 8px;
}
.blog-details .comment-respond {
  padding: 60px 60px 40px;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-details .comment-respond .comment-notes {
  font-size: 15px;
}
/** 06 - Team Single **/
.pbmit-team-single .pbmit-team-left-inner {
  position: relative;
  z-index: 2;
  margin: 0;
  border-radius: 6px;
  padding: 15px;
  background-color: var(--vman-blackish-color);
}
.pbmit-team-single .pbmit-featured-wrapper img {
  width: 100%;
  border-radius: 6px;
}
.pbmit-team-single .pbmit-team-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 20px 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(var(--vman-white-color-rgb), 0.1);
}
.pbmit-team-single .pbmit-team-designation {
  font-size: 13px;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  color: var(--vman-global-color);
}
.pbmit-team-single .pbmit-team-designation:before {
  content: "/";
  padding-right: 5px;
  display: inline-block;
}
.pbmit-team-single .pbmit-team-title {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
  color: var(--vman-white-color);
}
.pbmit-team-single .pbmit-team-share-btn {
  position: relative;
}
.pbmit-team-single .pbmit-share-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  color: var(--vman-blackish-color);
  background-color: var(--vman-light-color);
  transition: all 0.3s ease-in-out;
}
.pbmit-team-single .pbmit-share-icon i {
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 15px;
}
.pbmit-team-single .pbmit-team-box-links {
  text-align: center;
  position: absolute;
  bottom: 25px;
  right: 0;
  transform: translateY(10px);
  opacity: 0;
  padding: 0;
}
.pbmit-team-single .pbmit-team-box-links .pbmit-team-social-links {
  display: flex;
  flex-direction: column-reverse;
}
.pbmit-team-single .pbmit-team-social-links li {
  margin-right: 0;
  display: block;
  margin: 0;
  padding: 0 !important;
  margin-bottom: 5px;
  transform: translate(0);
  transition: all 600ms ease-in-out;
}
.pbmit-team-single .pbmit-team-social-links li:nth-child(1) {
  transform: translate(0, 0);
}
.pbmit-team-single .pbmit-team-social-links li:nth-child(2) {
  transform: translate(0, 43px);
}
.pbmit-team-single .pbmit-team-social-links li:nth-child(3) {
  transform: translate(0, 86px);
}
.pbmit-team-single .pbmit-team-social-links li:nth-child(4) {
  transform: translate(0, 129px);
}
.pbmit-team-single .pbmit-team-share-btn .pbmit-team-social-links li a {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  color: var(--vman-white-color);
  background-color: var(--vman-global-color);
  transition: all 600ms ease-in-out;
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-team-box-links {
  transform: translateY(-50px);
  opacity: 1;
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon {
  color: var(--vman-white-color);
  background-color: var(--vman-global-color);
  transition: all 0.3s ease-in-out;
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon i {
  transform: rotateY(180deg);
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-team-box-links li {
  transform: translate(0);
}
.pbmit-team-single .pbmit-team-detail-wrap {
  padding: 0 25px 30px 25px;
}
.pbmit-team-single .pbmit-short-description {
  margin-bottom: 20px;
  color: var(--vman-white-color);
}
.pbmit-team-single .pbmit-single-team-info li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  color: var(--vman-white-color);
}
.pbmit-team-single .pbmit-single-team-info li:last-child {
  margin-bottom: 0;
}
.pbmit-team-single .pbmit-single-team-info li label {
  font-size: 16px;
  line-height: 26px;
  display: block;
  text-transform: capitalize;
  color: var(--vman-global-color);
}
.pbmit-team-single .pbmit-single-team-info li a:not(:hover) {
  color: var(--vman-white-color);
}
.pbmit-firstletter::first-letter {
  padding: 0;
  font-size: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  font-weight: 600;
  color: var(--vman-white-color);
  background-color: var(--vman-blackish-color);
}
.pbmit-team-single .pbmit-entry-content .text-editor-box {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.pbmit-team-single .pbmit-entry-content .text-editor-box .col-xl-4 {
  width: 15%;
}
.pbmit-team-single .pbmit-entry-content .text-editor-box .col-xl-8 {
  width: 85%;
}
.pbmit-team-single .comment-respond {
  padding: 70px;
  border-radius: 6px;
}
.pbmit-team-single form .form-check-input[type="checkbox"] {
  margin-top: 7px;
}
/** 07 - Contact Us **/
.contact-form-box {
  padding: 120px 100px 120px 100px;
  border-radius: 6px;
}
.contact-form-heading-area {
  padding-right: 100px;
}
.iframe-area {
  line-height: 0;
}
.iframe-area iframe {
  height: 550px;
  width: 100%;
  max-width: 100%;
  border: none;
  line-height: 1;
}
label.error {
  color: #dc3232;
  border-radius: 0px 0 10px 10px;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 17px;
  display: block;
  margin-top: 0px;
  margin-right: 20%;
}
.form-control.error {
  margin-bottom: 0 !important;
}
/**08 - Comment Form **/
.form-control {
  font-weight: 600;
  line-height: normal;
  border: none;
  background-color: var(--vman-light-color);
  height: 60px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
form textarea.form-control {
  padding: 20px;
  resize: none;
  height: 130px;
}
form .form-check {
  margin: 10px 0 20px 0;
}
form .form-check-input[type="checkbox"] {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border-color: rgba(var(--vman-blackish-color-rgb), 0.7);
  background-size: 15px 15px;
}
form .form-check-input:checked {
  border-color: transparent;
}
form .form-check .form-check-label {
  font-size: 14px;
}
.pbmit-bg-color-light .form-control {
  background-color: var(--vman-white-color);
}
.pbmit-bg-color-light .form-control::placeholder {
  color: rgba(var(--vman-blackish-color-rgb), 0.8);
}

/*=============================================
 =            Home Page Css Start         =
 =============================================*/

/*----------  Header Css  ----------*/

/* .pbmit-header-style-2 .pbmit-pre-header-wrapper{
	background-color: var(--vman-global-color);
} */

.pbmit-main-header-area {
  background-color: #fff;
}

.site-title {
  height: 130px !important;
}
.site-header .site-branding img {
  max-width: 300px !important;
}
.site-navigation ul.navigation > li > a {
  color: #000 !important;
}

.site-navigation ul.navigation > li.active > a {
  color: var(--vman-global-color) !important;
}

.pbmit-main-header-area .pbmit-button-box-second .pbmit-btn {
  background-color: var(--vman-secondary-color);
}

.pbmit-heading-desc {
  line-height: 32px;
}

.pbmit-extend-animation .pbmit-heading-subheading .pbmit-subtitle {
  color: #fff !important;
}

.info-section-two .transform-bottom {
  text-align: center;
  margin-top: 10px;
}

.footer-ul {
  display: flex;
  gap: 30px;
}

.pbmit-footer-title-wrap img {
  max-width: 320px;
}

.pbmit-heading-subheading .pbmit-heading-desc {
  font-size: 18px !important;
}

.site-footer .widget ul a {
  font-size: 17px;
  text-transform: capitalize;
}
.pbmit-btn .pbmit-button-text {
  font-size: 18px;
  font-weight: 600;
}
.pbmit-main-header-area .pbmit-button-box-second .pbmit-btn:hover {
  background-color: var(--vman-global-color);
}

.inner-box img {
  width: 100%;
}

/*----------  Home page media Quer Start  ----------*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .site-header .site-branding img {
    width: 200px;
  }

  .pbmit-slider-two .pbmit-slider-title {
    font-size: 40px !important;
  }

  .pbmit-tab .nav .nav-item a {
    font-size: 18px !important;
  }
  .pbmit-tab .pbmit-tab-highlight h3,
  .testimonial-two-rating-box {
    display: none;
  }
  .pbmit-footer-title-wrap img {
    width: 200px;
  }
  .pbmit-footer-big-area p {
    text-align: left !important;
  }
  .footer-ul {
    display: block;
  }
  .site-footer .widget ul > li:last-child {
    padding-bottom: 20px;
  }
  .site-footer .pbmit-footer-big-area .pbmit-footer-boxes-inner {
    padding: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pbmit-tab .nav-tabs .nav-item a {
    padding: 20px;
  }
  .testimonial-two-rating-box {
    display: none;
  }
  .site-footer .pbmit-contact-widget-lines {
    display: block;
  }
  .site-footer .pbmit-contact-widget-lines .pbmit-base-icon-location {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .pbmit-tab .nav {
    gap: 60px;
  }
  .testimonial-two-rating-box {
    display: none;
  }
}

/*=====  End of Home Page Css   ======*/

/* Service Cards */
.service-card {
  border: 0;
  border-radius: 0.75rem;
  background: var(--vman-white-color);
  transition: 0.25s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--vman-global-color);
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 0.6rem;
  background: rgba(var(--vman-global-color-rgb), 0.1);
  color: var(--vman-global-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.service-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--vman-blackish-color);
}

.service-desc {
  font-size: 0.9rem;
  color: #666;
}

.dot {
  width: 8px;
  height: 8px;
  background: var(--vman-secondary-color);
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.35rem;
}

.dm-simple-section {
  padding: 70px 20px;
  background: #fafafa;
  font-family: "Poppins", sans-serif;
  --primary: #017fb4;
}

.dm-simple-container {
  max-width: 1200px;
  margin: auto;
}

.dm-simple-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
}

.dm-simple-desc {
  text-align: center;
  max-width: 700px;
  margin: 10px auto 50px;
  font-size: 16px;
  color: #444;
}

.dm-simple-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.dm-simple-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}

.dm-simple-card:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
}

.dm-simple-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--primary);
}

.dm-simple-card p {
  color: #555;
  line-height: 1.5;
}

.dm-simple-benefit-title {
  text-align: center;
  margin: 50px 0 20px;
  font-size: 24px;
  font-weight: 600;
  color: var(--primary);
}

.dm-simple-benefits {
  max-width: 600px;
  margin: auto;
  list-style: none;
  padding: 0;
  font-size: 16px;
  color: #444;
}

.dm-simple-benefits li {
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
}

.mobile-home-page-about-img {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .mobile-home-page-about-img {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .desktop-home-page-about-img {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .pbmit-slider-two .pbmit-slider-title {
    -webkit-text-stroke: none;
    color: #fff;
  }
}

.pbmit-icon-type-icon img {
  width: 50px;
}

/* .pbmit-mihbox-hover-active .pbmit-ihbox-style-12 .pbmit-icon-type-icon::after */

/* .pbmit-icon-type-icon img:hover{
	filter: brightness(1);
} */

/* When hover the whole card */
.pbmit-miconheading-style-12:hover .pbmit-ihbox-icon img {
  filter: brightness(0) invert(1);
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-12 .pbmit-icon-type-icon::after {
  transform: scale(1);
  /* background-color: transparent !important; */
}
.pbmit-mihbox-hover-active
  .pbmit-ihbox-style-12
  .pbmit-icon-type-icon
  img::after {
  filter: brightness(0) invert(1);
}

.pbmit-miconheading-style-3 .pbmit-ihbox-icon img {
  transition: filter 0.3s ease;
}

/* Hover on the whole box */
.pbmit-miconheading-style-3:hover .pbmit-ihbox-icon img {
  filter: brightness(0) invert(1);
}

.art-work-main-ul {
  display: flex;
  /* gap: 40px; */
  justify-content: space-between;
}

.service-page-img img {
  width: 100%;
}

.art-work .pbmit-heading-subheading {
  margin-bottom: 10px;
}
.pbmit-cat-jobs-title {
  color: #122e50;
  font-size: 25px !important;
}

.pbmit-job-icon img {
  width: 55px;
}
.digital-marketing-img img {
  width: 100%;
}

.about-count {
  background-color: #122e50;
  padding: 100px 0px;
}

.service-section-heading .pbmit-heading-subheading {
  margin-bottom: 25px;
}
.service-section-heading {
  padding: 60px 0px !important;
}
.section-xxl {
  padding: 50px 0;
}

.pbmit-ihbox-style-14-wrap,
.pbmit-ihbox-style-14 {
  height: 100%;
}

.contact-section .pbmit-ihbox-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 40px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e7e7e7;
}

.contact-section .pbmit-ihbox-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(1, 127, 180, 0.2);
  border-color: rgba(1, 127, 180, 0.4);
}

.contact-section .pbmit-element-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #017fb4;
  letter-spacing: 0.5px;
}

.pbmit-heading-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #444;
}

.pbmit-heading-desc strong {
  font-size: 17px;
  color: #000;
}

.pbmit-element-subtitle ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pbmit-element-subtitle ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.pbmit-element-subtitle span {
  font-weight: 600;
  color: #017fb4;
  margin-right: 5px;
}

.pbmit-element-subtitle a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.pbmit-element-subtitle a:hover {
  color: #017fb4;
  text-decoration: underline;
}

.contact-banner {
  background-image: url(../images/contact-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.about-banner {
  background-image: url(../images/about-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.art-work-banner {
  background-image: url(../images/art-work-illustration-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.digital-marketing-banner {
  background-image: url(../images/digital-marketing-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.ebook-banner {
  background-image: url(../images/e-book-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.elearning-banner {
  background-image: url(../images/e-leaning-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.scanning-banner {
  background-image: url(../images/scaning-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.solutions-banner {
  background-image: url(../images/solutions-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.type-setting-banner {
  background-image: url(../images/Typesetting-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.webdesgin-banner {
  background-image: url(../images/web-desgin-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.content-banner {
  background-image: url(../images/content-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}

.digital-marketing-img {
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pbmit-tbar-title {
    font-size: 25px !important;
  }

  .about-banner {
    background-position: 10%;
  }
  .digital-marketing-banner {
    background-position: 10%;
  }
  .elearning-banner {
    background-position: 71%;
  }
  .scanning-banner {
    background-position: 100%;
  }
  .solutions-banner {
    background-position: 80%;
  }
  .contact-banner {
    background-position: 70%;
  }
  .broucher-banner {
    background-position: 100% !important;
  }
}

.solutions-img img {
  width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .pbmit-miconheading-style-3 .pbmit-ihbox-box {
    padding-bottom: 50px;
  }
  .pbmit-column-four
    .pbmit-miconheading-style-12:not(:last-child)
    .pbmit-ihbox-headingicon:before {
    display: none;
  }
  .about-counter-section .pbmit-heading-subheading .pbmit-title {
    margin: auto !important;
  }
  .about-counter-section .pbmit-heading-subheading {
    margin-bottom: 20px;
  }
}

.service-mobile-img {
  /* width: 100%; */
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .service-desktop-img {
    display: none;
  }
  .service-mobile-img {
    width: 100%;
    padding: 15px 0px;
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .art-work-main-ul {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .art-work-main-ul {
    /* display: block; */
    justify-content: start;
    gap: 60px;
  }
}
.elearning-animation img {
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pbmit-jobs-category-style-2 .pbmit-cat-jobs-title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pbmit-heading-subheading {
    margin-bottom: 25px;
  }
}

.ebook-img img {
  width: 100%;
}

.editorial-img img,
.content-img img {
  width: 100%;
}

.scaning-indexing-img img {
  width: 100%;
}
.type-setting-img img {
  width: 100%;
}
.web-desgin-img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .service-section-heading {
    padding: 40px 0px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .service-section-heading {
    padding: 40px 0px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact-section .pbmit-ihbox-box {
    padding: 15px 0px;
  }
  .pbmit-element-subtitle a {
    font-size: 14px;
  }
  .contact-section .pbmit-ihbox-style-14 .pbmit-element-title {
    font-size: 35px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .site-footer .pbmit-contact-widget-lines .pbmit-base-icon-location {
    max-width: 300px;
  }
}

.pbmit-pre-header-right .pbmit-contact-info li a .__cf_email__:last-child {
  margin-right: 20px !important;
}

.solutionss-img img {
  width: 100%;
}

.site-footer .widget ul > li {
  position: relative;
  padding-left: 20px; /* space for icon */
}

.site-footer .widget ul > li::before {
  content: "\f105"; /* angle-right in FA 4.7 */
  font-family: "FontAwesome"; /* IMPORTANT for FA 4.7 */
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
}

.pbmit-contact-widget-lines .footer-contact-details {
  display: flex;
  /* max-width: 400px; */
}
.pbmit-contact-widget-lines .footer-contact-details div i {
  padding-right: 10px;
}
.pbmit-contact-widget-lines .pbmit-base-icon-phone i,
.pbmit-contact-widget-lines .pbmit-base-icon-email i {
  padding-right: 10px;
}
.team-section .pbmit-footer-big-area p {
  color: #444;
  text-align: left !important;
}

.team-section .pbmit-footer-big-area .pbmit-boxes-area-title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 5px;
  text-align: left;
  color: #017fb4;
}

.team-section .pbmit-footer-boxes-inner {
  padding-bottom: 30px;
}

.wc-style2 {
  background: #ffffff;
  padding: 70px 0;
}

.wc2-sub {
  font-weight: 600;
  color: #00a2d6;
  letter-spacing: 0.5px;
}

.wc2-title {
  font-size: 34px;
  font-weight: 800;
  margin-top: 10px;
}

.wc2-card {
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.wc2-card h3 {
  font-size: 25px;
}

.wc2-card.right {
  text-align: right;
}

.wc2-card i {
  font-size: 30px;
  color: #00a2d6;
  margin-bottom: 12px;
}

.wc2-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .wc2-card.right {
    text-align: left;
  }
}

.editorial-section .pbmit-portfolio-style-3,
.pbmit-portfolio-style-3 .pbminfotech-post-content {
  height: 100%;
}

.editorial-section .col-xl-4 {
  margin-bottom: 40px;
}

.pbmit-portfolio-style-3:hover p {
  color: #fff;
}

.sm-subtitle {
  font-weight: 600;
  font-size: 16px;
  color: #0aa2ff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sm-title {
  font-size: 32px;
  font-weight: 800;
  margin-top: 10px;
}
.sm-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  text-align: center;
  height: 100%;
}
.sm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.12);
}
.sm-icon {
  width: 80px;
  height: 80px;
  background: #0aa2ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 20px auto;
}
.sm-icon img {
  width: 50px;
}

.sm-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.mobile-li {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .mobile-li {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
    padding: 15px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .digital-marketing-section .pbmit-jobs-category-style-2 .pbmit-cat-wrapper {
    display: block;
  }
  .digital-marketing-section .pbmit-jobs-category-style-2 .pbmit-job-icon {
    text-align: center;
  }
  .pbmit-jobs-category-style-2 .pbmit-cat-jobs-title {
    text-align: center;
    padding: 20px 0px 10px 20px;
  }
}

.editorial-section .pbmit-portfolio-style-3 .pbminfotech-box-content {
  padding: 20px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pbmit-footer-boxes-inner img {
    padding-bottom: 30px;
  }
  .team-section .pbmit-footer-big-area .pbmit-boxes-area-title {
    font-size: 18px;
  }
}



.team-section .pbmit-footer-big-area {
  padding: 0px !important;
}

.brochure-img img {
  width: 100%;
}

.brochure-banner {
  background-image: url(../images/brochure-banner.jpg);
  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}


.pbmit-footer-boxes-inner img{
  width: 240px ;
}
.pbmit-footer-copyright-text-area a{
  color: rgb(113 153 28);
}