body {
  counter-reset: pbmitbox1 pbmitbox2 pbmit-rev-counter;
}

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/

.pbmit-heading {
  margin-bottom: 2rem;
}

.pbmit-heading .pbmit-title {
  font-size: 3rem;
  line-height: 3.4rem;
  letter-spacing: 0px;
  margin-bottom: 0;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

.pbmit-heading .pbmit-title::before {
  position: absolute;
  content: "";
  left: auto;
  bottom: -20px;
  height: 2px;
  width: 80px;
  background-color: var(--primary);
}

.pbmit-heading.bg-color-dark .pbmit-title {
  color: var(--pbmit-white-color);
}

.pbmit-heading.text-center .pbmit-title::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
.pbminfotech-hide,
.pbmit-hide {
  display: none;
}

.pbmit-ihbox .pbmit-element-heading {
  font-size: 0.9rem;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: #aaa;
}

/** Style 1 **/
.pbmit-ihbox-style-1 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pbmit-ihbox-style-1:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image {
  height: 40px;
  width: 45px;
  margin-bottom: 10px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper {
  line-height: 60px;
  margin-bottom: 30px;
  color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper {
  font-size: 30px;
  fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon {
  font-size: 60px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text {
  font-size: 40px;
  font-weight: 600;
}

.pbmit-ihbox-style-1 .pbmit-element-title {
  font-size: 16px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn {
  margin-top: 20px;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper {
  fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-btn a {
  color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:hover {
  color: var(--primary);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:hover,
.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:hover {
  color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:hover,
.pbmit-ihbox-style-1 .pbmit-ihbox-btn a:hover {
  color: var(--pbmit-white-color);
}

/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-ihbox-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg {
  margin-right: 1.75rem;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
  font-size: 50px;
  line-height: 50px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
  color: #7e8b9c;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.pbmit-ihbox-style-2:hover .pbmit-icon-wrapper,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-svg-wrapper {
  animation: jelly 2.1s;
  -webkit-animation: jelly 2.1s;
  -moz-animation: jelly 2s;
  -o-animation: jelly 2.1s;
}

@keyframes jelly {

  from,
  11.1%,
  to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img {
  max-width: 90px;
  height: 90px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
  font-size: 25px;
  fill: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text {
  font-size: 35px;
  font-weight: 700;
}

.pbmit-ihbox-style-2 .pbmit-element-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0.25rem 0 0px;
  color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn {
  margin-top: 15px;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-box-number {
  font-size: 20px;
  margin-bottom: 10px;
}

/** Style 4 **/
.pbmit-ihbox-style-4 {
  width: 175px;
  position: relative;
  border-radius: 50%;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.pbmit-bg-color-white .pbmit-ihbox-style-4 .pbmit-ihbox-box text {
  fill: var(--pbmit-blackish-color);
}

.pbmit-bg-color-white .pbmit-ihbox-style-4 .pbmit-icon-wrapper i {
  color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-box text {
  fill: var(--pbmit-white-color);
  transform-origin: 50% 50% 0;
  transform: rotate(0deg);
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pbmit-ihbox-style-4 .pbmit-icon-wrapper i {
  font-size: 50px;
  color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg {
  fill: var(--pbmit-white-color);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-headingicon-inner {
  position: absolute;
  right: -90px;
  top: 0;
  color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.team-style-1,
.pbmit-element-team-style-1 {
  position: relative;
}

.pbmit-team-cursor-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  overflow: hidden;
}

.pbmit-team-cursor {
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 5000px var(--secondary);
  box-shadow: 0 0 0 5000px var(--secondary);
  border-bottom-right-radius: calc(100% + 0px);
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0px solid var(--secondary);
}

.pbmit-team-cursor:before {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  content: "";
  -webkit-transition: -webkit-transform 0.6s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 100%;
}

.pbmit-team-cursor.active:before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.pbmit-team-cursor.active {
  width: 22.8571428571vw;
  height: 22.8571428571vw;
  margin: -11.4285714286vw 0 0 -11.4285714286vw;
  border: 3px solid var(--primary);
}

.pbmit-element-team-style-1 .pbmit-element-posts-wrapper .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pbmit-element-team-style-1 .pbmit-element-posts-wrapper .pbmit-ele.pbmit-team-style-1,
.pbmit-element-team-style-1 .pbminfotech-team-content.row > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pbmit-element-team-style-1 .pbmit-element-posts-wrapper {
  position: relative;
}

.pbmit-element-team-style-1 .pbminfotech-team-content .pbmit-featured-img-wrapper,
.pbmit-team-style-1 .pbminfotech-post-item {
  position: relative;
  padding: 70px 5rem 0;
}

.pbmit-element-team-style-1 .pbmit-team-title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.345, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.345, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.345, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.345, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.345, 0, 0, 1);
}

.pbmit-element-team-style-1 .pbmit-team-title a {
  color: var(--pbmit-white-color);
}

.pbmit-element-team-style-1 .pbminfotech-box-content-inner:hover .pbmit-team-title a {
  color: var(--primary);
}

.pbmit-element-team-style-1 .pbminfotech-box-content-inner:hover .pbmit-team-title {
  -webkit-transform: translate3d(-3rem, 0, 0);
  transform: translate3d(-3rem, 0, 0);
}

.pbmit-element-team-style-1 .pbminfotech-team-content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}

.pbmit-element-team-style-1 .pbminfotech-team-content .pbmit-featured-img-wrapper {
  visibility: hidden;
}

.pbmit-element-team-style-1 .pbminfotech-team-content .pbminfotech-box-content {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.pbmit-element-team-style-1 .pbminfotech-box-content-inner {
  position: absolute;
  padding: 3.75rem 0 0 5rem;
  padding-top: 14rem;
  width: 100%;
  height: 100%;
}

.pbmit-element-team-style-1 .pbmit-team-social-links li a {
  color: rgb(255 255 255 / 50%);
}

.pbmit-element-team-style-1 .pbminfotech-box-content-inner:hover .pbmit-team-social-links li a {
  color: #fff;
}

.pbmit-element-team-style-1 .pbminfotech-box-content .pbminfotech-box-team-position {
  color: var(--primary);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pbmit-element-team-style-1 .pbmit-team-social-links li a:hover {
  color: var(--primary);
}

.pbmit-element-team-style-1 {
  padding-left: 5%;
  padding-bottom: 150px;
}

/** Style 2 **/
.pbmit-team-style-2 .pbminfotech-post-item {
  position: relative;
  text-align: center;
}

.pbmit-team-style-2 .pbmit-team-title {
  font-size: 1.75rem;
  line-height: 40px;
  margin-bottom: 5px;
  font-weight: normal;
  color: var(--pbmit-white-color);
}

.pbmit-team-style-2 .pbminfotech-box-content .pbminfotech-box-team-position {
  color: var(--primary);
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pbmit-team-style-2 .pbmit-team-title a {
  color: var(--pbmit--white-color);
}

.pbmit-team-style-2 .pbmit-team-title a:hover {
  color: var(--pbmit--global-color);
}

.pbmit-team-style-2 .pbmit-team-title a:hover {
  color: var(--pbmit--blackish-color);
}

.pbmit-team-style-2 .pbmit-team-title a:hover {
  color: var(--pbmit--white-color);
}

.pbmit-team-style-2 .pbminfotech-box-content {
  margin-top: 1.2rem;
}

.pbmit-team-style-2 .pbmit-featured-wrapper {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.pbmit-team-style-2 .pbmit-team-social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--pbmit-white-color);
  background: var(--pbmit-blackish-color);
  transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
}

.pbmit-team-style-2 .pbmit-team-social-links li a:hover {
  background: var(--primary);
  color: #fff;
}

.pbmit-team-style-2 .pbminfotech-team-image-box {
  position: relative;
  transition: 0.4s;
}

.pbmit-team-style-2 ul.pbmit-social-links {
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transform: translateY(-30%);
}

.pbmit-team-style-2:hover ul.pbmit-social-links {
  opacity: 1;
  visibility: visible;
  transform: translateY(30px);
}

.pbmit-team-style-2 ul li {
  display: block;
  padding: 5px 0 !important;
  margin: 0;
}

.pbmit-element-team-style-2 .swiper-wrapper {
  display: inline-flex;
  margin: 0;
  flex-wrap: nowrap;
}

.pbmit-element-team-style-2 .swiper-wrapper .pbmit-ele-team {
  width: 23vw;
  margin: 0 7px;
  flex: 0 0 auto;
  overflow: hidden;
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
div#clock span:first-child {
  display: block;
}

/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
  font-size: 100px;
  line-height: normal;
  margin-bottom: 0;
  color: var(--primary);
}

.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
  margin-bottom: -15px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  font-family: Marcellus, sans-serif;
  color: var(--primary);
}

.pbminfotech-ele-fid-style-1 .pbmit-fld-wrap {
  text-align: right;
  z-index: 9;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid sup {
  font-size: 52px;
  line-height: normal;
}

.pbminfotech-ele-fid-style-1 .pbmit-fid sup {
  top: -0.37em;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit--service-style-1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pbmit-service-style-1 .pbmit-heading-subheading {
  margin-bottom: 110px;
}

.pbmit-service-style-1 .pbmit-element-inner {
  position: relative;
}

.pbmit-service-style-1 .pbmit-heading-desc.pbmit-hide-info {
  transform: translateY(-50%);
  opacity: 0;
}

.pbmit-service-style-1 .pbmit-element-posts-wrapper {
  display: flex;
  padding-left: 15vw;
  flex-wrap: inherit;
}

.pbmit-service-style-1 {
  cursor: pointer;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: 0.9s;
}

.pbmit-service-style-1:first-of-type {
  margin-left: 0;
}

.pbmit-service-style-1 .pbminfotech-box-content:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--pbmit-white-color);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}

.swiper-slide-active .pbmit-service-style-1 .pbminfotech-box-content:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.pbmit-service-style-1 .pbmit-service-btn .btn-arrow,
.pbmit-service-style-1 .pbminfotech-box-content {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.swiper-slide-active .pbmit-service-style-1 .pbminfotech-box-content {
  border: none;
}

.pbmit-service-style-1 .pbminfotech-box-content,
.pbmit-service-style-1 .pbminfotech-post-item .d-flex {
  position: relative;
}

.pbmit-service-style-1 .pbminfotech-box-content {
  padding: 60px 40px 70px 50px;
}

.pbmit-service-style-1 .pbminfotech-box-number {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary);
  top: 30px;
  right: 30px;
  font-family: Cormorant, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.pbmit-service-style-1 h3 {
  font-size: 32px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 25px;
}

.swiper-slide-active .pbmit-service-style-1 h3 a {
  color: var(--pbmit-blackish-color);
}

.pbmit-service-style-1 h3 a {
  color: var(--pbmit-white-color);
}

.pbmit-service-content p {
  color: var(--pbmit-white-color);
}

.swiper-slide-active .pbmit-service-style-1 p {
  color: var(--pbmit-blackish-color);
}

.swiper-slide-active .pbmit-service-style-1 .pbminfotech-box-content .pbmit-service-icon-wrapper {
  color: rgba(184, 150, 126, 0.2);
}

.pbmit-service-style-1 .pbmit-service-icon-wrapper {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 100px;
  line-height: 100px;
  transition: all 500ms ease;
  color: rgba(var(--pbmit-blackish-color), 0.1);
}

.pbmit-service-style-1 .pbmit-fld-contents {
  position: absolute;
  right: 0;
  top: 5px;
}

.pbmit-service-style-1 .pbmit-fid-inner {
  font-size: 35px;
  color: var(--primary);
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  position: absolute;
  top: 50%;
  -khtml-transform: translateX(0%) translateY(-60%);
  -moz-transform: translateX(0%) translateY(-60%);
  -ms-transform: translateX(0%) translateY(-60%);
  -o-transform: translateX(0%) translateY(-60%);
  transform: translateX(0%) translateY(-60%);
  left: 0px;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
}

.pbmit-service-style-1 .pbmit-service-icon-wrapper {
  color: rgba(255, 255, 255, 0.1);
}

.pbmit-service-style-1 .pbmit-service-btn {
  margin-top: 35px;
}

.pbmit-service-style-1 .pbmit-service-btn .btn-arrow {
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pbmit-service-style-1 .pbmit-service-btn .btn-arrow:after {
  content: "\e83a";
  font-family: "pbminfotech-base-icons";
  color: var(--pbmit-white-color);
}

.pbmit-service-style-1,
.pbmit-service-style-1 .pbmit-service-btn .btn-arrow {
  color: var(--pbmit-white-color);
  border-color: rgba(255, 255, 255, 0.1);
}

.pbmit-service-style-1 .pbmit-service-image-wrapper {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.pbmit-service-style-1.pbmit-element-viewtype-carousel .container {
  margin: 0;
  padding: 0;
}

.pbmit-service-style-1 .pbmit-featured-img-wrapper .pbmit-featured-wrapper {
  display: none;
}

.swiper-slide-active .pbmit-service-style-1 {
  color: var(--pbmit-blackish-color);
}

.swiper-slide-active .pbmit-service-style-1 {
  border: none;
}

.swiper-slide-active .pbmit-service-style-1 .pbmit-service-btn .btn-arrow {
  border-color: transparent;
  color: var(--pbmit-white-color);
  background-color: var(--primary);
}

/** Style 2 **/
.service-section-home2 .pbmit-service-style-2 {
  flex: auto;
  width: auto;
  display: inline-block;
  margin: 0;
  position: relative;
  margin-bottom: 15px;
}

.service-section-home2 .pbminfotech-post-item {
  display: inline-block;
  padding-right: 45px;
  padding-left: 45px;
}

.service-section-home2 .pbminfotech-post-item a:after {
  position: absolute;
  content: "";
  font-size: 50px;
  line-height: 62px;
  height: 50px;
  width: 3px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(20deg);
  top: 15px;
  right: -25px;
}

.pbmit-service-style-2 .pbmit-service-title {
  position: relative;
  z-index: 0;
  font-size: 49px;
  line-height: 49px;
  font-weight: 500;
  letter-spacing: 1px;
}

.pbmit-service-style-2 .pbmit-service-title a {
  color: #bccadb;
}

.pbmit-service-style-2 .pbmit-hover-img img {
  width: 390px;
  height: auto;
  margin-top: -250px;
  margin-left: 50px;
  z-index: 3;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}

.pbmit-service-style-2:hover .pbmit-service-title a {
  color: #fff;
}

.pbmit-service-style-2:hover .pbmit-service-title {
  z-index: 3;
}

.service-section-home2 .row.multi-columns-row {
  display: block;
  text-align: center;
}

.service-section-home2 .pbminfotech-post-item a {
  position: relative;
}

.service-section-home2 .pbminfotech-post-item a:before {
  content: counter(pbmitbox2, decimal-leading-zero) ". ";
  counter-increment: pbmitbox2;
  position: absolute;
  top: -5px;
  left: -50px;
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
}

.pbmit-service-style-2:last-child .pbminfotech-post-item a:after {
  display: none;
}

/** Style 3 **/
.pbmit-service-style-3 {
  border-right: 1px solid rgba(10, 29, 53, 0.1);
  margin-bottom: 30px;
}

.service-inbox-home4 .row .col-md-6:last-child .pbmit-service-style-3 {
  border: none;
}

.pbmit-service-style-3 .pbminfotech-post-item {
  padding: 10px 40px;
  position: relative;
}

.service-inbox-home4 .row .col-md-6:first-child .pbmit-service-style-3 .pbminfotech-post-item {
  padding-left: 0;
}

.pbmit-service-style-3 .pbminfotech-post-item,
.pbmit-service-style-3 .pbmit-service-icon-wrapper,
.pbmit-service-style-3 .pbmit-service-content p {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-service-style-3 .pbmit-service-title {
  font-size: 22px;
  line-height: 28px;
}

.pbmit-service-style-3 .pbmit-service-cat a {
  color: var(--primary);
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 35px;
  color: var(--primary);
  display: inline-block;
}

.pbmit-service-style-3:hover .pbmit-service-icon-wrapper {
  transform: rotateY(360deg);
}

.pbmit-service-style-3 .pbmit-service-btn {
  margin-top: 1.75rem;
}

.pbmit-service-style-3 .pbmit-service-btn a::after {
  content: "\e83a";
  display: inline-block;
  font-family: "pbminfotech-base-icons";
}

/** Style 4 **/
.pbmit-service-style-4 {
  margin-bottom: 30px;
}

.pbmit-service-style-4 .pbminfotech-post-item {
  position: relative;
  align-items: center;
  padding: 2rem 2rem;
  border: 1px solid rgba(10, 29, 53, 0.1);
}

.pbmit-service-style-4 .pbminfotech-post-item-inner {
  padding-right: 1rem;
}

.pbmit-service-style-4 .pbmit-service-content p {
  color: #13263e;
}

.pbmit-service-style-4 .pbmit-service-title,
.pbmit-service-style-4 .pbmit-service-icon i,
.pbmit-service-style-4 .pbminfotech-post-item {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-service-style-4 .pbmit-service-title {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 0px;
  font-weight: 600;
  font-family: Marcellus, sans-serif;
}

.pbmit-service-style-4 .pbmit-service-icon img {
  width: 43px !important;
  height: 48px !important;
  margin-top: 13px;
}

.pbmit-service-style-4 .pbmit-service-icon i {
  color: #e6e6e6;
  font-size: 90px;
  line-height: 90px;
  margin-top: -20px;
  display: inline-block;
  color: rgba(10, 29, 53, 0.1);
}

.pbmit-service-style-4:hover .pbminfotech-post-item {
  border-color: var(--primary);
}

.pbmit-service-style-4:hover .pbmit-service-btn .btn-arrow,
.pbmit-service-style-4:hover .pbmit-service-title,
.pbmit-service-style-4:hover .pbmit-service-icon i {
  color: var(--primary);
}

.pbmit-service-style-4 a.btn-arrow::after {
  content: "\e83a";
  display: inline-block;
  font-family: "pbminfotech-base-icons";
}

/*----------------------------------------*/
/*  05 - Projects
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid rgb(10, 29, 53, 0.2);
}

.pbmit-portfolio-style-1:last-child {
  border-bottom: none;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title {
  position: relative;
  z-index: 0;
  font-size: 70px;
  line-height: 78px;
  font-weight: 400;
  margin-bottom: 5px;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-title a {
  color: var(--pbmit-blackish-color);
}

.pbmit-portfolio-style-1:hover .pbmit-portfolio-title a {
  color: var(--primary);
}

.pbmit-portfolio-style-1 .pbmit-port-cat {
  margin-top: 12px;
}

.pbmit-portfolio-style-1 .pbmit-port-cat a {
  color: var(--primary);
  text-transform: uppercase;
}

.pbmit-portfolio-style-1:hover .pbmit-port-cat a {
  color: var(--pbmit-blackish-color);
}

.pbmit-portfolio-style-1 a.pbmit-link {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  right: 0;
  left: inherit;
  top: calc(50% - 20px);
  width: auto;
  height: inherit;
  margin-right: 50px;
  color: rgba(10, 29, 53, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pbmit-portfolio-style-1:hover a.pbmit-link {
  color: var(--pbmit-blackish-color);
}

.pbmit-portfolio-style-1 a.pbmit-link:after {
  content: "\e83a";
  font-family: "pbminfotech-base-icons";
}

.pbmit-portfolio-style-1 .pbminfotech-post-content {
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.pbmit-portfolio-style-1 .pbminfotech-post-content .container {
  padding-left: 0 !important;
  padding-right: 0px !important;
}

.pbmit-portfolio-style-1 .pbmit-hover-img {
  width: 300px;
  height: auto;
  margin-top: -300px;
  margin-left: 70px;
  z-index: 1;
}

.pbmit-portfolio-style-1 .pbmit-featured-img-wrapper {
  transform: rotate(-15deg);
}

.pbmit-bg-color-blackish .pbmit-portfolio-style-1 .pbmit-portfolio-title a {
  color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .pbmit-portfolio-style-1 {
  border-bottom: 1px solid rgb(255, 255, 255, 0.1);
}

.pbmit-bg-color-blackish .pbmit-portfolio-style-1:last-child {
  border-bottom: none;
}

.pbmit-bg-color-blackish .pbmit-portfolio-style-1:hover .pbmit-portfolio-title a {
  color: var(--primary);
}

.pbmit-bg-color-blackish .pbmit-portfolio-style-1 .pbmit-portfolio-title a {
  color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .pbmit-portfolio-style-1:hover .pbmit-port-cat a {
  color: var(--pbmit-white-color);
}

/** Style 2 **/
.pbmit-portfolio-style-2 .pbminfotech-overlay::after,
.pbmit-portfolio-style-2 .pbminfotech-overlay::before,
.pbmit-portfolio-style-2 .pbminfotech-overlay {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pbmit-portfolio-style-2 .pbminfotech-post-content {
  position: relative;
  overflow: hidden;
}

.pbmit-portfolio-style-2 .pbmit-image-wrapper {
  position: relative;
  background-color: #fff;
  padding-bottom: 110%;
  -webkit-clip-path: inset(0 15%);
  clip-path: inset(0 15%);
  opacity: 1;
  transform: translate3d(0, 150px, 0);
  transition: opacity 1s cubic-bezier(0.25, 0.85, 0.57, 1), transform 1s cubic-bezier(0.25, 0.85, 0.57, 1), -webkit-clip-path 1s cubic-bezier(0.25, 0.85, 0.57, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.85, 0.57, 1), transform 1s cubic-bezier(0.25, 0.85, 0.57, 1), clip-path 1s cubic-bezier(0.25, 0.85, 0.57, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.85, 0.57, 1), transform 1s cubic-bezier(0.25, 0.85, 0.57, 1), clip-path 1s cubic-bezier(0.25, 0.85, 0.57, 1), -webkit-clip-path 1s cubic-bezier(0.25, 0.85, 0.57, 1);
}

.pbmit-portfolio-style-2.active .pbmit-image-wrapper {
  opacity: 1;
  -webkit-clip-path: inset(0 0);
  clip-path: inset(0 0);
  transform: translateZ(0);
}

.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: calc(110% + 80px);
  transform: translate3d(0, -40px, 0);
}

.pbmit-portfolio-style-2 .pbminfotech-titlebox {
  margin-top: 30px;
  opacity: 1;
  transform: translate3d(0, 150px, 0);
  transition: opacity 1s cubic-bezier(0.25, 0.85, 0.57, 1) 0.4s, transform 1s cubic-bezier(0.25, 0.85, 0.57, 1) 0.4s;
}

.pbmit-portfolio-style-2.active .pbminfotech-titlebox {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.pbmit-portfolio-style-2 .pbminfotech-titlebox h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 0px;
  color: #0a1d35;
}

.pbmit-portfolio-style-2 .pbmit-port-cat a {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 14px;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-style-2.pbmit-even {
  margin-top: 5.5rem;
  float: right;
}

.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pbmit-element-portfolio-style-2 .pbmit-portfolio-style-2 {
  width: 90%;
  margin-bottom: 1.125rem;
}

/** Style 3 **/
.pbmit-portfolio-style-3 {
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 30px;
  position: relative;
}

.pbmit-portfolio-style-3 .pbminfotech-box-content {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 0;
  padding: 30px;
  opacity: 0;
  max-width: 300px;
  word-break: break-word;
  background: var(--pbmit-blackish-color);
  transform: rotateY(30deg);
  transition: 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transform-origin: left center;
  text-transform: capitalize;
}

.pbmit-portfolio-style-3:hover .pbminfotech-box-content {
  transform: rotateY(0);
  opacity: 1;
  transition: opacity 0.2s, transform 0.5s;
  display: none;
}

.pbmit-portfolio-style-3 .pbmit-port-cat a,
.pbmit-portfolio-style-3 .pbmit-portfolio-title a {
  color: var(--pbmit-white-color);
}

.pbmit-portfolio-style-3 .pbmit-portfolio-title a:hover,
.pbmit-portfolio-style-3 .pbmit-port-cat a {
  color: var(--primary);
  display: none;
}

.pbmit-portfolio-style-3 .pbmit-portfolio-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}

.pbmit-portfolio-style-3 .pbmit-featured-wrapper {
  position: relative;
  overflow: hidden;
}

.pbmit-portfolio-style-3 .pbmit-featured-wrapper img {
  width: 100%;
  transform: scale(1.05) rotate(0.5deg);
  transform-origin: 90% 50%;
  transition: transform 1.2s cubic-bezier(0.4, 0.01, 0.14, 0.99);
}

.pbmit-portfolio-style-3:hover .pbmit-featured-wrapper img {
  transform: scale(1.001) rotate(0);
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .post-item {
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper {
  position: relative;
  overflow: hidden;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.pbmit-blog-style-1:hover .post-item {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pbmit-blog-style-1 .pbmit-post-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.3rem;
  font-weight: 500;
}

.blog-section-home4 .pbmit-blog-style-1 .pbmit-post-title a {
  color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-1 .pbmit-post-title a {
  color: var(--pbmit-white-color);
}

.pbmit-blog-style-1 .pbmit-post-title a:hover {
  color: var(--primary);
}

.blog-section-home4 .pbmit-blog-style-1 .pbminfotech-box-desc-text {
  color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-1 .pbminfotech-box-desc-text {
  color: #bccadb;
}

.pbmit-blog-style-1 .pbminfotech-box-content {
  padding: 1.15rem 0 0;
}

.pbmit-blog-style-1 .pbmit-meta-container {
  margin-bottom: 0.25rem;
}

.pbmit-blog-style-1 .pbmit-meta-container > span,
.pbmit-blog-style-1 .pbmit-meta-category a {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 13px;
}

.pbmit-blog-style-1 .pbmit-meta-container .pbmit-meta-line:not(:first-child) {
  padding-left: 20px;
  position: relative;
}

.pbmit-blog-style-1 .pbmit-meta-container .pbmit-meta-line:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-1 .pbmit-meta-container .pbmit-meta-line:not(:last-child) {
  margin-right: 10px;
}

/** Style 2 **/
.pbmit-blog-style-2 {
  position: relative;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pbmit-posts-wrapper .pbmit-blog-style-2:first-child {
  padding-top: 40px;
}

.pbmit-blog-style-2 .post-item {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.pbmit-posts-wrapper .pbmit-blog-style-2:last-child .post-item {
  border-bottom: 0;
}

.pbmit-blog-style-2 .pbminfotech-box-content {
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-meta-date-wrapper {
  width: 10%;
  margin-top: 25px;
  font-size: 16px;
  padding-left: 5px;
}

.pbmit-blog-style-2 .pbmit-meta-date {
  font-family: Marcellus, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-blog-style-2 .pbmit-meta-line a {
  color: var(--primary);
}

.pbmit-blog-style-2 .pbmit-meta-date-wrapper.pbmit-meta-line {
  color: var(--pbmit-white-color);
}

.pbmit-blog-style-2 .pbmit-post-title a {
  color: rgba(188, 202, 219, 0.2);
}

.pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-blog-style-2 .pbmit-meta-line a {
  color: rgba(188, 202, 219, 0.3);
  text-transform: uppercase;
}

.pbmit-blog-style-2 .pbmit-post-title {
  font-size: 70px;
  line-height: 78px;
  margin: 0 0 20px;
  font-family: Marcellus, sans-serif;
  font-style: normal;
  font-weight: normal;
}

.pbmit-blog-style-2:hover .pbmit-post-title a {
  color: var(--primary);
}

.pbmit-blog-style-2:hover .pbmit-post-title a {
  color: #bccadb;
}

.pbmit-blog-style-2 .pbmit-meta-line {
  margin: 0;
  display: inline-block;
  position: relative;
}

.pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line:not(:last-child) {
  margin-right: 10px;
}

.pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line:not(:first-child) {
  padding-left: 20px;
}

.pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: var(--primary);
}

.pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line:not(:first-child)::before {
  background-color: rgba(255, 255, 255, 0.2);
}

.pbmit-blog-style-2 .pbmit-content-wrapper {
  padding: 0 50px;
  width: 90%;
  z-index: 2;
}

.pbmit-blog-style-2 .pbmit-hover-img {
  width: 300px;
  height: auto;
  margin-top: -300px;
  margin-left: 70px;
}

/** Style 3 **/
.pbmit-blog-style-3 {
  margin-bottom: 30px;
}

.pbmit-blog-style-3 .post-item {
  display: -ms-flexbox !important;
  display: flex !important;
}

.pbmit-blog-style-3 .pbmit-meta-date span {
  display: block;
}

.pbmit-blog-style-3 .pbmit-meta-date-wrapper {
  margin: 0;
  margin-right: 25px;
}

.pbmit-blog-style-3 .pbmit-content-wrapper {
  margin-left: 55px;
}

.pbmit-blog-style-3 .pbmit-meta-line a,
.pbmit-blog-style-3 .pbmit-meta-line {
  color: var(--pbmit-blackish-color);
}

.pbmit-blog-style-3 .pbmit-meta-date {
  width: 180px;
}

.pbmit-blog-style-3 .pbmit-meta-date .pbmit-day-wrap {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--primary);
}

.pbmit-blog-style-3 .pbmit-featured-container {
  width: 500px;
}

.pbmit-blog-style-3 .pbmit-meta-category a {
  color: var(--primary);
}

.pbmit-blog-style-3 .pbmit-svg-btn {
  margin: 20px 0 0;
}

.pbmit-blog-style-3 .pbmit-post-title {
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 28px;
  font-weight: normal;
  font-style: normal;
  font-family: Marcellus, sans-serif;
}

.pbmit-blog-style-3 .pbmit-featured-wrapper img {
  transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
  transform: translateY(-5px);
}

.pbmit-blog-style-3 .pbmit-svg-btn a {
  font-size: 20px;
  font-weight: 600;
  color: rgba(10, 29, 53, 0.2);
}

.pbmit-blog-style-3 .pbmit-svg-btn a:after {
  content: "\e83a";
  font-family: "pbminfotech-base-icons";
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item {
  position: relative;
  text-align: center;
}

.pbmit-testimonial-style-1 .pbminfotech-box-content {
  position: relative;
  padding: 50px 90px 0;
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper {
  width: 100px;
  display: inline-block;
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--primary);
}

.pbmit-testimonial-style-1 .pbminfotech-box-content::before {
  content: "\e102";
  font-family: "pbminfotech-base-icons";
  font-size: 65px;
  line-height: 0;
  position: absolute;
  left: 32px;
  top: 35px;
  color: var(--primary);
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
  color: var(--primary);
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.pbminfotech-testimonial-detail {
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bccadb;
}

.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  border: 0;
  color: #bccadb;
  background: transparent;
  font-weight: normal;
  font-style: normal;
}

.pbmit-testimonial-style-1 .pbminfotech-box-author {
  margin-top: 25px;
}

.pbmit-testimonial-style-1 .pbminfotech-author-box {
  margin-top: 28px;
}

.pbmit-element-testimonial-style-1 .swiper-button-next,
.pbmit-element-testimonial-style-1 .swiper-button-prev,
.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;
}

.pbmit-element-testimonial-style-1 .swiper-button-next,
.pbmit-element-testimonial-style-2 .swiper-button-next {
  right: 0;
}

.pbmit-element-testimonial-style-1 .swiper-button-prev,
.pbmit-element-testimonial-style-2 .swiper-button-prev {
  left: 0;
}

/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}

.pbmit-testimonial-style-2 .pbminfotech-author-wrapper {
  position: relative;
  text-align: center;
  margin-top: 2rem;
  padding: 20px 48px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.pbmit-testimonial-style-2 .pbminfotech-box-content {
  position: relative;
  padding: 0rem 2rem;
}

.pbmit-testimonial-style-2 .pbminfotech-author-wrapper:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(15px - 1px);
  top: 61px;
  right: -1px;
  border-color: transparent var(--secondary) var(--secondary) transparent;
}

.pbmit-testimonial-style-2 .pbminfotech-author-wrapper:before {
  border-color: transparent rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) transparent;
  opacity: 0.8;
  top: 60px;
  border-width: 15px;
  display: block;
  position: absolute;
  content: "";
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  background: transparent;
}

.pbmit-testimonial-style-2 .pbminfotech-box-content::after {
  content: "\e102";
  font-family: "pbminfotech-base-icons";
  font-size: 48px;
  line-height: normal;
  position: absolute;
  right: 0px;
  top: 0px;
  color: var(--primary);
}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
  width: 200px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-img:after,
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.pbmit-testimonial-style-2 .pbminfotech-box-author {
  margin-top: 30px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--primary);
  transition: all 0.6s ease-in-out;
}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
  color: var(--pbmit-white-color);
}

.pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  color: var(--pbmit-white-color);
}

.pbmit-element-testimonial-style-2 .pbmit-fld-contents {
  position: absolute;
  right: 0;
  top: -15px;
}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
  font-size: 1rem;
  color: #fec107;
}

.testimonial-section-home4 .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
  color: var(--pbmit-blackish-color);
}

.testimonial-section-home4 .pbmit-testimonial-style-2 .pbminfotech-author-wrapper:before {
  border-color: transparent rgba(10, 29, 53, 0.1) rgba(10, 29, 53, 0.1) transparent;
}

.testimonial-section-home4 .pbmit-testimonial-style-2 .pbminfotech-author-wrapper:after {
  border-color: transparent var(--pbmit-white-color) var(--pbmit-white-color) transparent;
}

.testimonial-section-home4 .pbmit-testimonial-style-2 .pbminfotech-author-wrapper {
  border-right: 1px solid rgba(10, 29, 53, 0.1);
}

.testimonial-section-home4 .pbmit-testimonial-style-2 .pbminfotech-box-desc blockquote {
  color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  08 - Header
/*----------------------------------------*/
.site-title {
  -webkit-transition: none;
  transition: none;
  line-height: 60px;
}

.site-title a {
  display: table-cell;
  vertical-align: middle;
}

/** Header Style 1 **/
.header-style-1 .site-header-menu {
  position: absolute;
  width: 100%;
  z-index: 4;
  padding-right: 40px;
  border-bottom: 1px solid rgb(10, 29, 53, 0.1);
}

.header-style-1 .site-branding {
  background-color: var(--secondary);
  padding: 0 30px;
  margin-right: 30px;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links {
  position: absolute;
  left: 40px;
  z-index: 2;
  list-style: none;
  margin: 0;
  bottom: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links::before {
  background: var(--secondary);
  display: inline-block;
  content: "";
  width: 1px;
  height: 50px;
  vertical-align: middle;
  margin: 0 8px;
  position: absolute;
  bottom: -50px;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links li {
  margin: 30px 0;
  display: block;
}

.header-style-1 .pbmit-social-links li:not(:last-child),
.header-style-1 .pbmit-contact-info li:not(:last-child) {
  padding: 0 20px 0 0;
}

.header-style-1 .pbmit-slider-social .pbmit-social-links::after {
  display: inline-block;
  content: "Follow Us";
  position: absolute;
  bottom: -100px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-48%) translateY(50%) rotate(-90deg);
  height: 8px;
  text-transform: uppercase;
  color: var(--secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  width: 90px;
}

.pbmit-right-box {
  display: flex;
  align-items: center;
}

.header-style-1.pbmit-right-box {
  padding-right: 40px;
}

.header-style-1 .pbmit-header-search-btn {
  font-size: 20px;
  margin-right: 20px;
}

.pbmit-right-box .pbmit-header-button2 a:hover:before {
  background-color: transparent !important;
}

/** Header style 2 **/
.header-style-2 .site-header-menu {
  position: absolute;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-2 .site-branding {
  padding-right: 60px;
}

.header-style-2 .site-navigation ul.navigation > li > a {
  color: var(--pbmit-white-color);
  margin: 0px 25px;
}

.header-style-2 .main-menu ul > li.dropdown > a:after {
  color: var(--pbmit-white-color);
}

.header-style-2 .main-menu ul > li > a::before {
  position: absolute !important;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100% !important;
  height: 2px !important;
  background-color: var(--primary) !important;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.5s ease;
}

.header-style-2 .main-menu ul > li.active > a:before,
.header-style-2 .main-menu ul > li > a:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  background-color: var(--primary) !important;
}

.header-style-2 .main-menu .navigation > li > ul,
.header-style-2 .main-menu .navigation > li > ul > li > ul {
  border-bottom: 3px solid var(--primary);
  border-top: inherit;
}

.header-style-2 .pbmit-header-search-btn i {
  color: var(--pbmit-white-color);
  font-size: 20px;
  margin-right: 30px;
}

/** Header style 3 **/
.pbmit-social-links li:not(:last-child),
.pbmit-contact-info li:not(:last-child) {
  padding: 0 20px 0 0;
}

.pbmit-social-links li,
.pbmit-contact-info li {
  display: inline-block;
}

.pbmit-contact-info {
  font-size: 15px;
}

.pbmit-contact-info li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
}

.pbmit-contact-info li i {
  margin-right: 6px;
  color: var(--primary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-style-3 .site-branding {
  padding-right: 90px;
  margin-right: 65px;
}

.header-style-3 .site-navigation ul.navigation > li > a {
  margin: 0 15px;
}

.header-style-3 .pbmit-header-search-btn {
  font-size: 20px;
  margin: 0 20px;
}

/** Header style 4 **/
.header-style-4 .site-header-menu {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 0 50px;
}

.header-style-4 .site-navigation ul.navigation > li > a {
  color: var(--pbmit-link-color-normal);
  margin: 0 1.25rem;
}

.header-style-4 .site-navigation ul.navigation > li > a::after {
  color: var(--pbmit-link-color-normal);
}

.header-style-4 .pbmit-header-search-btn {
  font-size: 20px;
  margin-right: 20px;
  color: var(--pbmit-white-color);
}

.header-style-4 .pbmit-header-search-btn i {
  color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  09 - Footer
/*----------------------------------------*/
.site-footer {
  background-color: var(--pbmit-light-color);
  color: var(--secondary);
  background-image: url(../images/bg/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  font-size: 14px;
  padding: 50px 0px;
  position: relative;
}

.footer .pbmit-footer-logo {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer .pbmit-footer-logo img {
  max-height: 70px;
}

.footer .widget .widget-title {
  font-family: Marcellus, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: none;
  font-style: normal;
  padding: 0;
  border: none;
  margin-bottom: 1.5rem;
}

.pbmit-two-column-menu.widget ul > li {
  float: left;
  width: 50%;
  padding-bottom: 8px;
}

footer .widget ul > li {
  font-size: 0.92rem;
  padding: 0px 0px 15px 0;
}

.footer .pbmit-contact-widget-line {
  padding: 0px 0px 10px 0;
}

.pbmit-footer-widget-area .widget h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-weight: normal;
}

.pbmit-footer-newsletter {
  position: relative;
  margin-bottom: 20px;
}

.pbmit-footer-newsletter input[type="email"] {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 60px 10px 0;
  height: auto;
  width: 100%;
  color: var(--pbmit-blackish-color);
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--pbmit-blackish-color);
}

.pbmit-footer-newsletter button {
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  background-color: var(--primary);
  height: 50px;
  width: 45px;
  border: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.pbmit-base-icon-right-arrow-1:before {
  color: var(--pbmit-white-color);
}

.pbmit-footer-newsletter button:hover {
  background-color: var(--pbmit-blackish-color);
}

.pbmit-footer-section {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.pbmit-footer-text-inner {
  border-top: 1px solid rgba(10, 29, 53, 0.1);
  padding-top: 40px;
}

.pbmit-footer-menu-area {
  text-align: right;
}

.pbmit-footer-menu li {
  display: inline-block;
  position: relative;
  margin: 0 15px 0;
}

.pbmit-footer-menu li:before {
  position: absolute;
  content: "";
  right: -17px;
  top: 9px;
  height: 10px;
  width: 2px;
  background: rgba(10, 29, 53, 0.2);
}

.pbmit-footer-menu li:last-child:before {
  display: none;
}

.pbmit-footer-style-1.site-footer {
  background-color: var(--secondary);
  color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/bg/footer-bg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  padding: 0;
}

.pbmit-footer-style-1 .footer-wrap.pbmit-footer-big-area {
  padding: 2rem 0 0rem;
}

.pbmit-footer-style-1 .pbmit-footer-big-area div h3 {
  font-size: 2rem;

  color: var(--pbmit--white-color);
}

.pbmit-footer-style-1 .pbmit-footer-big-area .pbmit-footer-right-svg {
  width: 160px;
  position: relative;
}

.pbmit-footer-style-1 .pbmit-footer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: var(--pbmit-white-color);
  color: var(--pbmit-blackish-color);
  border-radius: 50%;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
}

.pbmit-footer-style-1 .pbmit-footer-icon i {
  font-size: 35px;
}

.pbmit-footer-style-1 .pbmit-footer-big-area svg text {
  fill: var(--pbmit-white-color);
  transform-origin: 50% 50% 0;
  transform: rotate(0deg);
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 400;
}

.pbmit-footer-style-1 .pbmit-footer-widget-area .textwidget a {
  color: rgba(255, 255, 255, 0.5);
}

.pbmit-footer-style-1 .pbmit-footer-widget-area .textwidget a:hover {
  color: #fff;
}

.pbmit-footer-style-1 .pbmit-contact-widget-lines {
  color: rgba(255, 255, 255, 0.5);
}

.pbmit-footer-style-1 .pbmit-footer-widget-col-1 {
  margin-right: 55px;
}

.pbmit-footer-style-1 .pbmit-footer-widget-area .widget h2 {
  font-family: Marcellus, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 1.5rem;
}

.pbmit-footer-style-1 .pbmit-footer-newsletter input[type="email"] {
  color: var(--pbmit-white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pbmit-footer-style-1 .pbmit-footer-newsletter button {
  background-color: var(--pbmit-white-color);
}

.pbmit-footer-style-1 .pbmit-footer-newsletter button:hover {
  background-color: var(--primary);
}

.pbmit-footer-style-1 .pbmit-base-icon-right-arrow-1:before {
  color: var(--pbmit-blackish-color);
}

.pbmit-footer-style-1 button:hover .pbmit-base-icon-right-arrow-1:before {
  color: var(--pbmit-white-color);
}

.pbmit-footer-style-1 .pbmit-footer-text-inner {
  border: none;
  padding: 0;
}

.pbmit-footer-style-1 .pbmit-footer-section {
  margin-top: 1rem;
  padding: 0.75rem 0;
  background-color: #061528;
}

.pbmit-footer-style-1 .pbmit-footer-copyright-text-area,
.pbmit-footer-style-1 .pbmit-footer-copyright-text-area a {
  color: rgba(255, 255, 255, 0.5);
}

.pbmit-footer-style-1 .pbmit-footer-copyright-text-area a:hover {
  color: var(--pbmit-white-color);
}

.pbmit-footer-style-1 .pbmit-footer-logo {
  padding: 0;
  height: 60px;
}

.pbmit-footer-style-1 .pbmit-footer-menu li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
}

.pbmit-footer-style-1 .pbmit-footer-menu li a:hover {
  color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  10 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
  background-color: var(--pbmit-light-color);
  background-image: url(../images/bg/titlebar-bgdark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.pbmit-title-bar-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none !important;
  background-color: rgba(240, 240, 240, 0.9);
}

.pbmit-title-bar-content {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  padding: 64px 0;
  min-height: 500px;
  padding-top: 160px !important;
}

.pbmit-title-bar-content .pbmit-tbar-inner {
  max-width: none;
  padding: 0;
}

.pbmit-title-bar-content-inner {
  width: 100%;
  text-align: center;
}

.pbmit-title-bar-content .pbmit-tbar-title {
  font-family: Marcellus, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0;
  color: #0a1d35;
  text-transform: capitalize;
}

.pbmit-title-bar-wrapper .pbmit-title-bar-content .pbmit-breadcrumb-inner {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  background-color: transparent;
}

.pbmit-breadcrumb,
.pbmit-breadcrumb a {
  font-family: var(--popp);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0a1d35 !important;
  text-transform: uppercase;
  font-style: normal;
}

.pbmit-breadcrumb-inner .sep {
  margin: 0 8px;
}

.pbmit-title-bar-wrapper .list-inline-item {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.pbmit-title-bar-wrapper .list-inline-item a {
  color: #fff;
}

.pbmit-title-bar-wrapper .list-inline-item i {
  color: var(--primary);
}

.pbmit-title-bar-style-1.pbmit-title-bar-wrapper {
  background-image: url(../images/bg/titlebarbg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-color: transparent;
  padding-top: 100px;
}

.pbmit-title-bar-style-1.pbmit-title-bar-wrapper:before {
  display: none;
}

.pbmit-title-bar-style-1 .pbmit-title-bar-content .pbmit-tbar-title {
  color: var(--pbmit-white-color);
}

.pbmit-title-bar-style-1 .pbmit-breadcrumb,
.pbmit-title-bar-style-1 .pbmit-breadcrumb a {
  color: var(--pbmit-white-color) !important;
}

/*----------------------------------------*/
/*  11 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
  position: relative;
}

.overlap-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.overlap-img,
.overlap-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.overlap-left {
  margin-left: -500px;
}

.overlap-right {
  margin-right: -500px;
  width: auto;
  left: 0;
  right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.content-element-text {
  position: relative;
  z-index: 99;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-right: 30px;
}

/*----------------------------------------*/
/*  12 - Progress Bar
/*----------------------------------------*/
.progressbar {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px 60px 0 0;
}

.progressbar .progress-label {
  font-size: 12px;
  line-height: 22px;
  position: relative;
  top: -10px;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
}

.progress {
  overflow: visible;
  border-radius: 0px !important;
  position: relative !important;
  height: 6px !important;
  margin-top: 10px;
  background-color: #fff !important;
}

.progress .progress-bar {
  position: relative;
  overflow: visible;
  border-radius: 5px;
  margin-bottom: 2px;
  background: var(--primary);
}

.progress.progress-percent-bg .progress-percent {
  line-height: 20px;
  position: absolute;
  right: -60px;
  top: -13px;
  font-size: 24px;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-heading-typography-font-family);
}

/*----------------------------------------*/
/*  13 - Accordion
/*----------------------------------------*/
.accordion {
  background: none;
  border-radius: 0;
}

.accordion-item {
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #d1d1d1 !important;
}

.accordion-item h2 {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  color: var(--pbmit-blackish-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 0;
  border: none;
  padding: 1.25rem 2rem;
}

.accordion-button {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: none;
  outline: none;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.6px;
  color: var(--pbmit-heading-color);
}

.accordion-button span {
  margin-right: 14px;
}

.accordion-button.collapsed {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

.accordion-button.collapsed span {
  margin-right: 14px;
}

.accordion-item.collapsed {
  background-color: #fff;
}

.accordion-button::after {
  background-color: transparent;
  color: var(--pbmit--blackish-color);
  border-radius: 0;
  font-size: 22px;
  background-image: none;
  content: "\e870";
  text-align: center;
  font-family: "pbminfotech-base-icons";
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\e871";
  font-family: "pbminfotech-base-icons";
  transform: none;
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #d4d4d4;
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background: none;
  box-shadow: none;
}

.accordion-body {
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #13263e;
  padding: 0 60px 30px 30px;
}

.accordion-button.collapsed:hover {
  color: var(--primary);
}

/*----------------------------------------*/
/*  14 - Tab
/*----------------------------------------*/
body .nav-tabs {
  border: none;
}

.nav-tabs {
  margin-top: 30px;
  padding: 0 30px;
}

.nav-item {
  margin-top: 30px;
  position: relative;
  border-right: none;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--pbmit-blackish-color);
}

.nav-link {
  padding: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--pbmit-blackish-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link span {
  position: relative;
}

.nav-tabs .nav-link span:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -25px;
  height: 15px;
  width: 15px;
  transform: translateX(-50%);
  background: var(--primary);
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 9;
}

.nav-tabs .nav-link:after {
  position: absolute;
  content: "";
  left: inherit;
  right: 0;
  top: -19px;
  height: 3px;
  width: 50%;
  background: var(--primary);
}

.nav-tabs .nav-link:before {
  position: absolute;
  content: "";
  left: -1px;
  top: -19px;
  height: 3px;
  width: 50%;
  background: var(--primary);
}

.nav-tabs .nav-item:first-child .nav-link:before {
  display: none;
}

.nav-tabs .nav-item:last-child span:after {
  display: none;
}

.tab-content {
  padding: 0 100px;
}

.tab-content h4 {
  font-size: 18px;
  line-height: 28px;
  color: var(--primary);
  margin-bottom: 10px;
}

.tab-content-img {
  position: relative;
}

.tab-icon-img {
  position: absolute;
  left: 0;
  bottom: 30px;
  animation: animation02 4s infinite linear;
}

@keyframes animation02 {
  0% {
    transform: translate(0px, 0px) rotate(0);
  }

  25% {
    transform: translate(-10px, -10px) rotate(5deg);
  }

  50% {
    transform: translate(-20px, 0px) rotate(0);
  }

  75% {
    transform: translate(-10px, -10px) rotate(-2deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

.nav-tabs .nav-link span {
  font-size: 16px;
  font-weight: 800;
  color: var(--pbmit-heading-color);
  font-family: var(--pbmit-heading-typography-font-family);
  letter-spacing: -0.3px;
  display: block;
  line-height: 16px;
}

.nav-tabs li.tabactive ~ li .nav-link:after {
  background: #fff;
}

.nav-tabs li.tabactive ~ li .nav-link:before {
  background: #fff;
}

.nav-tabs li.tabactive .nav-link:after {
  background: #fff !important;
}

.nav-tabs li:last-child .nav-link:after,
.nav-tabs li:first-child .nav-link:before {
  display: none;
}

.nav-tabs li.tabactive:last-child .nav-link span:after {
  background-color: transparent;
}

/*----------------------------------------*/
/*  15 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay {
  position: absolute;
  top: 50%;
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.db-fidbox-style-2 .db-circle-w {
  position: relative;
  text-align: center;
}

.db-fidbox-style-2 .db-fid-title {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
}

.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.db-fidbox-style-2 .db-circle-number sub {
  bottom: 0;
}

.db-fidbox-style-1 .db-fid-title {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
}

.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
  display: inline-block;
}

.db-fidbox-style-1 .db-fid-title-w {
  width: 43%;
  margin-left: 12px;
}

.db-fidbox-style-1 .db-circle-w {
  width: 122px;
  position: relative;
  vertical-align: top;
}

.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
  font-size: 20px;
  font-weight: bold;
}

.db-fidbox-style-1 .db-circle-number sub {
  bottom: 0;
}

.db-fidbox-style-1 .db-fid-title-w {
  position: absolute;
  top: 50%;
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}

.db-fidbox-style-1 .db-fid-title-w h3 {
  margin-bottom: 0;
}

.db-circle canvas {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.db-circle canvas {
  max-width: 100%;
  height: auto !important;
}

.db-overlap-row {
  position: relative;
  z-index: 1;
}

.db-overlap-row-section {
  position: relative;
  z-index: 2;
}

/*----------------------------------------*/
/*  16 - Static-box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-static-box-style-1 {
  position: relative;
}

.pbmit-static-box-style-1 {
  width: calc(25% - 10px);
  position: relative;
  z-index: 1;
  transition: 0.7s;
}

.pbmit-element-static-box-style-1 .row {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.pbmit-static-box-style-1.pbmit-mihbox-hover-active {
  margin-right: calc(25% - 60px) !important;
  transition: 0.9s;
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  transition: 0.7s;
  max-height: 100%;
  width: auto;
  height: 100%;
}

.pbmit-bg-imgbox-one {
  background-image: url(../images/about1.jpg);
}

.pbmit-bg-imgbox-two {
  background-image: url(../images/about3.jpg);
}

.pbmit-bg-imgbox-three {
  background-image: url(../images/about2.JPG);
}

.pbmit-static-box-style-1 .pbmit-contentbox {
  position: relative;
  padding: 2rem 2rem;
  width: auto;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  background-color: var(--pbmit-blackish-color);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 300ms ease 100s;
}

.pbmit-static-box-style-1.pbmit-mihbox-hover-active .pbmit-contentbox {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

.pbmit-static-box-style-1.pbmit-mihbox-hover-active .pbmit-bg-imgbox .pbmit-img-text:after {
  opacity: 0;
  visibility: hidden;
}

.pbmit-static-box-style-1.pbmit-mihbox-hover-active .pbmit-img-text:before {
  opacity: 0;
}

.pbmit-static-box-style-1 .pbmit-contentbox .pbmit-icon-wrapper {
  font-size: 60px;
  line-height: 60px;
  color: var(--primary);
}

.pbmit-element-static-box-style-1 .pbmit-contentbox .pbminfotech-static-box-desc {
  margin: 0px 0 0px;
}

.pbmit-static-box-style-1.pbmit-mihbox-hover-active .pbmit-bg-imgbox .pbmit-text,
.pbmit-static-box-style-1 .pbmit-responsive-img {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-text .pbminfotech-box-title {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--pbmit-blackish-color);
  left: 0;
  right: auto;
  opacity: 0.3;
  z-index: -1;
  transition: all 0.7s;
  bottom: 0;
  visibility: visible;
}

.pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-box-title h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  color: var(--pbmit-white-color);
}

.pbmit-static-box-style-1 .pbmit-ihbox-btn span:after {
  top: -2px !important;
}

.pbmit-static-box-style-1 .pbmit-ihbox-btn a {
  padding: 12px 25px;
  padding-left: 0;
}

.pbmit-static-box-style-1 .pbmit-ihbox-btn a:hover {
  padding-left: 25px;
}

.pbmit-static-box-style-1 .pbmit-btn-inline-hover-white:hover span {
  color: var(--pbmit-white-color);
}

.pbmit-static-box-style-1 .pbmit-ihbox-btn a:hover:before {
  border-color: var(--primary);
}

.pbmit-static-box-style-1 .pbmit-ihbox-btn a:hover:before {
  background-color: var(--primary);
}

.pbminfotech-static-box-desc {
  color: var(--pbmit-white-color);
  margin: 20px 0 35px;
}

/*----------------------------------------*/
/*  17 - List Gourp
/*----------------------------------------*/
.list-group-borderless .list-group-item {
  border: none;
  padding: 0;
  padding-bottom: 0px;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.list-group-borderless .list-group-item i {
  padding-right: 8px;
  color: var(--primary);
  position: relative;
  font-size: 30px !important;
  line-height: 40px;
  font-weight: normal;
}

.list-group.list-group-borderless .list-group-item:hover {
  color: var(--secondary) !important;
}

ul.list-group.list-group-borderless {
  margin-bottom: 1.75em;
}

/*----------------------------------------*/
/*  18 - Revolution
/*----------------------------------------*/
/** Slider 01 **/
.pbmit-text-underline {
  position: relative;
}

.pbmit-text-underline::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary);
}

#rev_slider_1_1_wrapper .hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

#rev_slider_1_1_wrapper .hephaistos .tp-bullet.rs-touchhover,
#rev_slider_1_1_wrapper .hephaistos .tp-bullet.selected {
  background: #ffffff;
  border-color: #000000;
}

/** Slider 02 **/
#rev_slider_2_1_wrapper .pbmit-header-style-3 .pbmit-slider-area {
  background-color: #0a1d35;
}

/** Slider 03*/
#rev_slider_3_1_wrapper .pbmit-text-underline {
  position: relative;
}

#rev_slider_3_1_wrapper .pbmit-text-underline::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary);
}

#rev_slider_3_1_wrapper .zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

#rev_slider_3_1_wrapper .zeus.tparrows:before {
  font-family: "pbminfotech-base-icons";
  font-size: 18px;
  color: #ffffff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

#rev_slider_3_1_wrapper .zeus.tparrows.tp-leftarrow:before {
  content: "\e84e";
}

#rev_slider_3_1_wrapper .zeus.tparrows.tp-rightarrow:before {
  content: "\e84f";
}

#rev_slider_3_1_wrapper .zeus .tp-title-wrap {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

#rev_slider_3_1_wrapper .zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

#rev_slider_3_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(100%);
  -webkit-transform: translatex(100%);
}

#rev_slider_3_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder {
  transform: translatex(0);
  -webkit-transform: translatex(0);
  opacity: 1;
}

#rev_slider_3_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/** Slider 04*/
#rev_slider_4_1_wrapper .uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
  width: 15px;
  height: 15px;
}

#rev_slider_4_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_4_1_wrapper .uranus .tp-bullet.rs-touchhover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  border: none;
  border-radius: 50%;
  background: transparent;
}

#rev_slider_4_1_wrapper .uranus .tp-bullet-inner {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

#rev_slider_4_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_4_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: rgba(255, 255, 255, 1);
}

/* pbmit-rev-btn-effect */
a.pbmit-rev-btn-effect,
a.pbmit-rev-btn-effect:hover {
  background-color: transparent !important;
}

a.pbmit-rev-btn-effect span {
  position: relative;
  color: var(--pbmit-white-color);
  padding-right: 30px;
}

a.pbmit-rev-btn-effect span:after {
  position: absolute;
  content: "\e83a";
  font-size: 16px;
  top: 2px;
  font-family: "pbminfotech-base-icons";
  right: -10px;
  left: auto;
  transition: all 0.5s ease !important;
  line-height: normal;
}

a.pbmit-rev-btn-effect {
  position: relative;
  display: inline-block;
  padding: 0px 30px !important;
  line-height: normal !important;
  transition: all 0.5s ease !important;
}

a.pbmit-rev-btn-effect:hover {
  background-color: transparent !important;
}

a.pbmit-rev-btn-effect:before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0;
  display: block;
  border: 1px solid var(--primary);
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease !important;
  transform: translateX(0px);
  background-color: var(--primary);
}

a.pbmit-rev-btn-effect:hover:before {
  width: 50px;
  background-color: transparent;
}

a.pbmit-rev-btn-effect:before {
  background-color: var(--primary);
  border-color: var(--primary);
}

a.pbmit-rev-btn-effect:hover span {
  color: var(--pbmit-white-color);
}

a.pbmit-rev-btn-effect:hover span,
a.pbmit-rev-btn-effect:hover span::after {
  color: var(--primary);
}

/* pbmit-rev-btn-effect-reverse */
a.pbmit-rev-btn-effect-reverse,
a.pbmit-rev-btn-effect-reverse:hover {
  background-color: transparent !important;
}

a.pbmit-rev-btn-effect-reverse span:after {
  position: absolute;
  content: "\e83a";
  font-size: 16px;
  top: 2px;
  font-family: "pbminfotech-base-icons";
  right: -10px;
  left: auto;
  transition: all 0.5s ease !important;
  line-height: normal;
}

a.pbmit-rev-btn-effect-reverse span {
  position: relative;
  color: var(--pbmit-blackish-color);
  padding-right: 30px;
}

a.pbmit-rev-btn-effect-reverse:before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0;
  display: block;
  border: 1px solid var(--pbmit-blackish-color);
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  transform: translateX(0px);
  width: 50px;
  background-color: transparent;
}

a.pbmit-rev-btn-effect-reverse:hover:before {
  background-color: var(--pbmit-blackish-color);
  width: 100%;
}

a.pbmit-rev-btn-effect-reverse:hover span {
  color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  19 - Marquee
/*----------------------------------------*/
/** Style 1 **/
.pbmit-marquee-effect-style-1 .pbmit-element-title {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--pbmit-white-color);
  overflow: visible !important;
  position: relative;
  margin-bottom: 0;
}

.pbminfotech-element-marquee-effect .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
  margin-left: 100px;
  margin-right: 100px;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title:before {
  position: absolute;
  content: "\e815";
  font-family: "pbminfotech-base-icons";
  left: -100px;
  height: 25px;
  width: 25px;
  top: 3px;
  font-size: 25px;
  color: var(--pbmit-white-color);
  transform: rotate(-45deg);
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
  margin-left: 100px;
  margin-right: 100px;
}

.bg-white .pbmit-marquee-effect-style-1 .pbmit-element-title {
  color: var(--pbmit-blackish-color);
}

.bg-white .pbmit-marquee-effect-style-1 .pbmit-element-title:before {
  color: var(--primary);
}

/** Style 2 **/
.pbmit-marquee-effect-style-2 .pbmit-element-title {
  position: relative;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--pbmit-blackish-color);
  overflow: visible !important;
  margin-bottom: 0;
}

.pbmit-marquee-effect-style-2 .pbmit-element-title:before {
  position: absolute;
  content: "";
  left: -110px;
  height: 20px;
  width: 20px;
  border: 2px solid var(--secondary);
  border-radius: 50%;
  top: 12px;
}

.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper {
  margin-left: 100px;
  margin-right: 100px;
}

.pbmit-marquee-effect-style-2 .pbmit-element-title,
.pbmit-marquee-effect-style-2 .pbmit-element-title {
  color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  20 - Client
/*----------------------------------------*/
.pbmit-element-client-style-1 .pbmit-marquee-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.pbmit-element-client-style-1 .swiper-slide {
  display: flex;
  width: auto;
  overflow: hidden;
}

.pbmit-client-style-1 .pbmit-client-wrapper {
  overflow: hidden;
}

.pbmit-client-style-1 .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.pbmit-client-style-1 .pbmit-client-hover-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.pbmit-client-style-1 .pbmit-client-hover-img {
  transform: translateY(-100%);
}

.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
  visibility: visible;
  transform: translateY(0%);
}

.pbmit-client-style-1 .pbmit-featured-wrapper {
  transform: translateY(0%);
}

.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
  transform: translateY(100%);
}

.pbmit-client-style-1 {
  margin: 0px 100px;
  position: relative;
}

/*----------------------------------------*/
/* 21 - Horizontal Snap
/*----------------------------------------*/
.pbmit-element-horizontal-snap-style-1 {
  background-image: url(../images/hs-bgimg.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: var(--secondary);
}

.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-flow: row;
}

.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section .pbmit-hs-wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  padding: 335px 0;
  overflow: hidden;
}

.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section .pbmit-ele-horizontal-snap {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section .pbmit-ele-horizontal-snap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pbmit-element-horizontal-snap-style-1 .pbmit-horizontal-snap-section .pbmit-img {
  transition: all 1s ease-out;
  animation-delay: 2s;
  opacity: 0;
  display: block;
  width: 41%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.pbmit-element-horizontal-snap-style-1 .pbmit-ele-horizontal-snap.active .pbmit-img {
  opacity: 1;
}

.pbmit-horizontal-snap-style-1 .pbmit-hs-wrap .row li {
  float: left;
  width: 50%;
  padding-bottom: 8px;
  list-style: none;
  font-size: 16px;
}

.pbmit-horizontal-snap-style-1 .pbmit-btn.pbmit-hsanp-btn a {
  color: var(--pbmit-white-color);
  display: block;
  margin: 50px 0 0;
}

.pbmit-horizontal-snap-style-1 .pbmit-hs-wrap h2 {
  font-size: 60px;
  line-height: normal;
  color: var(--pbmit-white-color);
}

.pbmit-horizontal-snap-style-1 .step-subtitle {
  font-size: 200px;
  line-height: 200px;
  color: var(--primary);
}

.pbmit-horizontal-snap-style-1 .pbmit-step-number {
  display: flex;
}

.pbmit-horizontal-snap-style-1 .pbmit-step-number h3.pbmit-number-percentage {
  position: relative;
  font-size: 100px;
  line-height: 100px;
  margin: 10px 0 0 0px;
  color: var(--primary);
}

.pbmit-horizontal-snap-style-1 .pbmit-step-description {
  font-size: 26px;
  line-height: normal;
  color: var(--pbmit-white-color);
  margin-bottom: 50px;
}

/*----------------------------------------*/
/* 22 - Vertical Snap
/*----------------------------------------*/
.pbmit-element-vertical-box-style-1 {
  position: relative;
  height: auto;
}

.pbmit-element-vertical-box-style-1 .pbmit-heading {
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  text-align: center;
  top: 300px;
}

.pbmit-element-vertical-box-style-1 .pbmit-vertical-box-style-1 {
  padding: 50px 15px 0 !important;
  display: flex;
}

.pbmit-element-vertical-box-style-1 .pbmit-heading .pbmit-title {
  font-size: 60px;
  line-height: 70px;
}

.pbmit-element-vertical-box-style-1 .pbmit-heading .pbmit-title span {
  color: var(--primary);
}

.pbmit-element-vertical-box-style-1 .pbmit-vertical-box-style-1:nth-child(4),
.pbmit-element-vertical-box-style-1 .pbmit-vertical-box-style-1:nth-child(2) {
  justify-content: flex-end;
}

/* --------------------------------------
* 23 - Img Animation
* ---------------------------------------*/
.pbmit-slider-area {
  min-height: 500px;
}

.pbmit-animation-style1,
.pbmit-animation-style2,
.pbmit-animation-style3,
.pbmit-animation-style4,
.pbmit-animation-style5,
.pbmit-animation-style6 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.pbmit-animation-style1 img,
.pbmit-animation-style2 img,
.pbmit-animation-style3 img,
.pbmit-animation-style4 img,
.pbmit-animation-style5 img,
.pbmit-animation-style6 img {
  transform-origin: 50% 50%;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.pbmit-animation-style1.active,
.pbmit-animation-style2.active,
.pbmit-animation-style3.active,
.pbmit-animation-style4.active,
.pbmit-animation-style5.active,
.pbmit-animation-style6.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.pbmit-animation-style1.active img,
.pbmit-animation-style2.active img,
.pbmit-animation-style3.active img,
.pbmit-animation-style4.active img,
.pbmit-animation-style5.active img,
.pbmit-animation-style6.active img {
  transform: scale(1) translate(0px, 0px);
}

.pbmit-animation-style1 {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.pbmit-animation-style1 img {
  transform: scale(1.5) translate(-100px, 0px);
}

.pbmit-animation-style2 {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.pbmit-animation-style2 img {
  transform: scale(1.5) translate(100px, 0px);
}

.pbmit-animation-style3 {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
}

.pbmit-animation-style3 img {
  transform: scale(1.5) translate(0, 100px);
}

.pbmit-animation-style4 {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.pbmit-animation-style4 img {
  transform: scale(1.5) translate(0, -100px);
}

.pbmit-animation-style5 {
  clip-path: inset(0 15%);
  transform: translate3d(0, 150px, 0);
}

.pbmit-animation-style5.active {
  clip-path: inset(0 0);
  transform: translate3d(0, 0, 0);
}

.pbmit-animation-style5 img {
  transform: scale(1.5) translate(0, -10%);
}

.pbmit-animation-style6 {
  clip-path: circle(15% at 50% 50%);
}

.pbmit-animation-style6.active {
  clip-path: circle(100% at 50% 50%);
}

.pbmit-animation-style6 img {
  transform: scale(1.5) translate(0, 0);
}

/* --------------------------------------
* 24 - Cursor
* ---------------------------------------*/
.pbmit-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.pbmit-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.pbmit-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: var(--pbmit-white-color);
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.pbmit-cursor-text i {
  font-size: 20px;
}

@supports (mix-blend-mode: exclusion) {

  .pbmit-cursor.-exclusion,
  .pbmit-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {

  .pbmit-cursor.-exclusion:before,
  .pbmit-cursor.-opaque:before {
    background: white;
  }
}

.pbmit-cursor.-normal,
.pbmit-cursor.-text {
  mix-blend-mode: normal;
}

.pbmit-cursor.-normal:before,
.pbmit-cursor.-text:before {
  background: #000;
}

.pbmit-cursor.-inverse {
  color: white;
}

.pbmit-cursor.-visible:before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.pbmit-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.pbmit-cursor.-pointer:before {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}

.pbmit-cursor.-text:before {
  opacity: 1;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

.pbmit-cursor.-text .pbmit-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.pbmit-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.pbmit-cursor.-tooltip:before {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.pbmit-cursor.-tooltip .pbmit-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  text-align: left;
  display: block;
  width: auto;
  height: auto;
  justify-content: unset;
  align-items: unset;
}

.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat {
  background-color: var(--pbmit-blackish-color);
  padding: 5px 15px 5px 15px;
  display: inline-block;
  margin-bottom: 1px;
  color: #fff;
}

.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat a {
  color: #fff;
}

.pbmit-cursor.-tooltip .pbmit-cursor-text > * {
  color: var(--pbmit-blackish-color);
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
}

.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-title {
  width: 270px;
  word-wrap: break-word;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
}

.pbmit-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
}

.pbmit-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.pbmit-cursor.-lg:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.pbmit-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.pbmit-cursor.-color-red:before {
  background: red;
}

.pbmit-cursor.global-color:before {
  background: var(--primary);
}

.pbmit-cursor.blackish-color:before {
  background: var(--pbmit-blackish-color);
}

.pbmit-cursor.white-color:before {
  background: var(--pbmit-white-color);
}

.pbmit-cursor.white-color .pbmit-cursor-text {
  color: #000;
}

.pbmit-cursor.secondary-color:before {
  background: var(--secondary);
}

.pbmit-cursor.light-color:before {
  background: var(--pbmit-light-bg-color);
}

.pbmit-cursor.transparent-color:before {
  background: var(--pbmit-white-color);
}

.-color-green {
  color: #51c67d;
}

.pbmit-cursor.blackish-color:before {
  background: var(--pbmit-blackish-color);
}

.pbmit-cursor.white-color:before {
  background: var(--pbmit-white-color);
}

.pbmit-cursor.secondary-color:before {
  background: var(--secondary);
}

.pbmit-cursor.light-color:before {
  background: var(--pbmit-light-bg-color);
}

.pbmit-cursor.transparent-color:before {
  background: var(--pbmit-white-color);
}

.pbmit-cursor.-team:before {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
}

/* --------------------------------------
* 25 - Action-Box
* ---------------------------------------*/
.pbmit-action-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pbmit-action-box-style-1 .pbmit-action-box-circle-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-image: url(../images/bg/actionbox-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.pbmit-action-box-style-1 .pbmit-action-content > * {
  color: var(--pbmit-white-color);
  text-align: center;
}

.pbmit-action-box-style-1 h2 {
  font-size: 3.5rem;
  line-height: 80px;
  margin-bottom: 50px;
}

.pbmit-action-box-style-1 .pbmit-btn a {
  padding: 13px 30px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pbmit-action-box-style-1 .pbmit-btn a span:after {
  top: -3px;
}

.pbmit-action-box-style-1 .pbmit-action-box-circle-wrap:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(10, 29, 53, 0.3);
  z-index: 0;
}

.pbmit-action-box-style-1 .pbmit-action-content {
  z-index: 1;
}

.pbmit-action-box-style-1 .pbmit-element-subtitle {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.pbmit-action-box-style-1 .pbmit-btn:before {
  background-color: var(--primary);
  border-color: var(--primary);
}

.pbmit-action-box-style-1 .pbmit-btn:hover:before {
  border-color: var(--primary);
}

.pbmit-action-box-style-1 .pbmit-btn:hover {
  background-color: transparent;
  color: var(--primary);
}

.pbmit-action-box-style-1 .pbmit-btn:hover span {
  color: var(--primary);
}

.pbmit-mask-animation-style-1 {
  position: relative;
}

.pbmit-mask-animation-style-1 .pbmit-text-mask-animation {
  padding: 6rem 2rem;
  text-align: center;
}

.pbmit-mask-animation-style-1 .pbmit-shadow {
  --mask: radial-gradient(circle at var(--x, 50%) var(--y, 50%), white var(--maskSize1, 0), transparent 0, transparent var(--maskSize2, 0), white var(--maskSize2, 0), white var(--maskSize3, 0), transparent 0);
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  -webkit-mask-image: var(--mask);
  mask-image: var(--mask);
}

.pbmit-mask-animation-style-1 .pbmit-shadow h2 {
  color: var(--pbmit-white-color);
}

.pbmit-mask-animation-style-1 .pbmit-element-title {
  font-size: 32px;
  line-height: 46px;
  margin: 0;
}

.pbmit-mask-animation-style-1 .pbmit-shadow h2 {
  color: var(--primary);
}

.pbmit-mask-animation-style-1 .pbmit-shadow h2 {
  color: var(--pbmit-white-color);
}

.pbmit-mask-animation-style-1 .pbmit-element-title,
.pbmit-mask-animation-style-1 .pbmit-element-title,
.pbmit-mask-animation-style-1 .pbmit-shadow h2 {
  color: var(--pbmit-blackish-color);
}

.pbmit-mask-animation-style-1 .pbmit-shadow h2 {
  color: var(--pbmit-white-color);
}

/* --------------------------------------
* 26 - Split-Slide
* ---------------------------------------*/
.pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4 {
  margin-bottom: 10px;
  font-size: 30px;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox {
  padding: 0px 0 0 50px;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
  margin-bottom: 30px;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox .pbmit-split-slide-item {
  margin: 0 0 35px 0;
  position: relative;
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc {
  font-size: 14px;
  color: #bccadb;
}

.pbmit-element-split-slide-style-1 .pbmit-heading-subheading {
  margin: 0;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image {
  padding: 100px 20px 0 0;
}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.first,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.last,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.active {
  opacity: 1;
}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-ihbox-icon {
  margin-right: 30px;
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
  font-size: 100px;
  line-height: 110px;
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-icon-type-icon {
  font-size: 85px;
  color: var(--primary);
}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-icon-box-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0px 0 35px;
}

/* --------------------------------------
* 27 - Banner Slider
* ---------------------------------------*/
.pbmit-slider-area .transform-right {
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateX(200px);
}

.swiper-slide-active .transform-right {
  opacity: 1;
  transform: translateX(0);
}

.pbmit-slider-area .transform-bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
}

.swiper-slide-active .transform-bottom {
  opacity: 1;
  transform: translateY(0);
}

.pbmit-slider-area .transform-center {
  opacity: 0;
  transition: all 1000ms ease;
  transform: scale(0.8);
}

.swiper-slide-active .transform-center {
  opacity: 1;
  transform: scale(1);
  background: radial-gradient(circle, #bbb, #ddd, transparent, transparent);
}

.pbmit-slider-area .transform-left {
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateX(-200px);
}

.swiper-slide-active .transform-left {
  opacity: 1;
  transform: translateX(0);
}

.pbmit-slider-area .transform-top {
  opacity: 0;
  transform: translateY(-120px);
  transition: all 1000ms ease;
}

.swiper-slide-active .transform-top {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide-active .transform-delay-1 {
  transition-delay: 1000ms;
}

.swiper-slide-active .transform-delay-2 {
  transition-delay: 1400ms;
}

.swiper-slide-active .transform-delay-3 {
  transition-delay: 1800ms;
}

.swiper-slide-active .transform-delay-4 {
  transition-delay: 2100ms;
}

.swiper-slide-active .transform-delay-5 {
  transition-delay: 2400ms;
}

.pbmit-slider-area .swiper-slider {
  padding-bottom: 0 !important;
}

.pbmit-slider-area .pbmit-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pbmit-slider-area .pbmit-desc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}

/** Slider 01 **/
.pbmit-slider-one .pbmit-slider-item {
  display: flex;
  align-items: center;
  height: 940px;
}

.pbmit-slider-one .slide1 .slider-img-01 {
  position: absolute;
  top: 120px;
  left: 381.5px;
  opacity: 0;
}

.pbmit-slider-one .slide1 .slider-img-02 {
  position: absolute;
  top: 383px;
  opacity: 0;
}

.pbmit-slider-one .slide1 .slider-img-03 {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.pbmit-slider-one .swiper-slide-active .slider-img-01,
.pbmit-slider-one .swiper-slide-active .slider-img-02 {
  opacity: 1;
}

.pbmit-slider-one .pbmit-sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pbmit-slider-one .pbmit-title {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 30px;
}

.pbmit-slider-one .pbmit-desc {
  color: var(--secondary);
}

.pbmit-slider-one .slide2 .pbmit-slider-item {
  background-image: url(../images/banner-slider-img/slider-01-img-b1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pbmit-slider-one .slide2 .slider-img-01 {
  position: absolute;
  left: 191px;
  top: 225px;
}

.pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets,
.pbmit-slider-four .swiper-horizontal > .swiper-pagination-bullets {
  width: auto;
  right: 15px;
  left: inherit;
  top: 50%;
  display: inline-table;
  transform: rotate(-90deg);
}

.pbmit-slider-one .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #999999;
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.pbmit-slider-one .swiper-pagination-bullet-active,
.pbmit-slider-one .swiper-pagination-bullet:hover {
  background: var(--pbmit-white-color);
  border-color: #000;
}

/** Slider 02 **/
.pbmit-slider-two {
  background-color: var(--secondary);
}

.pbmit-slider-two .bg-pattern {
  position: absolute;
  top: 42px;
  opacity: 0.3;
}

.pbmit-slider-two .pbmit-slider-content {
  padding: 355px 0 225px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pbmit-slider-two .pbmit-title {
  font-size: 96px;
  line-height: 116px;
  text-transform: uppercase;
  color: var(--pbmit-white-color);
}

.pbmit-slider-two .pbmit-desc {
  color: rgb(188, 202, 219);
}

.pbmit-slider-two .slider-02-img {
  position: absolute;
  top: 0;
  right: 0;
}

/** Slider 03 **/
.pbmit-slider-three .pbmit-slider-item {
  display: flex;
  align-items: center;
  height: 600px;
}

.pbmit-slider-three .pbmit-slider-content {
  overflow: hidden;
}

.pbmit-slider-three .pbmit-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 25px;
}

.pbmit-slider-three .swiper-button-next,
.pbmit-slider-three .swiper-button-prev {
  width: 70px;
  height: 70px;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.pbmit-slider-three .swiper-button-next {
  right: 30px;
  transform: rotate(180deg);
}

.pbmit-slider-three .swiper-button-prev {
  left: 30px;
  transform: none;
}

.pbmit-slider-three .swiper-button-next:after,
.pbmit-slider-three .swiper-button-prev:after {
  content: "\e84e";
  font-size: 15px;
  color: var(--pbmit-white-color) !important;
}

/** Slider 04 **/
.pbmit-slider-four .pbmit-slider-item {
  padding: 120px 0 140px 0;
}

.pbmit-slider-four .pbmit-sub-title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--pbmit-white-color);
}

.pbmit-slider-four .pbmit-title {
  font-size: 140px;
  line-height: 150px;
  margin-bottom: 40px;
  color: var(--pbmit-white-color);
}

.pbmit-slider-four .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease;
}

.pbmit-slider-four .swiper-pagination-bullet:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  position: absolute;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.pbmit-slider-four .swiper-pagination-bullet-active,
.pbmit-slider-four .swiper-pagination-bullet:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  border: none;
  border-radius: 50%;
  background: transparent;
}

.pbmit-slider-four .swiper-pagination-bullet-active:after,
.pbmit-slider-four .swiper-pagination-bullet:hover:after {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: rgba(255, 255, 255, 1);
}

.about .pbmit-title-bar-content {
  padding: 64px 0;
  min-height: 340px;
  padding-top: 0px !important;
}

.about .pbmit-title-bar-content .pbmit-tbar-title {
  font-size: 42px;
  line-height: 46px;
}

.ab-service img {
  width: 3.5rem;
  padding: 0px;
  margin: 0px;
  color: var(--primary);
}

.ab-service p {
  padding: 0px;
  margin: 0px;
}

.ab-service:nth-child(1) {
  border-top: 0px;
}

.ab-service:nth-child(2) {
  border-top: 0px;
}

.ab-service:nth-child(3) {
  border-top: 0px;
}

.ab-service:nth-child(4) {
  border-top: 0px;
}

.ab-service {
  border-top: 1px solid #0615283f;
  transform: translate(0px);
  transition: 0.4s;
}

.ab-service h6 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 600;
}

.ab-service:hover {
  box-shadow: 2px 2px 10px #ccc;
  transform: translateX(-10px);
}

.ab-service2 i {
  font-size: 1.75rem;
}

.service-card {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 20px;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: hsla(19, 98%, 54%, 0.144);
  /* Light gray background */
  border-radius: 50%;
  /* Makes it circular */
  z-index: -99;
  /* Places it behind the image */
}

.appointment_form {
  background: #f5f5f5;
}

.appointment_form .image-overlay {
  background: rgba(41, 53, 108, 0.8);
  height: 100%;
}

.appointment_form h2,
.appointment_form h3 {
  color: #2a3a7a;
}

.contact-info i {
  width: 20px;
  text-align: center;
}

#legalAppointmentForm .form-control:focus {
  border-color: #fd5f17;
}

#legalAppointmentForm .form-control {
  height: 18px;
  color: #1a1a1a;
  border-bottom: 1px solid rgb(26 26 26 / 30%);
}

.main_address {
  box-shadow: 1px 1px 10px #00000027;
  border-top: 2px solid var(--secondary);
  transform: translate(0px);
  transition: 0.4s;
  min-height: 150px;
  height: 100%;
}

.main_address i {
  font-size: 2.75rem;
  color: var(--primary);
}

.main_address:hover {
  box-shadow: 2px 2px 10px #cacaca;
  border-top: 1px solid var(--primary);
  transform: translateY(-10px);
}

ol {
  list-style: circle;
}