@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');

:root {
	--pbmit-global-color: #006cb5;
	--pbmit-global-color-rgb: 251, 163, 17;
	--pbmit-secondary-color: #09042d;
	--pbmit-secondary-color-rgb: 9, 4, 45;
	--pbmit-light-color: #f0f2f4;
	--pbmit-light-color-rgb: 240, 242, 244;
	--pbmit-white-color: #ffffff;
  --pbmit-white-color-rgb: 255, 255, 255;
	--pbmit-blackish-color: #006cb5;
	--pbmit-blackish-color-rgb: 0, 24, 55;
	--pbmit-link-color-normal: #001837;
	--pbmit-link-color-hover: #e6393e;
	--pbmit-responsive-breakpoint: 1200px;

	--pbmit-body-typography-font-family: "Open Sans", sans-serif;
	--pbmit-body-typography-variant: regular;
	--pbmit-body-typography-font-size: 15px;
	--pbmit-body-typography-line-height: 1.6;
	--pbmit-body-typography-color: #565656;
	
	--pbmit-heading-typography-font-family:"Quicksand", sans-serif;
	--pbmit-heading-color: #001837;
	--pbmit-heading-font-variant: 700;
	
	--pbmit-btn-typography-font-family:"Quicksand", sans-serif;
	--pbmit-btn-typography-variant: 600;
	--pbmit-btn-typography-font-size: 15px;
	--pbmit-btn-typography-line-height: 24px;
}

 html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
 *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 body {
  margin: 0;
  overflow-x: hidden;
}
 p {
  margin: 0 0 25px;
}
 article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
 audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
 audio:not([controls]) {
  display: none;
  height: 0;
}
 [hidden], template {
  display: none;
}
 a {
  background-color: transparent;
}
 abbr[title] {
  border-bottom: 1px dotted;
}
 small {
  font-size: 80%;
}
 sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 sup {
  top: -0.5em;
}
 sub {
  bottom: -0.25em;
}
 img {
  border: 0;
}
 svg:not(:root) {
  overflow: hidden;
}
 figure {
  margin: 0;
}
 hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
 code, kbd, pre, samp {
  font-size: 1em;
}
 button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
 select {
  text-transform: none;
}
 button {
  overflow: visible;
}
 button, input, select, textarea {
  max-width: 100%;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
 button[disabled], html input[disabled] {
  cursor: default;
  opacity: .5;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
 input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
 input[type="search"] {
  -webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
 fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em;
}
 fieldset > :last-child {
  margin-bottom: 0;
}
 legend {
  border: 0;
  padding: 0;
}
 textarea {
  overflow: auto;
  vertical-align: top;
}
 optgroup {
  font-weight: bold;
}
 textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus {
  outline:0px !important;
  /*-webkit-appearance:none;*/
  box-shadow: none !important;
}
 .form-select{
  font-size: 14px;
  font-weight: 500;
  padding: 0 50px 0 20px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  color: #666;
  /*background-color: var(--pbmit-blackish-color);*/
  background-image: url(../images/bg/down-arrow.png);
  background-size: 11px 13px;
}
 .form-select:focus {
  outline: none;
  box-shadow: none;
}
 body {
  font-family:var(--pbmit-body-typography-font-family);
  font-weight: var(--pbmit-body-typography-variant);
  color: var(--pbmit-body-typography-color);
  font-size: var(--pbmit-body-typography-font-size);
  line-height: var(--pbmit-body-typography-line-height);
  color: var(--pbmit-body-typography-color);
  text-transform: none;
  font-style: normal;
}
 h1, h2, h3, h4, h5, h6 {
  font-family:var(--pbmit-heading-typography-font-family);
  font-weight: var(--pbmit-heading-font-variant);
  color: var(--pbmit-heading-color);
}
 h1 {
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0px;
}
 h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
}
 h3 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
}
 h4 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
}
 h5 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
}
 h6 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
}
 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: var(--pbmit-link-color-normal);
  text-decoration: none;
}
 a:focus {
  text-decoration: none !important;
}
 a:focus, a:hover {
  color: var(--pbmit-link-color-hover);
  text-decoration: none !important;
}
 a.link-btn, .link-btn a{
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
 a.link-btn i, .link-btn a i{
  padding-left: 10px;
}
 .pbmit-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  font-family: var(--pbmit-btn-typography-font-family);
  font-size: var(--pbmit-btn-typography-font-size);
  font-weight: var(--pbmit-btn-typography-variant);
  line-height: var(--pbmit-btn-typography-line-height);
  letter-spacing: 0px;
  text-transform: capitalize;
  font-style: normal;
  padding: 18px 30px;
  border: none;
  transition: all .3s;
  z-index: 1;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
  border-radius: 50px;
}
.pbmit-btn .pbmit-button-content-wrapper{
	display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
	flex-direction: row-reverse;
}
.pbmit-btn .pbmit-button-icon{
	position: relative;
  overflow: hidden;
  margin-left: 4px;
}
.pbmit-btn .pbmit-button-icon:before{
	content: "\e8dd";
  font-family: "pbminfotech-base-icons";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  width: 1em;
  height: auto;
  transform: scale(.26) translate(-45px, 50px);
  transition: transform 0.4s ease-in-out;
}
.pbmit-btn svg{
	width: .8em;
	transition: all 0.4s ease-in-out;
}
.pbmit-btn svg path{
	stroke: var(--pbmit-white-color);
}
.pbmit-btn .pbmit-button-text{
	display: inline-block;
}
.pbmit-btn:hover{
  background-color: #e4262c;
  color: var(--pbmit-white-color);
}
.pbmit-btn:focus-visible {
  outline: none;
}
.pbmit-btn:hover svg line{
  stroke-dashoffset: 0;
}
.pbmit-btn:hover .pbmit-button-icon:before{
	transform: scale(1) translate(0,0);
}
.pbmit-btn:hover .pbmit-button-content-wrapper .pbmit-button-icon svg {
  transform: scale(.26) translate(45px, -50px);
}
.pbmit-btn-global{
	background-color: var(--pbmit-global-color);
}
.pbmit-btn-global:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-btn-hover-white{
	background-color: var(--pbmit-global-color);
}
.pbmit-btn-hover-white:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-btn-white{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-btn-white svg path{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-btn-hover-blackish{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-btn-hover-blackish svg path{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-btn-hover-blackish:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-btn-outline{
  background-color: transparent;
  color: var(--pbmit-blackish-color);
  border: 1px solid var(--pbmit-blackish-color);
}
.pbmit-btn-outline svg path{
	stroke: var(--pbmit-blackish-color);
}
.pbmit-btn-outline:hover{
	background-color: var(--pbmit-blackish-color);
}

 .sep-line{
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

 body .pbmit-bg-color-global{
  background-color: var(--pbmit-global-color);
}
 body .pbmit-bg-color-secondary{
  background-color: var(--pbmit-secondary-color);
}
 body .pbmit-bg-color-blackish{
  background-color: var(--pbmit-blackish-color);
}
 body .pbmit-bg-color-white{
	background-color: var(--pbmit-white-color);
}
 body .pbmit-bg-color-light{
	background-color: var(--pbmit-light-color);
 }
 body .pbmit-global-color{
  color: var(--pbmit-global-color);
}

 .bg-cover{
  background-size: cover;
}
 .bg-contain{
  background-size: contain;
}
 .bg-pos-l{
  background-position: left;
}
 .bg-pos-r{
  background-position: right;
}
 .bg-pos-rt{
  background-position: right top;
}
 .bg-pos-lt{
  background-position: left top;
}
 .bg-pos-rb{
  background-position: right bottom;
}
 .bg-pos-lb{
  background-position: left bottom;
}
.section-lg{
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-xl{
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-lgt{
	padding-top: 60px;
}
.section-md{
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-lgx{
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-lgb{
  padding-bottom:60px;
}
ul.pbmit-social-links, 
ul.pbmit-contact-info{
	margin: 0;
  padding: 0;
  list-style: none;
}
.pbmit-social-links li, 
.pbmit-contact-info li {
  display: inline-block;
  vertical-align: top;
}
.navbar-brand .navbar-brand-item {
  height: 60px;
  display: block;
  width: auto;
}
.site-header{
  position: relative;
}
.site-header .site-branding img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-1 .sticky-header img.logo-img {
  max-height: 90px;
}
.site-navigation {
  padding-left: 50px;
}
.site-navigation ul.navigation > li > a {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
}
.site-navigation ul.navigation > li > a:hover:after{
  color: rgba(255, 255, 255,.8);
}
.site-navigation ul.navigation > li.active > a{
  color: var(--pbmit-global-color);
  border-bottom: 2px solid var(--pbmit-global-color);
}
.main-menu .navigation > li > ul a{
	position: relative;
  display: table-cell;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
	text-transform: capitalize;
  font-style: normal;
  color: var(--pbmit-blackish-color);
  font-family: var(--pbmit-body-typography-font-family);
}
.main-menu .navigation > li > ul a:after{
	display: none;
}
 .site-navigation ul.navigation a{
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
}
 .main-menu .navigation > li {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
 .main-menu .navigation > li > ul > li > ul {
  left: 100%;
  top: 0;
}
 .main-menu .navigation > li.dropdown:hover > ul , .main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0,-5px);
  z-index: 999;
}
 .header-button .pbmit-btn{
  padding: 15px 24px;
}
 .header-button .pbmit-btn i{
  font-size: 20px;
}
 .site-header .search-btn{
  margin-right: 15px;
  font-size: 17px;
}
 .site-header .social-icons li > a{
  height: 50px;
  line-height: 50px;
}
 .ipad-view-search{
  display: none;
}
 .pbmit-link li{
  margin: 0 10px;
}
.closepanel, .pbmit-mobile-menu-bg, .site-header .righticon {
  display: none;
}
 .sticky-header{
  position: fixed !important;
  top: 0px;
	left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  margin: 0;
  box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
 .site-header-menu.sticky-header .logo-img.stickylogo{
  display: inline-block;
}
.sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -op-animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.fadeInDown{
	animation-name:fadeInDown
} 
@keyframes fadeInDown{
	from{
		opacity:0;
		transform:translate3d(0,-100%,0)
	}
	to{
		opacity:1;transform:none
	}
}
 .pbmit-pre-header-wrapper{
  height: 50px;
  line-height: 50px;
  color: var(--pbmit-blackish-color);
}
 .list-unstyled i{
  font-size: 14px;
  color: #666;
}

 .g-lg-4,.gy-lg-4, .g-4, .gy-4 {
  --bs-gutter-y: 2rem;
}
 .g-lg-4,.gx-lg-4, .g-4, .gx-4 {
  --bs-gutter-x: 2rem;
}



}

 .swiper-slider{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
 .swiper-pagination-bullet {
	position: relative;
  outline: none;
  height: 12px;
  width: 12px;
	top: 0px;
	left: 0px;
	opacity: 1;
  vertical-align: middle;
	border-radius: 50%;
	margin: 15px 0px !important;
	display: block;
	background: var(--pbmit-blackish-color);
}
.swiper-pagination-bullet-active{
	background-color: var(--pbmit-global-color);
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .swiper-slider[data-dots="true"] {
  padding-bottom: 50px;
}
 .swiper-button-next:after, .swiper-button-prev:after {
	content: "\e814";
  font-family: "pbminfotech-base-icons";
  font-size: 22px;
	line-height: normal;
}
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
  transform: rotate(180deg);
	background-color: var(--pbmit-secondary-color);
}
 .swiper-button-next, .swiper-button-prev{
	position: static;
	display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0 50% 50% 0;
  background-color: var(--pbmit-blackish-color);
  color: var(--pbmit-white-color);
  transition: all 500ms ease;
}
.pbmit-bg-color-blackish .swiper-button-prev,
.pbmit-bg-color-blackish .swiper-button-next{
	background-color: var(--pbmit-global-color);
}
.pbmit-bg-color-blackish .swiper-button-prev:hover,
.pbmit-bg-color-blackish .swiper-button-next:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}
 .swiper-button-next{
	background-color: var(--pbmit-blackish-color);
}
 .swiper-button-prev{
	left: auto;
 }
 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
 }
.swiper-button-next:hover, .swiper-button-prev:hover{
  color: var(--pbmit-global-color);
  background-color: var(--pbmit-blackish-color);
}
.swiper-slider.marquee .swiper-slide {
  display: flex;
  width: auto!important;
}
.swiper-slider.marquee .swiper-wrapper{
  -webkit-transition-timing-function:linear !important; 
  -o-transition-timing-function:linear !important; 
  transition-timing-function:linear !important; 
}
.pbmit-progress-wrap {
	position: fixed;
  right: 0px;
  bottom: 20px;
  height: 50px;
  width: 40px;
  cursor: pointer;
  display: block;
  background: #e31e24;
  border-radius: 50px 0px 0px 50px;
  /*box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);*/
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pbmit-progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.pbmit-progress-wrap::after {
	position: absolute;
  content: '\e812';
  font-family: 'pbminfotech-base-icons';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #fff;
  /*color: var(--pbmit-global-color);*/
  left: 2px;
  top: 2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pbmit-progress-wrap::before {
	position: absolute;
	content: '\e812';
	font-family: 'pbminfotech-base-icons';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.pbmit-progress-wrap:hover::before {
	opacity: 1;
}
.pbmit-progress-wrap svg path {
	/*fill:rgb(0 108 181 / 27%);*/
  fill: rgb(0 108 181 / 0%);
}
.pbmit-progress-wrap svg.pbmit-progress-circle path {
	/*stroke: var(--pbmit-global-color);*/
	/*stroke-width: 4;*/
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.pbmit-search-overlay {
  position: fixed;
  top: -500px;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
}
.pbmit-search-overlay.st-show {
  opacity: 1;
  top: 0;
}
.pbmit-icon-close {
  position: absolute;
  top: 40px;
  right: 40px;
  opacity: 0.8;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  text-align: center;
  cursor: pointer;
  border-color: var(--pbmit-white-color);
  color: var(--pbmit-white-color);
}
.pbmit-icon-close:hover{
	opacity: 1;
}
@keyframes pbmit-closer-line-draw {
	0%,100% {
		clip-path:inset(-1px 0 -1px 0);
		-webkit-clip-path:inset(-1px 0 -1px 0);
	}
	55% {
		clip-path:inset(-1px 0 -1px 100%);
		-webkit-clip-path:inset(-1px 0 -1px 100%);
	}
	56% {
		clip-path:inset(-1px 100% -1px 0);
		-webkit-clip-path:inset(-1px 100% -1px 0);
	}
}
.pbmit-icon-close svg{
	fill: var(--pbmit-white-color);
}
.pbmit-icon-close svg rect{
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pbmit-icon-close:hover svg rect,
.closepanel:hover svg rect{
	animation: pbmit-closer-line-draw .6s;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: pbmit-closer-line-draw;
}
.pbmit-icon-close:hover svg rect:nth-of-type(2),
.closepanel:hover svg rect:nth-of-type(2){
	animation-delay: .17s;
}
.pbmit-search-outer {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
	text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pbmit-search-overlay .pbmit-site-searchform {
  position: relative;
}
.pbmit-search-overlay .pbmit-site-searchform:before{
	position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.pbmit-search-overlay .pbmit-site-searchform:after{
	font-family: "pbminfotech-base-icons";
  content: '\e80d';
  position: absolute;
  right: 10px;
  top: 15px;
  color: var(--pbmit-white-color);
  font-size: 25px;
  line-height: normal;
}
.pbmit-search-overlay.st-show .pbmit-site-searchform:before{
	-webkit-animation-name: fadeInMove;
  animation-name: fadeInMove;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
@keyframes fadeInMove {
	0% {
		opacity: 0;
		transform: scale3d(0, 1, 1);
	}
	10% {
		opacity: 1;
		transform: scale3d(0.1, 1, 1);
	}
	100% {
		opacity: 0.14;
		transform: scale3d(1, 1, 1);
	}
}
.pbmit-search-overlay input[type="search"] {
  height: 65px;
  line-height: 65px;
	font-weight: 400;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ffffff54;
  padding-left: 0;
  border-radius: 0;
	font-family: inherit;
	color: var(--pbmit-white-color);
}
.pbmit-search-overlay input[type="search"]::placeholder{
	color: var(--pbmit-white-color);
	opacity: .6;
}
.pbmit-search-overlay .pbmit-site-searchform button {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
  background-color: transparent;
  text-indent: -9999px;
	line-height: 58px;
  font-size: 16px;
	outline: none;
	padding: 0;
  border: none;
  z-index: 1;
  color: var(--pbmit-white-color);
}


#page{
	overflow: hidden;
	position: relative;
}
.about-us-sec-one{
	padding: 40px;
}
.fadeIn {
  animation-name: fadeIn;
}
.animated.animated-slow {
  animation-duration: 2s;
}
.animated {
  animation-duration: 1.25s;
}
@keyframes fadeIn{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.about-us-one-left{
	background-image: url(../images/home/abu_home_box_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	padding: 40px 40px 0px 20px;
	border-radius: 30px;
	margin-right: 20px;
}
.about-us-one-center-area{
	border-radius: 30px;
	padding: 20px 50px 20px 40px;
	margin: 0 10px;
	height: 100%;
}
.about-us-one-center-area .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	margin-bottom: 65px;
}
.about-us-one-rightbox{
	position: relative;
	background-color: var(--pbmit-white-color);
	background-image: url(../images/home/home_box_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
	margin-left: 20px;
	padding: 40px 0px 0px 40px;
	border-radius: 30px;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}
.about-us-one-rightbox .pbmit-bg-overlay{
	content: "";
	height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
	border-radius: 30px;
  background-position: top right;
  background-repeat: no-repeat;
  opacity: 1;
}
.about-us-one-rightbox .pbmit-heading{
	font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.about-us-one-rightbox .pbmit-icon-btn{
	width: 100%;
	text-align: right;
}
.pbmit-icon-btn .pbmit-btn-wrap{
	display: inline-table;
	padding: 10px 0 0 15px;
  border-radius: 30px 0 0 0;
  background-color: var(--pbmit-white-color);
	position: relative;
	z-index: 1;
}
.pbmit-bg-color-light .pbmit-icon-btn .pbmit-btn-wrap {
  background-color: var(--pbmit-light-color);
}
.pbmit-icon-btn .pbmit-btn-wrap:before,
.pbmit-icon-btn .pbmit-btn-wrap:after{
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbmit-icon-btn .pbmit-btn-wrap:before{
	right: 100%;
  border-bottom-right-radius: 15px;
}
.pbmit-bg-color-light .pbmit-icon-btn .pbmit-btn-wrap::after,
.pbmit-bg-color-light .pbmit-icon-btn .pbmit-btn-wrap::before{
  box-shadow: 0 15px 0 0 var(--pbmit-light-color);
}
.pbmit-icon-btn .pbmit-btn-wrap::after {
  top: -40px;
  right: 0;
  z-index: -1;
  border-bottom-right-radius: 20px;
}
.ihbox-one-bg{
	background-image: url(../images/homepage-1/bg/about-bg-icon.png);
  background-position: -40px 220px;
  background-repeat: no-repeat;
}
.about-one-left-bg{
	background-image: url(../images/home/home-about.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	margin: 0px 20px 0px 40px;
	border-radius: 30px;
	height: 100%;
  border: 1px solid #a4a7a970;
}
.about-one-content{
	margin: 0px 40px 0px 20px;
	padding: 60px;
	border-radius: 30px;
}
.about-one-content .fid-style-area{
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #C0C6CE;
}
.about-one-content .pbmit-heading{
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 20px;
}
.about-one-content .list-group{
	padding-left: 0px;
}
.service-one-bg{
	/*background-image: url(../images/homepage-1/bg/service-bg-icon.png);*/
  background-position: 1740px 350px;
  background-repeat: no-repeat;
}
.swiper-btn-custom{
	position: relative;
}
.swiper-btn-custom:after{
	content: '|';
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 10;
  color: rgba(var(--pbmit-white-color-rgb), .5);
  -khtml-transform: translateX(-50%) translateY(-60%);
  -moz-transform: translateX(-50%) translateY(-60%);
  -ms-transform: translateX(-50%) translateY(-60%);
  -o-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
}
.fid-one-area{
	border-top: 1px solid #E5E5E5;
	padding-top: 40px;
	position: relative;
}
.fid-one-area .pbmit-text-editor{
	position: absolute;
	width: auto;
	max-width: 100%;
	top: -6px;
  color: #565656;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 1px;
	left: 45%;
}
.fid-one-area .pbmit-text-editor span{
	padding: 0px 30px 0px 30px;
	background-color: var(--pbmit-white-color);
}
.contact-one-bg{
	background-image: url(../images/bg/contact-form-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	margin: 0px 40px 0px 40px;
	padding: 100px 40px 100px 40px;
	border-radius: 30px;
}
.contact-one-bg .pbmit-appointment-form-inner {
	position: relative;
	border-radius: 30px;
	padding: 40px 50px;
	z-index: 1;
}
.contact-one-bg .pbmit-appointment-form-inner:before{
	position: absolute;
  content: '';
  border-radius: 30px;
  padding: 80px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
	background-color: #006cb5;
  -webkit-mask: url(../images/bg/contact-bg-shape.png) bottom right no-repeat;
  mask: url(../images/bg/contact-bg-shape.png) bottom right no-repeat;
}
.contact-one-bg form .input-button{
	display: block;
	position: relative;
}
.contact-one-bg form button {
  position: absolute;
  bottom: 60px;
  right: 55px;
  width: 40%;
  padding: 0.75rem 0.75rem;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
}
.contact-one-bg form button svg path{
	stroke: var(--pbmit-blackish-color);
}
.border-top,
.border-bottom{
	border-color: #E5E5E5;
}
.pricing-one-bg{
	background-image: url(../images/homepage-1/bg/priceing-bg-icon.png);
  background-position: 1190px 490px;
  background-repeat: no-repeat;
	padding: 100px 45px 100px 45px;
	border-radius: 30px;
}
.pricing-one-col-1{
	width: 63%;
}
.pricing-one-col-2{
	width: 37%;
	padding: 50px 0px 0px 50px;
}
.client-sec-two{
	padding: 40px 40px 0px 40px;
}
.about-sec-two{
	background-image: url(../images/homepage-2/bg/about-bg-icon-01.png);
  background-position: 1630px 400px;
  background-repeat: no-repeat;
}
.about-two-bg{
	background-image: url(../images/homepage-2/bg/about-bg-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	border-radius: 30px;
	height: 100%;
	position: relative;
}
.about-two-bg .ihbox-style-area{
	position: absolute;
	left: 0;
	width: auto;
	bottom: 0;
	max-width: 100%;
}
.about-two-content{
	padding: 60px 0px 60px 60px;
}
.service-two-swiper-arrow .swiper-button-next, 
.service-two-swiper-arrow .swiper-button-prev{
	background-color: transparent;
	color: var(--pbmit-blackish-color);
	border: 1px solid var(--pbmit-blackish-color);
	border-left: none;
}
.service-two-swiper-arrow .swiper-button-next:hover, 
.service-two-swiper-arrow .swiper-button-prev:hover{
	color: var(--pbmit-global-color);
}
.service-two-swiper-arrow:after{
	color: rgba(var(--pbmit-blackish-color-rgb),.5);
}
.ihbox-two-bg{
	background-image: url(../images/bg/icon-bg-pattern.png);
  background-position: top left;
  background-repeat: no-repeat;
	padding: 100px 40px 70px 40px;
	border-radius: 30px;
}
.pricing-two-bg{
	background-image: url(../images/homepage-2/bg/priceing-bg-mop.png);
  background-position: center left;
  background-repeat: no-repeat;
}
.testimonial-two-bg{
	background-image: url(../images/homepage-2/bg/testimonial-bg.jpg);
	background-position: center center;
  background-repeat: repeat;
  background-size: cover;
	margin-right: 20px;
	border-radius: 30px;
	height: 100%;
}
.testimonial-two-box{
	margin-left: 20px;
	padding: 100px 152px 100px 100px;
	border-radius: 30px;
	background-image: url(../images/homepage-2/bg/testimonial-bg-icon-01.png);
  background-position: 720px 730px;
  background-repeat: no-repeat;
}
.testimonial-two-box .swiper-buttons{
	position: absolute;
	right: 0;
	bottom: 40px;
}
.testimonial-two-box .swiper-buttons .swiper-button-prev,
.testimonial-two-box .swiper-buttons .swiper-button-next{
	position: absolute;
}
.testimonial-two-box .swiper-buttons .swiper-button-prev{
	right: 60px;
}
.testimonial-two-box .swiper-buttons .swiper-button-prev:before{
	content: '|';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  color: rgba(var(--pbmit-white-color-rgb), .5);
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-55%);
}
.testimonial-two-box .fid-style-area{
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #C0C6CE;
}
.appointment-two-bg{
	position: relative;
	background-image: url(../images/homepage-2/bg/action-bg-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	padding: 130px 0px 100px 60px;
	border-radius: 30px;
}
.appointment-two-bg .ihbox-style-area{
	position: absolute;
	right: -104px;
	width: auto;
	top: 45%;
	max-width: 100%;
	transform: rotateZ(-90deg);
}
.appointment-two-bg .pbmit-ihbox-style-7 .pbmit-ihbox-box {
	display: inline-block;
	position: relative;
	padding: 20px 40px 0 40px;
	border-radius: 20px 20px 0 0;
	background-color: var(--pbmit-white-color);
}
.appointment-two-bg .pbmit-ihbox-style-7 .pbmit-ihbox-box::after,
.appointment-two-bg .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}
.appointment-two-bg .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	box-shadow: 3px 15px 0 0 var(--pbmit-white-color);
}
.appointment-two-bg .pbmit-ihbox-style-7 .pbmit-ihbox-box::after{
	box-shadow: -1px 15px 0 0 var(--pbmit-white-color);
}
.appointment-two-bg .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	right: 100%;
	border-bottom-right-radius: 15px;
}
.appointment-two-bg .pbmit-ihbox-style-7 .pbmit-ihbox-box::after {
	left: 100%;
	border-bottom-left-radius: 15px;
}
.appointment-two-bg .pbmit-ihbox-style-7 .pbmit-icon-type-icon {
	transform: rotate(45deg);
}
.blog-two-bg{
	background-image: url(../images/homepage-2/bg/blog-bg-icon.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.pbmit-text-editor{
	font-size: 16px;
	font-weight: 400;
}
.about-text .pbmit-text-editor {
  text-align: justify;
}
.service-sec-three{
	position: relative;
	background-image: url(../images/homepage-3/bg/service-bg-pattern.png);
  background-position: top left;
  background-repeat: no-repeat;
	margin: 100px 40px 0 40px;
	border-radius: 30px;
	padding: 100px 0 180px 0;
}
.service-sec-three:before{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
	border-radius: 30px;
	background-color: rgba(var(--pbmit-light-color-rgb),0.60);
}
.service-sec-three .pbmit-btn-wrap .pbmit-btn{
	padding: 18px 50px;
}
.service-sec-three .pbmit-btn-wrap{
	display: inline-table;
	position: absolute;
	bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 30px 0 30px;
  border-radius: 30px 30px 0 0;
  background-color: var(--pbmit-white-color);
}
.service-sec-three .pbmit-btn-wrap:before,
.service-sec-three .pbmit-btn-wrap:after{
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.service-sec-three .pbmit-btn-wrap:before{
	right: 100%;
  border-bottom-right-radius: 15px;
}
.service-sec-three .pbmit-btn-wrap:after{
	left: 100%;
  border-bottom-left-radius: 15px;
}
.ihbox-three-bg{
	background-image: url(../images/homepage-3/bg/icon-bg-mop.png);
  background-position: center left;
  background-repeat: no-repeat;
}
.portfolio-sec-three .container-fluid{
	padding: 0 30px;
}
.portfolio-sec-three .swiper-slide.even .pbmit-portfolio-style-2:nth-child(2){
	margin-top: 30px;
}
.testimonial-three-bg{
	background-image: url(../images/homepage-3/bg/testimonial-bg-icon.png);
  background-position: 99% 35%;
  background-repeat: no-repeat;
}
.contact-three-bg{
	background-image: url(../images/homepage-3/bg/contact-bg-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	margin: 0px 20px 0px 40px;
	border-radius: 30px;
	height: 100%;
}
.contact-three-form{
	margin: 0px 40px 0px 20px;
	padding: 100px 120px 0px 120px;
	border-radius: 30px;
}
.contact-three-form form{
	position: relative;
	padding-bottom: 80px;
}
.contact-three-form .input-button{
	display: inline-table;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 15px 0 15px;
	border-radius: 30px 30px 0 0;
	background-color: var(--pbmit-white-color);
}
.contact-three-form .input-button:before,
.contact-three-form .input-button:after{
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.contact-three-form .input-button:before{
	right: 100%;
  border-bottom-right-radius: 15px;
}
.contact-three-form .input-button:after{
	left: 100%;
  border-bottom-left-radius: 15px;
}
.contact-three-form .input-button .pbmit-btn{
	padding: 16px 55px;
}

.pbmit-text-editor.style-1{
	font-family: "Roboto", sans-serif;
}
.about-four-list-group{
	display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about-four-bg{
	position: relative;
	background-image: url(../images/homepage-4/bg/about-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	border-radius: 30px;
	height: 100%;
}
.about-four-bg .ihbox-style-area{
	position: absolute;
	width: auto;
	bottom: 0;
	max-width: 100%;
}
.service-sec-four{
	margin: 0 40px;
	border-radius: 30px;
}
.ihbox-four-bg{
	background-image: url(../images/homepage-4/bg/about-bg-icon-01.png);
  background-position: 1600px 350px;
  background-repeat: no-repeat;
}
.ihbox-four-leftbox .about-img{
	-webkit-mask-image: url(../images/homepage-4/bg/about-img-shape-01.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.ihbox-four-leftbox .fid-style-box{
	width: auto;
	max-width: 100%;
	bottom: 0;
	position: absolute;
}
.ihbox-four-rightbox{
	padding: 0px 130px 0px 110px;
}
.pbmit-element-portfolio-style-3 .swiper-wrapper{
	width: 100%;
  animation: marquee-left 25s linear infinite;
  will-change: transform;
  white-space: nowrap;
}
@keyframes marquee-left{
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(-100%, 0);
	}
}
.pbmit-portfolio-bottom{
	margin-top: 30px;
}
.pbmit-portfolio-bottom .pbmit-element-portfolio-style-3 .swiper-wrapper{
	width: 100%;
  animation: marquee-right 25s linear infinite;
  will-change: transform;
  white-space: nowrap;
}
@keyframes marquee-right{
	0% {
		transform: translate(-100%, 0);
	}
	
	100% {
		transform: translate(0, 0);
	}
}
.pbmit-portfolio-content {
	position: absolute;
	left: 41%;
	width: auto;
	top: 31%;
	max-width: 100%;
}
.pbmit-portfolio-content .pbmit-heading{
	width: 330px;
  height: 330px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  background-color: var(--pbmit-global-color);
	z-index: 1;
}
.pbmit-portfolio-content .pbmit-heading .pbmit-title{
	font-size: 30px;
  line-height: 34px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 500;
  color: var(--pbmit-white-color);
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}
.faq-four-bg-img{
	background-image: url(../images/homepage-4/bg/faq-bg-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	border-radius: 30px;
	height: 100%;
	margin-right: 10px;
}
.faq-four-area{
	padding: 80px 150px 80px 100px;
	border-radius: 30px;
	margin-left: 10px;
}

.about-five-leftbox{
	position: relative;
	background-color: var(--pbmit-blackish-color);
	margin: 0px 10px 0px 40px;
	padding: 230px 140px 170px 100px;
	border-radius: 30px;
	background-image: url(../images/homepage-5/bg/bg-star-01.png);
  background-position: top left;
  background-repeat: no-repeat;
	height: 100%;
}
.about-five-bg-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/homepage-5/bg/bg-star-02.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.about-five-leftbox .star-icon-image{
	position: absolute;
	width: auto;
	max-width: 100%;
	right: 50%;
	top: -20px;
}
.about-five-subtitle{
	position: relative;
	font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1px;
	color: var(--pbmit-white-color);
}
.about-five-leftbox .pbmit-heading{
	border-bottom: 1px solid #364C61;
	margin: 20px 0px 30px 0px;
}
.about-five-leftbox .pbmit-heading .pbmit-title{
	font-size: 66px;
	line-height: 66px;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}
.about-five-heading-desc{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: var(--pbmit-white-color);
}
.about-five-right-box{
	margin: 0px 40px 0px 10px;
}
.about-five-right-box .about-img-shape{
	-webkit-mask-image: url(../images/homepage-5/bg/about-img-shape.html);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.about-five-right-box .pbmit-ihbox-wrap{
	margin-right: 20px;
	padding: 50px 45px 50px 45px;
	border-radius: 30px;
	background-color: var(--pbmit-light-color);
}
.about-five-right-box .pbmit-ihbox-wrap .pbmit-ihbox-icon i{
	font-size: 18px;
	color: var(--pbmit-global-color);
}
.about-five-right-box .pbmit-ihbox-wrap .pbmit-ihbox-icon i:before{
	margin: 0;
}
.about-five-right-box .pbmit-ihbox-wrap .pbmit-text-wrap{
	margin-top: 20px;
}
.about-five-right-box .pbmit-ihbox-wrap .pbmit-text-wrap .pbmit-title{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 20px;
}
.about-five-right-box .pbmit-ihbox-wrap .pbmit-ihbox-icon-type-image{
	padding-top: 100px;
}
.about-five-right-box .pbmit-ihbox-second-wrap{
	padding: 80px 20px 80px 20px;
	background-color: var(--pbmit-light-color);
	border-radius: 30px;
	height: 100%;
}
.about-five-right-box .pbmit-ihbox-second-wrap .pbmit-heading .pbmit-title{
	font-size: 16px;
	line-height: 24px;
}
.about-five-right-box .about-img-bg{
	background-image: url(../images/homepage-5/bg/about-img-bg-01.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
	border-radius: 30px;
	padding: 200px 0;
	margin: -85px 0px 0px 25px;
}
.client-sec-five{
	padding: 60px 0;
	margin: 0 40px;
}
.service-five-bg{
	background-image: url(../images/homepage-5/bg/service-bg-icon.webp);
  background-position: -60px 240px;
  background-repeat: no-repeat;
}
.appointment-five-left-col{
	width: 70%;
}
.appointment-five-right-col{
	width: 30%;
}
.appointment-five-left-box{
	background-image: url(../images/homepage-5/bg/action-bg-img-01.png);
  background-position: bottom left;
  background-repeat: no-repeat;
	background-color: var(--pbmit-global-color);
	padding: 90px 30px 60px 70px;
	margin-right: 20px;
	border-radius: 30px;
}
.appointment-five-left-box .pbmit-btn-blackish:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.appointment-five-right-col .wrapper{
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	padding: 50px 50px 30px 50px;
	margin-left: 20px;
	border-radius: 30px;
	background-color: var(--pbmit-blackish-color);
}
.appointment-five-right-col .action-image,
.appointment-five-right-col .pbmit-heading{
	width: 100%;
}
.appointment-five-right-col .wrapper .pbmit-heading .pbmit-title{
	font-size: 20px;
  font-weight: 500;
  line-height: 24px;
	color: var(--pbmit-white-color);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-year{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
	color: var(--pbmit-global-color);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	padding: 0 50px;
	text-transform: capitalize;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-desc{
	margin: 0;
	padding: 0 90px;
	line-height: 22px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper{
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	justify-items: center;
	grid-template-rows: 1fr 1fr;
	text-align: center;
	grid-gap: 160px;
}
.pbmit-element-timeline-style-1 .pbmit-same-height.steps-content_wrap{
	justify-content: flex-start;
}
.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-same-height.steps-content_wrap{
	justify-content: flex-end;
}
.pbmit-element-timeline-style-1 .pbmit-heading-subheading{
	margin-bottom: 80px;
}
.pbmit-element-timeline-style-1 .steps-dot .dot{
	background-color: var(--pbmit-blackish-color);
	display: block;
	line-height: normal;
	font-size: 14px;
	margin: auto;
	width:  10px;
	height:  10px;
	transform: rotate(45deg);
	z-index: 2;
	position: relative;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto !important;
}
.pbmit-element-timeline-style-1 .steps-dot .dot::after{
	content: "";
	position: absolute;
	left: -11px;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	margin: 0;
	background: rgb(var(--pbmit-blackish-color-rgb), .90);
	transform: rotate(-45deg);
}
.pbmit-element-timeline-style-1 .pbmit-slide-even .steps-dot .dot::after{
	left: 19px;
	top: 0;
	bottom: auto;
}
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line{
	color: transparent;
	line-height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} 
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before,
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after{
	content: "";

	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
}
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after{
	left: 50%;
	background: linear-gradient(90deg, rgb(var(--pbmit-blackish-color-rgb), 0.05), rgb(var(--pbmit-blackish-color-rgb), 0.05));
}
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before{
	right: 50%;
	background: linear-gradient(90deg, rgb(var(--pbmit-blackish-color-rgb), 0.05), rgb(var(--pbmit-blackish-color-rgb), 0.05));
}
.pbmit-element-timeline-style-1 .pbmit-same-height{
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.pbmit-element-timeline-style-1 .pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image{
	order: 0;
}
.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-feature-image{
	order: 1;
	justify-content: start;
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image{
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
} 
.pbmit-element-timeline-style-1 .pbmit-feature-image img{
	border-radius: 30px;
}
.pbmit-element-timeline-style-1 .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-feature-image,
.pbmit-element-timeline-style-1 .steps-content_wrap{
	opacity: 1;
}
.pbmit-element-timeline-style-1 .swiper-button-next.swiper-button-disabled, 
.pbmit-element-timeline-style-1 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-title,
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after{
	background: linear-gradient(90deg, rgb(var(--pbmit-white-color-rgb), .10), rgb(var(--pbmit-white-color-rgb), .10));
}
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before{
	background: linear-gradient(90deg, rgb(var(--pbmit-white-color-rgb), .10), rgb(var(--pbmit-white-color-rgb), .10));
}
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .steps-dot .dot{
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .steps-dot .dot::after{
	background: rgb(var(--pbmit-white-color-rgb), .40);
}
.pbmit-bg-color-blackish .pbmit-element-timeline-style-1 .pbmit-timeline-desc {
	color: rgb(var(--pbmit-white-color-rgb), .60);
}

.service-details > .container > .row{
	-ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.service-details .all-post-list li{
  margin-bottom: 1px;
	border-radius: 10px;
	transition: all 0.4s ease-in;
	position: relative;
	line-height: 20px;
}
.service-details .all-post-list .border-none {
  border: none;
}
.service-details .all-post-list li a{
	padding: 18px 35px 18px 40px;
  display: block;
  position: relative;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--pbmit-blackish-color);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.service-details .all-post-list li a:before{
	position: absolute;
  content: '';
  left: 20px;
  height: 5px;
  width: 5px;
  top: 50%;
  border-radius: 50%;
  background-color: var(--pbmit-global-color);
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.service-details .all-post-list .post-active a::before {
  background-color: #fff !important;
}
.service-details .all-post-list li a:hover::before {
  background: #fff;
}
.service-details .all-post-list li a:after{
	position: absolute;
  content: "\e8dd";
  font-family: 'pbminfotech-base-icons';
  right: 20px;
  font-size: 9px;
  top: 50%;
  z-index: 1;
  transition: all 0.4s ease;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  color: rgba(var(--pbmit-blackish-color-rgb), .7);
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}
.service-details .all-post-list li:hover a,
.service-details .all-post-list li.post-active a{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li:hover a:after{
	opacity: 1;
	visibility: visible;
}
.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li a:hover:after{
	color: var(--pbmit-white-color);
}
.service-sidebar .widget.pbmit-download-info {
	padding: 40px 30px 40px 30px;
	background-color: var(--pbmit-light-color);
}
.widget .pbmit-download {
  display: block;
  padding-top: 10px;
}
.widget .pbmit-download .pbmit-item-download:first-child {
  /*padding-bottom: 20px;*/
  /*margin-bottom: 20px;*/
  /*border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);*/
}
.widget a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.widget a:hover {
  color: red;
}
.pbmit-download-content:hover i {
  color: #e31e24 !important;
}
.pbmit-download-wrap:hover .pbmit-title-wrap .pbmit-download-title {
  color: #e31e24 !important;
}
.pbmit-download-wrap:hover .pbmit-title-wrap span {
  color: #e31e24 !important;
}
.widget .pbmit-item-download .pbmit-download-wrap,
.widget .pbmit-item-download .pbmit-download-content{
	position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget .pbmit-download .pbmit-item-download a .pbmit-download-content i{
	font-size: 40px;
  line-height: 40px;
  color: var(--pbmit-global-color);
}
.widget .pbmit-item-download .pbmit-title-wrap {
  padding-left: 15px;
}
.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: -2px;
  color: var(--pbmit-blackish-color);
}
.widget .pbmit-item-download .pbmit-download-wrap span {
  font-size: 14px;
  line-height: 14px;
  color: #565656;
}
.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i {
  font-size: 26px;
  line-height: 26px;
  color: var(--pbmit-blackish-color);
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.widget .pbmit-download .pbmit-item-download a:hover .pbmit-download-item i {
  color: var(--pbmit-global-color);
}
.service-details .pbmit-service-feature-image img{
	margin-bottom: 50px;
  border-radius: 30px;
}
.service-details .pbmit-entry-content .pbmit-desc{
	font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.service-details .pbmit-entry-content .service-single-img-02{
	/*background-image: url(../images/products/product-02.webp);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	border-radius: 30px;
	padding: 0px 0;
}
.service-details .list-group-borderless .list-group-item:not(:last-child){
	padding-bottom: calc(10px/2);
}
.pbmit-portfolio-single .pbmit-featured-img-wrapper img{
	border-radius: 30px;
}
.pbmit-single-project-details-list {
  padding: 50px 0;
}
.pbmit-single-project-details-list .pbmit-portfolio-lines-ul{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px;
  border-radius: 20px;
  background-color: var(--pbmit-light-color);
}
.pbmit-single-project-details-list .pbmit-portfolio-lines-ul li{
	text-align: center;
  width: 100%;
  position: relative;
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title{
	font-size: 17px;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0.5px;
  color: var(--pbmit-blackish-color);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
  display: block;
  font-size: 16px;
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--pbmit-global-color);
}
.pbmit-portfolio-single .pbmit-entry-content .ihbox-style-area{
	padding: 40px 100px 40px 40px;
	border-radius: 30px;
}
.pbmit-portfolio-single .post-navigation{
	margin-top: 70px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.10);
}
.post-navigation .nav-links {
  margin-top: 0;
  padding: 40px 0 8px;
  display: flex;
  align-items: normal;
  width: 100%;
}
.post-navigation .nav-previous{
	width: 50%;
	margin-right: auto !important;
	position: relative;
}
.post-navigation .nav-links a{
	display: block;
  text-align: left;
  width: 300px;
  transition: all 0.3s ease-in;
}
.post-navigation .pbmit-post-nav-icon{
	display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
  justify-content: flex-start;
}
.post-navigation .nav-links .pbmit-post-nav-icon i {
  color: var(--pbmit-global-color);
  transition: all 0.3s ease-in;
}
.post-navigation .nav-links .pbmit-post-nav-head {
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  margin-left: 0;
  color: var(--pbmit-global-color);
  letter-spacing: 0;
}
.post-navigation .nav-links .pbmit-post-nav-wrapper {
  display: block;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
  text-align: left;
}
.nav-links .pbmit-post-nav-wrapper {
  text-align: left;
  word-break: break-word;
}
.post-navigation .nav-links .nav-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 5px;
  text-transform: none;
  -webkit-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.post-navigation .nav-links .nav-next {
  width: 50%;
  text-align: right;
  margin-left: auto;
}
.post-navigation .nav-links .nav-next a{
  display: block;
  text-align: right;
  margin-left: auto;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-wrapper{
	text-align: right;
}
.post-navigation .nav-links .nav-next .pbmit-post-nav-head{
	margin-right: 8px;
}
.post-navigation .nav-links a:hover .pbmit-post-nav-head,
.post-navigation .nav-links a:hover .pbmit-post-nav-icon i{
	color: var(--pbmit-blackish-color);
}
.sidebar .widget{
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.sidebar .widget:last-child{
  margin-bottom: 0;
}
.sidebar .widget.widget-search{
	border: none;
	background-color: var(--pbmit-blackish-color);
}
.sidebar .widget .widget-title{ 
	display: block;
	padding-left: 55px;
	margin-bottom: 20px;
  position: relative;
  width: auto;
	font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
	padding-left: 30px;
  padding-bottom: 0;
	text-transform: capitalize;
	color: var(--pbmit-blackish-color);
} 
.sidebar .widget.widget-search .widget-title{
	color: var(--pbmit-white-color);
}
.sidebar .widget .widget-title:before{
	content: "\e820";
  font-family: 'pbminfotech-base-icons';
  position: absolute;
  left: 8px;
  top: 50%;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: var(--pbmit-global-color);
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.widget .search-form {
  position: relative;
}
.widget .search-form input{
	background-color: var(--pbmit-white-color);
	height: 60px;
  border: 1px solid rgba(var(--pbmit-white-color-rgb),0.2);
  padding: 0px 30px;
  padding-right: 50px;
  background-color: transparent;
  font-size: 15px;
  border-radius: 40px;
	display: block;
  width: 100%;
}
.widget .search-form input::placeholder{
	color: rgba(var(--pbmit-white-color-rgb), .6);
}
.widget .search-form .search-submit{
	position: absolute;
  top: 3px;
  right: 3px;
  width: 55px;
  height: 55px;
  font-size: 16px;
  z-index: 1;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background: transparent;
  color: var(--pbmit-white-color);
}
.widget .search-form .search-submit:after{
	position: absolute;
  font-family: 'pbminfotech-base-icons';
  content: '\e80d';
  right: 50%;
  top: 50%;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  color: rgba(var(--pbmit-white-color-rgb), 0.2);
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}
.widget .search-form .search-submit:hover{
	background: var(--pbmit-blackish-color);
}
.widget .search-form .search-submit:hover:after{
	color: var(--pbmit-white-color);
}
.sidebar .widget-categories li{
	position: relative;
	line-height: 20px;
}
.sidebar .widget-categories .pbmit-cat-li{
	display: flex;
  align-items: center;
	justify-content: space-between;
  color: rgba(var(--pbmit-blackish-color-rgb),.5);
  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.05);
	-webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.sidebar .widget-categories ul li:last-child .pbmit-cat-li{
	border-bottom: none;
}
.sidebar .widget-categories .pbmit-cat-li a{
	font-size: 13px;
  line-height: 23px;
  position: relative;
	flex: 1;
	padding: 15px 0;
	font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
	transition: all 0.4s ease;
	color: #565656;
}
.sidebar .widget-categories .pbmit-cat-li a:before{
	position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--pbmit-global-color);
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.sidebar .widget-categories .pbmit-brackets{
  font-size: 14px;
	transition: all .25s ease-in-out;
}
.sidebar .widget-categories .pbmit-cat-li>a:hover{
	padding-left: 20px;
	color: var(--pbmit-global-color);
}
.sidebar .widget-categories .pbmit-cat-li>a:hover:before{
	opacity: 1;
	visibility: visible;
}
.sidebar .widget-categories .pbmit-cat-li a:hover + .pbmit-brackets{
	color: var(--pbmit-global-color);
}
.widget-recent-post .recent-post-list-li:first-child{
	margin-top: 0px;
  padding-top: 0px;
	border-top: none;
}
.widget-recent-post .recent-post-list-li{
	display: flex!important;
  align-items: center;
  width: 100%;
	margin-top: 18px;
	padding-bottom: 18px;
	line-height: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.10);
}
.widget-recent-post .recent-post-list-li:last-child{
	border-bottom: none;
	padding-bottom: 10px;
}
.widget-recent-post .recent-post-list-li>a{
	width: 91px;
  flex-shrink: 0;
  margin-right: 20px;
	display: inline-block;
}
.widget-recent-post .recent-post-list-li>a img{
	border-radius: 20px;
}
.widget-recent-post .pbmit-rpw-title a{
	margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
}
.widget-recent-post .pbmit-rpw-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-rpw-content .pbmit-rpw-date a{
	color: var(--pbmit-global-color);
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.widget ul a {
  display: inline-block;
}
.widget.pbmit-service-ad .textwidget:before,
.widget.pbmit-service-ad .textwidget:after{
	content: "";
  display: table;
}
.widget.pbmit-service-ad .textwidget:after{
	clear: both;
}
.widget.pbmit-service-ad{
	background-image: url(../images/bg/ads-bg-img.png);
	background-size: cover;
  background-position: center center;
  background-color: var(--pbmit-blackish-color);
  border: none;
	padding: 0;
}
.widget.pbmit-service-ad .pbmit-service-ads{
	position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px 30px 40px 30px;
  border-radius: 30px;
	z-index: 1;
}
.pbmit-service-ads .pbmit-ads-call a {
	padding: 10px 25px;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 20px;
  color: var(--pbmit-white-color);
  border: 1px solid var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-call a:hover {
  color: #fff;
  background: #e42127;
  border-color: #e42127;
}
.pbmit-service-ads .pbmit-btn.pbmit-btn-global {
  padding: 10px 25px;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 0px;
  color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-btn.pbmit-btn-global:hover {
  color: #fff;
  background: #e42127;
  border-color: #e42127;
}
.pbmit-service-ads .pbmit-ads-subtitle {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 0;
  color: var(--pbmit-global-color);
}
.pbmit-service-ads .pbmit-ads-title {
  font-size: 40px;
  line-height: 40px;
	margin-bottom: 0;
  color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-btn{
	margin-top: 0px;
}
.pbmit-service-ads .pbmit-btn:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a{
  line-height: 30px;
	margin: 0 4px 12px 0;
  display: inline-block;
  font-size: 13px !important;
	font-weight: 600;
  padding: 0 15px;
  height: 30px;
  letter-spacing: .5px;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  color:#565656;
  background-color: var(--pbmit-light-color);
  border-radius: 30px;
}
aside.widget.widget-tag-cloud a:hover,
.pbmit-blog-meta-bottom .pbmit-meta-tags a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

.site-content{
	padding-top: 80px;
	padding-bottom: 80px;
}
.post.blog-classic{
  position: relative;
	margin-bottom: 60px;
}
.post.blog-classic .pbmit-img-wrapper{
	position: relative;
}
.post.blog-classic .pbmit-featured-wrapper img{
	border-radius: 30px;
}
.post.blog-classic:last-child {
  margin-bottom: 0px;
}
.post.blog-classic .pbmit-featured-img-wrapper{
	position: relative;
  margin-bottom: 30px;
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date{
	position: absolute;
  bottom: 0;
  left: 50px;
  padding: 12px 30px 12px 30px;
  border-radius: 30px 30px 0 0;
  background-color: var(--pbmit-white-color);
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date:before,
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date:after{
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date:before{
	right: 100%;
  border-bottom-right-radius: 20px;
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date:after{
	left: 100%;
  border-bottom-left-radius: 20px;
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date>i{
	display: none;
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date a{
	font-size: 14px;
  line-height: 20px;
  color: #565656;
  text-transform: uppercase;
}
.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date a:hover{
	color: var(--pbmit-global-color);
}
.blog-classic .pbmit-blog-classic-inner{
	background: 0 0;
  padding: 0;
  position: relative;
}
.blog-classic .pbmit-blog-classic-inner .pbmit-post-title{
	margin-bottom: 25px;
  padding-bottom: 20px;
	margin-top: 15px;
	line-height: 42px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.15);
}
.pbmit-blog-meta-top.pbmit-blog-meta,
.pbmit-blog-meta-top.pbmit-blog-meta a{
	color: #565656;
}
.pbmit-blog-meta-top .pbmit-meta a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-blog-meta-top .pbmit-meta {
  display: inline-block;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
}
.pbmit-blog-meta-top .pbmit-meta.pbmit-meta-cat{
	padding-right: 30px;
}
.pbmit-blog-meta-top .pbmit-meta-cat .post-categories li{
	display: inline-block;
	margin: 0 5px 5px 0;
}
.blog-classic .pbmit-meta-cat a{
	font-size: 13px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.5px;
  padding: 4px 15px;
  border-radius: 15px;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
}
.blog-classic .pbmit-blog-meta-top .pbmit-meta-cat a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-blog-meta-top .pbmit-meta-date{
	display: none;
}
.pbmit-blog-meta-top .pbmit-meta-author{
	margin-right: 15px;
	padding-right: 15px;
}
.pbmit-blog-meta-top .pbmit-meta-author:after{
	content: '|';
  position: absolute;
	padding: 0 15px;
}
.blog-classic .pbmit-blog-meta span.pbmit-meta.pbmit-meta-author::before,
.blog-classic .pbmit-blog-meta span.pbmit-meta:last-child::before{
	display: none;
}
.pbmit-blog-meta-top .pbmit-meta i {
  margin-right: 2px;
  font-size: 20px;
	color: var(--pbmit-global-color);
	display: none;
}

.blog-details .post.blog-classic{
	margin-bottom: 30px;
}
.blog-details .post.blog-classic .pbmit-blog-meta-top{
	margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 27, 78, 0.1);
} 
.pbmit-firstletter::first-letter{
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	float: left;
	margin-right: 10px;
	padding: 8px 10px;
	border-radius: 10px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.blog-details .pbmit-entry-content blockquote{
	border: 0;
  padding: 40px 60px 40px 130px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600 !important;
  margin: 30px 0;
  position: relative;
  letter-spacing: 0;
  border-radius: 30px;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-light-color);
}
.blog-details .pbmit-entry-content blockquote:before{
	font-family: "pbminfotech-base-icons";
  content: "\e865";
  font-size: 22px;
  position: absolute;
  top: 25%;
  left: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  font-style: normal;
  color: var(--pbmit-global-color);
  background-color: var(--pbmit-white-color);
}
.blog-details .pbmit-entry-content blockquote p{
	margin-bottom: 0;
}
.blog-details .pbmit-entry-content:after{
	clear: both;
	content: "";
	display: table;
}
.blog-details .pbmit-entry-content blockquote cite{
	font-size: 14px;
  text-transform: uppercase;
  color:#565656;
	display: block;
	line-height: 24px;
  margin-top: 15px;
	letter-spacing: .5px;
	font-style: normal;
}
.blog-details .pbmit-entry-content blockquote cite:before{
	content: "-";
  margin-right: 5px;
}
.blog-details .pbmit-entry-content blockquote:after{
	visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.blog-details .pbmit-entry-content .pbmit-block-columns{
	display: flex;
	margin-bottom: 1.75em;
}
.blog-details .pbmit-entry-content .pbmit-block-columns img{
	margin-top: 15px;
	border-radius: 30px;
}
.blog-details .pbmit-entry-content .pbmit-block-column:first-child figure{
	padding: 0 10px 0 0;
}
.blog-details .pbmit-entry-content .pbmit-block-column:last-child figure{
	padding: 0 0 0 10px;
}
.blog-details .list-group .pbmit-icon-list-icon i,
.pbmit-portfolio-single .list-group .pbmit-icon-list-icon i,
.service-details .list-group .pbmit-icon-list-icon i,
.pbmit-team-single .list-group .pbmit-icon-list-icon i{
	font-size: 12px;
	line-height: 24px;
	margin-right: 15px;
}
.blog-details .list-group{
	padding-top: 20px;
}
.blog-details .list-group .list-group-item{
	align-items: start;
}
.blog-details .list-group .pbmit-icon-list-text{
	padding-left: 0;
	color: rgba(var(--pbmit-blackish-color-rgb), .7);
}
.blog-details .pbmit-blog-meta-bottom{
	margin-top: 15px;
}
.blog-details .post-navigation{
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.15);
  margin-top: 35px;
}
.blog-details .pbmit-author-box {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 0;
  padding: 40px;
  padding-right: 80px;
  background-color: var(--pbmit-blackish-color);
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-radius: 30px;
}
.blog-details .pbmit-author-image {
  width: 145px;
  min-width: 145px;
  height: 145px;
  line-height: 145px;
  display: block;
  overflow: hidden;
  margin-right: 50px;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  background-color: var(--pbmit-white-color);
  border: 4px solid var(--pbmit-global-color);
}
.blog-details .pbmit-author-image img{
	width: 100px;
	height: auto;
}
.blog-details .pbmit-author-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.blog-details .pbmit-author-content .pbmit-author-name {
  font-size: 22px;
	line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}
.blog-details .pbmit-author-box a {
  color: var(--pbmit-white-color);
}
.blog-details .pbmit-author-box a:hover{
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-author-content .pbmit-text {
  margin: 0;
	font-size: 16px;
  line-height: 26px;
  color: var(--pbmit-white-color);
}
.blog-details .comments-area{
	margin-top: 60px;
}
.blog-details .comments-area .comments-title{
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 48px;
}
.comment-list .pbmit-comment-avatar{
	float: left;
}
.comment-list .pbmit-comment-avatar img{
  width: 90px;
  height: 90px;
	border-radius: 20px;
}
.blog-details .pbmit-comment-content{
	position: relative;
  padding: 0px 0px 30px 0;
  margin-left: 115px;
  min-height: 115px;
}
.blog-details .pbmit-comment-meta{
	display: flex;
  align-items: center;
}
.pbmit-comment-content .pbmit-comment-author {
	margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
	font-weight: 600;
  display: inline-flex;
  position: relative;
  color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-comment-author-inner{
	margin: 0 5px;
  text-transform: capitalize;
}
.blog-details .pbmit-comment-author-inner a{
	color: var(--pbmit-blackish-color);
}
.blog-details .pbmit-comment-author-inner a:hover{
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-date{
	display: block;
  font-size: 14px;
	padding: 0 0 0 30px;
}
.blog-details .pbmit-comment-date a{
	font-size: 14px;
  line-height: 24px;
  position: relative;
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-content p{
	margin: 10px 0 18px;
  padding: 25px 60px 35px 25px;
  border-radius: 15px;
  position: relative;
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.blog-details .pbmit-comment-content p:before{
	content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: var(--pbmit-white-color);
  top: 30px;
  left: -11px;
  border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
  border-left: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
  transform: rotate(-45deg);
}
.blog-details .pbmit-comment-content .reply a{
	display: inline-block;
	position: relative;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  letter-spacing: .5px;
  -webkit-transition: 0.2s ease-out 0s;
  -o-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
  color: var(--pbmit-blackish-color);
}
.blog-details .pbmit-comment-content .reply a::after{
	font-family: 'pbminfotech-base-icons';
  content: "\e8dd";
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  opacity: 1;
  font-variant: normal;
  text-transform: none;
  line-height: 10px;
  font-size: 10px;
  margin-left: 6px;
  -webkit-transition: 0.2s ease-out 0s;
  -o-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.blog-details .pbmit-comment-content .reply a:hover{
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-content .reply a:hover::after{
	transform: rotate(45deg);
}
.comment-list .children{
	margin-left: 100px;
  padding-top: 8px;
}
.blog-details .comment-respond{
	background-color: var(--pbmit-light-color);
  padding: 60px 70px;
  border-radius: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.blog-details .comment-respond .comment-reply-title{
	margin-bottom: 25px;
}
.blog-details .comment-respond .comment-notes{
	font-size: 15px;
}
.blog-details .comment-respond .comment-form .form-check{
	margin-bottom: 25px;
}
.blog-details .comment-respond .comment-form .form-check label{
	font-size: 15px;
}
.blog-details .comment-respond .comment-form form button{
	padding: 13px 35px;
}

.pbmit-team-single .pbmit-team-left-inner{
	position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 30px;
	overflow: hidden;
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbmit-team-single .pbmit-featured-wrapper img {
  width: 100%;
}
.pbmit-team-single .pbmit-team-detail{
	position: relative;
  padding: 45px 38px 70px;
}
.pbmit-team-single .pbmit-team-detail .pbmit-team-summary{
	padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-team-single .pbmit-team-designation {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  position: relative;
  color: var(--pbmit-global-color);
}
.pbmit-team-single .pbmit-team-designation:before{
	content: '/';
  padding-right: 5px;
  display: inline-block;
}
.pbmit-team-single .pbmit-short-description{
	margin-bottom: 20px;
}
.pbmit-team-single .pbmit-team-title {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}
.pbmit-single-team-info{
	position: relative;
}
.pbmit-single-team-info li,
.pbmit-single-team-info li a{
	font-size: 16px;
  line-height: 16px;
  color: #565656;
}
.pbmit-single-team-info li:not(:last-child){
	margin-bottom: 20px;
}
.pbmit-single-team-info li label{
	font-size: 16px;
  line-height: 26px;
  display: block;
  text-transform: capitalize;
  color: var(--pbmit-global-color);
}
.pbmit-team-single .pbmit-team-share-btn {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.pbmit-team-single .pbmit-share-icon {
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 50px 50px 0 0;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-light-color);
  transition: all 0.3s ease-in-out;
}
.pbmit-team-single .pbmit-share-icon:before,
.pbmit-team-single .pbmit-share-icon:after{
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 var(--pbmit-light-color);
  transition: all 0.3s ease-in-out;
}
.pbmit-team-single .pbmit-share-icon:before{
	right: 100%;
  border-bottom-right-radius: 20px;
}
.pbmit-team-single .pbmit-share-icon:after{
	left: 100%;
  border-bottom-left-radius: 20px;
}
.pbmit-team-single .pbmit-share-icon i {
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 20px;
}
.pbmit-team-single .pbmit-team-box-links {
  text-align: center;
  position: absolute;
  bottom: 25px;
  right: 10px;
  transform: translateY(10px);
  opacity: 0;
  padding: 0;
}
.pbmit-team-single .pbmit-team-box-links .pbmit-team-social-links {
  display: flex;
  flex-direction: column-reverse;
}
.pbmit-team-single .pbmit-team-box-links ul li{
	display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  transform: translate(0);
  transition: all 600ms ease-in-out;
}
.pbmit-team-single .pbmit-team-box-links ul li:nth-child(1){
	transform: translate(0, 0);
}
.pbmit-team-single .pbmit-team-social-links li:nth-child(2) {
  transform: translate(0, 43px);
}
.pbmit-team-single .pbmit-team-social-links li:nth-child(3) {
  transform: translate(0, 86px);
}
.pbmit-team-single .pbmit-team-social-links li:last-child {
  transform: translate(0, 129px);
}
.pbmit-team-single .pbmit-team-box-links ul li a{
	display: inline-block;
  opacity: 1;
	font-size: 16px;
	position: relative;
	text-align: center;
	width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
  transition: all 600ms ease-in-out;
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon {
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-blackish-color);
  transition: all 0.3s ease-in-out;
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon:before,
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon:after{
	box-shadow: 0 20px 0 0 var(--pbmit-blackish-color);
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-share-icon i{
	transform: rotateY(180deg);
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-team-box-links{
	transform: translateY(-25px);
  opacity: 1;
}
.pbmit-team-single .pbmit-team-share-btn:hover .pbmit-team-social-links li {
  transform: translate(0);
}
.pbmit-team-single .pbmit-entry-content .progressbar{
	padding-top: 30px;
}
.pbmit-team-single .list-group-borderless .list-group-item:not(:last-child){
	padding-bottom: calc(10px/2);
}
.pbmit-team-single .comment-respond{
	margin-top: 50px;
	padding: 60px 70px 0px 70px;
	border-radius: 30px;
	background-color: var(--pbmit-light-color);
}
.pbmit-team-single .comment-respond form .form-control{
	font-weight: 600;
}
.pbmit-team-single .comment-respond form .form-control::placeholder{
	color: rgba(var(--pbmit-blackish-color-rgb), .3);
}
.pbmit-team-single .comment-respond form .form-control:focus::placeholder{
	color: rgba(var(--pbmit-blackish-color-rgb), .6);
}
.pbmit-team-single .comment-form form .form-check{
	margin-bottom: 20px;
}

.contact-us-bg{
	background-image: url(../images/bg/about-bg-icon.png);
  background-position: -45px 120px;
  background-repeat: no-repeat;
}
.contact-form-rightbox{
	padding: 60px 60px 0px 60px;
	background-color: var(--pbmit-light-color);
	border-radius: 30px;
	margin-left: 45px;
}
.contact-form-rightbox form input,
.contact-form-rightbox form textarea{
  height: 50px;
	font-family: inherit;
	font-weight: 600;
  margin-bottom: 20px;
  border-radius: 20px;
}
.contact-form-rightbox form input::placeholder,
.contact-form-rightbox form textarea::placeholder{
	color: rgba(var(--pbmit-blackish-color-rgb), .3);
}
.contact-form-rightbox form,
.pbmit-team-single .comment-form form{
	position: relative;
	padding-bottom: 60px;
}
.contact-form-rightbox form button,
.pbmit-team-single .comment-form form button{
	position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 18px 36px;
  border-radius: 30px 30px 0 0;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
}
.contact-form-rightbox form button:after,
.contact-form-rightbox form button:before,
.pbmit-team-single .comment-form form button:after,
.pbmit-team-single .comment-form form button:before{
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 var(--pbmit-white-color);
  transition: all 0.3s ease-in-out;
}
.contact-form-rightbox form button:before,
.pbmit-team-single .comment-form form button:before{
	right: 100%;
  border-bottom-right-radius: 20px;
}
.contact-form-rightbox form button:after,
.pbmit-team-single .comment-form form button:after{
	left: 100%;
  border-bottom-left-radius: 20px;
}
.contact-form-rightbox form .pbmit-btn svg path,
.pbmit-team-single .comment-form form button svg path{
	stroke: var(--pbmit-blackish-color);
}
.contact-form-rightbox form .pbmit-btn:hover,
.pbmit-team-single .comment-form form button:hover{
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.iframe-section iframe{
	height: 400px;
	max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  border-radius: 30px;
  /*filter: brightness(91%) contrast(95%) saturate(116%) blur(0px) hue-rotate(0deg);*/
}
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: 0px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}
.form-control.error{
	margin-bottom: 0 !important;
}
.form-control{
	font-weight: 400;
}
.form-control:focus{
	border-color: rgba(var(--pbmit-blackish-color-rgb),.8);
	background-color: transparent;
}
form select{
	width: 100%;
	cursor: pointer;
	font-weight: 500;
	color: #565656;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid rgba(var(--pbmit-secondary-color-rgb),.2);
}
form select:focus{
	outline: none;
}
.pbmit-bg-color-blackish form select,
.bg-blackish form select{
	color: #7892ae;
  margin-bottom: 10px;
	border-color: #fff !important;
}
.pbmit-bg-color-blackish .form-control, .bg-blackish .form-control {
  height: 50px;
  background: #fff;
  border-color: #fff;
  margin-bottom: 10px;
  border-radius: 50px;
}
.pbmit-bg-color-blackish .form-control:focus,
.bg-blackish .form-control:focus{
	color: #e31e24;
	border-color: rgba(var(--pbmit-white-color-rgb),.8);
}
.pbmit-bg-color-blackish .form-control::placeholder,
.bg-blackish .form-control::placeholder{
	color: #7892ae;
}
.bg-blackish {
  border-radius: 50px;
  background: #006cb557;
}
form .input-text-group{
	font-size: 15px;
  font-style: italic;
  color: #fff;
  margin-left: 10px;
}
form textarea.form-control {
  height: 110px;
  resize: none;
  padding: 20px;
  border-radius: 20px;
}

.pbmit-heading-subheading {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.pbmit-heading-subheading .pbmit-subtitle{
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.pbmit-bg-color-blackish.ihbox-two-bg .pbmit-heading-subheading .pbmit-subtitle:before{
  color: #fff;
}
.pbmit-heading-subheading .pbmit-subtitle:before{
  content: "\e820";
  font-family: 'pbminfotech-base-icons';
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--pbmit-global-color);
}
.pbmit-heading-subheading .pbmit-title{
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.25px;
  text-transform: none;
  font-style: normal;
	margin-bottom: 0;
}
.pbmit-heading-subheading .pbmit-heading-desc{
	margin-top: 30px;
	font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #565656;
  text-transform: none;
}
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-subtitle,
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-title,
.bg-blackish .pbmit-heading-subheading .pbmit-subtitle,
.bg-blackish .pbmit-heading-subheading .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading.white-text .pbmit-title,
.pbmit-heading-subheading.white-text .pbmit-subtitle{
	color: var(--pbmit-white-color);
}
.pbmit-blog-btn,
.pbmit-price-btn a, 
.pbmit-ihbox .pbmit-ihbox-btn a {
  color: var(--pbmit-blackish-color);
  transition: all .4s ease-in;
}
.pbmit-ihbox-btn.contact-btn-link .pbmit-button-icon i {
  width: 100%;
  min-width: 100%;
  padding: 5px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
  z-index: 2;
  position: relative;
  color: var(--pbmit-blackish-color) !important;
  background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-btn a,
.pbmit-blog-btn,
.pbmit-header-button,
.pbmit-price-btn a{
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-style: normal;
}
.pbmit-ihbox-btn .pbmit-button-icon-wrapper,
.pbmit-blog-btn .pbmit-button-icon-wrapper{
	position: relative;
  overflow: hidden;
  display: inline-flex;
  margin-left: 6px;
  font-size: 12px;
}
.pbmit-ihbox-btn .pbmit-button-icon-wrapper::before,
.pbmit-blog-btn .pbmit-button-icon-wrapper::before{
  content: "\e8dd";
  font-family: "pbminfotech-base-icons";
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: auto;
  font-weight: 400;
  transform: scale(.26) translate(-58px, 50px);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-btn .pbmit-button-icon,
.pbmit-blog-btn .pbmit-button-icon{
  display: inline-block;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-btn a:hover .pbmit-button-icon-wrapper::before,
.pbmit-blog-btn:hover .pbmit-button-icon-wrapper::before{
  transform: scale(1) translate(-2px, 0);
}
.pbmit-ihbox-btn a:hover .pbmit-button-icon,
.pbmit-blog-btn:hover .pbmit-button-icon {
  transform: scale(.26) translate(45px, -50px);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
blockquote,
.pbmit-ihbox .pbmit-ihbox-box-number,
.pbmit-ptable-price-w,
.pbminfotech-ptable-frequency,
.widget-recent-post .pbmit-rpw-title a,
.post-navigation .nav-links .nav-title,
.blog-details .pbmit-author-content .pbmit-author-name,
.blog-details .pbmit-comment-author-inner,
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title,
.pbmit-single-team-info li label,
.progressbar .progress-label,
.progress.progress-percent-bg .progress-percent,
.pbmit-element-timeline-style-1 .pbmit-timeline-year{
	font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 700;
  font-style: normal;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle,
.list-group .pbmit-icon-list-text,
.sidebar .widget-categories .pbmit-brackets,
.pbmit-rpw-content .pbmit-rpw-date a,
.blog-details .pbmit-comment-date,
.blog-details .pbmit-comment-content .reply a{
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
  font-style: normal;
}

.pbmit-ihbox-style-1 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-1 p {
  margin-bottom: 5px;
}
.pbmit-ihbox-style-1:hover {
	transform: translate(0, -5px);
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-1 {
	padding-top: 5px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon {
	margin-bottom: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg,
.pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.pbmit-ihbox-style-2 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-2:hover {
	transform: translate(0, -5px);
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-2 {
	padding-top: 5px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: flex-start;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	min-width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc {
	margin-bottom: 0;
}
.pbmit-bg-color-light .pbmit-ihbox-style-2 .pbmit-ihbox-svg,
.pbmit-bg-color-light .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-light .pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-3 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-wrap {
	display: inline-flex;
	align-items: center;
}
.pbmit-miconheading-style-3 .pbmit-ihbox-style-3 .pbmit-ihbox-wrap {
	align-items: flex-start;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-ihbox-style-3 .pbmit-icon-type-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	min-width: 70px;
	height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 25px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-3 .pbmit-element-title a,
.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-element-title em {
	font-style: normal;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-3 .pbmit-element-subtitle a,
.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3 {
	padding: 25px 25px 0 0;
  position: relative;
  background-color: var(--pbmit-white-color);
  border-radius: 0 30px 0 0;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon {
  display: inline-block;
  padding: 25px;
  border-radius: 25px;
  background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn a {
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-white-color);
}
.pbmit-sticky-corner {
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(-90deg);
}
.pbmit-bottom-left-corner {
  bottom: 0;
  left: -30px;
  transform: none;
}
.pbmit-ihbox-style-3 .pbmit-sticky-corner {
	transform: rotate(90deg);
}
.pbmit-ihbox-style-3 .pbmit-top-right-corner {
	top: auto;
	right: -30px;
	bottom: 0;
}
.pbmit-ihbox-style-3 .pbmit-bottom-left-corner{
	top: -30px;
	left: 0px;
}
.pbmit-element-column-four .pbmit-ihbox-style-3 .pbmit-ihbox-wrap {
	display: block;
}
.pbmit-ihbox-style-3 .pbmit-sticky-corner svg path{
	fill: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbmit-ihbox-style-3{
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbmit-sticky-corner svg path{
	fill: var(--pbmit-light-color);
}

.pbmit-ihbox-style-4 {
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.pbmit-miconheading-style-4 .pbmit-ihbox-style-4 .pbmit-ihbox-headingicon {
	align-items: flex-start;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
}
.about-contact .pbmit-ihbox-style-4 .pbmit-icon-type-icon {
  color: #fff;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg svg {
	width: 70px;
	height: 70px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #565656;
}
.pbmit-ihbox-style-4 .pbmit-heading-desc {
	margin-bottom: 0;
}

.pbmit-ihbox-style-5 {
	position: relative;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-5 .pbmit-icon-wrap {
	display: inline-flex;
	align-items: center;
	padding-bottom: 100px;
}
.pbmit-miconheading-style-3 .pbmit-ihbox-style-5 .pbmit-ihbox-wrap {
	align-items: flex-start;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon {
	margin-right: 10px;
	display: inline-block;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg,
.pbmit-ihbox-style-5 .pbmit-icon-type-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg svg {
	width: 25px;
	height: 25px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-5 .pbmit-element-title {
	margin-bottom: 20px;
}
.pbmit-ihbox-style-5 .pbmit-contents-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn .pbmit-button-text {
	display: none;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn {
	padding: 10px 10px 0 10px;
	border-radius: 50px 50px 0 0;
	display: inline-block;
	position: relative;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn::before,
.pbmit-ihbox-style-5 .pbmit-ihbox-btn::after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn::before {
	left: -20px;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn::after {
	right: -20px;
	border-bottom-left-radius: 20px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	color: var(--pbmit-white-color) !important;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn a .pbmit-button-icon-wrapper {
	margin-left: 0;
}
.pbmit-bg-color-light .pbmit-ihbox-style-5 .pbmit-ihbox-btn {
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbmit-ihbox-style-5 .pbmit-ihbox-btn::before,
.pbmit-bg-color-light .pbmit-ihbox-style-5 .pbmit-ihbox-btn::after {
	box-shadow: 0 20px 0 0 var(--pbmit-light-color);
}

.pbmit-ihbox-style-6 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-6 {
	position: relative;
}
.pbmit-ihbox-style-6:hover {
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-headingicon {
  border-radius: 30px;
	padding: 60px 30px 0px;
	border: 1px solid #e5e5e5;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents {
	margin-bottom: 65px;
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-icon-type-icon, 
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
  font-size: 70px;
  line-height: 70px;
  color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg svg {
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-6 .pbmit-content-number {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-ihbox-style-6 .pbmit-wrap-number {
	border-radius: 30px 0 0 0px;
	padding: 10px 0 0 10px;
	background-color: var(--pbmit-white-color);
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-box-number {
	min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
	z-index: 1;
	position: relative;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-6 .pbmit-content-number::after,
.pbmit-ihbox-style-6 .pbmit-content-number::before {
	content: "";
	position: absolute;
	top: -29px;
	right: 0px;
	height: 30px;
	width: 30px;
	border-radius: 0 0 20px 0;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
	box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-6 .pbmit-content-number::after{
	top: inherit;
	bottom: 0;
	left: -29px;
	right: 0;
}
.pbminfotech-gap-40px .pbmit-miconheading-style-6 {
	padding: 0 20px;
	margin-bottom: 40px;
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-box-number{
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-box-number {
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-wrap-number,
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-headingicon {
	border-color: #33465f;
  background: #33465f;
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-wrap-number {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-content-number::after,
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-content-number::before {
	box-shadow: 0 16px 0 0 var(--pbmit-blackish-color);
	border-color: #33465f;
}
.pbmit-bg-color-blackish .pbmit-ihbox .pbmit-element-title{
  color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-heading-desc{
  color: rgba(var(--pbmit-white-color-rgb), .8);
}

.pbmit-ihbox-style-7 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-7 .pbmit-icon-wrapper {
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon {
	padding-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7 .pbmit-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
  font-size: 25px;
  line-height: 25px;
  color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-element-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pbmit-miconheading-style-7 .pbmit-content-wrap {
	padding-top: 10px;
}

.pbmit-ihbox-style-8 {
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg svg {
	width: 70px;
	height: 70px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image img {
	min-width: 150px;
	height: auto;
}
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
	margin-bottom: 0;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.15);
}

.pbmit-ihbox-style-9 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: flex-start;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-icon-type-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
	min-width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 26px;
	line-height: 20px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg svg {
	width: 40px;
	height: 40px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img {
	width: 60px;
	height: auto;
}
.pbmit-ihbox-style-9 .pbmit-element-title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 600;
}
.pbmit-ihbox-style-9 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-9 .pbmit-heading-desc {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.pbmit-ihbox-style-9 .pbmit-heading-desc::before {
	content: '-';
	padding-right: 5px;
	display: inline-block;
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-light .pbmit-ihbox-style-9 .pbmit-icon-type-icon{
	background-color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-10 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-10 {
	position: relative;
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-10 {
	padding-top: 5px;
}
.pbmit-ihbox-style-10:hover {
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon {
  border-radius: 30px;
	padding: 30px 20px 0px;
	border: 1px solid #e5e5e5;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-contents {
	margin-bottom: 30px;
}
.pbmit-ihbox-contents.mail-box {
  margin-bottom: 50px;
}
.pbmit-ihbox.pbmit-ihbox-style-10 .pbmit-ihbox-box-number {
	margin-bottom: 10px;
}
.pbmit-ihbox-style-10 .pbmit-element-subtitle {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-10 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-svg,
.pbmit-ihbox-style-10 .pbmit-icon-type-icon,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-svg svg {
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn .pbmit-button-text {
	font-size: 0;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn a .pbmit-button-icon-wrapper {
	margin: 0 !important;
}
.pbmit-ihbox-style-10 .pbmit-btn-wrap {
	right: 0;
	bottom: 0px;
  position: absolute;
}
.pbmit-ihbox-style-10 .pbmit-heading-desc {
	word-break: break-all;
  padding-bottom: 30px;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn {
	border-radius: 30px 0 0 0px;
	padding: 10px 0 0 10px;
	background-color: var(--pbmit-white-color);
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn a{
	min-width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-blackish-color) !important;
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-white-color) !important;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-btn.contact-btn-link
.pbmit-ihbox-style-10 .pbmit-ihbox-btn::after,
.pbmit-ihbox-style-10 .pbmit-ihbox-btn::before {
  display: none;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn::after,
.pbmit-ihbox-style-10 .pbmit-ihbox-btn::before {
	content: "";
	position: absolute;
	top: -29px;
	right: 0;
	height: 30px;
	width: 30px;
	border-radius: 0 0 20px 0;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
	box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn::after{
	top: inherit;
	bottom: 0;
	left: -29px;
	right: 0;
}
.pbminfotech-gap-40px .pbmit-miconheading-style-10{
	padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
.pbmit-ihbox-style-11 {
	position: relative;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-wrap-inner {
	border-radius: 30px;
	padding: 30px 60px 40px 40px;
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-11 .pbmit-icon-wrap {
	padding-bottom: 20px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-svg,
.pbmit-ihbox-style-11 .pbmit-icon-type-icon,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-svg svg {
	width: 70px;
	height: 70px;
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
	display: inline;
} 
.pbmit-ihbox-style-11 .pbmit-element-title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-11 .pbmit-element-title::after {
	content: '-';
	padding-left: 5px;
	margin-right: 2px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-heading-desc {
	font-size: 18px;
	line-height: 26px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-element-subtitle {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn .pbmit-button-text {
	display: none;
}
.pbmit-ihbox-style-11 .pbmit-btn-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn {
	border-radius: 30px 0 0 0;
  padding: 10px 0 0 10px;
	display: inline-block;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn::before,
.pbmit-ihbox-style-11 .pbmit-ihbox-btn::after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn::before {
	left: -20px;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn::after {
	top: -40px;
	right: 0;
	z-index: 0;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn a {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	z-index: 1;
	color: var(--pbmit-white-color) !important;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn a .pbmit-button-icon-wrapper {
	margin: 0 !important;
}
.pbmit-ihbox-style-11 .pbmit-icon-dup-wrap {
	position: absolute;
	top: -10px;
	right: -10px;
}
.pbmit-ihbox-style-11 .pbmit-icon-dup-wrap .pbmit-ihbox-svg,
.pbmit-ihbox-style-11 .pbmit-icon-dup-wrap .pbmit-icon-type-icon,
.pbmit-ihbox-style-11 .pbmit-icon-dup-wrap .pbmit-ihbox-icon-type-text {
	font-size: 145px;
	line-height: 145px;
	opacity: 0.1;
}

.pbmit-miconheading-style-12{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-12 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-12:hover {
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-wrap {
	border-radius: 30px;
	padding: 40px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-12 {
	padding-top: 5px;
}
.pbmit-ihbox-style-12 .pbmit-icon-wrap {
	display: flex;
	margin-bottom: 35px;
	justify-content: space-between;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-box-number {
	font-size: 55px;
	line-height: 55px;
	font-weight: 800;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon {
	display: inline-block;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-svg,
.pbmit-ihbox-style-12 .pbmit-icon-type-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image img {
	width: 80px;
	height: auto;
}
.pbmit-ihbox-style-12 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pbmit-ihbox-style-12 .pbmit-element-subtitle {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 2px 5px 2px 0;
	background-color: var(--pbmit-white-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-100%);
}
.pbmit-ihbox-style-12 .pbmit-text-wrap {
	position: relative;
}

.pbmit-ihbox-style-13 {
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-13:hover {
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
	border-radius: 50px;
	padding: 13px 30px 18px 30px;
	border: 2px solid var(--pbmit-blackish-color);
}
.pbmit-miconheading-style-13 .pbmit-ihbox-style-13 .pbmit-ihbox-headingicon {
	align-items: flex-start;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon {
	margin-right: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-svg,
.pbmit-ihbox-style-13 .pbmit-icon-type-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text {
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-svg svg {
	width: 40px;
	height: 40px;
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image img {
	width: 40px;
	height: auto;
}
.pbmit-ihbox-style-13 .pbmit-element-title {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.pbmit-ihbox-style-13 .pbmit-element-subtitle {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-13 .pbmit-heading-desc {
	margin-bottom: 0;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn {
	padding-top: 0;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
	display: none;
}

.pbmit-ihbox-style-14 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-element-posts-wrapper .pbmit-miconheading-style-14{
	padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 50px;
}
.pbminfotech-gap-50px .pbmit-ihbox-style-14{
	padding-bottom: 50px;
}
.pbmit-ihbox-style-14:hover {
	transform: translate(0, -5px);
}
.pbmit-miconheading-style-14 .pbmit-ihbox-style-14 {
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-14 {
	padding-top: 5px;
}
.pbmit-ihbox-style-14 .pbmit-content-wrap {
	display: inline-flex;
	align-items: center;
	padding-bottom: 30px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-box-number {
	font-size: 90px;
	line-height: 90px;
	color: transparent;
	display: inline-block;
	margin-bottom: 75px;
	padding-bottom: 5px;
	-webkit-text-stroke: 1px var(--pbmit-blackish-color);
	border-bottom: 2px solid var(--pbmit-global-color);
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: 800;
	font-style: normal;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-svg,
.pbmit-ihbox-style-14 .pbmit-icon-type-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-image img {
	width: 80px;
	height: auto;
}
.pbmit-ihbox-style-14 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-box{
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-15 {
	position: relative;
	padding: 25px 30px 10px 0;
	border-radius: 0 30px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-15 .pbmit-element-title{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg{
	margin-right: 15px;
	position: relative;
	display: inline-block;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper.pbmit-icon-type-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper{
	font-size: 15px;
	line-height: 25px;
	color: var(--pbmit-blackish-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.4);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text{
	font-size: 14px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
	margin-bottom: 5px;
}
.pbmit-ihbox-style-15 .pbmit-element-title a{
	pointer-events: none;
}
.pbmit-ihbox-style-15 .pbmit-button-icon-wrapper{
	display: none;
}
.pbmit-ihbox-style-15 .pbmit-sticky-corner {
  transform: rotate(90deg);
}
.pbmit-ihbox-style-15 .pbmit-bottom-left-corner {
	top: -30px;
	left: 0;
}
.pbmit-ihbox-style-15 .pbmit-top-right-corner {
	top: auto;
	right: -30px;
	bottom: 0;
}
.pbmit-ihbox-style-15 svg path{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-16 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-16 .pbmit-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
	padding: 50px 40px;
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.pbmit-miconheading-style-16 .pbmit-ihbox-style-16 .pbmit-ihbox-headingicon {
	align-items: flex-start;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-svg,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon {
	display: inline-block;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-16 .pbmit-icon-type-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-svg svg {
	width: 70px;
	height: 70px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
}
.pbmit-ihbox-style-16 .pbmit-content-wrap-inner .pbmit-ihbox-icon-type-image img {
	width: 100px;
	height: auto;
}
	display: inline;
}
.pbmit-ihbox-style-16 .pbmit-element-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: 500;
}
.pbmit-ihbox-style-16 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
}
.pbmit-ihbox-style-16 .pbmit-heading-desc {
	margin-bottom: 0;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text::after,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text::before,
.pbmit-team-style-1 .pbmit-featured-wrapper::after,
.pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-team-style-1 .pbmit-team-social-links li,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-1 .pbminfotech-box-social-links{
	transition: all .6s ease-in-out;
}
.pbmit-team-style-1 .pbmit-featured-wrap{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-team-style-1 .pbminfotech-post-item{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .15);
}
.pbmit-team-style-1 .pbminfotech-box-content{
	position: relative;
	padding: 35px 45px 40px 30px;
}
.pbmit-team-style-1 .pbminfotech-box-content-inner {
	padding-right: 60px;
}
.pbmit-team-style-1 .pbmit-featured-inner{
	position: relative;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img{
	width: 100%;
	border-radius: 30px;
	transition: all .3s ease-out;
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-team-style-1 .pbmit-team-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
}
.pbminfotech-testimonial-detail,
.pbminfotech-box-team-position {
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
.pbminfotech-box-team-position::before {
  content: '/';
  padding-right: 5px;
  display: inline-block;
}
.pbmit-team-style-1 .pbmit-team-btn{
	position: absolute;
	bottom: 0;
	right: 45px;
	z-index: 6;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text{
	width: 60px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	position: relative;
	border-radius: 50px 50px 0 0;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text::after,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-light-color);
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text::before {
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text::after {
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-text::after,
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-text::before {
	box-shadow: 0 20px 0 0 var(--pbmit-blackish-color);
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-text{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-team-style-1 .pbminfotech-box-social-links{
	text-align: center;
	position: absolute;
	bottom: 25px;
	right: 5px;
	transform: translateY(10px);
	opacity: 0;
	padding: 0;
	z-index: -1;
}
.pbmit-team-style-1 .pbminfotech-box-social-links ul{
	display: flex;
	flex-direction: column-reverse;
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links{
	transform: translateY(-25px);
	opacity: 1;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li{
	display: block;
	margin: 0;
	padding: 0 !important;
	margin-bottom: 5px;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-social-links li{
	transform: translate(0);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1){
	transition-delay: 750px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1){
	transform: translate(0, 0);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2){
	transition-delay: 700px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2){
	transform: translate(0, 43px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3){
	transition-delay: 650px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3){
	transform: translate(0, 86px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4){
	transition-delay: 800px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4){
	transform: translate(0, 129px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5){
	transition-delay: 850px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5){
	transform: translate(0, 172px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:first-child{
	margin-top: 0;
}
.pbmit-team-style-1 .pbmit-team-social-links li a{
	display: inline-block;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	background: transparent;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-team-style-1 .pbmit-team-social-links li a:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-element-posts-wrapper .pbmit-team-style-1{
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.pbmit-team-style-2{
	position: relative;
}
.pbmit-team-style-2 .pbminfotech-post-item{
	padding: 40px 0;
	border-bottom: 1px solid rgba(var(--pbmit-secondary-color-rgb), .1);
}
.pbmit-text-color-white .pbmit-team-style-2 .pbminfotech-post-item{
	border-color: rgba(var(--pbmit-white-color-rgb), .1);
}
.pbmit-team-style-2 .pbminfotech-box-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.pbmit-team-style-2 .pbminfotech-box-number {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	position: relative;
	width: 5%;
	color: rgba(var(--pbmit-blackish-color-rgb), .5);
}
.pbmit-team-style-2 .pbminfotech-box-number::after {
	content: "/";
}
.pbmit-team-style-2 .pbmit-featured-wrapper img {
	position: absolute;
	top: -120px;
	left: 7%;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transform-origin: top center;
	transition: all .3s;
	transform: translateY(30%);
	border-radius: 30px;
	transition: all .3s ease-in;
}
.pbmit-team-style-2:hover .pbmit-featured-wrapper img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pbmit-team-style-2 .pbmit-team-title{
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 0;
	width: 25%;
}
.pbmit-team-style-2 .pbminfotech-box-team-position {
	width: 10%;
}
.pbmit-team-style-2 .pbmit-team-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	margin-left: 6px;
}
.pbmit-team-style-2 .pbmit-team-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-60px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-team-style-2:hover .pbmit-team-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-team-style-2 .pbmit-team-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-team-style-2:hover .pbmit-team-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}

.pbminfotech-ele-fid-style-1 .pbmit-circle{
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-1 .pbmit-circle canvas{
	transform: rotate(0deg) translate(0px, 4px);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	top: 50%;
	left: 50%;
	font-size: 24px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	transform: translate(-50%, -50%);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title{
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub{
	margin-left: 20px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup{
	top: -7px;
	font-size: 15px;
	line-height: 15px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub{
	top: inherit;
	bottom: -2px;
}
.pbmit-bg-color-light .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-2 {
  padding-right: 25px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 100px;
  line-height: 100px;
	margin-bottom: 20px;
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: 800;
  font-style: normal;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-number-rotate {
	color: transparent;
	-webkit-text-stroke: 1px #006cb5;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before span {
	margin-right: -20px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid span {
  color: #fff;
	margin-left: -20px;
}
/*.pbmit-fid-inner.home-counter .pbmit-fid span {
  color: #006cb5;
}*/
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
	font-size: 17px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup {
	font-size: 80px;
	line-height: 80px;
	bottom: 20px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid sup {
	top: -30px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid sup {
  color: #006cb5;
	margin-left: -20px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sub {
  color: #006cb5;
	margin-right: -20px;
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-number-rotate{
	-webkit-text-stroke: 1px var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
	color: rgba(var(--pbmit-white-color-rgb), 0.9);
}

.pbminfotech-ele-fid-style-3 .pbmit-fid-content {
	display: inline-flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	font-size: 100px;
  line-height: 100px;
	margin-bottom: 0;
	display: flex;
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: 800;
	font-style: normal;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-number-rotate {
	color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-blackish-color)
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup {
	font-size: 80px;
	line-height: 80px;
	bottom: 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-3 .pbmit-fid sup {
	top: -30px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid sup {
	margin-left: -20px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-3 .pbmit-fid-before sub {
	margin-right: -20px;
}
.pbminfotech-ele-fid-style-3 .pbmit-heading-desc {
	padding-left: 30px;
}

.pbminfotech-ele-fid-style-4 {
	padding: 20px 20px 0 0;
	position: relative;
	border-radius: 0 30px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
	border-radius: 20px;
	padding: 20px;
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
	min-width: 180px;
	font-weight: 600 !important;
	margin-bottom: 10px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner span > span,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-number-rotate{
	font-size: 45px;
	line-height: 45px;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid sup {
	margin-left: -8px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup {
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 45px;
	line-height: 45px;
	top: -12px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner span > span {
	margin-left: -5px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-sticky-corner {
  transform: rotate(90deg);
}
.pbminfotech-ele-fid-style-4 .pbmit-bottom-left-corner {
	top: -30px;
  left: 0;
}
.pbminfotech-ele-fid-style-4 .pbmit-top-right-corner {
	top: auto;
  right: -30px;
  bottom: 0;
}
.pbminfotech-ele-fid-style-4 svg path{
	fill: var(--pbmit-white-color);
}

.pbmit-service-style-1 .pbmit-service-image-wrapper .pbmit-service-btn,
.pbmit-service-style-1 .pbmit-featured-wrapper img {
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-1 .pbmit-service-image-wrapper .pbmit-service-btn img {
  width: 50px;
}
.pbmit-service-style-1 .pbminfotech-post-item {
	border-radius: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbmit-service-style-1 .pbmit-featured-wrapper{
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	width: 100%;
}
.pbmit-service-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1.02);
}
.pbmit-service-style-1 .pbmit-service-image-wrapper {
	position: relative;
}
.pbmit-service-style-1 .pbmit-service-image-wrapper a.pbmit-link {
	z-index: 0;
}
.pbmit-service-style-1 .pbmit-service-btn-wrapper {
	position: absolute;
	right: 50px;
	bottom: -10px;
	display: table;
	text-align: center;
	z-index: 1;
	padding: 8px 8px 0 8px;
	border-radius: 50px 50px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbmit-service-btn-wrapper::after,
.pbmit-service-style-1 .pbmit-service-btn-wrapper::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 10px;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbmit-service-btn-wrapper::before {
	right: 100%;
  border-bottom-right-radius: 20px;
}
.pbmit-service-style-1 .pbmit-service-btn-wrapper::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-service-style-1 .pbmit-service-image-wrapper .pbmit-service-btn {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-white-color);
	/*background-color: var(--pbmit-global-color);*/
}
.pbmit-service-style-1:hover .pbmit-service-image-wrapper .pbmit-service-btn {
	/*background-color: #e31e24;*/
}
.pbmit-service-style-1.swiper-slide .pbmit-service-btn {
  background: #e31e24;
}
.product-sec.home .pbmit-service-btn.pdf-download-icon.blink {
  background: #fff;
}
.pbmit-service-style-1 .pbmit-content-box {
	padding: 30px 20px 30px 20px;
}
.pbmit-service-style-1 .pbminfotech-box-number{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-1 .pbmit-service-title{
	position: relative;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: uppercase;
}
.pbmit-service-style-1 .pbmit-service-description p {
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-icon-btn {
  display: flex;
}
.product-sec .pbmit-service-style-1 .pbmit-service-icon {
  width: 180px;
  margin-right: 20px;
  height: auto;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-light-color);
}
.product-sec .pbmit-service-style-1 .pbmit-service-icon:hover {
  color: #fff;
  background: #e31e24;
}
.product-sec .pbmit-service-style-1 .pbmit-service-icon:hover a {
  color: #fff;
}
.pbmit-service-style-1 .pbmit-service-icon {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-service-style-1 .pbmit-serv-cat,
.pbmit-service-style-1 .pbminfotech-box-number {
	display: none;
}
.pbmit-element-posts-wrapper .pbmit-service-style-1{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.pbmit-service-style-2 .pbmit-service-image-wrapper .pbmit-service-btn,
.pbmit-service-style-2 .pbmit-service-image-wrapper{
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-2{
	position: relative
}
.pbmit-element-viewtype-carousel-2 .pbmit-service-style-2 .pbminfotech-post-item {
	padding-bottom: 10px;
}
.pbmit-service-style-2 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-service-style-2 .pbmit-featured-img-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top,  rgba(var(--pbmit-secondary-color-rgb), 0.61) 0%,rgba(var(--pbmit-secondary-color-rgb), 0.61) 13%,rgba(var(--pbmit-secondary-color-rgb), 0) 52%,rgba(var(--pbmit-secondary-color-rgb), 0) 100%);
	z-index: 1;
}
.pbmit-service-style-2 .pbmit-service-image-wrapper img{
	border-radius: 30px;
	transition: all .4s ease-in-out;
	width: 100%
}
.pbmit-service-style-2:hover .pbmit-service-image-wrapper img{
	transform: scale(1.05)
}
.pbmit-service-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-service-style-2 .pbmit-service-btn-wrapper {
	position: absolute;
	right: 50px;
	bottom: -10px;
	display: table;
	text-align: center;
	z-index: 1;
	padding: 8px 8px 0 8px;
	border-radius: 50px 50px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-btn-wrapper::after,
.pbmit-service-style-2 .pbmit-service-btn-wrapper::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 10px;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-btn-wrapper::before {
	right: 100%;
  border-bottom-right-radius: 20px;
}
.pbmit-service-style-2 .pbmit-service-btn-wrapper::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-service-style-2 .pbmit-service-image-wrapper .pbmit-service-btn {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-service-style-2:hover .pbmit-service-image-wrapper .pbmit-service-btn {
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-2 .pbmit-content-box{
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 6;
	width: calc(100% - 35%);
}
.pbmit-service-style-2 .pbminfotech-box-number {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbmit-service-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-service-style-2 .pbmit-service-title,
.pbmit-service-style-2 .pbmit-service-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-service-style-2 .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbmit-serv-cat a {
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-serv-cat a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbmit-service-icon img{
	max-width: 50px;
	height: 50px
}
.pbmit-service-style-2 .pbmit-service-icon{
	position: absolute;
	top: 35px;
	left: 35px;
	z-index: 2;
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color)
}
.pbmit-service-style-2 .pbmit-service-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-serv-cat,
.pbmit-service-style-2 .pbmit-service-icon,
.pbmit-service-style-2 .pbmit-service-description,
.pbmit-service-style-2 .pbminfotech-box-number {
	display: none;
}
.pbmit-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pbmit-service-style-3 .pbmit-service-image-wrapper{
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-3 .pbminfotech-post-item,
.pbmit-service-style-3{
	position: relative
}
.pbmit-service-style-3 {
	margin: 0 !important;
}
.pbmit-service-style-3 .pbminfotech-post-item {
	padding: 40px 0;
	border-top: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.15);
}
.pbmit-element-posts-wrapper > .pbmit-service-style-3:last-child {
	border-bottom: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.15);
}
.pbmit-service-style-3 .pbmit-box-content-wrap {
	display: flex;
	align-items: center; 
	justify-content: space-between;
}
.pbmit-service-style-3 .pbmit-service-wrap {
	display: flex;
	align-items: center;
	width: 50%;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper {
	width: 28%;
	position: relative;
}
.pbmit-service-style-3 .pbmit-service-icon {
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-3 .pbminfotech-box-number {
	font-size: 70px;
  line-height: 70px;
	font-weight: 800;
	color: transparent;
	position: relative;
  -webkit-text-stroke: 1px var(--pbmit-secondary-color);
}
.pbmit-service-style-3 .pbminfotech-box-number::after {
	content: '/';
  display: inline-block;
}
.pbmit-service-style-3 .pbmit-service-title-wrap {
	padding-left: 20px;
}
.pbmit-service-style-3 .pbmit-service-title {
	font-size: 55px;
	line-height: 65px;
	margin-bottom: 0;
}
.pbmit-service-style-3 .pbmit-service-title,
.pbmit-service-style-3 .pbmit-service-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-service-style-3 .pbmit-serv-cat,
.pbmit-service-style-3 .pbmit-service-icon {
	display: none;
}
.pbmit-service-style-3 .pbmit-service-description p{
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-3 .pbmit-featured-img-wrapper {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	position: absolute;
	transform: scale(0);
	top: -100px;
	right: 5%;
	z-index: 10;
	width: 315px;
	height: 315px;
}
.pbmit-service-style-3 .pbmit-featured-wrapper img,
.pbmit-service-style-3 .pbmit-featured-img-wrapper,
.pbmit-service-style-3 .pbmit-featured-wrapper img {
	border-radius: 30px;
}
.pbmit-service-style-3:hover .pbmit-featured-img-wrapper {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.pbmit-service-style-3 .pbmit-service-btn-wrapper .pbmit-service-btn {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-service-style-3:hover .pbmit-service-btn-wrapper .pbmit-service-btn {
	background-color: var(--pbmit-global-color);
}

.pbmit-service-style-4 .pbmit-service-image-wrapper .pbmit-service-btn,
.pbmit-service-style-4 .pbmit-featured-wrapper img {
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-4 .pbminfotech-post-item {
	border-radius: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbmit-service-style-4 .pbmit-featured-wrapper{
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-service-style-4 .pbmit-featured-wrapper img{
	width: 100%;
}
.pbmit-service-style-4:hover .pbmit-featured-wrapper img{
	transform: scale(1.02);
}
.pbmit-service-style-4 .pbmit-service-image-wrapper {
	position: relative;
}
.pbmit-service-style-4 .pbmit-service-image-wrapper a.pbmit-link {
	z-index: 0;
}
.pbmit-service-style-4 .pbmit-service-btn-wrapper {
	position: absolute;
	right: 50px;
	bottom: -10px;
	display: table;
	text-align: center;
	z-index: 1;
	padding: 8px 8px 0 8px;
	border-radius: 50px 50px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-service-style-4 .pbmit-service-btn-wrapper::after,
.pbmit-service-style-4 .pbmit-service-btn-wrapper::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 10px;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-service-style-4 .pbmit-service-btn-wrapper::before {
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-service-style-4 .pbmit-service-btn-wrapper::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-service-style-4 .pbmit-service-image-wrapper .pbmit-service-btn {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-4:hover .pbmit-service-image-wrapper .pbmit-service-btn {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-service-style-4 .pbmit-content-box {
	padding: 40px 35px 30px 35px;
}
.pbmit-service-style-4 .pbminfotech-box-number{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-4 .pbmit-service-title{
	position: relative;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-service-style-4 .pbmit-service-description p {
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-4 .pbmit-service-icon {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-service-style-4 .pbmit-serv-cat,
.pbmit-service-style-4 .pbminfotech-box-number {
	display: none;
}
.pbmit-service-style-5{
	margin-bottom: 30px;
}
.pbmit-service-style-5 .pbmit-service-image-wrapper .pbmit-service-btn,
.pbmit-service-style-5 .pbmit-featured-wrapper img {
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-5 {
	position: relative;
	transition: all 0.4s ease-in;
}
.pbmit-service-style-5:hover {
  transform: translate(0, -5px);
}
.pbmit-service-style-5 .pbmit-featured-img-wrapper {
	display: none;
}
.pbmit-service-style-5 .pbmit-content-box {
	border-radius: 30px;
	padding: 40px 45px 60px 45px;
	background-color: var(--pbmit-light-color);
}
.pbmit-service-style-5 .pbmit-content-box-inner {
	display: flex;
	align-items: center;
}
.pbmit-service-style-5 .pbmit-service-icon {
	min-width: 70px;
	height: 70px;
	margin-right: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
	transition: all 0.4s ease-in;
}
.pbmit-service-style-5:hover .pbmit-service-icon {
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-5 .pbminfotech-box-number {
	font-size: 18px;
  line-height: 18px;
	display: none;
  color: var(--pbmit-blackish-color);
}
.pbmit-service-style-5 .pbmit-serv-cat {
	display: none;
}
.pbmit-service-style-5 .pbmit-service-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-service-style-5 .pbmit-service-description {
	padding-top: 25px;
	margin-top: 25px;
	padding-right: 70px;
	position: relative;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-service-style-5 .pbmit-service-description p {
	margin-bottom: 0;
}
.pbmit-service-style-5 .pbmit-service-description::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), .6);
	transition: all 0.4s ease-in;
}
.pbmit-service-style-5:hover .pbmit-service-description::before {
	width: 100%;
}
.pbmit-service-style-5 .pbmit-box-content-wrap {
	position: relative;
}
.pbmit-service-style-5 .pbmit-service-btn-wrapper {
	position: absolute;
	right: 50px;
	bottom: -10px;
	display: table;
	text-align: center;
	z-index: 1;
	padding: 10px 10px 0 10px;
	border-radius: 50px 50px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-service-style-5 .pbmit-service-btn {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-service-style-5:hover .pbmit-service-btn {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-service-style-5 .pbmit-service-btn-wrapper::after,
.pbmit-service-style-5 .pbmit-service-btn-wrapper::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 10px;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-service-style-5 .pbmit-service-btn-wrapper::before {
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-service-style-5 .pbmit-service-btn-wrapper::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}

.pbmit-service-style-5 .pbmit-service-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-service-style-5 .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-58px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out ;
}
.pbmit-service-style-5:hover .pbmit-service-btn .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(-2px, 0px);
}
.pbmit-service-style-5 .pbmit-service-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-service-style-5:hover .pbmit-service-btn .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-bg-color-light .pbmit-service-style-5 .pbmit-content-box {
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbmit-service-style-5 .pbmit-service-btn-wrapper {
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbmit-service-style-5 .pbmit-service-btn {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbmit-service-style-5:hover .pbmit-service-btn {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-light .pbmit-service-style-5 .pbmit-service-btn-wrapper::after,
.pbmit-bg-color-light .pbmit-service-style-5 .pbmit-service-btn-wrapper::before {
	box-shadow: 0 20px 0 0 var(--pbmit-light-color);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1 .pbmit-post-item {
	border-radius: 30px;
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbmit-blog-style-1 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-blog-style-1 .pbmit-featured-container a.pbmit-link {
	z-index: 0;
}
.pbmit-blog-style-1 .pbmit-content-wrapper {
	padding: 45px 35px 35px 35px;
}
.pbmit-blog-style-1 .pbmit-post-title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-1 .pbmit-meta-category-wrapper {
	margin: 0;
}
.pbmit-meta-line a, 
.pbmit-meta-line {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #565656;
}
.pbmit-blog-style-1 .pbmit-meta-date {
	position: absolute;
	bottom: 0;
	right: 50px;
	margin: 0;
	padding: 12px 30px 12px 30px;
	border-radius: 30px 30px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-date::after,
.pbmit-blog-style-1 .pbmit-post-date::before {
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-date::before {
	right: 100%;
  border-bottom-right-radius: 20px;
}
.pbmit-blog-style-1 .pbmit-post-date::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper,
.pbmit-blog-style-1 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.pbmit-element-posts-wrapper .pbmit-blog-style-1{
	padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-2 .pbmit-post-item {
	padding: 10px;
	display: flex;
	align-items: center;
	border-radius: 30px;
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbmit-blog-style-2 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	z-index: -1;
}
.pbmit-blog-style-2 .pbmit-featured-container a.pbmit-link {
	z-index: 0;
}
.pbmit-blog-style-2 .pbmit-content-wrapper {
	padding: 0 25px;
}
.pbmit-blog-style-2 .pbmit-post-title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-2 .pbmit-meta-category-wrapper {
	margin: 0;
	margin-bottom: 5px;
}
.pbmit-blog-style-2 .pbmit-meta-date {
	position: absolute;
	bottom: 0;
	left: 50px;
	margin: 0;
	padding: 12px 30px 12px 30px;
	border-radius: 30px 30px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-meta-line.pbmit-meta-date {
  font-size: 14px;
}
.pbmit-blog-style-2 .pbmit-post-date:after,
.pbmit-blog-style-2 .pbmit-post-date:before {
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
	z-index: -1;
	box-shadow: 0 13px 0 0 var(--pbmit-white-color);
}
.pbmit-blog-style-2 .pbmit-post-date:after{
	left: 100%;
	border-bottom-left-radius: 15px;
}
.pbmit-blog-style-2 .pbmit-post-date:before {
	right: 100%;
  border-bottom-right-radius: 15px;
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-2 .pbmit-featured-wrapper,
.pbmit-blog-style-2 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.pbmit-element-column-two .pbmit-blog-style-2 .pbmit-featured-wrapper img {
	width: 300px;
	height: auto;
}
.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-text {
	position: relative;
}
.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-text::after,
.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--pbmit-blackish-color);
	transition: all .3s ease-in;
}
.pbmit-blog-style-2 .pbmit-blog-btn .pbmit-button-text::before {
	width: 0;
	z-index: 1;
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-2 .pbmit-blog-btn:hover .pbmit-button-text::before {
	width: 100%;
}
.pbminfotech-gap-40px .pbmit-blog-style-2{
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.pbmit-blog-style-3{
	margin-bottom: 30px;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-3 .pbmit-post-item {
	position: relative;
}
.pbmit-blog-style-3 .pbmit-post-inner{
	padding: 10px;
	display: flex;
	align-items: center;
	border-radius: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbmit-blog-style-3 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	z-index: -1;
}
.pbmit-blog-style-3 .pbmit-featured-container a.pbmit-link {
	z-index: 0;
}
.pbmit-blog-style-3 .pbmit-content-wrapper {
	padding: 0 60px 0 25px;
}
.pbmit-blog-style-3 .pbmit-post-title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-3 .pbmit-meta-category-wrapper {
	margin: 0 0 5px !important;
}
.pbmit-blog-style-3 .pbmit-meta-date {
	position: absolute;
	bottom: 0;
	left: 50px;
	margin: 0;
	padding: 12px 30px 12px 30px;
	border-radius: 30px 30px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-blog-style-3 .pbmit-meta-date::after,
.pbmit-blog-style-3 .pbmit-meta-date::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	z-index: -1;
	box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbmit-blog-style-3 .pbmit-meta-date::before {
	right: 100%;
	border-bottom-right-radius: 15px;
}
.pbmit-blog-style-3 .pbmit-meta-date::after{
	left: 100%;
	border-bottom-left-radius: 15px;
}
.pbmit-blog-style-3:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-3 .pbmit-featured-wrapper,
.pbmit-blog-style-3 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.pbmit-blog-style-3 .pbmit-blog-btn-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
}
body.rtl .pbmit-blog-style-3 .pbmit-blog-btn-wrap {
	left: 0;
	right: inherit;
}
.pbmit-blog-style-3 .pbmit-blog-btn-wrap::after,
.pbmit-blog-style-3 .pbmit-blog-btn-wrap::before {
	content: "";
	position: absolute;
	top: -29px;
	right: 0;
	height: 30px;
	width: 30px;
	border-radius: 0 0 20px 0;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
	box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbmit-blog-style-3 .pbmit-blog-btn-wrap::after {
	top: inherit;
	bottom: 0;
	left: -29px;
	right: 0;
}
.pbmit-blog-style-3 .pbmit-blog-btn-inner {
	border-radius: 30px 0 0 0;
	padding: 10px 0 0 10px;
	background-color: var(--pbmit-white-color);
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.pbmit-blog-style-3 .pbmit-blog-btn {
	min-width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-blackish-color);
	border: 1px solid #e5e5e5;
}
.pbmit-blog-style-3 .pbmit-blog-btn .pbmit-button-icon-wrapper {
	margin: 0;
}

.pbmit-testimonial-style-1 .pbminfotech-box-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
	width: 70px;
	height: 70px;
	border-radius: 100%;
}
.pbmit-testimonial-style-1 .pbminfotech-box-author{
	display: inline-flex;
	align-items: center;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper{
	margin-right: 20px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc {
	position: relative;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc::before {
	font-family: "pbminfotech-base-icons";
	content: "\e865";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
	font-size: 24px;
  line-height: 36px;
  margin: 0;
  padding: 60px 0 40px 0;
  border: 0;
	font-weight: 600;
  color: var(--pbmit-blackish-color);
}

.pbmit-testimonial-style-2 .pbminfotech-post-item {
	position: relative;
	padding: 70px 70px 50px 70px;
	border-radius: 30px;
	background-color: rgba(var(--pbmit-light-bg-color-rgb), 0.1);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .15);
}
.pbmit-testimonial-style-2 .pbminfotech-box-title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img{
	width: 70px;
	height: auto;
	border-radius: 100%;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
	border-radius: 50px 50px 0 0px;
	padding: 8px 8px 0 8px;
	background-color: var(--pbmit-white-color);
	border: 1px solid #e5e5e5;
	border-bottom: none;
	position: relative;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper::before,
.pbmit-testimonial-style-2 .pbmit-featured-wrapper::after {
	content: "";
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 20px;
	border: 1px solid #e5e5e5;
	border-top: none;
  background-color: transparent;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper::before {
	border-radius: 0 0 30px 0;
	border-left: 0;
	right: 100%;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper::after {
	border-radius: 0px 0px 0px 30px;
	border-right: 0;
	left: 100%;
}
.pbmit-testimonial-style-2 .pbmit-featured-img-wrapper{
	display: inline;
	position: absolute;
	bottom: -1px;
	right: 55px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-desc {
	position: relative;
}
.pbmit-testimonial-style-2 .pbminfotech-box-desc::before {
	font-family: "pbminfotech-base-icons";
	content: "\e865";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-text{
	font-size: 24px;
  line-height: 36px;
  margin: 0;
  padding: 60px 0 40px 0;
  border: 0;
	font-weight: 600;
  color: var(--pbmit-blackish-color);
}
blockquote p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.site-title {
  margin: 0;
  padding: 0;
  display: flex;
	align-items: center;
  vertical-align: middle;
  text-align: center;
  width: 100%;
	height: 100px;
	transition: none;
  line-height: inherit;
}
.site-title a {
  display: flex;
  align-items: center;
	line-height: inherit;
}
.pbmit-header-overlay{
	position: absolute;
	z-index: 2;
	width: 100%;
}
.pbmit-button-box .pbmit-header-button a {
  display: inline-block;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0;
  color: rgba(0, 24, 55, 1);
}
.pbmit-button-box .pbmit-header-button a::before {
  content: "\e85d";
  font-family: "pbminfotech-base-icons";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  font-weight: 400;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -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%);
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-button-box .pbmit-header-button a span {
  display: block;
}
.pbmit-button-box .pbmit-header-button a:hover{
	color: #e31e24;
}
.pbmit-button-box .pbmit-header-button a:hover:before{
	background-color: #e31e24;
}
.header-style-1 .pbmit-header-search-btn{
	padding: 0 30px;
}
.pbmit-header-search-btn a{
	font-size: 22px;
}
.header-style-1 .sticky-header{
	top: 0 !important;
	background-color: var(--pbmit-light-color);
}

.header-style-2 .pbmit-header-overlay{
	position: relative;
}
.header-style-2 .site-header-menu-wrapper{
	position: absolute;
	width: 100%;
	z-index: 2;
}
.header-style-2 .site-branding .site-title{
	height: 110px;
	line-height: 110px;
}
.header-style-2 .pbmit-button-box .pbmit-header-button a,
.header-style-2 .pbmit-header-search-btn a{
	color: var(--pbmit-white-color);
}
.header-style-2 .pbmit-button-box-second{
	padding-left: 30px;
}
.header-style-2 .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.header-style-2 .site-branding .sticky-logo-img,
.header-style-2 .sticky-header .site-branding .logo-img{
	display: none;
}
.header-style-2 .sticky-header .site-branding .sticky-logo-img{
	display: block;
}
.header-style-2 .site-header-menu.sticky-header{
	padding: 0;
}
.header-style-2 .sticky-header .pbmit-button-box .pbmit-header-button a{
	color: var(--pbmit-blackish-color);
}

.header-style-3 .pbmit-contact-info{
	font-size: 14px;
}
.pbmit-pre-header-left .pbmit-contact-info li {
  padding-right: 12px;
}
.header-style-3 .pbmit-contact-info li:first-child {
  padding-left: 0;
}
.header-style-3 .pbmit-contact-info li i {
  font-size: 18px;
  margin-right: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: var(--pbmit-global-color);
}
.header-style-3 .pbmit-social-links li:not(:last-child){
	padding-right: 15px;
}
.header-style-3.site-header .pbmit-social-links li a{
	color: var(--pbmit-blackish-color);
}
.header-style-3.site-header .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}

.header-style-4 .site-header-menu:not(.sticky-header) .site-branding .pbmit-sticky-logo{
	display: none;
}
.header-style-4 .site-header-menu:not(.sticky-header) .pbmit-header-search-btn a{
	color: var(--pbmit-white-color);
}
.header-style-4 .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.header-style-4 .pbmit-top-left-corner {
  top: 0;
  left: -30px;
}
.header-style-4 .pbmit-bottom-right-corner {
  bottom: -30px;
  right: 0;
}
.header-style-4 .sticky-header .pbmit-sticky-corner{
	display: none;
}
.header-style-4 .pbmit-sticky-corner svg path{
	fill: var(--pbmit-white-color);
}
.header-style-4 .site-header-menu.sticky-header .site-branding .logo-img{
	display: none;
}

.header-style-5 .pbmit-header-search-btn{
	margin-right: 30px;
}

.site-footer{
	font-size: 14px;
	position: relative;
	margin: 0 40px;
  padding-top: 0px;
  border-radius: 30px;
	background-image: url(../images/bg/footer-bg-img.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  background-attachment: scroll;
	color: var(--pbmit-white-color);
	overflow: hidden;
}
.site-footer .pbmit-footer-big-area .pbmit-footer-logo img{
  max-height: 80px;
}
.site-footer .pbmit-footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), .15);
}
.site-footer .pbmit-footer-newsletter .pbmit-footer-news-title {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  padding-right: 80px;
  font-weight: 600;
	color: var(--pbmit-white-color);
}
.site-footer .pbmit-footer-newsletter .pbmit-news-wrap {
  position: relative;
  flex: 1;
}
.site-footer .pbmit-footer-newsletter input[type="email"] {
  height: 65px;
  padding-right: 220px;
  padding-left: 38px;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
  border-radius: 40px;
  border: 0;
	margin-bottom: 0;
}
.site-footer .pbmit-footer-newsletter input::placeholder{
	color: rgba(var(--pbmit-blackish-color-rgb) ,.9);
}
.site-footer .pbmit-footer-newsletter .pbmit-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
  padding: 13px 35px;
  border-radius: 40px;
  margin-right: -2px;
}
.site-footer .pbmit-footer-widget-area{
  padding-bottom: 50px;
}	
.site-footer .widget{
  position: relative;
  padding-top: 65px;
}
.pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li{
  margin: 0 5px 5px 0;
}
.pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a {
  padding: 8px;
  color: #006cb5;
  font-size: 15px;
  background: #fff;
  border-radius: 25%;
  display: inline-block;
}
.pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a:hover {
  color: #fff;
  background: #e31e24;
}
.site-footer .pbmit-timelist-list .pbmit-timelist-time i {
  padding-right: 2px;
}
.pbmit-footer-widget-area .widget .widget-title {
  font-size: 18px;
  line-height: 26px;
	margin-bottom: 20px;
  letter-spacing: 0px;
  color: var(--pbmit-white-color);
  text-transform: capitalize;
  font-style: normal;
}
.site-footer .pbmit-two-column-menu.widget ul {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .pbmit-two-column-menu.widget ul>li {
  width: 50%;
	line-height: 20px;
	padding: 0 0 10px 0;
}
.site-footer .pbmit-two-column-menu.widget ul>li:last-child{
	padding-bottom: 0;
}
.site-footer .pbmit-two-column-menu.widget ul li a,
.site-footer .pbmit-timelist-list .pbmit-timelist-time{
	color: #fff;
  font-size: 16px;
}
.site-footer .pbmit-two-column-menu.widget ul li a:hover{
	color: #e31e24;
}
.site-footer .pbmit-timelist-list li{
	padding: 0 0 10px 0;
	line-height: 20px;
}
.site-footer .pbmit-timelist-list li:last-child{
	padding-bottom: 0;
}
.site-footer .pbmit-contact-widget-lines {
  display: grid;
}
.pbmit-contact-widget-lines i {
  /*padding-right: 5px;*/
}
.textwidget.text-link i {
  font-size: 12px;
  margin-right: 3px;
}
.site-footer .pbmit-contact-widget-line:not(:last-child) {
  position: relative;
  margin-bottom: 15px;
}
.site-footer .pbmit-timelist-list .pbmit-timelist-time{
	font-weight: 400;
	font-size: 16px;
}
.site-footer .pbmit-footer-text-area>.container{
	position: relative;
}
.site-footer .pbmit-footer-text-inner{
	text-align: center;
	font-size: 14px;
	padding: 20px 35px;
  border-radius: 30px 30px 0 0;
  background-color: var(--pbmit-white-color);
}
.site-footer .pbmit-footer-text-inner:before,
.site-footer .pbmit-footer-text-inner:after{
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.site-footer .pbmit-footer-text-inner::before {
  left: -8px;
  border-bottom-right-radius: 20px;
}
.site-footer .pbmit-footer-text-inner:after{
	right: -8px;
  border-bottom-left-radius: 20px;
}
.site-footer .pbmit-footer-copyright-text-area{
	color: #565656;
}

.pbmit-title-bar-wrapper{
	background-color: var(--pbmit-light-color);
	background-image: url(../images/bg/titlebar-bg.jpg);
	background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  background-attachment: scroll;
	position: relative;
  z-index: 2;
	padding-top: 0px;
}
.pbmit-title-bar-wrapper,
.pbmit-title-bar-content{
	min-height: 350px;
}
.pbmit-title-bar-content{
	position: relative;
  z-index: 1;
  padding: 0px 0;
	display: flex;
  align-items: center;
}
.pbmit-title-bar-content-inner{
	width: 100%;
}
.pbmit-title-bar-content .pbmit-tbar,
.pbmit-title-bar-content .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-content .pbmit-tbar-inner{
	max-width: none;
  padding: 0;
	margin-bottom: 15px;
}
.pbmit-tbar-title {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0px;
  font-style: normal;
  text-transform: uppercase;
  color: var(--pbmit-secondary-color);
}
.single-post .pbmit-title-bar-content-inner{
	width: 60%;
}
.single-post .pbmit-title-bar-content .pbmit-tbar-title{
	font-size: 50px;
  line-height: 60px;
	margin-bottom: 0;
}
.pbmit-breadcrumb,
.pbmit-breadcrumb a{
	font-weight: 500;
	font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #565656;
  text-transform: uppercase;
  font-style: normal;
}
.pbmit-breadcrumb a:hover{
	color: #e31e24;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner {
  padding-left: 5px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner .sep{
  font-size: 15px;
	padding: 0 2px;
  position: relative;
}

.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; 
}

.accordion-item{
	border: none ;
	position: relative;
	margin-bottom: 20px;
	background-color: transparent;
	color: inherit;
  border-bottom: none;
	box-shadow: none;
}
.accordion-button {
  position: relative;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600 !important;
  border-radius: 15px !important;
  padding: 18px 70px 18px 20px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--pbmit-white-color);
  background-color: #006cb5;
  font-family: var(--pbmit-heading-typography-font-family);
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #e42127;
  border: 1px solid #e42127;
  color: var(--pbmit-white-color);
  border-radius: 15px 15px 0px 0px !important;
}
.accordion-item .pbmit-accordion-icon{
	max-width: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  background: var(--pbmit-white-color);
  border-radius: 50%;
  position: absolute;
  color: var(--pbmit-global-color);
  order: 2;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
  left: auto;
}
.accordion-item .pbmit-accordion-icon-right{
	float: right;
  text-align: right;
}
.accordion-item.active .pbmit-accordion-icon-closed {
  display: none;
}
.accordion-item .pbmit-accordion-icon-closed {
  display: block;
}
.accordion-item.active .pbmit-accordion-icon-opened {
  display: block;
}
.accordion-item .pbmit-accordion-icon-opened {
  display: none;
}
.accordion-button::after{
	display: none;
}
.accordion-button:focus{
	box-shadow: none;
}
.pbmit-accordion-title{
	color: inherit;
}
.accordion-body {
  border: 1px solid #006cb5;
  border-top: none !important;
  padding: 10px 10px 15px 10px;
  border-radius: 0px 0px 15px 15px;
}
.pbmit-bg-color-light .accordion-button{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .accordion-item .pbmit-accordion-icon{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

.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 
}

.list-group-borderless .list-group-item {
	display: flex;
  font-size: inherit;
	align-items: center;
	padding: 0;
	margin-bottom: 0px;
	color: var(--pbmit-blackish-color);
  position: relative;
  border: none;
  background: transparent;
}
.list-group .pbmit-icon-list-icon{
	color: var(--pbmit-blackish-color);
	display: flex;
  position: relative;
	top: (0 , initial);
	line-height: normal;
	transition: all .25s ease-in-out;
}
.list-group .pbmit-icon-list-icon i{
  width: 1.25em;
  color: var(--pbmit-global-color);
	font-size: 18px;
	transition: color 0.3s;
}
.list-group .pbmit-icon-list-text{
	font-size: 16px;
	line-height: 30px;
	padding-left: 5px;
  margin-bottom: 0;
  align-self: center;
  font-weight: 800;
  transition: color 0.3s;
	color: var(--pbmit-blackish-color);
}
.list-group-borderless .list-group-item:not(:last-child){
	padding-bottom: calc(20px/2);
}
.list-group-borderless .list-group-item:not(:first-child){
	margin-top: calc(0px/2);
}
.list-group-style-1 .pbmit-icon-list-icon i{
	font-size: 30px;
	color: var(--pbmit-blackish-color);
}
.list-group-style-1 .list-group-item:not(:last-child){
	padding-bottom: 0;
}
.list-group-style-1 .list-group-item{
	margin-bottom: 10px;
}

.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-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.9);
}
.swiper-slide-active .transform-center {
	opacity: 1;
	transform: scale(1);
}
.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 .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 .swiper-slider{
	padding-bottom: 0 !important;
}
.pbmit-slider-area .pbmit-sub-title{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: max-content;
	margin-bottom: 20px;
	font-weight: 600;
	opacity: 0;
	font-family: var(--pbmit-body-typography-font-family);
	color: var(--pbmit-white-color);
}
.pbmit-slider-area .pbmit-slider-content .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-slider-one{
	margin-top: 0px;
	border-radius: 30px;
	overflow: hidden;
}
.pbmit-slider-one .pbmit-slider-item{
	position: relative;
	display: flex;
	align-items: center;
	height: 600px;
}
.pbmit-slider-one .pbmit-slider-item:before{
	content: "";
	position: absolute;
	width: 80%;
	height: 100%;
	transform-origin: 50% 50%;
	background: linear-gradient(90deg, rgba(9, 4, 45, 0.9) 0%, rgba(28, 16, 104, 0) 100%);
}
.pbmit-slider-one .pbmit-sub-title::before,
.pbmit-slider-three .pbmit-sub-title::before{
	content: "";
  height: 105%;
  width: 100%;
  background: var(--pbmit-white-color);
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
	opacity: 0;
}
.pbmit-slider-one .swiper-slide-active .pbmit-sub-title::before,
.pbmit-slider-three .swiper-slide-active .pbmit-sub-title::before{
	opacity: 1;
	animation: anime 1.2s 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@keyframes anime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	
	50% {
		transform-origin: left;
		transform: scaleX(1);
	}
	51% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}
.pbmit-slider-area .swiper-slide-active .pbmit-sub-title{
	opacity: 1;
	transition-duration: .5s;
}
.pbmit-slider-one .pbmit-slider-content .pbmit-title{
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 25px;
}
.pbmit-slider-one .pbmit-slider-content .pbmit-desc{
	font-size: 18px;
	line-height: 24px;
	padding-top: 20px;
	max-width: fit-content;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--pbmit-white-color);
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets{
	left: auto;
	width: 50px;
	height: 132px;
	right: 20px;
	top: 50%;
	display: block;
	border-radius: 30px 0 0 30px;
	background-color: var(--pbmit-light-color);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets::before,
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets::after{
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets::before{
	right: 0;
	left: initial;
	top: -40px;
	border-bottom-right-radius: 20px;
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets::after{
	right: 10px;
  bottom: -30px;
  left: initial;
  border-bottom-right-radius: 20px;
  transform: rotate(-90deg);
}
.pbmit-slider-one .swiper-pagination-bullet{
	top: 25px;
	left: 25px;
}
.pbmit-slider-two .pbmit-slider-item{
	padding: 280px 0 200px 0;
	background-color: rgba(0, 24, 55, 0.4);
}
.pbmit-slider-two .pbmit-sub-title,
.pbmit-slider-four .pbmit-sub-title{
	display: inline-block;
}
.pbmit-slider-two .pbmit-sub-title:before,
.pbmit-slider-four .pbmit-sub-title:before{
	content: "";
  height: 105%;
  width: 100%;
  background: var(--pbmit-white-color);
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
}
.pbmit-slider-two .swiper-slide-active .pbmit-sub-title::before,
.pbmit-slider-four .swiper-slide-active .pbmit-sub-title::before{
	opacity: 1;
	animation: anime1 1.2s 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@keyframes anime1 {
	0% {
		transform-origin: top;
		transform: scaleY(0);
	}
	
	50% {
		transform-origin: top;
		transform: scaleY(1);
	}
	51% {
		transform-origin: bottom;
	}
	100% {
		transform-origin: bottom;
		transform: scaleY(0);
	}
}
.pbmit-slider-two .pbmit-slider-content .pbmit-title{
	font-size: 120px;
	line-height: 120px;
	text-transform: uppercase;
}
.pbmit-slider-two .pbmit-slider-content .pbmit-title-small{
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 30px;
	color: var(--pbmit-white-color);
}
.pbmit-slider-two .pbmit-slider-content .pbmit-btn-white:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-slider-two .swiper-button-next,
.pbmit-slider-two .swiper-button-prev{
	position: absolute;
	color: var(--pbmit-blackish-color) !important;
	background-color: transparent !important;
	width: 60px;
}
.pbmit-slider-two .swiper-button-prev{
	left: -10px;
	top: 50%;
	transform: translateX(0%) translateY(-50%);
}
.pbmit-slider-two .swiper-button-next{
	right: -10px;
}
.pbmit-slider-two .swiper-button-prev:before{
	content: '';
  position: absolute;
  width: 49px;
  height: 119px;
  top: -30px;
  left: 10px;
	bottom: -1px;
  z-index: -3;
  background-color: var(--pbmit-light-color);
  -webkit-mask: url(../images/banner-slider-img/slider-left-arrow-before.png) no-repeat;
  mask: url(../images/banner-slider-img/slider-left-arrow-before.png) no-repeat;
}
.pbmit-slider-two .swiper-button-next:before{
	content: '';
  position: absolute;
  width: 49px;
  height: 119px;
  top: -38px;
  right: 10px;
  z-index: -3;
  background-color: var(--pbmit-light-color);
  -webkit-mask: url(../images/banner-slider-img/slider-right-arrow-before.png) no-repeat;
  mask: url(../images/banner-slider-img/slider-right-arrow-before.png) no-repeat;
}
.pbmit-slider-two .swiper-button-prev:after{
	content: '\e81e';
}
.pbmit-slider-three .pbmit-slider-item{
	position: relative;
	display: flex;
	align-items: center;
	height: 780px;
}
.pbmit-slider-three .pbmit-slider-item:before{
	content: "";
	width: 80%;
	height: 100%;
	position: absolute;
	left: auto;
	right: 0;
	background: linear-gradient(90deg, rgba(9, 4, 45, 0) 0%, rgba(28, 16, 104, 0.9) 100%);
}
.pbmit-slider-three .pbmit-slider-content .pbmit-title{
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 40px;
}
.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets{
	width: 130px;
	height: 50px;
	left: auto;
	right: 50px;
	bottom: 0;
	background-color: var(--pbmit-white-color);
	border-radius: 30px 30px 0 0;
}
.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets:before,
.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets:after{
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}	
.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets:before{
	right: 100%;
  border-bottom-right-radius: 20px;
}
.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets:after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-slider-three .swiper-pagination-bullet{
	margin: 0 7px !important;
}
.pbmit-slider-four .pbmit-slider-item{
	padding: 330px 0 220px 0;
	background-color: rgba(0, 24, 55, 0.4);
}
.pbmit-slider-four .pbmit-slider-content .pbmit-title{
	font-size: 75px;
	line-height: 75px;
	margin-bottom: 30px;
}
.pbmit-slider-four .swiper-pagination{
	width: 130px;
	height: 50px;
	bottom: 0 !important;
	background-color: var(--pbmit-white-color);
	border-radius: 30px 30px 0 0;
	transform: translate(150px, 0px);
}
.pbmit-slider-four .swiper-pagination:before,
.pbmit-slider-four .swiper-pagination:after{
	content: ' ';
  position: absolute;
  bottom: 0;
  height: 40px !important;
  width: 20px !important;
	background: transparent;
  padding: 10px;
  box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-slider-four .swiper-pagination:before{
	right: 100%;
  border-bottom-right-radius: 20px;
}
.pbmit-slider-four .swiper-pagination:after{
	left: 100%;
  border-bottom-left-radius: 20px;
}
.pbmit-slider-four .swiper-pagination .swiper-pagination-bullet{
	margin: 0 7px !important;
}

.pbmit-hide{
	display: none;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
}
.pbmit-client-wrapper {
  position: relative;
  text-align: center;
  z-index: 1;
  height: -webkit-max-content;
  display: inline-block;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	transition: all .4s ease-in;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}
.pbmit-client-style-2{
	margin-bottom: 30px;
}
.pbmit-client-style-2 .pbmit-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px 10px;
	border-radius: 30px;
	background-color: var(--pbmit-light-color);
}
.pbmit-client-style-2 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
}
.pbmit-client-style-2 .pbmit-border-wrapper{
	transition: all .4s ease-in;
}
.pbmit-client-style-2 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-2 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-2 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-2:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-2:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}
.pbmit-bg-color-light .pbmit-client-style-2 .pbmit-border-wrapper {
	background-color: var(--pbmit-white-color);
}

.pbmit-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.pbmit-sortable-list-ul li {
	display: inline-block;
}
.pbmit-sortable-list-ul li:before {
	content: ' ';
	margin: 0 10px;
}
.pbmit-sortable-list-ul li:first-child:before {
	display: none;
}
.pbmit-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	font-weight: 500;
	min-width: 100px;
	border-radius: 20px;
}
.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

.pbmit-animation-style1,
.pbmit-animation-style2{
	display: inline-block;
  position: relative;
  overflow: hidden;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform;
}
.pbmit-animation-style1 img,
.pbmit-animation-style2 img{
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(0.5,0.5,0,1);
}

.pbmit-marquee-effect-style-1 .pbmit-element-title{
	font-size:90px;
	line-height: 120px;
	position: relative;
	overflow: visible;
	display: flex;
	overflow: visible;
	text-shadow: 1px 1px 0 rgb(25 25 25 / 56%), -1px -1px 0 rgb(44 46 47 / 37%), 1px -1px 0 rgb(90 91 92 / 42%), -1px 1px 0 rgb(62 65 70 / 49%), 1px 1px 0 rgb(71 72 73 / 57%);
	-webkit-text-fill-color: var(--pbmit-white-color);
	-webkit-text-stroke-width: 0;
	color: transparent;
	letter-spacing: -1px;
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover{
	text-shadow: 1px 1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), -1px -1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), 1px -1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), -1px 1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), 1px 1px 0 rgba(var(--pbmit-global-color-rgb) ,.2);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: #e31e24;
	-webkit-text-stroke: transparent;
	max-width: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover::before{
	max-width: 100%;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
	padding-left: 100px;
	margin-left: 50px;
	position: relative;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	content: '\e804';
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	left: -5px;
	top: 50%;
	font-size: 60px;
	line-height: 60px;
	transform: translateY(-50%);
	color: #e31e24;
}

.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box {
	padding: 60px 40px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background-color: var(--pbmit-light-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-feature-wrap {
	position: absolute;
	top: 0;
	right: 0;
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text{
	width: max-content;
	padding: 10px 30px;
	border-radius: 0 0 0 20px;
	font-size: 15px;
	line-height: 15px;
	position: relative;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap {
	padding-bottom: 35px;
	margin-bottom: 40px;
	position: relative;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: var(--pbmit-global-color);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:hover .pbmit-head-wrap::before {
	width: 100%;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-heading {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-w {
	display: flex;
  align-items: flex-start;
  color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-wrapper {
	display: inline-flex;
	align-items: flex-end;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-symbol {
	font-size: 36px;
	line-height: 46px;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-price {
  font-size: 72px;
  line-height: 72px;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-frequency {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	font-weight: 600;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-frequency::before {
	content: '/';
	padding-right: 5px;
	display: inline-block;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line{
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	color: #565656;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line:last-child{
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line i{
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 6px;
	transform: rotate(15deg);
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line i:before{
	font-weight: bold;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line svg{
	width: 20px;
	height: 20px;
	fill: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines {
	padding-bottom: 60px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn {
	display: inline-table;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px 15px 0 15px;
	border-radius: 30px 30px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after,
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before {
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
	box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before {
	right: 100%;
  border-bottom-right-radius: 15px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after{
	left: 100%;
	border-bottom-left-radius: 15px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn a {
	display: inline-block;
	padding: 19px 30px 17px 30px;
	border-radius: 50px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a {
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	background-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.15);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading {
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-frequency {
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line i {
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg>*,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg {
	fill: var(--pbmit-global-color);
	stroke: var(--pbmit-global-color);
}
.pbmit-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-pricing-table-box {
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-price-btn {
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after,
.pbmit-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before {
	box-shadow: 0 15px 0 0 var(--pbmit-light-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-box {
	padding: 60px 40px 45px 40px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-pricing-table-box {
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-col {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 30px 0;
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-inner {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-feature-wrap {
	position: absolute;
	top: 0;
	right: 0;
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text{
	width: max-content;
	padding: 10px 30px;
	border-radius: 0 0 0 20px;
	font-size: 15px;
	line-height: 15px;
	color: var(--pbmit-white-color);
	background: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-head-wrap {
	padding-right: 45px;
	margin-right: 35px;
	position: relative;
	border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbminfotech-ele-ptable-style-3 .pbmit-head-wrap::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 0;
	right: -1px;
	top: 0;
	background-color: var(--pbmit-global-color);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-col:hover .pbmit-head-wrap::before {
	height: 100%;
}
.pbminfotech-ele-ptable-style-3 .pbminfotech-ptable-heading {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-price-w {
	display: flex;
	align-items: flex-start;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-price-wrapper {
	display: inline-flex;
	align-items: flex-end;
}
.pbminfotech-ele-ptable-style-3 .pbminfotech-ptable-symbol {
	font-size: 36px;
	line-height: 46px;
}
.pbminfotech-ele-ptable-style-3 .pbminfotech-ptable-price {
	font-size: 72px;
	line-height: 72px;
}
.pbminfotech-ele-ptable-style-3 .pbminfotech-ptable-frequency {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	font-weight: 600;
	display: flex;
}
.pbminfotech-ele-ptable-style-3 .pbminfotech-ptable-frequency::before {
	content: '/';
	padding-right: 5px;
	display: inline-block;
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-line{
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	color: #565656;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-line:last-child{
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-line i{
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 7px;
	transform: rotate(8deg);
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-line i:before{
	font-weight: bold;
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-line svg{
	width: 20px;
	height: 20px;
	fill: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-lines {
	display: flex;
	flex-wrap: wrap;
}
.pbminfotech-ele-ptable-style-3 .pbmit-ptable-lines .pbmit-ptable-line {
	width: 50%;
}
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn {
	display: inline-flex;
	position: absolute;
	bottom: -1px;
	right: 40px;
}
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn a::after,
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn a::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 15px 0 0 var(--pbmit-light-color);
	transition: all .4s ease-in;
}
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn a::before {
	right: 100%;
	border-bottom-right-radius: 15px;
}
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn a::after{
	left: 100%;
	border-bottom-left-radius: 15px;
}
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn a {
	padding: 19px 40px 17px 40px;
	border-radius: 30px 30px 0 0;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn a:hover::after,
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn a:hover::before {
	box-shadow: 0 15px 0 0 var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-price-btn a svg path{
	stroke: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-price-btn a {
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	background-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-price-btn a::before,
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-price-btn a::after {
	box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover::before,
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover::after {
	box-shadow: 0 15px 0 0 var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-head-wrap {
	border-color: rgba(var(--pbmit-white-color-rgb), 0.5);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-head-wrap::before {
	background-color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-ptable-line,
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-ptable-price-w {
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbminfotech-ptable-frequency {
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-ptable-line i {
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg>*,
.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg {
	fill: var(--pbmit-secondary-color);
	stroke: var(--pbmit-secondary-color);
}

.pbmit-portfolio-style-1{
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content{
	position: relative;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content{
	padding: 20px 20px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content::before,
.pbmit-portfolio-style-1 .pbminfotech-box-content::after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content::before {
	top: -20px;
	bottom: initial;
	border-bottom-left-radius: 20px;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content::after {
	right: 0;
	border-bottom-left-radius: 20px;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox {
	padding: 20px;
	-webkit-border-radius: 0 30px 0 0;
	border-radius: 0 30px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-port-cat a, .pbmit-serv-cat a {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #565656;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-1 .pbminfotech-image-wapper {
	position: relative;
	z-index: 0;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img{
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	border-radius: 30px;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-1 .pbmit-element-inner .swiper-wrapper{
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-element-posts-wrapper .pbmit-portfolio-style-1{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.pbmit-portfolio-style-2 .pbminfotech-post-content{
	position: relative;
	text-align: center;
	overflow: visible;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	margin-top: 5px;
	text-transform: uppercase;
}
.pbmit-element-portfolio-style-2 .swiper-slider{
	overflow: visible;
}
.pbmit-portfolio-style-2 .pbmit-featured-img-wrapper img{
	width: 100%;
	border-radius: 30px;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 30px;
	padding: 30px;	
	opacity: 0;
	max-width: 300px;
	word-break: break-word;
	-webkit-transition: clip-path 0.4s ease-out;
	transition: clip-path 0.4s ease-out;
	overflow: hidden;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
}
.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-cat {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 20px 5px 20px;
	border-radius: 10px 10px 0 0;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-cat::after {
	content: '';
	position: absolute;
	background-color: transparent;
	bottom: 0px;
	right: -10px;
	height: 30px;
	width: 10px;
	z-index: -1;
	border-bottom-left-radius: 10px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-title {
	font-size: 22px;
	line-height: 28px;
	width: 260px;
	word-wrap: break-word;
	margin-bottom: 0;
	padding: 5px 20px 10px 20px;
	border-radius: 0 10px 10px 10px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-title{	
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03); 
	transform: scale(1.03);
}

.pbmit-portfolio-style-3 .pbminfotech-post-content {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.pbmit-portfolio-style-3 .pbminfotech-box-content {
	opacity: 0;
	transition: all .2s;
	transform: scale(0.9);
	max-width: unset;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 30px;
	border-radius: 30px;
	background: rgba(var(--pbmit-blackish-color-rgb),.8);
	will-change: opacity;
}
.pbmit-portfolio-style-3:hover .pbminfotech-box-content {
	opacity: 1;
	transition: all .2s;
	transform: scale(1);
}
.pbmit-portfolio-style-3 .pbmit-port-cat,
.pbmit-portfolio-style-3 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
	font-size: 14px;
}
.pbmit-portfolio-style-3 .pbmit-title:hover,
.pbmit-portfolio-style-3 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title a,
.pbmit-portfolio-style-3 .pbmit-portfolio-title {
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-white-color);
	margin-bottom: 0;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper img {
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-portfolio-style-3:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn{
	-webkit-transform: scale(0) rotate(-45deg);
	-moz-transform: scale(0) rotate(-45deg);
	-ms-transform: scale(0) rotate(-45deg);
	-o-transform: scale(0) rotate(-45deg);
	transform: scale(0) rotate(-45deg);
}
.pbmit-portfolio-style-3:hover .pbmit-portfolio-btn{
	-webkit-transform: scale(1) rotate(-45deg);
	-moz-transform: scale(1) rotate(-45deg);
	-ms-transform: scale(1)rotate(-45deg);
	-o-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn i{
	font-size:30px;
	line-height:30px;
	color: var(--pbmit-global-color);
	z-index: 1;
	position: relative;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn a:hover i{
	color: var(--pbmit-white-color);
}

.pbmit-static-box-style-1 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-static-box-style-1 .pbmit-title-wrapper {
	position: relative;
	z-index: 0;
}
.pbmit-static-box-style-1 .pbminfotech-post-item img {
	width: 100%;
	border-radius: 30px;
	transition: all .3s ease-out;
}
.pbmit-static-box-style-1:hover .pbminfotech-post-item img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-static-box-style-1 .pbmit-staticbox-wraper {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 15%;
	bottom: 0;
	text-align: center;
	padding: 15px 0px 15px 0px;
	border-radius: 25px 25px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-static-box-style-1 .pbmit-staticbox-wraper::after,
.pbmit-static-box-style-1 .pbmit-staticbox-wraper::before {
	content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-static-box-style-1 .pbmit-staticbox-wraper::before {
	right: 100%;
  border-bottom-right-radius: 20px;
}
.pbmit-static-box-style-1 .pbmit-staticbox-wraper::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-static-box-style-1 .pbmit-staticbox-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-static-box-style-1 .pbmit-staticbox-title a .pbmit-button-icon-wrapper {
	display: none;
}
.pbminfotech-gap-40px .pbmit-static-box-style-1{
	padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}

#pbmit-portfolio-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-portfolio-cursor:before,
.pbmit-cursor:before {
	content: "";
	position: absolute;
	top: -24px;
	left: -24px;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	background: var(--pbmit-blackish-color);
	-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-tooltip-content,
.pbmit-cursor-text {
	position: absolute;
	top: -15px;
	left: -16px;
	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: 12px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	-webkit-transition: clip-path 0.4s ease-out;
  transition: clip-path 0.4s ease-out;
  overflow: hidden;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
}
#pbmit-portfolio-cursor.active .pbmit-tooltip-content,
.active .pbmit-cursor-text {
	opacity: 1;
	overflow: visible;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}
.pbmit-cursor-text .pbmit-base-icon-right-arrow-1{
	font-size: 22px;
}
@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.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
}
.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-portfolio-cursor .pbmit-tooltip-content,
.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-portfolio-cursor .pbmit-cat,
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-cat {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 20px 5px 20px;
	border-radius: 10px 10px 0 0;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
#pbmit-portfolio-cursor .pbmit-cat::after,
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-cat::after {
	content: '';
	position: absolute;
	background-color: transparent;
	bottom: 0px;
	right: -10px;
	height: 30px;
	width: 10px;
	z-index: -1;
	border-bottom-left-radius: 10px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
#pbmit-portfolio-cursor .pbmit-cat a,
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-cat a {
	color: var(--pbmit-blackish-color);
}
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
#pbmit-portfolio-cursor .pbmit-title,
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-title {
	font-size: 22px;
	line-height: 28px;
	width: 260px;
	word-wrap: break-word;
	margin-bottom: 0;
	padding: 5px 20px 10px 20px;
	border-radius: 0 10px 10px 10px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.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(--pbmit-global-color);
}
.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(--pbmit-secondary-color);
}
.pbmit-cursor.light-color:before {
	background: var(--pbmit-light-color);
}
.pbmit-cursor.transparent-color:before {
	background: transparent;
}
.-color-green {
	color: #51c67d;
}
.pbmit-cursor-disable .pbmit-cursor.-visible:before {
	-webkit-transform: scale(.0);
	-moz-transform: scale(.0);
	-ms-transform: scale(.0);
	-o-transform: scale(.0);
	transform: scale(.0);
}
.pbmit-cursor-disable .pbmit-cursor.-text:before {
	opacity: 1;
	-webkit-transform: scale(1.7)!important;
	-moz-transform: scale(1.7)!important;
	-ms-transform: scale(1.7)!important;
	-o-transform: scale(1.7)!important;
	transform: scale(1.7)!important;
}
.pbmit-cursor-disable .pbmit-cursor.pbmit-time-cur.pbmit-cursor .pbmit-cursor-text {
	opacity: 1;
	visibility: visible;
}

.progressbar{
  margin-bottom: 20px;
  overflow: hidden;
}
.progressbar .progress-label{
  color: var(--pbmit-blackish-color);
  display: inline-block;
	position: relative;
	top: -15px;
  font-size: 18px;
  line-height: 18px;
}
.progress{
  position: relative!important;
  line-height: 30px;
	height: 100%;
	border-radius: 16px;
  margin-top: 0;
	overflow: visible;
  background-color: var(--pbmit-light-color);
}
.progress .progress-bar {
  position: relative;
	height: 10px;
  overflow: hidden;
	border-radius: 12px;
  background-color: var(--pbmit-global-color);
}
.progress.progress-percent-bg .progress-percent {
  position: absolute;
  right: 0px;
	left: auto;
  top: -35px;
  font-size: 18px;
	line-height: 18px;
  color: var(--pbmit-blackish-color);
}

body {
  overflow: visible;
  overflow-x: hidden;
}

@media (max-width: 1600px){
	.site-header.header-style-4 .site-navigation{
		padding-left: 20px;
	}
	.site-header.header-style-4 .main-menu .navigation > li{
		padding: 0 24px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-desc{
		padding: 0 30px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper{
		grid-gap: 140px;
	}
}

@media (max-width: 1500px){
	.site-header.header-style-4 .pbmit-main-header-area .container-fluid{
		padding: 0 20px 0 40px;
	}
	.site-header.header-style-4 .site-navigation{
		padding-left: 10px;
	}
	.site-header.header-style-4 .main-menu .navigation > li{
		padding: 0 20px;
	}
	.site-header.header-style-4	.main-menu ul > li.dropdown > a:after{
		right: -24px;
	}
	.header-style-5.site-header .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	.header-style-5.site-header .site-navigation{
		padding-left: 10px;
	}
	.header-style-5 .main-menu .navigation > li{
		padding: 0 20px;
	}
	.header-style-5 .main-menu ul > li.dropdown > a:after{
		right: -23px;
	}
	.pbmit-service-style-2 .pbmit-content-box {
		bottom: 60px;
	}
	.pbmit-service-style-5 .pbmit-service-description {
		padding-right: 0;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-desc{
		padding: 0;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper{
		grid-gap: 120px;
	}
}

@media (max-width: 1400px){
	.header-style-1.site-header .pbmit-main-header-area{
		margin: 0 30px;
	} 
	.header-style-1.site-header .pbmit-main-header-area .container-fluid{
		padding: 0 20px;
	}
	.site-header.header-style-4 .pbmit-main-header-area .container-fluid{
		padding: 0 10px 0 30px;
	}
	.header-style-4 .pbmit-right-box-button .pbmit-button-box .pbmit-header-button a,
	.header-style-5 .pbmit-right-box-button .pbmit-button-box .pbmit-header-button a{
		font-size: 16px;
    padding-left: 50px;
	}
	.header-style-4 .pbmit-right-box-button .pbmit-button-box .pbmit-header-button a:before,
	.header-style-5 .pbmit-right-box-button .pbmit-button-box .pbmit-header-button a:before{
		font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
	}
	.header-style-4 .pbmit-right-box-button .pbmit-btn,
	.header-style-5 .pbmit-right-box-button .pbmit-btn{
		padding: 13px 20px;
	}
	.pbmit-slider-one .pbmit-slider-content{
		padding-left: 40px;
	}
	.pbmit-slider-area.pbmit-slider-four{
		margin: 10px 10px 0;
	}
	.about-one-content{
		padding: 100px 80px 100px 60px;
	}
	.contact-one-bg .pbmit-appointment-form-inner{
		padding: 40px 40px 80px 40px;
	}
	.testimonial-two-box{
		padding: 100px 140px 100px 100px;
	}
	.pbmit-service-style-3 .pbmit-service-wrap {
		width: 60%;
	}
	.pbmit-service-style-3 .pbmit-service-image-wrapper {
		width: 30%;
	}
	.pbmit-service-style-3 .pbminfotech-box-number {
		font-size: 65px;
		line-height: 65px;
	}
	.pbmit-service-style-3 .pbmit-service-title {
		font-size: 50px;
		line-height: 60px;
	}
	.pbmit-service-style-3 .pbmit-featured-img-wrapper {
		width: 280px;
		height: 280px;
	}
	.about-five-right-box .about-img-bg{
		margin: -65px 0px 0px 20px;
	}
	.service-details .pbmit-entry-content .service-single-img-02{
		padding: 200px 0;
	}
	.site-footer{
		margin: 0;
		border-radius: 30px 30px 0 0;
	}
}

@media (max-width: 1366px){
	.pbmit-slider-two .pbmit-slider-content .pbmit-title{
		font-size: 112px;
		line-height: 112px;
	}
	.pbmit-slider-two .pbmit-slider-content .pbmit-title-small{
		font-size: 56px;
		line-height: 56px;
	}
	.pbmit-slider-three .pbmit-slider-content .pbmit-title{
		font-size: 75px;
		line-height: 75px;
	}
	.pbmit-slider-four .pbmit-slider-content .pbmit-title{
		font-size: 70px;
		line-height: 70px;
	}
	.about-us-sec-one{
		padding: 30px;
	}
	.about-us-one-center-area{
		padding: 30px 20px 20px 20px;
	}
	.ihbox-one-bg{
		background-position: -132px 260px;
	}
	.about-one-left-bg{
		margin: 0px 15px 0px 30px;
	}
	.about-one-content{
		padding: 40px;
		margin: 0px 30px 0px 15px;
	}
	.pricing-one-bg{
		margin: 0 30px;
	}
	.about-two-bg{
		margin-left: 20px;
	}
	.about-two-content{
		padding: 40px 30px 40px 40px;
	}
	.testimonial-two-box{
		padding: 60px 40px 60px 40px;
	}
	.service-sec-three{
		margin: 100px 30px 0 30px;
	}
	.contact-three-bg{
		margin: 0 15px 0 0;
	}
	.contact-three-form{
		margin: 0 0 0 15px;
		padding: 80px 40px 0px 40px;
	}
	.service-sec-four{
		margin: 0;
	}
	.ihbox-four-rightbox{
		padding: 0px 100px 0px 90px;
	}
	.faq-four-area{
		padding: 60px 30px 60px 30px;
	}
	.about-five-leftbox{
		margin: 0px 10px 0px 30px;
		padding: 100px 30px 100px 30px;
	}
	.about-five-leftbox .star-icon-image{
		display: none;
	}
	.about-five-leftbox .pbmit-heading .pbmit-title{
		font-size: 58px;
		line-height: 58px;
	}
	.about-five-right-box{
		margin: 0px 30px 0px 10px;
	}
	.about-five-right-box .pbmit-ihbox-wrap{
		padding: 20px 20px 20px 20px;
	}
	.about-five-right-box .pbmit-ihbox-second-wrap{
		padding: 50px 20px 50px 20px;
	}
	.about-five-right-box .about-img-bg{
		padding: 165px 0;
		margin: -55px 0px 0px 20px;
	}
	.service-five-bg{
		padding-left: 30px;
	}
	.appointment-five-left-box{
		margin: 0px 15px 0px 30px;
		padding: 60px 30px 60px 30px;
	}
	.appointment-five-right-col .wrapper{
		margin: 0px 30px 0px 15px;
	}
	.pbmit-team-style-2 .pbmit-featured-wrapper img {
		width: 280px;
	}
	.pbmit-team-style-2 .pbmit-team-title {
		font-size: 36px;
		line-height: 36px;
	}
	.pbmit-team-style-2 .pbminfotech-box-team-position {
		width: 15%;
	}
	.pbmit-element-timeline-style-1 .container,
	.pbmit-element-timeline-style-1 .container-fluid{
		padding: 0 30px !important;
	}
	.contact-us-bg{
		background-position: -210px 160px;
	}
}

@media (max-width: 1300px){
	.site-header .pbmit-button-box,
	.header-style-2 .pbmit-main-header-area .pbmit-button-box{
		display: none;
	}
	.pbmit-slider-two .pbmit-slider-item{
		padding: 250px 0 180px 0;
	}
	.pbmit-title-bar-wrapper{
		padding-top: 20px;
	}
}

@media (max-width: 1280px){
	.pbmit-slider-one .pbmit-slider-content .pbmit-title{
		font-size: 70px;
		line-height: 70px;
	}
	.pbmit-slider-one .pbmit-slider-content .pbmit-desc{
		font-size: 16px;
		line-height: 21px;
	}
	.pbmit-slider-three .pbmit-slider-item{
		height: 700px;
	}
	.pbmit-slider-three .pbmit-slider-content .pbmit-title{
		font-size: 70px;
		line-height: 70px;
	}
	.pbmit-slider-four .pbmit-slider-item{
		padding: 280px 0 200px 0;
	}
	.pbmit-slider-four .pbmit-button .pbmit-btn{
		font-size: 13px;
		padding: 13px 26px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-title{
		padding: 0 15px;
	}
	.service-details .pbmit-entry-content .service-single-img-02{
		padding: 250px 0;
	}
}
	

@media(max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: none;
  }
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	
	
	} 
	.sticky-header{
		position: relative  !important;
	}

	.pbmit-menu-wrap {
		background-color: #fff;
		position: fixed;
		top: 0;
		right: -400px;
		z-index: 1000;
		width: 300px;
		height: 100%;
		padding: 0;
		display: block;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(400px);
		-ms-transform: translateX(400px);
		transform: translateX(400px);
		opacity: 0;
	}
	.active .pbmit-menu-wrap{
		right: 0px;
		visibility: visible;
		opacity: 1;
		overflow-y: scroll;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 600ms;
		-moz-transition-delay: 600ms;
		-ms-transition-delay: 600ms;
		-o-transition-delay: 600ms;
		transition-delay: 600ms;
		opacity: 1;
	}
	.pbmit-mobile-menu-bg {
		position: fixed;
		right: 0;
		top: 0;
		width: 0%;
		height: 100%;
		display: block;
		z-index: 99;
		background: rgba(0,0,0,.9);
		-webkit-transform: translateX(101%);
		-ms-transform: translateX(101%);
		transform: translateX(101%);
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transition-delay: 300ms;
		-moz-transition-delay: 300ms;
		-ms-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}
	.active .pbmit-mobile-menu-bg {
		opacity: 1;
		width: 100%;
		visibility: visible;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.closepanel {
		position: absolute;
		z-index: 99;
		right: 20px;
		margin-left: -20px;
		top: 30px;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		font-size: 25px;
		color: #000;
		border: 0;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}
  .navbar-toggler { 
		display: block !important;
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: transparent;
		padding: 0;
		font-size: 35px;
		line-height: 35px;
		color: var(--pbmit-blackish-color);
		width: 40px;
		z-index: 1;
	}
  .navbar-toggler:hover, 
	.navbar-toggler:focus { 
		outline: none; 
	}
  .main-menu .navbar-collapse {
		position: absolute;
		width: 100%; left: 0;
		background-color: #fff;
		z-index: 99;
		top: 82px; 
	}
  .main-menu .navigation > li {
		float: none; 
		border-bottom: 1px solid rgba(0, 0, 0, 0.10); 
	}
  .site-header .site-navigation ul.navigation > li > a {
		height: auto!important; 
		line-height: 24px !important; 
		padding: 15px 25px; 
		display: inline-block;
		margin: 0;	
		color: #000;
	}
	.main-menu .navigation > li > ul a{
		color: #000;
		padding: 15px 25px;
		height: auto;
		display: inline-block;
	}
  .main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul {
		border: none; 
		box-shadow: inherit !important; 
		width: 100%;
		display: none; 
		position: inherit; 
		-webkit-transform: translateY(0); 
		-moz-transform: translateY(0); 
		-ms-transform: translateY(0); 
		-o-transform: translateY(0); 
		transform: translateY(0); 
	}
  .main-menu .navigation > li > ul > li > ul { 
		left: 0; 
		top: 100%; 
	}
  .main-menu .navigation > li.dropdown > ul.open, 
	.main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open {
		display: block; 
		opacity: 1; 
		visibility: visible; 
		padding-left: 1em;
	}
	.main-menu .navigation > li > ul li,
	.main-menu .navigation > li > ul li a{
		border: none;
	}
  .menu-right-box { 
		position: relative; 
		right: 30px; 
		top: 10px; 
	}
	.site-header .righticon {
		display: block;
		position: absolute;
		right: 25px;
		top: 15px;
		cursor: pointer;
		color: rgba(0, 0, 0, 0.80);
	}
  .site-header .menu-right-box { 
		display: none !important; 
	}
  .main-menu ul > li.dropdown > a:after{
		display: none;
	}
	.site-header .righticon i{
		font-size: 14px;
	}
	.pbmit-pre-header-wrapper{
		display: none;
	}
	.pbmit-nav-menu-toggle{
		display: none;
	}
	.site-header .pbmit-header-content{
		position: relative;
	}
	ul.navigation.clearfix{
		padding: 90px 0;
	}
	.pbmit-slider-social {
		display: none;
	}
	.pbmit-right-box {
		display: none;
	}
	.site-header .pbmit-social-links{
		display: none;
	}
	.site-header .site-header-menu > .container{
		padding: 0 30px;
	}
	.pbmit-search-overlay .pbmit-search-outer{
		position: absolute;
		left: 50px;
		right: 50px;
	}
	.site-header .main-menu .navigation > li{
		padding: 0 !important;
	}
	.site-header .pbmit-header-search-btn{
		margin-right: 30px;
	}
	.site-header.header-style-5 .pbmit-header-search-btn{
		margin-right: 60px;
	}
	.section-lg {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-md{
		padding-top: 60px;
		padding-bottom: 60px;
	} 
	.section-lgx{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-xl{
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.section-lgb{
		padding-bottom: 80px;
	}
	.section-lgt{
		padding-top: 80px;
	}
	.header-style-1.site-header .pbmit-main-header-area{
		margin: 0;
	}
	.header-style-1.site-header .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	.site-header .pbmit-button-box-second{
		display: none;
	}
	.header-style-2 .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	.header-style-2 .pbmit-header-search-btn,
	.header-style-3 .pbmit-header-search-btn{
		margin-right: 60px;
	}
	.header-style-2 .navbar-toggler,
	.header-style-4 .navbar-toggler{
		color: var(--pbmit-white-color);
	}
	.header-style-3 .pbmit-main-header-area .container{
		padding: 0 30px;
	}
	.site-header.header-style-4 .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	.header-style-4 .pbmit-right-box-button{
		display: none !important;
	}
	.header-style-4 .pbmit-main-header-area{
		border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb),0.2);
	}
	.site-header.header-style-4 .pbmit-header-search-btn{
		margin-right: 60px;
	}
	.pbmit-slider-one{
		border-radius: 0;
		margin-top: 0;
	}
	.pbmit-slider-three .pbmit-slider-content .pbmit-title{
		font-size: 66px;
		line-height: 66px;
	}
	.pbmit-slider-area.pbmit-slider-four{
		margin: 0;	
	}
	.pbmit-heading-subheading .pbmit-title br,
	.pbmit-heading-subheading .pbmit-heading-desc br{
		display: none;
	}
	.pbmit-title-bar-wrapper>.container{
		padding: 0 30px;
	}
	.single-post .pbmit-title-bar-content .pbmit-tbar-title{
		font-size: 45px;
    line-height: 55px;
	}
	.about-us-one-center-area{
		height: 100%;
	}
	.ihbox-one-bg,
	.testimonial-one-bg{
		background-image: none;
	}
	.fid-one-area .pbmit-text-editor{
		left: 42%;
	}
	.fid-one-area{
		padding-top: 80px;
	}
	.contact-one-bg{
		margin: 0 30px;
		padding: 80px 10px 80px 10px;
	}
	.pbmit-testimonial-style-2 .pbminfotech-post-item {
		padding: 60px 60px 50px 60px;
	}
	.pricing-one-bg{
		padding: 80px 30px 80px 30px;
		margin: 0;
	}
	.pricing-one-col-2{
		padding: 30px 0px 0px 30px;
	}
	.client-sec-two{
		padding: 30px 30px 0px 30px;
	}
	.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon {
		display: block;
	}
	.pbmit-ihbox-style-2 .pbmit-ihbox-svg,
	.pbmit-ihbox-style-2 .pbmit-ihbox-icon {
		margin: 0 0 20px;
	}
	.pbminfotech-ele-fid-style-3 .pbmit-fid-content {
		display: block;
	}
	.pbminfotech-ele-fid-style-3 .pbmit-heading-desc {
		padding: 10px 0 0 !important;
	}
	.ihbox-two-bg{
		margin: 0 -19px;
		padding: 80px 30px 50px 30px;
	}
	.pricing-two-bg,
	.testimonial-two-box{
		background-image: none;
	}
	.testimonial-two .container-fluid{
		padding: 0 !important;
	}
	.pbmit-team-style-1 .pbminfotech-box-content {
		padding: 30px 30px 50px 30px;
	}
	.appointment-two-bg{
		margin: 0 -19px;
		padding: 80px 30px 80px 30px;
	}
	.appointment-two-bg .ihbox-style-area{
		display: none;
	}
	.blog-two-bg{
		background-image: none;
	}
	.pbmit-blog-style-2 .pbmit-post-item {
		display: block;
	}
	.pbmit-element-column-two .pbmit-blog-style-2 .pbmit-featured-wrapper img {
		width: 100%;
	}
	.pbmit-blog-style-2 .pbmit-content-wrapper {
		padding: 30px 20px;
	}
	.service-sec-three{
		margin: 100px 0 0 0;
		padding: 80px 0 150px 0;
	}
	.pbmit-service-style-3 .pbminfotech-box-number {
		font-size: 50px;
		line-height: 60px;
	}
	.pbmit-service-style-3 .pbmit-service-title {
		font-size: 40px;
		line-height: 50px;
	}
	.pbmit-service-style-3 .pbmit-service-wrap {
		width: 55%;
	}
	.pbmit-service-style-3 .pbmit-service-image-wrapper {
		width: 35%;
	}
	.pbmit-service-style-3 .pbmit-featured-img-wrapper {
		width: 250px;
		height: 250px;
		right: 10%;
	}
	.ihbox-three-bg,
	.testimonial-three-bg{
		background-image: none;
	}
	.pbmit-testimonial-style-2 .pbminfotech-post-item {
		padding: 60px 60px 50px 60px;
	}
	.about-five-leftbox{
		margin: 0px 10px 0px 0px;
	}
	.about-five-leftbox .pbmit-heading .pbmit-title{
		font-size: 50px;
		line-height: 50px;
	}
	.about-five-right-box{
		margin: 0px 0px 0px 10px;
	}
	.service-five-bg{
		background-image: none;
	}
	.appointment-five-left-box,
	.appointment-five-right-col .wrapper{
		margin: 0px 15px 0px 15px;
	}
	.appointment-five-right-col .pbmit-heading{
		padding: 20px 0px 0px 0px;
	}
	.pbmit-team-style-2 .pbmit-featured-wrapper img {
		width: 240px;
		top: -100px;
	}
	.pbmit-team-style-2 .pbmit-team-title {
		font-size: 32px;
		line-height: 32px;
	}
	.pbmit-blog-style-3 .pbmit-post-inner{
		display: block;
	}
	.pbmit-element-column-two .pbmit-blog-style-3 .pbmit-featured-wrapper img {
		width: 100%;
	}
	.pbmit-blog-style-3 .pbmit-content-wrapper {
		padding: 30px 20px;
	}
	.service-left-col,
	.service-right-col,
	.blog-left-col,
	.blog-right-col{
		display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
	}
	.service-right-col,
	.blog-right-col{
		padding-top: 60px;
	}
	.widget.pbmit-service-ad .pbmit-service-ads{
		padding: 80px 30px 70px;
	}
	.pbmit-single-project-details-list .pbmit-portfolio-lines-ul{
		grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
	}
	.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:not(:last-child)::after{
		display: none;
	}
	.post.blog-classic{
		margin-bottom: 30px;
	}
	.blog-details .pbmit-entry-content .pbmit-block-columns .pbmit-block-column{
		width: 100%;
	}
	.blog-details .pbmit-entry-content .pbmit-block-column:last-child figure,
	.blog-details .pbmit-entry-content .pbmit-block-column:first-child figure{
		padding: 0;
	}
	.blog-details .pbmit-entry-content .pbmit-block-columns img{
		margin-top: 30px;
	}
	.post-navigation .nav-links a{
		width: auto;
	}
	.pbmit-extend-animation {
    clip-path: unset !important;
  }
	.contact-us-bg{
		background-image: none;
	}
	.site-footer{
		padding-top: 80px;
	}
	.site-footer .container{
		padding: 0 30px;
	}
	.site-footer .pbmit-footer-big-area .pbmit-footer-logo img{
		margin-bottom: 30px;
	}
	.site-footer .pbmit-footer-widget-area{
		padding-bottom: 80px;
	}
	.site-footer .pbmit-footer-text-inner:before, 
	.site-footer .pbmit-footer-text-inner:after{
		display: none;
	}
}

@media(max-width:1024px) {
	.pbmit-heading-subheading .pbmit-title{
		font-size: 45px;
		line-height: 50px;
	}
	.single-post .pbmit-title-bar-content .pbmit-tbar-title{
		font-size: 40px;
    line-height: 50px;
	}
	.pbmit-title-bar-wrapper{
		padding-top: 0px;
	}
	.pbmit-slider-one .pbmit-slider-item{
		height: 500px;
	}
	.pbmit-slider-area .pbmit-sub-title{
		font-size: 10px;
		line-height: 17px;
	}
	.pbmit-slider-area .pbmit-sub-title:after{
		width: 39px;
		height: 37px;
		top: -8px;
		right: -45px;
	}
	.pbmit-slider-one .pbmit-slider-content .pbmit-title{
		font-size: 56px;
		line-height: 56px;
	}
	.pbmit-slider-one .pbmit-slider-content .pbmit-desc{
		font-size: 13px;
		line-height: 17px;
	}
	.pbmit-slider-area .pbmit-slider-content .pbmit-btn{
		padding: 8px 21px;
		font-size: 11px;
	}
	.pbmit-slider-area .pbmit-slider-content .pbmit-btn svg{
		width: 12px;
	}
	.pbmit-slider-two .pbmit-slider-item{
		padding: 200px 0 150px 0;
	}
	.pbmit-slider-two .pbmit-slider-content .pbmit-title{
		font-size: 84px;
		line-height: 84px;
	}
	.pbmit-slider-two .pbmit-slider-content .pbmit-title-small{
		font-size: 42px;
		line-height: 42px;
	}
	.pbmit-slider-two .swiper-buttons{
		display: none;
	}
	.pbmit-slider-three .pbmit-slider-item:before{
		width: 100%;
	}
	.pbmit-slider-three .pbmit-slider-item{
		height: 600px;
	}
	.pbmit-slider-three .pbmit-slider-content .pbmit-title{
		font-size: 56px;
		line-height: 56px;
	}
	.pbmit-slider-four .pbmit-slider-item{
		padding: 220px 0 150px 0;
	}
	.pbmit-slider-four .pbmit-slider-content .pbmit-title{
		font-size: 53px;
		line-height: 53px;
	}
	.about-us-one-left{
		margin: 0;
		padding: 30px 30px 0px 30px;
	}
	.about-us-one-center-area{
		margin: 30px 0;
		height: auto;
	}
	.about-us-one-rightbox{
		margin: 0;
		background-image: none;
	}
	.about-one-left-bg{
		padding: 230px 0;
		margin: 0 30px;
		border-radius: 30px 30px 0px 0px;
	}
	.about-one-content{
		margin: 0 30px;
		padding: 40px 30px 80px 30px;
		border-radius: 0px 0px 30px 30px;
	}
	.fid-style-area .col-xl-6:first-child .pbminfotech-ele-fid-style-1{
		margin-bottom: 20px;
	}
	.about-one-content .list-group{
		padding-left: 0;
	}
	.fid-one-area .pbmit-text-editor{
		display: none;
	}
	.fid-one-area .col-xl-3:nth-child(3) .pbminfotech-ele-fid-style-2,
	.fid-one-area .col-xl-3:nth-child(4) .pbminfotech-ele-fid-style-2{
		margin-top: 30px;
	}
	.contact-one-bg{
		margin: 0;
	}
	.pbmit-testimonial-style-2 .pbminfotech-post-item {
		padding: 50px 50px 50px 50px;
	}
	.pricing-one-bg{
		padding: 80px 30px 40px 30px;
	}
	.pricing-one-col-1,
	.pricing-one-col-2{
		width: 100%;
	}
	.pricing-one-col-2{
		padding: 40px 0 0 0;
	}
	.about-two-bg{
		padding: 200px 0;
	}
	.about-two-bg{
		margin: 0;
	}
	.about-two-content {
    padding: 40px 30px 0px 15px;
  }
	.service-two-swiper-arrow{
		margin: 50px 0 0 0;
	}
	.testimonial-two-bg{
		padding: 220px 0;
		margin-right: 0;
		border-radius: 30px 30px 0px 0px;
	}
	.testimonial-two-box{
		margin: 0;
		padding: 30px 30px 80px 30px;
		border-radius: 0px 0px 30px 30px;
	}
	.appointment-two-bg .pbmit-heading-subheading .pbmit-title{
		font-size: 45px;
		line-height: 50px;
	}
	.service-sec-three{
		margin: 60px 0 0 0;
	}
	.pbmit-testimonial-style-2 .pbminfotech-post-item {
		padding: 50px 50px 50px 50px;
	}
	.contact-three-bg{
		margin: 0;
		padding: 220px 0;
		border-radius: 30px 30px 0px 0px;
	}
	.contact-three-form{
		margin: 0;
		border-radius: 0px 0px 30px 30px;
		padding: 60px 30px 0px 30px;
	}
	.about-four-bg{
		padding: 210px 0;
	}
	.ihbox-four-leftbox .fid-style-box{
		left: 144px;
	}
	.ihbox-four-rightbox{
		padding: 40px 0 0 0;
	}
	.pbmit-portfolio-content .pbmit-heading{
		width: 280px;
		height: 280px;
	}
	.pbmit-portfolio-content{
		left: 35%;
		top: 20%;
	}
	.pbmit-portfolio-content .pbmit-heading .pbmit-title{
		font-size: 25px;
		line-height: 30px;
	}
	.faq-four-bg-img{
		padding: 220px 0;
		margin: 0;
		border-radius: 30px 30px 0px 0px;
	}
	.faq-four-area{
		margin: 0;
		border-radius: 0px 0px 30px 30px;
	}
	.about-five-leftbox {
		margin: 0;
		padding: 80px 30px 80px 30px;
	}
	.about-five-leftbox .pbmit-heading .pbmit-title{
		font-size: 45px;
		line-height: 45px;
	}
	.about-five-right-box{
		margin: 30px 0px 0px 0px;
		padding: 0 30px;
	}
	.about-five-right-box .pbmit-ihbox-wrap{
		height: 100%;
	}
	.service-five-bg{
		padding-right: 30px;
	}
	.appointment-five-left-col,
	.appointment-five-right-col{
		width: 100%;
	}
	.appointment-five-right-col .wrapper{
		margin-top: 30px;
		height: auto;
	}
	.pbmit-team-style-2 .pbmit-featured-wrapper img {
		width: 200px;
	}
	.pbmit-team-style-2 .pbmit-team-title {
		font-size: 28px;
		line-height: 28px;
	}
	.pbmit-team-single .pbmit-team-left-inner{
		margin-bottom: 50px;
	}
	.pbmit-team-single .comment-respond{
		padding: 40px 40px 0px 40px;
	}
	.service-details .pbmit-entry-content .service-single-img-02{
		padding: 230px 0;
		margin-bottom: 30px;
	}
	.pbmit-portfolio-single .pbmit-entry-content .ihbox-style-area{
		padding: 30px 30px 30px 30px;
	}
	.pbmit-ihbox-style-9 .pbmit-element-title {
		font-size: 20px;
		line-height: 30px;
	}
	.contact-form-rightbox{
		margin: 30px 0 0 0;
		padding: 40px 40px 0px 40px;
	}
	.site-footer .pbmit-footer-newsletter{
		display: block;
	}
	.site-footer .pbmit-footer-newsletter .pbmit-footer-news-title{
		padding: 0;
		margin-bottom: 15px;
	}
	.site-footer .pbmit-footer-newsletter .pbmit-footer-news-title br{
		display: none;
	}
	.site-footer .widget{
		padding-top: 50px;
	}
	.site-footer .pbmit-footer-widget-col-1,
	.site-footer .pbmit-footer-widget-col-2,
	.site-footer .pbmit-footer-widget-col-3,
	.site-footer .pbmit-footer-widget-col-4{
		flex: 50% !important;
    max-width: 50% !important;
	}
}

@media(max-width:991px) {
	.pbmit-heading-subheading .pbmit-title,
	.appointment-two-bg .pbmit-heading-subheading .pbmit-title{
    font-size: 40px;
    line-height: 45px;
  } 
	.pbmit-slider-one .pbmit-slider-content{
		padding-left: 0;
	}
	.pbmit-slider-one .pbmit-slider-content .pbmit-title{
		font-size: 50px;
		line-height: 50px;
	}
	.pbmit-slider-area .pbmit-sub-title:after,
	.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-area .pbmit-sub-title{
		display: inline-block;
		font-size: 12px;
	}
	.pbmit-slider-three .pbmit-slider-content{
		text-align: center;
	}
	.pbmit-slider-four .pbmit-slider-item{
		padding: 180px 0 120px 0;
	}
	.pbmit-testimonial-style-2 .pbminfotech-post-item {
		padding: 40px 40px 50px 40px;
	}
	.service-sec-three .col_2{
		width: 100%;
	}
	.pbmit-service-style-3 .pbminfotech-box-number {
		font-size: 38px;
		line-height: 48px;
	}
	.pbmit-service-style-3 .pbmit-service-title {
		font-size: 32px;
		line-height: 42px;
	}
	.pbmit-service-style-3 .pbmit-service-title-wrap {
		padding-left: 10px;
	}
	.pbmit-service-style-3 .pbmit-featured-img-wrapper {
		width: 220px;
		height: 220px;
		right: 5%;
	}
	.pbmit-testimonial-style-2 .pbminfotech-post-item {
		padding: 40px 40px 50px 40px;
	}
	.ihbox-four-leftbox .fid-style-box{
		left: 15px;
	}
	.pbmit-portfolio-content{
		left: 38%;
		top: 20%;
	}
	.service-five-bg .service-swiper-arrow{
		position: absolute;
		right: 15px;
		top: 50px;
	}
	.appointment-five-left-box{
		padding: 60px 60px 60px 30px;
	}
	.pbmit-team-style-2 .pbminfotech-box-number {
		font-size: 25px;
		line-height: 25px;
	}
	.pbmit-team-style-2 .pbmit-team-title {
		font-size: 24px;
		line-height: 24px;
	}
	.pbmit-team-style-2 .pbminfotech-box-team-position {
    width: 20%;
  }
	.pbmit-sortable-list-ul{
		margin-bottom: 30px;
	}
	.pbmit-sortable-list-ul li {
    margin-bottom: 25px;
  }
	.site-footer{
		padding-top: 40px;
	}
	.site-footer .pbmit-footer-widget-area{
		padding-bottom: 60px;
	}
	.site-footer .pbmit-footer-widget-col-1,
	.site-footer .pbmit-footer-widget-col-2,
	.site-footer .pbmit-footer-widget-col-3,
	.site-footer .pbmit-footer-widget-col-4{
		flex: 100% !important;
    max-width: 100% !important;
	}
}

@media(max-width:768px){
	.pbmit-slider-three .pbmit-slider-content .pbmit-title{
		font-size: 50px;
		line-height: 50px;
	}
}

@media(max-width:767px) {
	.section-md{
		padding-top: 40px;
		padding-bottom: 40px;
	} 
	.section-lgx{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-lg{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-xl{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.section-lgb {
		padding-bottom: 60px;
	}
	.section-lgt{
		padding-top: 60px;
	}
	.pbmit-heading-subheading .pbmit-title {
    font-size: 35px;
    line-height: 40px;
  }
	.pbmit-heading .pbmit-title{
		font-size: 30px;
		line-height: 35px;
	}
	.pbmit-tbar-title{
		font-size: 50px;
		line-height: 60px;
	}
	.single-post .pbmit-title-bar-content-inner{
		width: 100%;
	}
	.single-post .pbmit-title-bar-content .pbmit-tbar-title{
		font-size: 35px;
    line-height: 45px;
	}
	.pbmit-slider-one .pbmit-slider-item{
		height: 380px;
	}
	.pbmit-slider-one .pbmit-slider-content .pbmit-title{
		font-size: 35px;
		line-height: 35px;
	}
	.pbmit-slider-one .pbmit-slider-content .pbmit-desc{
		font-size: 11px;
		padding-top: 10px;
	}
	.pbmit-slider-two .pbmit-slider-item{
		padding: 150px 0 80px 0;
	}
	.pbmit-slider-two .pbmit-slider-content .pbmit-title{
		font-size: 56px;
		line-height: 56px;
	}
	.pbmit-slider-two .pbmit-slider-content .pbmit-title-small{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-four .pbmit-slider-item{
		padding: 150px 0 80px 0;
	}
	.pbmit-slider-four .pbmit-slider-content .pbmit-title{
		font-size: 38px;
		line-height: 38px;
	}
	.pbmit-slider-four .swiper-pagination{
		display: none;
	}
	.pbmit-marquee-effect-style-1 .pbmit-element-title{
		font-size: 50px;
		line-height: 60px;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
		padding-left: 70px;
		margin-left: 30px;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
		font-size: 40px;
		line-height: 50px;
	}
	.about-one-left-bg{
		margin: 0;
		padding: 300px 0;
	}
	.about-one-content{
		margin: 0;
	}
	.swiper-btn-custom{
		display: none !important;
	}
	.fid-one-area{
		padding-top: 60px;
	}
	.fid-one-area .col-xl-3:nth-child(2) .pbminfotech-ele-fid-style-2{
		margin-top: 30px;
	}
	.contact-one-bg{
		padding: 60px 15px;
	}
	.pricing-one-bg{
		padding: 60px 30px 0px 30px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col.col-md-6:not(:last-child) {
		margin-bottom: 30px;
	}
	.site-footer .widget{
		padding-top: 40px;
	}
	.about-two-content {
    padding: 40px 0px 0px 15px;
  }
	.ihbox-two-bg{
		padding: 60px 30px 30px 30px;
	}
	.pbminfotech-ele-ptable-style-3 .pbmit-pricing-table-inner {
		display: block;
	}
	.pbminfotech-ele-ptable-style-3 .pbmit-head-wrap {
		border: none;
		margin: 0;
		padding: 0 0 30px;
	}
	.pbminfotech-ele-ptable-style-3 .pbmit-ptable-col:hover .pbmit-head-wrap::before {
		content: none;
	}
	.pbminfotech-ele-ptable-style-3 .pbmit-ptable-lines {
		display: block;
	}
	.pbminfotech-ele-ptable-style-3 .pbmit-ptable-lines .pbmit-ptable-line {
		width: 100%;
	}
	.appointment-two-bg{
		padding: 60px 30px;
	}
	.appointment-two-bg .pbmit-heading-subheading .pbmit-title{
		font-size: 35px;
		line-height: 40px;
	}
	.service-sec-three{
		padding: 60px 0 100px 0;
		margin: 40px 0 0 0;
	}
	.pbmit-service-style-3 .pbmit-box-content-wrap {
		display: block;
	}
	.pbmit-service-style-3 .pbmit-service-image-wrapper,
	.pbmit-service-style-3 .pbmit-service-wrap {
		width: 100%;
	}
	.pbmit-service-style-3 .pbmit-box-content-wrap > *:not(:last-child) {
		padding-bottom: 30px;
	}
	.pbmit-service-style-3 .pbmit-featured-img-wrapper {
		width: 200px;
		height: 200px;
		right: 0;
	}
	.pbmit-service-style-3 .pbmit-service-wrap {
		display: block;
	}
	.pbmit-service-style-3 .pbmit-service-title-wrap {
		padding: 0;
	}
	.contact-three-bg{
		padding: 170px 0;
	}
	.about-four-list-group{
		grid-template-columns: repeat(1, 1fr);
	}
	.about-four-bg{
		padding: 160px 0;
	}
	.ihbox-four-leftbox .fid-style-box{
		left: 15px;
	}
	.faq-four-bg-img{
		padding: 140px 0;
	}
	.about-five-leftbox{
		padding: 60px 30px 60px 30px;
	}
	.about-five-leftbox .pbmit-heading .pbmit-title{
		font-size: 35px;
		line-height: 35px;
	}
	.about-five-right-box .pbmit-ihbox-wrap{
		height: auto;
		margin: 0 0 30px 0;
	}
	.about-five-right-box .about-img-bg{
		margin: 30px 0 0 0;
	}
	.about-five-right-box .about-img-shape{
		-webkit-mask-image: none;
		border-radius: 20px;
	}
	.appointment-five-left-box .pbmit-heading .pbmit-title{
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.pbmit-team-style-2 .pbmit-team-title,
	.pbmit-team-style-2 .pbminfotech-box-team-position {
		width: 100%;
	}
	.pbmit-team-style-2 .pbminfotech-box-content {
		display: block;
	}
	.pbmit-team-style-2 .pbminfotech-box-number {
		padding-bottom: 10px;
	}
	.pbmit-team-style-2 .pbmit-team-title {
		padding-bottom: 10px;
	}
	.pbmit-team-style-2 .pbminfotech-box-team-position {
		padding-bottom: 10px;
	}
	.pbmit-team-style-2 .pbmit-featured-wrapper img {
		position: inherit;
		opacity: 1;
		visibility: visible;
		top: 0;
		transform: inherit;
		margin-bottom: 20px;
		width: 100%;
	}
	.pbmit-team-style-2 .pbmit-team-btn .pbmit-button-icon-wrapper {
		margin-left: 0;
	}
	.pbmit-team-style-2 .pbmit-team-btn {
		position: absolute;
		bottom: 30px;
		right: 0;
	}
	.site-content{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pbmit-team-single .comment-respond{
		padding: 30px 30px 0px 30px;
	}
	.service-details .pbmit-entry-content .service-single-img-02{
		padding: 180px 0;
	}
	.pbmit-single-project-details-list .pbmit-portfolio-lines-ul{
		grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
	}
	.pbmit-portfolio-single .list-group{
		padding-bottom: 30px;
	}
	.pbmit-ihbox-style-9 .pbmit-ihbox-headingicon {
		display: block;
	}
	.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
	.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
		margin: 0 0 20px;
	}
	.blog-details .pbmit-entry-content blockquote{
		padding: 100px 40px 40px 40px;
    font-size: 20px;
    line-height: 30px;
	}
	.blog-details .pbmit-entry-content blockquote:before{
		top: 30px;
	}
	.blog-details .pbmit-author-box{
		padding: 30px;
    padding-right: 40px;
	}
	.site-footer .pbmit-footer-widget-area{
		padding-bottom: 40px;
	}
}

@media(max-width:575px) {
	.pbmit-heading-subheading .pbmit-title,
	.appointment-two-bg .pbmit-heading-subheading .pbmit-title{
		font-size: 30px;
		line-height: 35px;
	}
	.pbmit-slider-three .pbmit-slider-item{
		height: 450px;
	}
	.pbmit-slider-area .pbmit-sub-title{
		font-size: 10px;
	}
	.pbmit-slider-three .pbmit-slider-content .pbmit-title{
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.pbmit-slider-four .pbmit-sub-title{
		margin-bottom: 10px;
	}
	.pbmit-title-bar-wrapper{
		background-position: 70% 50%;
	}
  .pbmit-title-bar-content-inner {
    width: 75%;
  }
	.pbmit-title-bar-wrapper, 
	.pbmit-title-bar-content{
		min-height: 200px;
	}
	.pbmit-tbar-title,
	.single-post .pbmit-title-bar-content .pbmit-tbar-title {
    font-size: 20px;
    line-height: 20px;
  }
	.contact-one-bg .pbmit-appointment-form-inner{
		padding: 30px 30px 80px 30px;
	}
	.contact-one-bg .pbmit-appointment-form-inner:before{
		mask: inherit;
	}
	.contact-one-bg form button{
		padding: 15px 30px;
		bottom: 30px;
    left: 30px;
    right: inherit;
    width: 80%;
	}
	.testimonial-two-box .swiper-buttons{
		display: none;
	}
	.ihbox-four-leftbox .fid-style-box{
		left: 0;
	}
	.pbmit-portfolio-content{
		left: 28%;
		top: 40%;
	}
	.pbmit-portfolio-content .pbmit-heading{
		width: 250px;
		height: 250px;
	}
	.appointment-five-left-box .pbmit-heading .pbmit-title{
		font-size: 30px;
		line-height: 35px;
	}
	.contact-three-form .input-button .pbmit-btn{
		padding: 15px 30px;
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-headingicon {
		display: block;
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
	.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
		margin: 0 0 20px !important;
	}
	.widget.pbmit-service-ad .pbmit-service-ads{
		padding: 60px 30px 50px;
	}
	.pbmit-service-ads .pbmit-ads-title{
		font-size: 24px;
		line-height: 34px;
	}
	.post-navigation .nav-links{
		display: block;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-links a,
	.post-navigation .nav-links .nav-next{
		width: 100%;
	}
	.nav-links .pbmit-post-nav-wrapper {
    margin: 0 15px;
  }
	.post-navigation .nav-links .nav-next{
		margin-top: 25px;
	}
	.post-navigation .nav-links .nav-title{
		font-size: 16px;
    line-height: 22px;
	}
	.blog-classic .pbmit-meta-cat a{
		padding: 2px 10px 0 10px;
	}
	.blog-classic .pbmit-blog-classic-inner .pbmit-post-title{
		font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    padding-bottom: 20px;
	}
	.blog-details .pbmit-blog-meta-bottom{
		text-align: center;
	}
	.blog-details .pbmit-author-box{
		display: block;
    padding: 40px 30px;
	}
	.blog-details .pbmit-author-image{
		margin: 0 auto;
	}
	.blog-details .pbmit-author-content{
		margin-top: 20px;
    padding: 0;
    text-align: center;
	}
	.comment-list .pbmit-comment-avatar{
		float: none;
	}
	.blog-details .pbmit-comment-content{
		margin-left: 0;
    margin-top: 25px;
	}
	.comment-list .children{
		margin-left: 10px;
	}
	.blog-details .comment-respond{
		padding: 40px 30px;
    margin-bottom: 0;
	}
	.blog-details .comment-respond .comment-reply-title{
		font-size: 20px;
    line-height: 30px;
	}
	.site-footer .pbmit-footer-newsletter input[type="email"]{
		width: 100%;
		padding: 15px 15px 15px 20px;
	}
	.site-footer .pbmit-footer-newsletter .pbmit-btn{
		position: relative;
		top: 10px;
	}
}

@media (max-width: 485px){
	.site-header .pbmit-header-search-btn{
		display: none;
	}
	.pbmit-slider-one .pbmit-slider-content .pbmit-desc,
	.pbmit-slider-two .pbmit-sub-title,
	.pbmit-slider-two .pbmit-slider-content .pbmit-btn-global,
	.pbmit-slider-four .pbmit-slider-content .pbmit-btn-global{
		display: none;
	}
	.pbmit-slider-two .pbmit-slider-content .pbmit-title{
		font-size: 52px;
		line-height: 52px;
	}
	.pbmit-slider-four .pbmit-slider-content .pbmit-title{
		font-size: 35px;
		line-height: 35px;
	}
	.pbmit-portfolio-content{
		left: 17%;
		top: 30%;
	}
}

@media (max-width: 375px){
	.pbmit-slider-four .pbmit-slider-content .pbmit-title{
		font-size: 32px;
		line-height: 32px;
	}
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}

@media (min-width: 1367px){
	.ihbox-four-bg{
		background-attachment: fixed;
	}
}

@media (min-width: 1201px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1424px;
  }
	.site-header .site-navigation ul.navigation .righticon{
		display: none;
	}
	.main-menu .navigation > li > ul li.active > a{
		color: var(--pbmit-global-color);
	}
	.site-navigation ul.navigation > li.active > a{
		color: var(--pbmit-global-color);
	}
	.site-header .pbmit-social-links li{
		float: left;
	}
	.site-header .pbmit-social-links li a{
		color: var(--pbmit-white-color);
	}	
	.site-navigation ul.navigation > li > a{
		height: 100px;
		line-height: 100px;
		float: left;
		min-height: 1px;
		vertical-align: top;
		position: relative;
	}
	.site-navigation ul.navigation > li > a:hover{
		color: #e42227;
  }
	.main-menu .navigation > li > ul , .main-menu .navigation > li > ul > li > ul {
		min-width: 250px;
		position: absolute;
		padding: 8px 0;
		top: 100%;
		left: 0px;
		border-radius: 10px;
		z-index: 100;
		visibility: hidden;
		border-top: 3px solid var(--pbmit-global-color);
		background-color: #ffffff;
		opacity: 0;
		-webkit-box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-moz-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
  	}
	.main-menu .navigation > li > ul li{
		font-weight: 400;
  	padding: 10px 25px;
	}
	.main-menu .navigation > li > ul li:hover > a{
		padding-left: 18px;
		color: var(--pbmit-global-color);
	}
	.main-menu .navigation > li > ul li:hover > a:before{
		width: 12px;
	}
	.main-menu .navigation > li > ul a:before{
		position: absolute;
		content: "";
		left: 0;
		right: auto;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 1px;
		background-color: var(--pbmit-global-color);
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
  .main-menu .navigation > li > ul > li > ul{
		left: 100%;
		top: 0;
		margin-top: -8px;
  }
  .main-menu ul > li.dropdown > ul > li.dropdown::after {
		position: absolute;
		right: 25px;
		font-family: "pbminfotech-base-icons";
		font-size: 16px;
		content: "\e814";
		font-weight: 600;
		margin-left: 8px;
		top: 5px;
		color: var(--pbmit-blackish-color);
  }
	.main-menu ul > li.dropdown > a:after{
		content: "";
		position: absolute;
		right: -29px;
		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%);
		width: 6px;
		height: 6px;
		background-color: var(--pbmit-global-color);
		border-radius: 50%;
	}
	.header-style-1 .sticky-header .pbmit-main-header-area{
		margin: 0;
	}
	.site-header .sticky-header .site-branding .site-title{
		height: 90px;
		line-height: 90px;
	}
	.site-header .sticky-header .site-navigation ul.navigation > li > a{
		height: auto;
		line-height: 90px;
	}
	.header-style-1{
    background-color: var(--pbmit-light-color);
		padding: 15px 40px 0 40px;
	}
	.header-style-1 .site-header-menu:not(.sticky-header) .pbmit-main-header-area{
		border-radius: 30px;
	}
	.header-style-1 .pbmit-main-header-area .container-fluid{
		max-width: none;
    width: auto;
		padding: 0 30px;
	}
	.header-style-1 .pbmit-logo-menuarea .site-branding{
		padding-right: 30px;
	}
	.header-style-2{
		padding: 30px 40px 0 40px;
	}
	.header-style-2 .pbmit-main-header-area .container-fluid{
		max-width: none;
    width: auto;
    padding: 0 30px;
	}
	.header-style-2 .pbmit-header-content .pbmit-logo-btnarea,
	.header-style-2 .pbmit-header-content .pbmit-right-box{
		flex: 1;
	}
	.header-style-2 .site-branding{
		padding-right: 80px;
	}
	.header-style-2 .site-header-menu:not(.sticky-header) .pbmit-menuarea{
		background-color: var(--pbmit-light-color);
		border-radius: 0 0 30px 30px;
    position: relative;
    top: -15px;
    padding: 0 10px;
	}
	.header-style-2 .site-header-menu:not(.sticky-header) .pbmit-menuarea:before,
	.header-style-2 .site-header-menu:not(.sticky-header) .pbmit-menuarea:after{
		content: "";
    position: absolute;
    background-color: transparent;
    top: 0;
    height: 40px;
    width: 20px;
		box-shadow: 0 -20px 0 0 var(--pbmit-light-color);
	}
	.header-style-2 .site-header-menu:not(.sticky-header) .pbmit-menuarea:before{
		right: 100%;
    border-top-right-radius: 20px;
	}
	.header-style-2 .site-header-menu:not(.sticky-header) .pbmit-menuarea:after{
		left: 100%;
    border-top-left-radius: 20px;
	}
	.header-style-2 .site-navigation ul.navigation > li > a{
		height: 80px;
		line-height: 80px;
	}
	.header-style-2 .pbmit-right-box{
		justify-content: flex-end;
	}
	.header-style-2 .sticky-header .pbmit-header-search-btn a{
		color: var(--pbmit-blackish-color);
	}
	.header-style-2 .sticky-header .pbmit-header-search-btn a:hover{
		color: var(--pbmit-global-color);
	}
	.header-style-2 .sticky-header .pbmit-button-box-second a{
		color: var(--pbmit-white-color);
		background-color: var(--pbmit-blackish-color);
	}
	.header-style-2 .sticky-header .pbmit-button-box-second a svg path{
		stroke: var(--pbmit-white-color);
	}
	.header-style-2 .sticky-header .pbmit-button-box-second a:hover{
		background-color: var(--pbmit-global-color);
	}
	.pbmit-slider-two .swiper-slider{
		border-radius: 30px;
	}
	.header-style-3{
		padding: 0 40px;
	}
	.header-style-3 .pbmit-header-content{
		border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.15);
	}
	.header-style-3 .site-branding{
		padding-right: 30px;
	}
	.header-style-3 .pbmit-button-box-second{
		padding: 0 0 0 30px;
	}
	.pbmit-slider-three{
		border-radius: 20px;
		overflow: hidden;
	}
	.header-style-4 .pbmit-main-header-area .container-fluid{
		max-width: none;
    width: auto;
    padding: 0 20px 0 50px;
	}
	.header-style-4 .site-navigation{
		flex: 1;
		padding-left: 32px;
	}
	.header-style-4 .site-header-menu:not(.sticky-header) .site-navigation ul.navigation > li:not(.active) > a{
		color: var(--pbmit-white-color);
	}
	.header-style-4 .site-navigation ul.navigation > li > a:hover{
		color: var(--pbmit-global-color);
	}
	.header-style-4 .pbmit-right-box-button{
		border-radius: 0 0 0 30px;
    position: relative;
    padding: 0 0 0 30px;
    margin-left: 40px;
    background-color: var(--pbmit-white-color);
    height: 100px;
	}
	.header-style-4 .sticky-header .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	.header-style-5 .pbmit-main-header-area .container-fluid{
		padding: 0 40px;
		width: auto;
		max-width: none;
	}
	.header-style-5 .site-navigation{
		flex: 1;
    padding-left: 32px;
	}
	.pbmit-slider-four{
		margin: 20px 20px 0;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
	}
	.blog-left-col,
	.service-left-col{
		flex: 0 0 74%;
    max-width: 74%;
	}
	.blog-left-col{
		padding-right: 46px;
	}
	.service-left-col{
		padding-left: 46px;
	}
	.blog-right-col,
	.service-right-col{
		flex: 0 0 26%;
    max-width: 26%;
	}
}

@media(min-width:1025px) {
	.pbmit-animation-style1{
		clip-path: polygon(0% 0%,0% 0%,0% 100%,0% 100%);
	}
	.pbmit-animation-style2{
		clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%);
	}
	.pbmit-animation-style1.active,
	.pbmit-animation-style2.active{
		clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
	}
	.pbmit-animation-style1 img{
		transform: scale(1.5) translate(-100px,0px);
	}
	.pbmit-animation-style2 img{
		transform: scale(1.5) translate(100px,0px);
	}
	.pbmit-animation-style1.active img,
	.pbmit-animation-style2.active img{
		transform: scale(1) translate(0px,0px);
	}
	.about-us-one-col-1{
		width: 38%;
	}
	.about-us-one-col-2{
		width: 23%;
	}
	.about-us-one-col-3{
		width: 38%;
	}
	.pbmit-team-single .pbmit-entry-content{
		padding-left: 36px;
	}
}

@media screen and (min-width: 992px){
	.site-footer .pbmit-footer-widget-col-1{
		flex: 0 0 34%;
    max-width: 34%;
	}
	.site-footer .pbmit-footer-widget-col-2{
		flex: 0 0 21%;
    max-width: 21%;
	}
	.site-footer .pbmit-footer-widget-col-3{
		flex: 0 0 22%;
    max-width: 22%;
	}
	.site-footer .pbmit-footer-widget-col-4{
		flex: 0 0 23%;
    max-width: 23%;
	}
}

@media (min-width: 1350px) and (max-width: 1600px) {
	.pbmit-fid-space .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		font-size: 80px;
		line-height: 80px;
	}
	.pbmit-fid-space .pbmit-fid-space .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		margin-bottom: 40px;
	}
}

@media (min-width: 1201px) and (max-width: 1700px){
	.header-style-2{
		padding: 30px 30px 0 30px;
	}
}

@media (min-width: 1201px) and (max-width: 1600px){
	.header-style-1{
		padding: 10px 30px 0 30px;
	}
	.header-style-1 .main-menu .navigation > li{
		padding: 0 15px;
	}
	.header-style-1 .pbmit-logo-menuarea .site-branding{
		padding-right: 10px;
	}
	.header-style-2{
		padding: 20px 20px 0 20px;
	}
	.header-style-2 .site-branding{
		padding-right: 40px;
	}
	.header-style-2 .pbmit-button-box .pbmit-header-button a{
		padding-left: 50px;
    font-size: 16px;
	}
	.header-style-2 .pbmit-button-box .pbmit-header-button a:before{
		font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
	}
	.header-style-2 .main-menu .navigation > li{
		padding: 0 22px;
	}
	.header-style-2 .main-menu ul > li.dropdown > a:after{
		right: -25px;
	}
}

@media (min-width: 1201px) and (max-width: 1500px){
	.header-style-1{
		padding: 30px 0 0 0;
	}
	.header-style-1 .main-menu .navigation > li{
		padding: 0 22px;
	}
	.header-style-1 .pbmit-logo-menuarea .site-branding{
		padding-right: 5px;
	}
	.header-style-1 .main-menu ul > li.dropdown > a:after{
		right: -25px;
	}
	.header-style-1 .pbmit-button-box .pbmit-header-button a{
		padding-left: 45px;
    font-size: 16px;
	}
	.header-style-1 .pbmit-button-box .pbmit-header-button a:before{
		font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
	}
	.header-style-2{
		padding: 20px 10px 0 10px;
	}
	.header-style-2 .site-branding{
		padding-right: 30px;
	}
	.header-style-2 .main-menu .navigation > li{
		padding: 0 20px;
	}
	.header-style-3{
		padding: 0 30px;
	}
}

@media (min-width: 1201px) and (max-width: 1400px){
	.header-style-1 .main-menu .navigation > li{
		padding: 0 20px;
	}
	.header-style-1 .pbmit-logo-menuarea .site-branding{
		padding-right: 0;
	}
	.header-style-2 {
		padding: 20px 0 0 0;
	}
	.header-style-2 .pbmit-button-box .pbmit-header-button a{
		padding-left: 40px;
    font-size: 15px;
	}
	.header-style-2 .pbmit-button-box .pbmit-header-button a:before{
		font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
	}
	.header-style-3{
		padding: 0 20px;
	}
	.header-style-3 .site-branding{
		padding-right: 20px;
	}
}

@media(min-width: 1201px) and (max-width: 1300px){
	.header-style-3{
		padding: 0;
	}
	.header-style-3 .pbmit-pre-header-wrapper .container,
	.header-style-3 .site-header-menu-wrapper .container{
		padding: 0 30px;
	}
	.header-style-3 .site-branding{
		padding-right: 10px;
	}
}

@media(min-width: 1025px) and (max-width: 1200px){
	.pbminfotech-ele-ptable-style-3 .pbmit-ptable-lines {
		display: block;
	}
	.pbminfotech-ele-ptable-style-3 .pbmit-ptable-lines .pbmit-ptable-line {
		width: 100%;
	}
}

@media (min-width: 1024px) and (max-width: 1350px) {
	.pbmit-fid-space .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		font-size: 60px;
		line-height: 60px;
	}
	.pbmit-fid-space .pbmit-fid-space .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		margin-bottom: 20px;
	}
	.pbmit-fid-space .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid span {
		margin-left: -10px;
	}
}

@media (min-width: 1024px) and (max-width: 1300px) {
	.pbmit-ihbox-style-8 .pbmit-ihbox-headingicon {
		display: block;
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
	.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
		margin: 0 0 20px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		font-size: 80px;
		line-height: 80px;
	}
	.pbmit-ihbox-style-12 .pbmit-ihbox-wrap {
		padding: 20px;
	}
}

@media (min-width:992px) and (max-width:1024px){
	.pbmit-column-four .pbmit-portfolio-style-1 .pbminfotech-titlebox{
		padding: 10px;
	}
	.pbmit-column-four .pbmit-portfolio-style-1 .pbmit-portfolio-title{
		font-size: 17px;
		line-height: 27px;
	}
}

@media(min-width: 991px) and (max-width: 1200px){
	.pbmit-ihbox-style-6 .pbmit-ihbox-headingicon {
		padding: 30px;
	}
	.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon {
		padding: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.pbmit-service-style-5 .pbmit-content-box-inner {
		display: block;
	}
	.pbmit-service-style-5 .pbmit-service-icon {
		margin: 0;
		margin-bottom: 20px;
	}
	.pbmit-service-style-5 .pbmit-content-box {
		padding: 30px 35px 60px 35px;
	}
	.pbmit-service-style-5 .pbmit-service-description {
		padding-top: 15px;
		margin-top: 15px;
	}
}

@media(min-width:575px) and (max-width:767px){
	.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
		width: 50px;
		height: 50px;
	}
}

@media (min-width: 575px) and (max-width: 1400px)  {
	.pbmit-portfolio-style-3 .pbmit-portfolio-title a, 
	.pbmit-portfolio-style-3 .pbmit-portfolio-title {
		font-size: 20px;
		line-height: 26px;
	}
	.pbmit-portfolio-style-3 .pbmit-portfolio-btn i{
		font-size:20px;
		line-height:20px;
	}
	.pbmit-portfolio-style-3 .pbminfotech-box-content {
		padding: 20px;
	}
}

@media(max-width: 820px) and (min-width: 768px){
	.pbminfotech-gap-40px .pbmit-static-box-style-1 .pbmit-staticbox-wraper{
		padding: 15px 13px 5px 13px;
	}
	.pbminfotech-gap-40px .pbmit-static-box-style-1 .pbmit-staticbox-title{
		font-size: 15px;
		line-height: 20px;
	}
}

.slider-wrap {
  background: #f0f2f4;
  padding: 15px 30px 0 30px;
}
.container.half-container {
  max-width: 1200px;
}
.product-container {
  display: flex;
  max-width: 100%;
  background: #fff;
  /* padding: 20px; */
  /* margin: 30px auto; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}
.pbmit-heading {
  text-transform: capitalize;
}
.image-gallery #mainImage {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border: 1px solid #ccc;
  cursor: zoom-in;
  z-index: 999;
  position: sticky;
}
.thumbnails {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #ccc;
}
.product-info {
  flex: 1;
  padding: 0px 20px;
}
.product-info h1 {
  margin: 0 0 10px;
}
.product-info .price {
  color: #2c3e50;
  font-size: 18px;
  margin-bottom: 20px;
}
.product-info select,
.product-info button {
  display: block;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border-radius: 30px;
}
.product-info .description {
  margin-top: 20px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-content {
  width: 550px;
  margin: 5% auto;
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 20px 20px 40px 20px;
}
.modal-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.modal-content .close {
  top: 20px;
  right: 15px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 50%;
  position: absolute;
  background: #e31e24;
}
.modal-content input,
.modal-content textarea {
  /*width: 100%;*/
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  /*margin-bottom: 15px;*/
}
.modal-content button {
  width: 100%;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #1e90ff;
}
.pbmit-ihbox-btn.contact-btn-link i:before {
  top: 2px;
  left: 5px;
  position: relative;
}
.about-contact .pbmit-ihbox-contents {
  text-align: left;
}
.about-contact h4 {
  color: #fff !important;
}
.about-contact h2 a {
  color: #fff !important;
}
.about-contact h2 a:hover {
  color: #e31e24 !important;
}
.about-contact .pbmit-btn.pbmit-btn-outline {
  color: #fff;
  border: 1px solid #e5e5e5;
}
.about-contact .pbmit-btn-outline svg path {
  stroke: #fff;
}
.about-contact .pbmit-btn.pbmit-btn-outline:hover {
  color: #e31e24;
  background: #fff;
}
.home-more-btn {
  text-align: center;
  padding-top: 30px;
}
.mega-products-menu {
  position: relative;
}
.mega-products-menu:hover .mega-menu-wrapper {
  display: flex;
}
.mega-menu-wrapper {
  display: none;
  top: 100%;
  left: 0;
  width: 50vw;
  z-index: 1000;
  flex-wrap: wrap;
  background: #fff;
  max-width: 1200px;
  position: absolute;
  padding: 0px 0px;
  justify-content: space-between;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mega-menu-row {
  flex: 1;
  min-width: 200px;
  padding: 0px;
  margin: 0px;
}
.mega-menu-row.line {
  margin-right: 0px;
  border-right: 1px solid #dcd9d9;
}
.mega-row li {
  padding: 10px 20px;
}
.mega-menu-row ul {
  list-style: none;
  padding: 0;
}
.mega-menu-row ul li {
  /*padding: 10px 20px;*/
  /*margin: 10px 0;*/
}
.mega-menu-row ul li:hover {
  background-color: #e31e24;
}
.mega-menu-row ul li a {
  color: #222;
  width: 100%;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 700 !important;
}
.mega-menu-row ul li:hover a {
  color: #fff;
}
.mega-menu-row a.active {
  color: #fff;
  background: #006cb5;
  /*background: #e31e24;*/
}
@media (max-width: 768px) {
  .mega-menu-wrapper {
    display: block !important;
    position: static;
    padding: 0;
    box-shadow: none;
  }
  .mega-menu-row {
    width: 100%;
    margin: 0;
  }
}
.scrollable-list {
  max-height: 470px;
  overflow-y: auto;
  padding-right: 8px;
}
.scrollable-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scrollable-list ul li {
  /*padding: 8px 0;*/
  border-radius: 0px !important;
  border-bottom: 1px dashed #ddd;
}
.scrollable-list ul li a {
  text-decoration: none;
}
.scrollable-list ul li a:hover {
  border-radius: 0px;
}
.scrollable-list ul li.post-active a {
  width: 100%;
  border-radius: 0px;
  background: #004aad;
  display: inline-block;
  padding: 18px 35px 18px 40px;
}
.scrollable-list::-webkit-scrollbar {
  width: 6px;
}
.scrollable-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.product-single-image img {
  border-radius: 30px;
}
.zoom-container {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 30px;
}
.zoom-container img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
}
.zoom-container:hover img {
  transform: scale(1.2);
  cursor: zoom-in;
}
.af_p {
  color: #000;
  font-weight: 500;
  margin-bottom: 0px !important;
}
.af_q {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-options .af_q {
  margin-bottom: 0px !important;
}
.product-options-1 .af_q.op-1 {
  margin-bottom: 5px;
}
.product-options-1 .af_q.op-2 {
  margin-bottom: 15px;
}
.product-options {
  display: flex;
  margin-bottom: 12px;
}
.product-options .options1 {
  width: 50%;
  color: #000;
  margin-right: 12px;
  /* padding-right: 3px; */
  border-right: 1px solid #d3d1d1;
}
.product-options .options2 {
  width: 50%;
  color: #000;
}
.popup-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-row {
  display: flex;
  gap: 15px;
}
.form-row.full {
  flex-direction: column;
}
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-group span {
  color: #e31e24;
}
.submit-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.submit-button:hover {
  background-color: #0056b3;
}
.custom-select-container {
  position: relative;
  width: 100%;
  /*margin-top: 10px;*/
}
.custom-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
  display: none;
  padding: 10px;
  border-radius: 5px;
}
.custom-dropdown label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  cursor: pointer;
}
.custom-dropdown input[type="checkbox"] {
  margin-right: 6px;
}
.custom-selected {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
}
.pbmit-service-btn.pdf-download-icon.blink {
  border-radius: 50%;
  border: 2px solid #e31e24;
}
.pbmit-base-icon-pdf {
  color: #e31e24;
  font-size: 25px;
  font-weight: 800;
}
.blink {
  animation: blink 1.5s infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
@media screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}
.swiper-slider.product-sec.home {
  cursor: grab;
}
.floating-btn {
  position: fixed;
  bottom: 70px;
  right: 0px;
  background-color: #006cb5;
  color: white;
  font-size: 24px;
  padding: 5px 5px 5px 15px;
  border-radius: 50px 0px 0px 50px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.options-menu {
  position: fixed;
  bottom: 120px;
  right: 0px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
  background: #fff;
  border-radius: 20px;
}
.option {
  background-color: #fff;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  font-weight: bold;
  transition: background 0.3s;
}
.option.whatsapp {
  border-left: 5px solid #25d366;
}
.option.call {
  border-left: 5px solid #007bff;
}
.option:hover {
  background-color: #f0f0f0;
}
.icon-btn {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}
.icon-btn img {
  width: 24px;
  height: 24px;
}
.icon-btn:hover {
  background-color: #f0f0f0;
}

@media (max-width: 480px) {
  .zoom-container {
    margin-bottom: 20px;
  }
  .service-details .pbmit-entry-content .pbmit-desc {
    margin-bottom: 15px;
  }
  .pbmit-ihbox-contents {
    margin-bottom: 20px;
  }

}