

body {
    counter-reset: pbmitbox1 pbmitbox2 pbmit-rev-counter;
}
/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading,
.pbmit-heading-subheading-1 {
    margin-bottom: 40px;
}
.pbmit-heading-subheading .pbmit-subtitle,
.pbmit-heading-subheading-1 .pbmit-subtitle{
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: var(--pbmit-body-typography-color);
    text-transform: none;
    font-style: normal;
	position: relative;
    display: inline-block;
    padding-left: 25px;
}
.pbmit-heading-subheading .pbmit-subtitle:after,
.pbmit-heading-subheading-1 .pbmit-subtitle:after {
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #3173b9;
}
.pbmit-heading-title{
	margin-top: -35px;
	padding-bottom: 70px;
}
.pbmit-heading-subheading.animation-style1 .pbmit-subtitle,
.pbmit-heading-subheading-1 .pbmit-subtitle{
	margin-bottom: 55px;
}
.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle:after {
    background-color: var(--pbmit-blackish-color);
}
.pbmit-heading-subheading.text-white .pbmit-subtitle,
.pbmit-heading-subheading.text-white .pbmit-title{
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-1:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-icon-type-icon {
	font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: #3173b9;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-1 .pbmit-element-heading {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 24px;
    line-height: 28px;
    padding-top: 10px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-1 .pbmit-heading-desc {
	font-size: 15px;
	color: #666;
}
.pbmit-ihbox-style-1 .pbmit-svg-btn {
	padding-top: 30px;
	display: block;
}
.pbmit-ihbox-style-1 .pbmit-svg-btn svg {
    width: 15px;
    height: auto;
}
.pbmit-ihbox-style-1:hover .pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: #3173b9;
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
    border-bottom: 2px solid var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-element-title {
	color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-ihbox-style-2{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-title-wrapper {
	margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--pbmit-blackish-color);
	align-items: center;
}
.pbmit-ihbox-style-2 .pbmit-icon-type-icon {
    font-size: 55px;
    line-height: 55px;
    padding-right: 30px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: #3173b9;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-2 .pbmit-element-heading {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc {
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn {
	padding-top: 30px;
	position: relative;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-ihbox-title-wrapper,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-ihbox-title-wrapper {
    border-bottom: 2px solid var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-element-title {
	color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-ihbox-style-3{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-3 .pbmit-element-title {
	margin-bottom: 10px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 24px;
	text-transform: uppercase;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	padding-right: 30px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg {
	width: 55px;
}
.pbmit-ihbox-style-3 .pbmit-icon-type-icon {
    font-size: 55px;
    line-height: 55px;
    padding-right: 30px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: #3173b9;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
	width: 150px;
    height: auto;
	margin-right: 30px;
	margin-top: 10px;
} 
.pbmit-ihbox-style-3 .pbmit-element-heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
	font-weight: normal;
	color: #3173b9;
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn {
	padding-top: 30px;
	position: relative;
}
/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-ihbox-contents {
    padding: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-contents:hover {
	border-color: transparent;																					;
	background-color: var(--pbmit-secondary-color) ;
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg {
	width: 70px;
	fill: #3173b9;
}
.pbmit-ihbox-style-4 .pbmit-icon-type-icon {
	font-size: 70px;
    line-height: 70px;
    color: #3173b9;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: #3173b9;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 22px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 15px;
	text-transform: uppercase;
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-heading-desc {
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-contents:hover .pbmit-element-title,
.pbmit-ihbox-style-4 .pbmit-ihbox-contents:hover .pbmit-heading-desc  {
	color: var(--pbmit-white-color);
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-element-title {
	color: var(--pbmit-white-color);
}
/** Style 5 **/
.pbmit-ihbox-style-5 .pbmit-ihbox-title {
	display: flex;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 25px;
}
.pbmit-ihbox-style-5 .pbmit-icon-type-icon {
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 90px;
	text-align: center;
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-ihbox-style-5:hover .pbmit-icon-type-icon  {
	color: var(--pbmit-secondary-color);
	background-color: #3173b9;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	font-size: 35px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	background-color: var(--pbmit-blackish-color);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image {
	width: 50px;
    height: 50px;
} 
.pbmit-ihbox-style-5 .pbmit-element-heading {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #3173b9;
}
.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn,
.pbmit-ihbox-style-5 .pbmit-heading-desc {
	padding-top: 8px;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5 .pbmit-element-heading {
	color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5 .pbmit-icon-type-icon {
	color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-5:hover .pbmit-ihbox-icon-type-text::after,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-5:hover .pbmit-icon-type-icon::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5:hover .pbmit-ihbox-icon-type-text::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5:hover .pbmit-icon-type-icon::after {
	background-color: #3173b9;
}
/** Style 6 **/ 
.pbmit-ihbox-style-6 .pbmit-ihbox-title {
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper {
	margin-right: 25px;
}
.pbmit-ihbox-style-6 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 0px;
	position: relative;
	color: #3173b9;
}
.pbmit-ihbox-style-6 .pbmit-icon-type-icon i::before {
	line-height: 50px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
	font-size: 35px;
	text-align: center;
	position: relative;
	background-color: #3173b9;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image {
	width: 60px;
    height: 60px;
} 
.pbmit-ihbox-style-6 .pbmit-element-heading {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #3173b9;
}
.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-6 .pbmit-heading-desc {
	padding-top: 8px;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6 .pbmit-element-heading {
	color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6 .pbmit-icon-type-icon {
	color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-type-text::after,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6:hover .pbmit-icon-type-icon::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-type-text::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6:hover .pbmit-icon-type-icon::after {
	background-color: #3173b9;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/ 
.pbmit-team-style-1{
	margin-bottom: 30px;
}
.pbmit-team-style-1 .pbminfotech-post-item  {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-team-title{
	font-size: 24px;
	line-height: 30px;
    margin-bottom: 0px;
	text-transform: uppercase;
}
.pbmit-team-style-1 .pbminfotech-box-content {
    padding: 20px 0;
    border-bottom: 2px solid var(--pbmit-secondary-color);
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-team-style-1:hover .pbminfotech-box-content {
    border-bottom: 2px solid #3173b9;
}
.pbmit-team-style-1 .pbminfotech-box-team-position {
	font-size: 15px;
	line-height: 30px;
}
.pbmit-team-style-1 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
}
.pbmit-team-style-1 .pbmit-team-social-links li a {
	transition:all .3s ease-in-out;
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbminfotech-team-image-box {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 ul.pbmit-social-links {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 30%;
}
.pbmit-team-style-1 ul li {
	display: block;
	padding:0!important;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #3173b9;
	transition: all .4s ease-in-out;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.pbmit-team-style-1 ul li:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-team-style-1:hover ul li{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(1){
	transition-delay: 0s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(2){
	transition-delay: 0.05s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(3){
	transition-delay: 0.1s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(4){
	transition-delay: 0.15s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(5){
	transition-delay: 0.20s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(6){
	transition-delay: 0.25s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(7){
	transition-delay: 0.30s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(8){
	transition-delay: 0.35s;
}
/** Style 2 **/
.pbmit-team-style-2{
	margin-bottom: 60px;
}
.pbmit-team-style-2 .pbmit-team-title{
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.pbmit-team-style-2 .pbminfotech-box-content {
    padding: 20px 0 15px;
    border-bottom: 2px solid var(--pbmit-secondary-color);
}
.pbmit-team-style-2 .pbminfotech-box-team-position {
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 13px;
}
.pbmit-team-style-2 .pbmit-team-social-links li {
    margin-right: 0;
}
.pbmit-team-style-2 .pbmit-team-social-links li a {
	color: #666;
	font-size: 17px;
    line-height: 17px;
}
.pbmit-team-style-2 .pbmit-team-social-links li a:hover i {
	color: #3173b9;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-team-style-2 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-2 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-team-style-2:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner{
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 0;
	margin-right: 15px;
	display: inherit;
	-webkit-text-stroke: 1px var(--pbmit-blackish-color);
	color: transparent;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title{
	font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
	font-weight: 700;
    color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid{
	font-size: 55px;
    line-height: 55px;
    top: 0;
    right: 0;
    text-transform: initial !important;
    position: relative;
	color: transparent;
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid{
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	-webkit-text-stroke: 1px rgba(var(--pbmit-white-color-rgb),.5);
	color: transparent;
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-fid-title,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-fid-title,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-fid-title,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-heading-desc,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbminfotech-ele-fid-style-2{
	position: relative;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner{
	font-size: 90px;
	line-height: 90px;
	margin-bottom: 0;
	margin-right: 30px;
	color: var(--pbmit-blackish-color);
	display: inherit;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
    border-top: 2px solid;
    padding-top: 25px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title{
	font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 37px;
	font-weight: 700;
    margin-bottom: 10px;
    color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid{
	font-size: 90px;
    line-height: 90px;
    top: 0;
    right: 0;
    text-transform: initial;
    position: relative;
	color: #3173b9;
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
    line-height: 28px;
	color: #666;
} 
.pbminfotech-ele-fid-style-2 a.pbmit-svg-btn {
    position: absolute;
    top: 35px;
    right: 0;
}
.pbminfotech-ele-fid-style-2 a.pbmit-svg-btn svg{
	width: 18px;
    height: 18px;
}
.pbminfotech-ele-fid-style-2 .pbmit-svg-btn svg line {
	stroke: #666;
}
.pbminfotech-ele-fid-style-2:hover .pbmit-svg-btn svg line {
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-blackish-color);
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid{
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-fid-title,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	border-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-2 .pbmit-svg-btn svg line,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-svg-btn svg line,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-2 .pbmit-svg-btn svg line {
	stroke: var(--pbmit-white-color);
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3{
	margin: 40px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFFFF4F;
	margin-top: 40;
}
.pbminfotech-ele-fid-style-3 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	font-size: 90px;
    line-height: 90px;
    margin-bottom: 0;
    min-width: 255px;
    color: var(--pbmit-blackish-color);
    display: inherit;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title{
	font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 37px;
    margin-bottom: 10px;
    color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-3 a.pbmit-svg-btn {
    padding-left: 25px;
}
.pbminfotech-ele-fid-style-3 .pbmit-svg-btn svg {
	width: 18px;
    height: 18px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid{
	font-size: 90px;
    line-height: 90px;
    top: 0;
    right: 0;
    text-transform: initial !important;
    position: relative;
	color: #3173b9;
}
.pbminfotech-ele-fid-style-3:hover .pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-white-color) !important;
}
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-fid-inner,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fid-inner,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-globalcolor .pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid{
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-fid-title,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fid-title,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-heading-desc,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-fid-title,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fld-contents,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-fld-contents,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-fld-contents {
	border-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-svg-btn svg line,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-svg-btn svg line,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-svg-btn svg line {
	stroke: rgba(255, 255, 255,.5);
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 {
    padding-left: 40px;
    padding-top: 15px;
    border-left: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img,
.pbmit-service-style-1 .pbminfotech-post-item,
.pbmit-service-style-1 .pbmit-service-icon-overlay:after,
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.pbmit-service-style-1:hover .pbminfotech-post-item {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-service-style-1 .pbmit-service-icon-overlay {
	position: relative;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
	display: none;
	font-size: 38px;
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 80px;
	text-align: center;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	transform: translate(0%, 0%);
	z-index: 2;
	color: var(--pbmit-white-color);
	background: #3173b9;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img{
	-moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.pbmit-service-style-1 .pbminfotech-box-content{
	font-size: 14px;
}
.pbmit-service-style-1 .pbmit-service-title{
	    margin-bottom: 40px;
    font-size: 20px;
    line-height: 26px;
	text-transform: uppercase;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pbmit-service-style-1 .pbmit-port-cat a {
    font-size: 14px;
    line-height: 32px;
	color: #3173b9;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img{
	height: 35px;
    width: 35px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}
.pbmit-bg-color-secondary .pbmit-service-style-1 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-service-style-1 {
	border-color: rgb(255 255 255 / 20%);
}
/** Style 2 **/
.pbmit-service-style-2{
	margin-bottom: 30px;
}
.pbmit-service-style-2 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-service-style-2 .pbmit-service-icon-overlay {
	position: relative;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper{
	display: none;
	font-size: 38px;
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 80px;
	text-align: center;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	transform: translate(0%, 0%);
	z-index: 2;
	color: var(--pbmit-white-color);
	background: #3173b9;
}
.pbmit-service-style-2 .pbminfotech-box-content {
    padding: 20px 0;
    border-bottom: 2px solid;
}
.pbmit-service-style-2 .pbmit-service-title{
    font-size: 24px;
    line-height: 32px;
	margin-bottom: 0;
	text-transform: uppercase;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pbmit-service-style-2 .pbmit-service-title a{
    color: #001e4c;
}
.pbmit-service-style-2 .pbmit-service-title a:hover{
    color: #3173b9;
}
.pbmit-service-style-2 .pbmit-port-cat a {
    font-size: 14px;
    line-height: 32px;
	color: #666;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper img{
	height: 35px;
    width: 35px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}
.pbmit-service-style-2 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.pbmit-service-style-2:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-service-style-2 a.pbmit-svg-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
}
.pbmit-service-style-2 .pbmit-svg-arrow{
	width: 18px;
    height: 18px;
}
.pbmit-service-style-2 a.pbmit-svg-btn svg line {
	stroke: #666;
}
.pbmit-service-style-2:hover .pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: #3173b9;
}
.pbmit-bg-color-secondary .pbmit-service-style-2 .pbmit-port-cat a,
.pbmit-bg-color-blackish .pbmit-service-style-2 .pbmit-port-cat a,
.pbmit-bg-color-global .pbmit-service-style-2 .pbmit-port-cat a,
.pbmit-bg-color-global .pbmit-service-style-2 .pbmit-service-title a,
.pbmit-bg-color-secondary .pbmit-service-style-2 .pbmit-service-title a,
.pbmit-bg-color-blackish .pbmit-service-style-2 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-service-style-2,
.pbmit-bg-color-secondary .pbmit-service-style-2,
.pbmit-bg-color-blackish .pbmit-service-style-2 {
	border-color: rgb(255 255 255 / 20%);
}
/** Style 3 **/
.pbmit-service-style-3 {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 30px;
    border-bottom: 1px solid #bbbcbe;
}
.pbmit-service-style-3 .pbminfotech-post-item {
    align-items: center;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper{
	font-size: 60px;
    line-height: 60px;
    padding-right: 25px;
    z-index: 2;
    color: var(--pbmit-blackish-color);
}
.pbmit-service-style-3 .pbmit-service-title{
    font-size: 26px;
    line-height: 32px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-service-style-3 .pbmit-port-cat a {
    font-size: 15px;
    line-height: 32px;
	color: #666;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper img{
	height: 35px;
    width: 35px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}
.pbmit-service-style-3 a.pbmit-svg-btn svg{
	width: 18px;
    height: 18px;
}
.pbmit-service-style-3 a.pbmit-svg-btn svg line {
	stroke: #666;
}
.pbmit-service-style-3:hover a.pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: #3173b9;
}
.pbmit-service-style-3 .pbmit-featured-img-wrapper, 
.pbmit-service-style-3 .pbminfotech-box-content {
    flex: 1;
}
.pbmit-service-style-3 .pbmit-featured-wrapper img {
    position: absolute;
    top: -55%;
    height: auto;
    right: 65px;
    width: 200px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px);
    transform-origin: top center;
    transition: all .45s;
}
.pbmit-service-style-3:hover .pbmit-featured-wrapper img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.pbmit-bg-color-secondary .pbmit-service-style-3 .pbmit-port-cat a,
.pbmit-bg-color-blackish .pbmit-service-style-3 .pbmit-port-cat a,
.pbmit-bg-color-global .pbmit-service-style-3 .pbmit-port-cat a,
.pbmit-bg-color-global .pbmit-service-style-3 .pbmit-service-title a,
.pbmit-bg-color-secondary .pbmit-service-style-3 .pbmit-service-title a,
.pbmit-bg-color-blackish .pbmit-service-style-3 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-service-style-3,
.pbmit-bg-color-secondary .pbmit-service-style-3,
.pbmit-bg-color-blackish .pbmit-service-style-3 {
	border-color: rgb(255 255 255 / 20%);
}

/*----------------------------------------*/
/*  05 - Portfolio
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1{
	margin-bottom: 30px;
}
.pbmit-portfolio-style-1 .pbminfotech-overlay::after,
.pbmit-portfolio-style-1 .pbminfotech-overlay::before,
.pbmit-portfolio-style-1 .pbminfotech-overlay {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content {
    position: relative;
    overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-image-wrapper {
    position: relative;
    background-color: #fff;
    padding-bottom: 124%;
    -webkit-clip-path: inset(0 15%);
    clip-path: inset(0 15%);
    opacity: 0;
    transform: translate3d(0, 150px, 0);
    transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
    transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), clip-path 1s cubic-bezier(.25, .85, .57, 1);
    transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), clip-path 1s cubic-bezier(.25, .85, .57, 1), -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
}
.pbmit-portfolio-style-1.active .pbmit-image-wrapper {
    opacity: 1;
    -webkit-clip-path: inset(0 0);
    clip-path: inset(0 0);
    transform: translateZ(0);
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: calc(110% + 80px);
    transform: translate3d(0, -40px, 0);
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pbmit-element-portfolio-style-1 .row .pbmit-ele:nth-child(2n) {
    margin-top: 5.5rem;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
    transition: opacity 1s cubic-bezier(.25, .85, .57, 1) .4s, transform 1s cubic-bezier(.25, .85, .57, 1) .4s;
}
.pbmit-portfolio-style-1.active .pbminfotech-titlebox {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox h3 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 0px;
	text-transform: uppercase;
}
.pbmit-portfolio-style-1 .pbmit-port-cat a {
    color: #3173b9;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding: 20px 30px;
	opacity: 0;
	word-break: break-word;
	transform: translateX(-100%);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	transition: all .5s;
	opacity: 1;
	transform: translateX(0);
}
.pbmit-element-portfolio-style-1 .row {
    justify-content: space-between;
}
.pbmit-element-portfolio-style-1 .row .pbmit-portfolio-style-1{
	width: 47%;
}
.pbmit-element-portfolio-style-1 .row .pbmit-portfolio-style-1:nth-child(2n) {
    margin-top: 5.5rem;
}
/** Style 2 **/
.pbmit-portfolio-style-2 {
	overflow: hidden;
}
.pbmit-ele.pbmit-portfolio-style-2{
	margin-bottom: 30px;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content {
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding: 30px 35px;
	opacity: 0;
	word-break: break-word;
	transform: translateX(-100%);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-2:hover .pbminfotech-box-content {
	transition: all .5s;
	opacity: 1;
	transform: translateX(0);
}
.pbmit-portfolio-style-2 .pbmit-port-cat,
.pbmit-portfolio-style-2 .pbmit-port-cat a {
	color: #3173b9;
	font-size: 14px;
	text-transform: uppercase;
}
.pbmit-portfolio-style-2 .pbmit-title{
	font-size: 22px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-2 .pbmit-element-inner .swiper-wrapper {
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pbmit-portfolio-style-2 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
}
.pbmit-ele-portfolio.pbmit-portfolio-style-2 {
	margin-top: 15px;
}
.pbmit-portfolio-style-2 a.pbmit-link,
.pbmit-portfolio-style-1 a.pbmit-link,
.pbmit-portfolio-style-3 a.pbmit-link{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    box-shadow: none;
    text-decoration: none;
    cursor: none;
}
/** Style 3 **/
.pbmit-portfolio-style-3 {
	overflow: hidden;
	border-radius: 0;
	perspective: 300px;
	margin-bottom: 30px;
}
.pbmit-element-portfolio-style-3 {
	height: 100%!important;
}
.pbmit-portfolio-style-3 .pbminfotech-box-content {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 0;
	padding: 30px;
	opacity: 0;
	max-width: 300px;
	word-break: break-word;
	background: var(--pbmit-blackish-color);
	transform: rotateY(30deg);
	transition: 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transform-origin: left center;
}
.pbmit-portfolio-style-3:hover .pbminfotech-box-content {
	transform: rotateY(0);
	opacity: 1;
	transition: opacity 0.2s, transform 0.5s;
	display: none;
}
.pbmit-portfolio-style-3 .pbmit-port-cat a {
	font-size: 14px;
	text-transform: uppercase;
}
.pbmit-portfolio-style-3 .pbmit-port-cat a,
.pbmit-portfolio-style-3 .pbmit-portfolio-title a {
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title a:hover,
.pbmit-portfolio-style-3 .pbmit-port-cat a {
	color: #3173b9;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-3:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-3 .pbmit-element-posts-wrapper {
	position: relative;
	margin: 0;
	z-index: 10;
	overflow: visible;
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 {
	margin-bottom: 30px;
}
.pbmit-blog-style-1 .post-item {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-blog-style-1 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-meta-date .pbmit-day-wrap {
	font-size: 48px;
	line-height: 48px;
	text-transform: none;
	margin-bottom: 10px;
	color: #3173b9;
}
.pbmit-blog-style-1 .pbminfotech-box-content {
	padding: 30px 0 20px;
    border-bottom: 2px solid var(--pbmit-blackish-color);
}
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper a {
	margin-right: 35px;
	position: relative;
}
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper a::after {
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-blackish-color);
    border-radius: 50%;
    top: 50%;
    right: -21px;
    margin-top: -4px;
}
.pbmit-blog-style-1 .pbmit-svg-btn svg {
    width: 13px;
    height: 13px;
}
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper a,
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper .pbmit_meta_author {
	color: var(--pbmit-blackish-color);
	font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a {
	color: #3173b9;
}
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-category,
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-comment-wrapper{
	color: #3173b9;
	font-size: 14px;
}
.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.pbmit-blog-style-1:hover .pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: #3173b9;
}
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-meta-cat-wrapper .pbmit_meta_author,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbmit-meta-cat-wrapper .pbmit_meta_author,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-meta-cat-wrapper .pbmit_meta_author,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-post-title a:hover,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover,
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-post-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a::after,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a::after,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a::after {
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbminfotech-box-content,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbminfotech-box-content,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbminfotech-box-content {
	border-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-svg-btn svg line,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbmit-svg-btn svg line,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-svg-btn svg line {
	stroke: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-post-title a:hover {
	color: #3173b9;
}
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
/** Style 2 **/
.pbmit-blog-style-2 .post-item {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-blog-style-2 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-2 .pbmit-featured-container {
    position: relative;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-2 .pbmit-meta-date .pbmit-day-wrap {
	font-size: 48px;
	line-height: 48px;
	text-transform: none;
	margin-bottom: 10px;
	color: #3173b9;
}
.pbmit-blog-style-2 .pbminfotech-box-content {
	padding: 33px 0 0;
}
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper{
	display: flex;
    align-items: center;
    margin-bottom: 12px;
	margin-right: 0;
	line-height: normal;
}
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper a {
	margin-right: 35px;
	position: relative;
}
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper a::after {
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-blackish-color);
    border-radius: 50%;
    top: 50%;
    right: -21px;
    margin-top: -4px;
}
.pbmit-blog-style-2 a.pbmit-svg-btn {
    position: absolute;
	right: -1px;
    bottom: -1px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: var(--pbmit-white-color);
}
.pbmit-blog-style-2 .pbmit-svg-btn svg {
    width: 13px;
    height: 13px;
}
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper a,
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper .pbmit_meta_date {
	font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a {
	color: #3173b9;
}
.pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-category,
.pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-comment-wrapper{
	color: #3173b9;
	font-size: 14px;
}
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.pbmit-blog-style-2:hover svg line{
	stroke-dashoffset: 0 !important;
    stroke: #3173b9;
}
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-secondary .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-cat-wrapper .pbmit_meta_date,
.pbmit-bg-color-secondary .pbmit-blog-style-2 .pbmit-meta-cat-wrapper .pbmit_meta_date,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-cat-wrapper .pbmit_meta_date,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-post-title a:hover,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-post-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a::after,
.pbmit-bg-color-secondary .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a::after,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a::after {
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbminfotech-box-content,
.pbmit-bg-color-secondary .pbmit-blog-style-2 .pbminfotech-box-content,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbminfotech-box-content {
	border-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-post-title a:hover {
	color: #3173b9;
}
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-post-title a,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-content-wrapper * div::after {
	background-color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-blog-style-3{
	margin-bottom: 30px;
}
.pbmit-blog-style-3 .post-item {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-blog-style-3 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-3 .pbmit-meta-date span{
	display: block;
}
.pbmit-blog-style-3 .pbmit-meta-date-wrapper {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	width: 100px;
	padding-top: 15px;
	text-align: center;
	background: var(--pbmit-blackish-color);
}
.pbmit-blog-style-3 .pbmit-meta-date .pbmit-day-wrap {
	font-size: 48px;
	line-height: 48px;
	text-transform: none;
	margin-bottom: 10px;
	color: #3173b9;
}
.pbmit-blog-style-3 .pbmit-meta-date-wrapper .pbmit-date-wrap {
	font-size: 14px;
	line-height: 14px;
	text-transform: none;
	padding: 6px 0;
	letter-spacing: 1px;
	color: var(--pbmit-white-color);
	background: #3173b9;
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #3173b9;
}
.pbmit-blog-style-3 .pbmit-content-wrapper * div {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.pbmit-blog-style-3 .pbmit-content-wrapper * div:last-child {
	margin: 0;
	padding: 0;
}
.pbmit-blog-style-3 .pbmit-content-wrapper * div::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 3px;
	height: 1px;
	background-color: #3173b9;
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-blog-style-3 .pbmit-content-wrapper * div:last-child:after {
	content: none;
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a {
	color: #3173b9;
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-category,
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-comment-wrapper{
	color: #3173b9;
	font-size: 14px;
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-category a{
	font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pbmit-blog-style-3 .pbmit-post-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-post-title a:hover,
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper,
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover,
.pbmit-bg-color-blackish .pbmit-blog-style-3 .pbmit-post-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-3 .pbmit-post-title a:hover {
	color: #3173b9;
}
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-post-title a,
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-content-wrapper * div::after {
	background-color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item {
	position: relative;
}
.pbmit-testimonial-style-1 .pbminfotech-box-content {
	position: relative;
    padding-top: 80px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-content-wrapper{
	margin-top: 40px;
}
.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper {
	display: inline-block;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	min-width: 250px;
    height: auto;
    margin-right: 50px;
}
.pbmit-testimonial-style-1 blockquote {
	font-size: 26px;
    line-height: 36px;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	background: transparent;
    font-weight: normal;
    font-style: normal;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-1 blockquote::before {
	position: absolute;
    content: '\e810';
    font-family: 'pbminfotech-base-icons';
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    left: 0;
    top: -70px;
    border-radius: 50%;
    color: var(--pbmit-white-color);
    background-color: #3173b9;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
	font-size: 15px;
    margin-left: 10px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-author {
	margin-top: 35px;
    display: flex;
    align-items: center;
}
.pbmit-testimonial-style-1 .pbminfotech-author-box {
	margin-top: 28px;
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-1 blockquote::before,
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 blockquote::before,
.pbmit-bg-color-global .pbmit-testimonial-style-1 blockquote::before {
	color: #3173b9;
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-1 blockquote,
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 blockquote,
.pbmit-bg-color-global .pbmit-testimonial-style-1 blockquote,
.pbmit-bg-color-blackish .pbmit-testimonial-style-1 .pbminfotech-box-title,
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-box-title,
.pbmit-bg-color-global .pbmit-testimonial-style-1 .pbminfotech-box-title{
	color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item {
    background-color: #fff;
	padding: 50px 60px 45px 50px;
    border-top: 5px solid #3173b9;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-wrapper,
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper {
	position: relative;
}
.pbmit-testimonial-style-2 {
	overflow: hidden;
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper::before {
	position: absolute;
    content: '\e810';
    font-family: 'pbminfotech-base-icons';
    font-size: 40px;
    line-height: 40px;
    right: -10px;
    bottom: 0;
    color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-wrapper-inner {
	margin: 0 0 25px 0;
    position: relative;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
	display: inline-block;
    margin-bottom: 15px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: var(--pbmit-blackish-color);
	font-size: 20px;
    line-height: 20px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i:before{
	margin: 0;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i.pbmit-active {
	color: #feb437;
}
.pbmit-testimonial-style-2 blockquote {
	font-size: 24px;
    line-height: 30px;
    padding: 0;
    font-weight: 400;
    margin: 0;
    border: none;
    color: var(--pbmit-blackish-color);
    background: transparent;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-2 .pbminfotech-box-content {
	display: inline-flex;
	align-items: center;
}
.pbmit-testimonial-style-2 .pbmit-featured-img-wrapper {
	padding-right: 30px;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
	text-transform: uppercase;
    color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	font-size: 15px;
    line-height: 20px;
} 
.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-testimonial-style-2 .pbminfotech-box-title {
	color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  08 - Header
/*----------------------------------------*/
.pbmit-header-overlay{
	position: absolute;
    width: 100%;
    z-index: 2;
}
.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	height: 90px;
	transition: none;
    line-height: inherit;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
.pbmit-contact-info{
	font-size: 16px;
}
.pbmit-contact-info li:first-child {
    padding-left: 0;
}
.pbmit-social-links li:not(:last-child), 
.pbmit-contact-info li:not(:last-child) {
    padding: 0 20px 0 0;
}
.site-header .pbmit-social-links li, .pbmit-contact-info li {
    display: inline-block;
    vertical-align: top;
	float: left;
}
.pbmit-contact-info li i {
    font-size: 18px;
    margin-right: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pbmit-contact-info li i::before {
    font-weight: 600;
}
.pbmit-pre-header-wrapper .pbmit-social-links li a i {
    margin: 0;
    font-size: 15px;
}
.pbmit-button-box{
	padding-right: 40px;
}
.site-header .pbmit-header-button a:hover{
	color: #3173b9;
}
.pbmit-svg-btn svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.pbmit-svg-btn svg line:nth-child(2),
.pbmit-svg-btn svg line:nth-child(3){
	stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}
.pbmit-svg-btn svg line {
    stroke: var(--pbmit-blackish-color);
}
.pbmit-header-search-btn{
	padding-right: 20px;
    position: relative;
}
.pbmit-header-search-btn a{
	font-size: 20px;
	color: rgba(7, 19, 35, 1);
}
.pbmit-svg-btn:hover svg line {
    stroke-dashoffset: 0 !important;
    stroke: #3173b9;
}
.pbmit-nav-menu-toggle{
	padding: 0 27px;
    margin-left: 20px;
    line-height: var(--pbmit-header-height);
    background-color: #3173b9;
    line-height: 90px;
    height: 90px;
	border: none;
}
.pbmit-nav-menu-toggle svg path {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path .2s ease-out;
    transition: clip-path .2s ease-out;
    transition: clip-path .2s ease-out,-webkit-clip-path .2s ease-out;
}
.pbmit-nav-menu-toggle:hover svg path:nth-of-type(1) {
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%);
}
.pbmit-nav-menu-toggle:hover svg path:nth-of-type(3) {
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0);
}
.floting-bar-wrap {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 1000;
    width: 450px;
    height: 100%;
    display: inline-table;
    opacity: 0;
    padding: 120px 65px;
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-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;
    background-color: var(--pbmit-light-color);
}
.floting-bar-wrap, .floting-bar-wrap h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--pbmit-blackish-color);
}
.floting-bar-wrap.active {
    right: 0;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    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);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.floting-bar-widget-area .widget {
    margin-bottom: 40px;
}
.floting-bar-widget-area .widget_media_image img {
    padding-right: 70px;
}
.floting-bar-widget-area .pbmit-contact-box {
    padding-right: 45px;
}
.pbmit-contact-box .pbmit-contact-list:not(:last-child) {
    margin-bottom: 40px;
}
.floting-bar-wrap h4 {
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.pbmit-contact-box .pbmit-contact-list h4 {
    margin-bottom: 5px;
}
.pbmit-contact-box .pbmit-contact-list span {
    display: block;
}
.floting-bar-social-wrap {
    position: absolute;
    bottom: 60px;
}
.floting-bar-social-wrap h4 {
    margin-bottom: 15px;
}
.floting-bar-social-wrap .pbmit-social-links li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}
.floting-bar-social-wrap .pbmit-social-links li:not(:last-child) {
    padding-right: 10px;
}
.floting-bar-social-wrap .pbmit-social-links li a:hover{
	color: var(--pbmit-blackish-color);
	background-color: #3173b9;
}
.floting-bar-social-wrap .pbmit-social-links li a i {
    font-size: 16px;
    line-height: 40px;
}
.floting-bar-wrap .closepanel {
    position: absolute;
    z-index: 600;
    right: 0;
    top: 40px;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
    color: var(--pbmit-blackish-color);
    background-color: #3173b9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translate(0%,-50%) rotate(0deg);
    -moz-transform: translate(0%,-50%) rotate(0deg);
    -ms-transform: translate(0%,-50%) rotate(0deg);
    -o-transform: translate(0%,-50%) rotate(0deg);
    transform: translate(0%,-50%) rotate(0deg);
}
.floting-bar-wrap .closepanel svg rect {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@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)
	}
}
.floting-bar-wrap .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;
}
.floting-bar-wrap .closepanel:hover svg rect:nth-of-type(2) {
    animation-delay: .17s;
}
/** Header Style 1 **/
.header-style-1 .pbmit-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e7e9;
	color: var(--pbmit-secondary-color);
}
.header-style-1 .pbmit-contact-info li i{
	color: var(--pbmit-secondary-color);
}
.header-style-1 .pbmit-pre-header-wrapper .pbmit-social-links li a i {
    color: var(--pbmit-secondary-color);
}
.header-style-1 .pbmit-logo-area {
    background-color: var(--pbmit-light-color);
    padding: 0 50px 0 35px;
}
/** Header Style 2 **/
.header-style-2 .site-branding{
	background-color: var(--pbmit-secondary-color);
    padding: 0 50px 0 35px;
}
.header-style-2 .site-branding .responsive-logo{
	display: none;
}
/** Header Style 3 **/
.header-style-3 .pbmit-main-header-area{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-style-3 .pbmit-logo-menuarea {
    padding: 0 65px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.header-style-3 .site-branding .responsive-logo{
	display: none;
}
.header-style-3 .pre-header{
	height: 55px;
    line-height: 55px;
	color: #515151;
	background-color: transparent;
}
.header-style-3 .pbmit-pre-header-right{
	display: flex;
    align-items: center;
}
.header-style-3 .main-menu ul > li.dropdown > a:after,
.header-style-3 .pbmit-header-search-btn a,
.header-style-3.site-header .pbmit-header-button a{
	color: #164892;
}
.header-style-3 .pbmit-header-search-btn a:hover{
	color: #3173b9;
}
.header-style-3.site-header .pbmit-header-button a::after{
	background-color: var(--pbmit-white-color);
}
.header-style-3.site-header .pbmit-svg-btn:hover svg line{
	stroke-dashoffset: 0 !important;
    stroke: #3173b9;
}

/*----------------------------------------*/
/*  09 - Footer
/*----------------------------------------*/
.footer.site-footer{
	position: relative;
	font-size: 15px;
	color: rgba(255, 255, 255,.6);
	padding: 105px 0 0px 0;
    border-top: 1px solid rgba(7, 19, 35, 0.1);
	background-color:#164892;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: scroll;
}
.footer.site-footer:before{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
	background-color: #0a1229;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: scroll;
}
.pbmit-footer-big-area {
	padding-bottom: 38px;
}
.pbmit-footer-big-area h3{
	font-size: 58px;
    line-height: 58px;
    margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.footer .widget{
	padding-top: 35px;
	position: relative;
}
.footer .widget img{
	width: 100%;
	max-width: 200px;
}
.footer .widget .widget-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
	margin-bottom: 17px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-widget-number{
	padding-top: 5px;
}
.pbmit-widget-number p{
	color: rgba(255, 255, 255,.6) !important;
}
.footer .textwidget ul li{
	padding-bottom: 8px;
}
.footer .textwidget ul li a{
	color: rgba(255, 255, 255,.6);
}
.footer .textwidget ul li a:hover{
	color: #3173b9;
}
.pbmit-footer-text-area{
	margin-top: 70px;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pbmit-footer-text-inner{
	font-size: 14px;
}
.pbmit-footer-logo-box {
    text-align: center;
    height: 76px;
    background-color: #3173b9;
    padding: 13px 20px 16px;
}
.pbmit-footer-logo-box img{
	height: 45px;
}
.pbmit-footer-copyright-text-area{
	text-align: left;
}
.pbmit-footer-copyright-text-area a{
	color: rgba(255, 255, 255,.6);
}
.pbmit-footer-social-area ul.pbmit-social-links {
	float: right;
}
.pbmit-footer-social-area .pbmit-social-links li {
    min-height: 74px;
    line-height: 74px;
    padding: 0px 27px;
	float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-footer-social-area .pbmit-social-links li a{
	margin: 0;
    font-size: 17px;
    padding: 0;
	color: rgba(255, 255, 255,.6);
}
.pbmit-footer-social-area .pbmit-social-links li a i{
	color: var(--pbmit-white-color);
}
.pbmit-footer-social-area .pbmit-social-links li:last-child{
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pbmit-footer-social-area .pbmit-social-links li:hover{
	background-color: #3173b9;
}

/*----------------------------------------*/
/*  10 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	background-image: url(../images/titlebar-bg.jpg);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: scroll;
	position: relative !important;
    z-index: 1;
}
.pbmit-title-bar-wrapper:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none!important;
}
.pbmit-title-bar-content{
	position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 100px 0;
    width: 60%;
	min-height: 450px;
	padding-bottom: 0;
}
.pbmit-tbar-title{
	font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
	margin-bottom: 10px;
	color: #fff;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	margin-top: 10px;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a{
	font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #b1b1b1;
    text-transform: none;
    font-style: normal;
	font-family: var(--pbmit-body-typography-font-family);
}

/*----------------------------------------*/
/*  11 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
     position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  12 - Progress Bar
/*----------------------------------------*/
.progressbar{
    overflow: hidden;
	margin-bottom: 35px;
}
.progressbar .progress-label{
	font-size: 16px;
    line-height: 20px;
    position: relative;
    top: -7px;
    text-transform: uppercase;
	font-weight: 700;
    font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
	color: var(--pbmit-blackish-color);
}
.progress{
	padding-bottom: 7px;
    overflow: visible;
    border-radius: 0px;
    position: relative;
	border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
}
.progress .progress-bar{
	display: flex;
	font-size: 11px;
	line-height: 30px;
	height: 8px;
    background-color: var(--pbmit-secondary-color);
    border-radius: 0;
}
.progress .progress-percent{
	padding-right: 0;
    position: absolute;
    right: 5px;
    left: auto;
    top: -24px;
    font-size: 16px;
    line-height: 15px;
	font-weight: 700;
    font-style: normal;
    color: #3173b9;
	font-family: var(--pbmit-heading-typography-font-family);
}

/*----------------------------------------*/
/*  13 - Accordion
/*----------------------------------------*/
.accordion-item{
	border: none ;
	position: relative;
	background-color: transparent;
	color: inherit;
    border-bottom: 2px solid rgba(7, 19, 35, 1);
}
.accordion-item:last-of-type{
	border-radius: 0;
}
.accordion-button{
	margin: 0;
	font-weight: 700;
    line-height: 1;
    cursor: pointer;
	border-radius: 0 !important;
    outline: none;
	position: relative;
    padding: 30px 60px 28px 0px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	background-color: transparent !important;
}
.pbmit-accordion-icon.pbmit-accordion-icon-right{
	position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    font-size: 17px;
    line-height: 40px;
	float: right;
	display: inline-block;
    width: 1.5em;
    text-align: center !important;
    background-color: transparent;
    color: var(--pbmit-blackish-color);
}
.accordion-item.active .pbmit-accordion-icon-closed{
	display: none;
}
.accordion-item .pbmit-accordion-icon-closed{
	display: block;
}
.accordion-item .pbmit-accordion-icon-opened{
	display: none;
}
.accordion-item .pbmit-accordion-icon i{
	position: absolute;
    left: 50%;
    top: 50%;
    -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%);
}
.accordion-item.active .pbmit-accordion-icon-opened{
	display: block;
}
.accordion-button::after{
	display: none;
}
.accordion-button:not(.collapsed){
	box-shadow: none;
}
.accordion-item .pbmit-accordion-title{
	font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 30px;
    color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.accordion-item .pbmit-accordion-title span{
	font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
    color: #666;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-body{
	padding: 10px 30px 35px 30px;
}
.accordion-style-2 .pbmit-accordion-title{
	font-size: 20px;
}
.accordion-style-2 .accordion-item .pbmit-accordion-icon i:before{
	font-size: 10px;
	font-weight: bold;
	color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  14 - Tab
/*----------------------------------------*/
.pbmit-tab{
	display: flex;
}
.pbmit-tab .nav-tabs{
	padding-top: 30px;
	border: none;
}
.pbmit-tab .nav-tabs .nav-item{
	font-size: 14px;
    line-height: 36px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.nav-tabs .nav-link{
	border: none;
	display: flex;
	padding: 0;
}
.pbmit-tab .pbmit-tabs-icon{
	font-weight: 700;
    font-style: normal;
	font-size: 20px;
    color: #ccc;
    margin-right: 14px;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-tab .pbmit-tabs-icon-wrapper{
	font-style: normal;
}
.pbmit-tab .pbminfotech-tabs-heading{
	font-size: 36px;
    line-height: 46px;
    margin-bottom: 27px;
	text-transform: uppercase;
}
.pbmit-tab svg.pbmit-svg-arrow{
	width: 16px;
    height: 16px;
    margin: 0 0 7px 7px;
    opacity: 0;
    display: none;
}
.pbmit-tab svg.pbmit-svg-arrow line{
	stroke: var(--pbmit-blackish-color);
}
.nav-tabs .nav-link.active .pbminfotech-tabs-heading{
	color: #3173b9;
}
.nav-tabs .nav-link.active svg.pbmit-svg-arrow{
	opacity: 1;
    display: inline-block;
}
.pbmit-tab .tab-content{
	padding-left: 50px;
    margin-left: 50px;
    border-left: 1px solid #e5e5e5;
}
.pbmit-tab .pbmit-ihbox-contents{
	padding: 20px 15px 0 45px;
}
.pbmit-tab .pbmit-content-inner h2 {
    font-size: 30px;
    line-height: 40px;
	text-transform: uppercase;
    margin-bottom: 30px;
}
.tab-content>.active{
	animation-name: fadeInDown11;
    -webkit-animation-name: fadeInDown1;
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
}
@keyframes fadeInDown1{
    from { opacity:0;
		transform:translate3d(0, 0,-50px)
    }
    to {
        opacity:1;
        transform:none
    }
}

/*----------------------------------------*/
/*  15 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%); 
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%); 
    left: 0; 
    width: 100%; 
    text-align: center 
}
.db-fidbox-style-2 .db-circle-w { 
    position: relative; 
    text-align: center 
}
.db-fidbox-style-2 .db-fid-title { 
    text-align: center;
    color: #fff; 
    font-size: 14px; 
    font-weight: 600; 
    margin-top: 0 
}
.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number { 
    font-size: 20px;
    color: #fff; 
    font-weight: bold 
}
.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title { 
    font-size: 18px; 
    line-height: 20px; 
    margin-top: 0 
}
.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block 
}
.db-fidbox-style-1 .db-fid-title-w { 
    width: 43%; 
    margin-left: 12px 
}
.db-fidbox-style-1 .db-circle-w {
    width: 122px; 
    position: relative; 
    vertical-align: top 
}
.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px; 
    font-weight: bold 
}
.db-fidbox-style-1 .db-circle-number sub { 
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title-w { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%)
}
.db-fidbox-style-1 .db-fid-title-w h3 { 
    margin-bottom: 0 
}
.db-circle canvas { 
    image-rendering: optimizeSpeed; 
    image-rendering: -moz-crisp-edges; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: -o-crisp-edges; 
    image-rendering: pixelated; 
    -ms-interpolation-mode: nearest-neighbor; 
}
.db-circle canvas { 
    max-width: 100%; 
    height: auto !important 
}
.db-overlap-row { 
    position: relative; 
    z-index: 1 
}
.db-overlap-row-section { 
    position: relative; 
    z-index: 2 
}

/*----------------------------------------*/
/*  16 - List Group
/*----------------------------------------*/
.list-group-borderless .list-group-item {
	display: flex;
    font-size: inherit;
	align-items: inherit !important;
	padding-bottom: calc(18px/2);
	padding-left: 0;
	color: var(--pbmit-blackish-color);
	margin: 0;
    position: relative;
    border: none;
    background: transparent;
}
.list-group .pbmit-icon-list-icon{
	display: flex;
    position: relative;
	top: var(0,initial);
	line-height: normal;
    margin-top: 0px;
	padding-right: 5px;
}
.list-group .pbmit-icon-list-icon i{
	font-size: 30px;
	position: relative;
    width: auto;
	line-height: 0px;
    top: 0;
    color: #3173b9;
    font-weight: normal;
}
.list-group .pbmit-icon-list-text{
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
	padding-left: 10px;
    margin-bottom: 0;
	line-height: 24px;
	font-family: var(--pbmit-heading-typography-font-family);
}
.list-group-style-1 .list-group-item:not(:last-child){
	padding-bottom: calc(10px/2);
}
.list-group-style-1 .pbmit-icon-list-icon{
	padding-right: 2px;
}
.list-group-style-1 .pbmit-icon-list-icon i{
	font-size: 25px;
}
.list-group-style-1 .pbmit-icon-list-text{
	padding-left: 3px;
	font-weight: 400;
	text-transform: none;
	color: #666666;
	font-family: var(--pbmit-body-typography-font-family);
}

/*----------------------------------------*/
/*  17 - Revolution
/*----------------------------------------*/
/** Slider 01 **/
.pbmit-slider-subheading{
	padding-left:23px !important; 
	position:relative
}
.pbmit-slider-subheading:after{
	content:''; 
	position:absolute; 
	width:10px; 
	height:10px; 
	border-radius:50%; 
	left:0; 
	top:50%; 
	margin-top:-5px; 
	z-index:1111; 
	background-color:#3173b9
}
.rev-btn .pbmit-svg-arrow{
	width:11px; 
	stroke:#000; 
	height:auto; 
	margin-left:10px
}
.rev-btn:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 100% 50%;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.rev-btn:hover:before{
	transform: scale3d(0,1,1);
	background-color: #3173b9;
}
.rev-btn:hover svg.pbmit-svg-arrow line {
    stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-white-color);
}
.rev-btn svg.pbmit-svg-arrow line, 
.reply a svg line, .pbmit-svg-btn svg line {
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.pbmit-rev-svg-arrow svg.pbmit-svg-arrow line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-white-color);
}
.pbmit-rev-svg-arrow.rev-btn:hover svg.pbmit-svg-arrow line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-blackish-color);
}
.pbmit-slider-title{
	background-color:#fff; 
	padding:5px 20px; 
	line-height:100px !important; 
	DISPLAY:inline-block; 
	font-weight:700 !important
}
#rev_slider_1_1_wrapper .persephone.tparrows{
	cursor:pointer;
	background:#f9ad00;
	width:70px;
	height:70px;
	position:absolute;
	display:block;
	z-index:1000; 
	border:1px solid rgba(255,255,255,0)
}
#rev_slider_1_1_wrapper .persephone.tparrows.rs-touchhover{
	background:#000000
}
#rev_slider_1_1_wrapper .persephone.tparrows:before{
	font-family:'pbminfotech-base-icons';
	font-size:15px;
	color:#ffffff;
	display:block;
	line-height:70px;
	text-align:center;
	font-size: 25px;
}
#rev_slider_1_1_wrapper .persephone.tparrows.tp-leftarrow:before{
	content:'\e81e'
}
#rev_slider_1_1_wrapper .persephone.tparrows.tp-rightarrow:before{
	content:'\e814'
}
/** Slider 02 **/
.pbmit-slider-title{
	background-color:#fff; 
	padding:5px 20px; 
	line-height:100px !IMPORTANT; 
	DISPLAY:inline-block
}
.skincolor.globalcolor{
	color: #3173b9;
}
#rev_slider_2_1_wrapper .uranus .tp-bullet{
	border-radius:50%; 
	box-shadow:0 0 0 2px #777d85; 
	-webkit-transition:box-shadow 0.3s ease; 
	transition:box-shadow 0.3s ease; 
	background:transparent; 
	width:16px; 
	height:16px
}
#rev_slider_2_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover{
	box-shadow:0 0 0 2px rgba(255,255,255,0); 
	border:none; 
	border-radius:50%; 
	background:transparent
}
#rev_slider_2_1_wrapper .uranus .tp-bullet-inner{
	-webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease; 
	transition:background-color 0.3s ease,transform 0.3s ease; 
	top:0; left:0; 
	width:100%; 
	height:100%; 
	outline:none; 
	border-radius:50%; 
	background-color:#777d85; 
	background-color:#777d85; 
	text-indent:-999em; 
	cursor:pointer; 
	position:absolute
}
#rev_slider_2_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
	transform:scale(0.4); 
	-webkit-transform:scale(0.4); 
	background-color:rgba(255,255,255,0)
}
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet{
	width:8px;
	height:8px;
	box-shadow:0 0 0 2px #000000
}
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet.selected,
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet.rs-touchhover{
	box-shadow:0 0 0 2px #000000
}
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
	background-color:#000000
}
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet-inner{
	background-color:#000000
}
#rev_slider_2_1[data-slideactive="rs-4"] .uranus .tp-bullet{
	width:8px;
	height:8px;
	box-shadow:0 0 0 2px #000000
}
#rev_slider_2_1[data-slideactive="rs-4"] .uranus .tp-bullet-inner{
	background-color:#000000 !important;
}
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet{
	width:8px;
	height:8px
}
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet.selected,
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet.rs-touchhover{
	box-shadow:0 0 0 2px #000000
}
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
	background-color:#000000
}
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet-inner{
	background-color:#000000
}
/** Slider 03 **/
.pbmit-slider-subheading{
	padding-left:23px !important; 
	position:relative
}
.pbmit-slider-subheading:after{
	content:''; 
	position:absolute; 
	width:10px; 
	height:10px; 
	border-radius:50%; 
	left:0; 
	top:50%; 
	margin-top:-5px; 
	z-index:1111; 
	background-color:#3173b9
}
.rev-btn .pbmit-svg-arrow{
	width:11px; 
	stroke:#fff; 
	height:auto; 
	margin-left:10px
}
.pbmit-slider-title{
	background-color:#fff; 
	padding:5px 20px; 
	line-height:100px !IMPORTANT; 
	DISPLAY:inline-block
}
#rev_slider_3_1_wrapper .custom.tparrows{
	cursor:pointer;
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
	background: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}
#rev_slider_3_1_wrapper .custom.tparrows.rs-touchhover{
	background:#000
}
#rev_slider_3_1_wrapper .custom.tparrows:before{
	font-family:'pbminfotech-base-icons';
	font-size: 22px;
	font-weight: 500;
	display:block;
	line-height:40px;
	text-align:center;
	color: #3173b9;
}
#rev_slider_3_1_wrapper .custom.tparrows.tp-leftarrow:before{
	content: '\e81e'
}
#rev_slider_3_1_wrapper .custom.tparrows.tp-rightarrow:before{
	content: '\e814'
}
#rev_slider_3_1_wrapper .custom.tparrows:hover{
	background-color: #3173b9;
}
#rev_slider_3_1_wrapper .custom.tparrows:hover:before{
	color: var(--pbmit-white-color);
}
.custom.tp-bullets:before{
	content:' ';
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box
}
.custom .tp-bullet{
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa; 
	background:rgba(125,125,125,0.5);
	cursor:pointer;
	box-sizing:content-box
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
	background:rgb(125,125,125)
}
.rev-btn.pbmit-rev2-svg-arrow.pbmit-rev3-svg-arrow:hover svg.pbmit-svg-arrow line {
    stroke: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  18 - Marquee
/*----------------------------------------*/
/** Style 1 **/
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;	
    overflow: visible;
    -webkit-text-stroke: 1px rgba(var(--pbmit-secondary-color-rgb),1);
    color: transparent;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover { 
	-webkit-text-stroke: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	-webkit-text-stroke: 1px var(--pbmit-blackish-color);
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
    margin-left: 62px;
    margin-right: 62px;
	display:flex;
	align-items: center;
	position: relative;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after{
	content: "*";
    position: absolute;
    top: 64%;
    left: -81px;
    display: inline-block;
    font-size: 85px;
    line-height: 85px;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    -webkit-text-stroke: 1px rgba(0, 30, 76,1);
    color: transparent;
}
.pbmit-elementor-bg-color-white .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
	color: #3173b9;
}
.pbmit-elementor-bg-color-white .pbmit-marquee-effect-style-1 .pbmit-element-title {
	color: #3173b9;
}
.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: var(--pbmit-secondary-color);
    -webkit-text-stroke: transparent;
    max-width: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover:before {
    max-width: 100%;
}

/*----------------------------------------*/
/*  19 - Client
/*----------------------------------------*/
.pbmit-hide{
	display: none;
}
/** Style 1 **/
.pbmit-client-style-1 {
	margin-bottom: 50px;
	text-align: center;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
	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-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img {
	-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-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-featured-wrapper {
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}
/** Style 2 **/
.pbmit-client-style-2 {
    padding: 75px 50px;
	margin-bottom: 0;
    text-align: center;
	height: 100%;
    border-left: 1px solid #cecece;
}
.pbmit-client-style-2 .pbmit-client-wrapper {
	overflow: hidden;
	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-2 .pbmit-featured-wrapper,
.pbmit-client-style-2 .pbmit-client-hover-img {
	-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-2 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-2 .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-2 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-2 .pbmit-featured-wrapper {
	transform: translateY(0%);
}
.pbmit-client-style-2 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}

/*----------------------------------------*/
/* 20 - Pricing Table
/*----------------------------------------*/
.pbminfotech-ptable-style-1{
	padding-top: 20px;
}
.pbminfotech-ptable-style-1 .pbmit-pricing-table-box {
	position: relative;
	overflow: hidden;
	padding: 50px;
	z-index: 1;
	background-color: var(--pbmit-light--color);
}
.pbminfotech-ptable-style-1 .col-md-20percent .pbmit-pricing-table-box {
	padding: 50px 20px;
}
.pbminfotech-ptable-style-1 .col-md-20percent .pbminfotech-ptable-symbol,
.pbminfotech-ptable-style-1 .col-md-20percent .pbminfotech-ptable-price {
	font-size: 40px;
    line-height: 40px;
}
.pbminfotech-ptable-style-1 .col-md-20percent .pbminfotech-ptable-frequency {
	font-size: 13px;
}
.pbminfotech-ptable-style-1 .pbmit-head-wrap {
    padding-bottom: 20px;
	border-bottom: 1px solid rgb(238 238 238 / 17%);
}
.pbmit-bg-color-light .pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background-color: var(--pbmit-secondary-color);
}
.pbminfotech-ptable-style-1 .pbmit-ptablebox-featured-w {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 12px 0 15px;
	position: absolute;
	top: 18px;
	right: 0;
	background-color: #e6b906;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ptable-style-1 .pbmit-ptablebox-featured-w::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 4px solid var(--pbmit-blackish-color);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-svg-wrapper svg {
	width: 60px;
	margin-right: 30px;
}
.pbminfotech-ptable-style-1 .pbmit-icon-type-icon {
	font-size: 60px;
	line-height: 60px;
	color: #3173b9;
	margin-right: 30px;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-icon-type-image img{
	margin-bottom: 30px;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-icon-type-text {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	display: inline-block;
	color: var(--pbmit-white-color);
	background-color: #3173b9;
}
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading {
	color: var(--pbmit-white-color);
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
	text-transform: uppercase;
    color: var(--pbmit-blackish-color);
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-price {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-blackish-color);
	padding: 0 1px;
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-price-w {
	position: relative;
    display: flex;
    margin: 25px 0 35px 0;
	font-weight: 700;
    font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-symbol {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-frequency {
	margin-left: 15px;
    align-self: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    color: #3173b9;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn {
	display: inline-flex;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a {
	position: relative;
	overflow: hidden;
    margin-top: 40px;
    padding: 18px 30px 19px;
	font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a,
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a:hover,
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a::before {
	background-color: #3173b9;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 100% 50%;
    transition: transform .4s cubic-bezier(.7,0,.2,1);
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a:hover:before{
	transform: scale3d(0,1,1);
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a .pbmit-button-wrapper{
	display: inline-flex;
    justify-content: center;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a>span{
	overflow: hidden;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a .pbmit-button-text{
	position: relative;
    padding-right: 5px;
    overflow: hidden;
	display: inline-block;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a:hover .pbmit-button-text{
	animation: MoveUpInitial .3s forwards, MoveUpEnd .3s forwards .3s;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    padding-left: 28px;
    display: flex;
    position: relative;
    align-items: flex-start;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line:last-child {
	margin-bottom: 0;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line i {
	padding-right: 10px;
    font-size: 18px;
    position: absolute;
    line-height: 16px;
    top: 4px;
    left: 0;
    color: #3173b9;
}
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-lines-w .pbmit-ptable-line,
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-desc,
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-symbol,
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbminfotech-ptable-style-1 .pbmit-pricing-table-box {
	background-color: var(--pbmit-white-color);
}

/* --------------------------------------
* 21 - Cursor
* ---------------------------------------*/
.pbmit-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity 0.3s, color 0.4s;
    -o-transition: opacity 0.3s, color 0.4s;
    -moz-transition: opacity 0.3s, color 0.4s;
    transition: opacity 0.3s, color 0.4s;
}
.pbmit-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.pbmit-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: var(--pbmit-white-color);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.pbmit-cursor-text i {
    font-size: 20px;
}
@supports (mix-blend-mode: exclusion) {	
    .pbmit-cursor.-exclusion,
    .pbmit-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}
@supports (mix-blend-mode: exclusion) {
    .pbmit-cursor.-exclusion:before,
    .pbmit-cursor.-opaque:before {
        background: white;
    }
}
.pbmit-cursor.-normal,
.pbmit-cursor.-text {
    mix-blend-mode: normal;
}
.pbmit-cursor.-normal:before,
.pbmit-cursor.-text:before {
    background: #000;
}
.pbmit-cursor.-inverse {
    color: white;
}
.pbmit-cursor.-visible:before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}
.pbmit-cursor.-visible.-active:before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.pbmit-cursor.-pointer:before {
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
}
.pbmit-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}
.pbmit-cursor.-text .pbmit-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pbmit-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.pbmit-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.pbmit-cursor.-tooltip .pbmit-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat {
    background-color: var(--pbmit-blackish-color);
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-bottom: 1px;
    color: #fff;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat a {
    color: #fff;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text>* {
    color: var(--pbmit-blackish-color);
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-title {
    width: 270px;
    word-wrap: break-word;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
}
.pbmit-cursor.-opaque:before {
    -webkit-transform: scale(1.32);
    -moz-transform: scale(1.32);
    -ms-transform: scale(1.32);
    -o-transform: scale(1.32);
    transform: scale(1.32);
}
.pbmit-cursor.-opaque.-active:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.pbmit-cursor.-lg:before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.pbmit-cursor.-hidden:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.pbmit-cursor.-color-red:before {
    background: red;
}
.pbmit-cursor.global-color:before {
    background: #3173b9;
}
.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-bg-color);
}
.pbmit-cursor.transparent-color:before {
    background: var(--pbmit-white-color);
}
.-color-green {
    color: #51c67d;
}
.pbmit-cursor.blackish-color:before {
    background: var(--pbmit-blackish-color);
}
.pbmit-cursor.white-color:before {
    background: var(--pbmit-white-color);
}
.pbmit-cursor.secondary-color:before {
    background: var(--pbmit-secondary-color);
}
.pbmit-cursor.light-color:before {
    background: var(--pbmit-light-bg-color);
}
.pbmit-cursor.transparent-color:before {
    background: var(--pbmit-white-color);
}
.pbmit-cursor.-team:before {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
}

/* --------------------------------------
* 22 - Action-Box
* ---------------------------------------*/
.pbmit-action-box.pbmit-action-box-style-2{
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    height: 620px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pbmit-action-box-style-2 .pbmit-action-box_wrap{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-height: 620px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
	background-image: url(../images/homepage-1/bg/bg-02.jpg);
}
.pbmit-action-box-style-2.pbmit-action-box a {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* --------------------------------------
* 23 - Sortable
* ---------------------------------------*/
.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 a {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.pbmit-sortable-list a.pbmit-selected {
    background: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}