/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}
img {
	max-width: 100%;
	height: auto;
}
.pbminfotech-hide,
.pbmit-hide {
	display: none;
}
/* Owl carsoul resize issue solve */
#primary {
	width: 100%;
}
body {
	overflow: visible;
	overflow-x: hidden;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}
a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
p {
	margin: 0 0 25px;
}
dl,
ol,
ul {
	margin-bottom: 25px;
}
blockquote {
	margin: 50px 0px 50px 0;
	background-color: transparent;
	font-size: 18px;
	line-height: 26px;
	position: relative;
}
blockquote p {
	margin-bottom: 0;
	position: relative;
	z-index: 1
}
blockquote.is-large {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
blockquote cite {
	font-size: 15px;
	margin-top: 5px;
	display: inline-block;
	font-style: normal;
	color: #787c8b;
}
blockquote cite em {
	font-size: 16px;
}
blockquote cite,
blockquote small {
	color: var(--pbmit-physiofy-global-color);
}
blockquote cite em {
	color: var(--pbmit-physiofy-global-color);
}
blockquote small em {
	color: var(--pbmit-physiofy-secondary-color);
}
.wp-block-pullquote cite {
	color: var(--pbmit-physiofy-blakish-color);
}
.wp-block-pullquote.has-background cite {
	color: var(--pbmit-physiofy-blackish-color);
}
.wp-block-preformatted {
	border: none;
	background: none;
	padding: 0px;
}
.wp-block-verse {
	border: none;
	background: none;
	padding: 0px;
	font-family: inherit;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}
.wp-block-separator {
	border: none;
	border-bottom: 2px solid #8f98a1;
	margin: 1.65em auto;
}
.pbmit-overflow-visible {
	overflow: visible !important;
}
.closepanel,
.sub-menu-toggle {
	display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin-bottom: 20px;
}
pre {
	border: 1px solid #d1d1d1;
	line-height: 1.3125;
	background: #f5f5f5;
	color: #787c8b;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px 20px 20px 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.edit-link {
	line-height: normal;
	display: block;
}
.edit-link a {
	padding: 7px 20px;
	background-color: #eee;
	overflow: hidden;
	display: inline-block;
	border-radius: 5px;
	margin-top: 35px;
	color: var(--pbmit-physiofy-blackish-color);
}
.edit-link a:hover {
	color: rgba( var(--pbmit-physiofy-blackish-color-rgb), 0.7)
}
.pbmit-slider-area {
	background-color: var(--pbmit-physiofy-blackish-color);
	position: relative;
	z-index: 1;
}
.pbmit-slider-area>div>div {
	margin: 0 !important;
}
.pbmit-underline {
	text-decoration: underline;
}
.pbmit-slider-area>p.rs-p-wp-fix {
	display: none;
}
.site#page {
	overflow: hidden;
	position: relative;
}
/* --------------------------------------
 * A tag
 * ---------------------------------------*/
a {
	color: var(--pbmit-physiofy-link-color-normal);
}
a:hover {
	color: var(--pbmit-physiofy-link-color-hover);
}
/* --------------------------------------
 * WordPress Core
 * ---------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.alignleft.wp-block-gallery {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
img.alignnone {
	margin: 0px 20px 20px 0;
}
img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption .wp-caption-text {
	font-style: italic;
	font-size: 14px;
	line-height: 1.6153846154;
	margin-top: 5px;
}
/*=== Text meant only for screen readers. ===*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* --------------------------------------
 * Table Section
 * ---------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	width: 100%;
	margin: 0 0 1.75em;
}
table th {
	border: 0;
	padding: 5px 7px
}
table td {
	padding: 5px 10px
}
table tbody tr,
table thead tr {
	border: 1px solid rgba( var(--pbmit-physiofy-blackish-color-rgb), 0.2)
}
table tbody th {
	background: var(--pbmit-physiofy-light-bg-color);
}
table tbody th,
table tbody td {
	border-right: 1px solid rgba( var(--pbmit-physiofy-blackish-color-rgb), 0.2);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: transparent;
}
.wp-block-table td, .wp-block-table th {
	border: 1px solid rgba( var(--pbmit-physiofy-blackish-color-rgb), 0.2);
}
.wp-block-table.is-style-stripes {
	border-bottom: 1px solid rgba( var(--pbmit-physiofy-blackish-color-rgb), 0.2);
}
/* --------------------------------------
 * gallery
 * ---------------------------------------*/
.gallery {
	margin: 0;
}
.gallery-item {
	max-width: 33.33%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 2px;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	display: block;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	padding-top: 0.5384615385em;
	padding-bottom: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/* --------------------------------------
 * Page links
 * ---------------------------------------*/
.page-links,
.pbmit-page-links {
	clear: both;
	font-size: 16px;
	font-weight: 600;
	margin: 25px 0;
	color: var(--pbmit-physiofy-blackish-color);
	letter-spacing: 0.5px;
}
.page-links a,
.pbmit-page-links a {
	border: 1px solid rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.2);
}
.page-links a,
.page-links>span,
.pbmit-page-links a,
.pbmit-page-links>span {
	text-decoration: none;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0px 2px;
}
.page-links a:hover,
.pbmit-page-links a:hover {
	background-color: var(--pbmit-physiofy-global-color);
	color: var(--pbmit-physiofy-white-color);
	border: 1px solid rgba(var(--pbmit-physiofy-global-color-rgb), 0.2);
}
.page-links>span,
.pbmit-page-links>span {
	background-color: var(--pbmit-physiofy-global-color);
	border: 1px solid var(--pbmit-physiofy-global-color);
	color: var(--pbmit-physiofy-white-color);
}
.page-links>a:first-child,
.page-links>span:first-child,
.pbmit-page-links>a:first-child,
.pbmit-page-links>span:first-child {
	margin-left: 15px;
}
/* --------------------------------------
 * Logo Setting
 * ---------------------------------------*/
.headerlogo {
	height: 105px;
	line-height: 105px;
}
.site-title img {
	max-height: 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.site-title {
	margin: 0;
	padding: 0;
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 105px;
}
.site-title,
.site-title a {
	display: flex;
	align-items: center;
}
.site-title a .site-title-text {
	display: none;
}
/* --------------------------------------
 * Menu Setting
 * ---------------------------------------*/
.pbmit-navbar {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}
.pbmit-navbar ul,
.pbmit-navbar li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pbmit-mobile-search {
	display: none;
}
/* --------------------------------------
 * Footer Menu Setting
 * ---------------------------------------*/
.pbmit-footer-menu-area {
	text-align: right;
	margin-top: 0px;
}
.rtl .pbmit-footer-menu-area {
	text-align: left;
}
.pbmit-footer-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.pbmit-footer-menu li {
	display: inline-block;
	margin: 0 10px;
}
.pbmit-footer-menu li:last-child {
	margin-right: 0;
}
.rtl .pbmit-footer-menu li:last-child {
	margin-left: 0;
	margin-right: 10px;
}
.pbmit-footer-menu li a {
	position: relative;
}
.pbmit-footer-menu li a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 13px;
	background-color: var(--pbmit-physiofy-blackish-color);
	top: 50%;
	left: -12px;
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}
.pbmit-bg-color-globalcolor .pbmit-footer-menu li a::before {
	background-color: rgba(var(--pbmit-physiofy-white-color-rgb), .5);
}
.pbmit-bg-color-white .pbmit-footer-menu li a::before {
	background-color: var(--pbmit-physiofy-blackish-bg-color);
}
.rtl .pbmit-footer-menu li a::before {
	right: -12px;
	left: inherit;
}
.pbmit-footer-menu li:first-child a::before {
	content: inherit;
}
.pbmit-footer-menu li li {
	display: none;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.elementor-widget-container>.pbmit-heading-subheading {
	position: relative;
	z-index: 1;
}
.pbmit-text-color-white .pbmit-heading-subheading .pbmit-element-title {
	color: var(--pbmit-physiofy-white-color);
}
body.rtl .pbmit-custom-heading .pbmit-element-title .split-line div,
body.rtl .pbmit-heading-subheading .pbmit-element-title .split-line div {
	direction: ltr;
}
.pbmit-heading-subheading .pbmit-element-title,
.pbmit-heading-subheading:not(.pbmit-reverse-heading-yes) .pbmit-element-title,
.pbmit-heading-subheading .pbmit-element-heading {
	margin-bottom: 0;
}
.pbmit-heading-subheading .pbmit-heading-desc {
	margin-top: 20px;
}
.pbmit-heading-subheading.center-align {
	text-align: center;
}
.pbmit-heading-subheading.center-align .pbmit-heading-desc {
	margin-left: auto;
	margin-right: auto;
}
.pbmit-heading-subheading.center-align .pbmit-element-subtitle span {
	left: 50%;
	-khtml-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}
.pbmit-heading-subheading .pbmit-element-subtitle span:not(span.pbmit-button-wrapper,span.pbmit-button-text) {
	display: none;
}
.pbmit-heading-subheading.right-align .pbmit-heading-desc,
.pbmit-heading-subheading.left-align .pbmit-heading-desc,
.pbmit-heading-subheading.center-align .pbmit-heading-desc {
	max-width: 800px;
}
.pbmit-heading-subheading.left-align .pbmit-heading-desc {
	margin-right: auto;
}
.pbmit-heading-subheading.right-align .pbmit-heading-desc {
	margin-left: auto;
}
.pbmit-heading-subheading {
	margin-bottom: 40px;
}
.pbmit-heading-subheading.left-align {
	text-align: left;
}
.pbmit-heading-subheading.right-align {
	text-align: right;
}
.pbmit-heading-subheading:empty {
	display: none;
}
.pbmit-text-color-white .pbmit-heading-subheading .pbmit-element-heading {
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-heading-subheading .pbmit-element-subtitle {
	color: var(--pbmit-physiofy-blackish-color);
}
/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
.pbmit-color-white,
.pbmit-text-color-white,
.pbmit-text-color-white .elementor-widget-text-editor {
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-text-color-white .pbmit-heading-desc {
	color: rgba( var(--pbmit-physiofy-white-color-rgb), 0.60);
}
.pbmit-text-color-white svg{
	fill: var(--pbmit-physiofy-white-color);
}
.pbmit-color-blackish,
.pbmit-text-color-blackish,
.pbmit-text-color-blackish .elementor-widget-text-editor {
	color: var(--pbmit-physiofy-blackish-color);
}
/* --------------------------------------
 * Global Form Input
 * ---------------------------------------*/
/* clears the Close arrow from Chrome  */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
/* select,  */
textarea {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.8);
	font-weight: 300;
	line-height: normal;
	padding: 0 15px;
	background-color: var(--pbmit-physiofy-light-bg-color);
	border: none;
	border-radius: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
body.rtl input[type="number"],
body.rtl input[type="text"],
body.rtl input[type="email"],
body.rtl input[type="password"],
body.rtl input[type="tel"],
body.rtl input[type="url"],
body.rtl input[type="search"],
body.rtl textarea {
	direction: rtl;
}
.pbmit-select select {
	font-size: 13px;
	font-weight: 500;
	padding: 0 20px;
}
input[type="number"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #666;
	font-weight: 300;
	opacity: 1;
	/* Firefox */
}
.comment-respond textarea:focus::placeholder,
.comment-respond input[type="number"]:focus::placeholder,
.comment-respond input[type="text"]:focus::placeholder,
.comment-respond input[type="email"]:focus::placeholder,
.comment-respond input[type="password"]:focus::placeholder,
.comment-respond input[type="tel"]:focus::placeholder,
.comment-respond input[type="url"]:focus::placeholder,
.comment-respond input[type="search"]:focus::placeholder,
.comment-respond textarea:focus::placeholder {
	color: rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.8);
}
.comment-respond textarea:focus,
.comment-respond input[type="number"]:focus,
.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus,
.comment-respond input[type="password"]:focus,
.comment-respond input[type="tel"]:focus,
.comment-respond input[type="url"]:focus,
.comment-respond input[type="search"]:focus,
.comment-respond textarea:focus {
	border-color: rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.5);
}
input[type="number"]:-ms-input-placeholder input[type="text"]:-ms-input-placeholder input[type="email"]:-ms-input-placeholder input[type="password"]:-ms-input-placeholder input[type="tel"]:-ms-input-placeholder input[type="url"]:-ms-input-placeholder input[type="search"]:-ms-input-placeholder textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #787c8b;
	font-weight: 500;
}
input[type="number"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #787c8b;
	font-weight: 500;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .5em;
	border: none;
	border-radius: 3px;
	padding: 15px 20px;
	font-size: 1em;
	line-height: normal;
}
input:focus,
select:focus,
textarea:focus {
	outline: none !important;
}
.rtl textarea,
textarea {
	height: 149px;
	resize: none;
	padding: 40px 15px;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	position: relative;
	background-color: #222;
	border: none;
	font-family: inherit;
	cursor: pointer;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	border-radius: 0;
	padding: 13px 30px;
	font-weight: 500;
	letter-spacing: 0.3px;
}
input[type=submit]:hover {
	background-color: var(--pbmit-physiofy-global-color);
}
.pbmit-select {
	position: relative;
	display: block;
	background-color: var(--pbmit-physiofy-light-bg-color);
}
.pbmit-select::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	pointer-events: none;
}
.pbmit-select::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	border-top: 6px solid black;
	opacity: 0.5;
}
select::-ms-expand {
	display: none;
}
/* --------------------------------------
 * Sidebar padding top
 * ---------------------------------------*/
.pbminfotech-sidebar .widget {
	margin-bottom: 30px;
}
.pbminfotech-sidebar .widget .widget-title {
	margin-bottom: 25px;
	position: relative;
}
.pbmit-sidebar-left .site-content-contain .site-content>.row {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
/* --------------------------------------
 * Colum gaping setting
 * ---------------------------------------*/
.pbminfotech-element .pbmit-element-inner .pbmit-element-posts-wrapper .row.multi-columns-row {
	width: auto;
}
/*=== gap-Default ===*/
.pbmit-element-posts-wrapper.row {
	margin-left: -15px;
	margin-right: -15px;
}
.pbmit-element-cat-wrapper.row .pbmit-ele,
.pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}
/*=== pbminfotech-gap-0px ===*/
.pbminfotech-gap-0px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.pbminfotech-gap-0px .pbmit-element-posts-wrapper.row {
	margin-left: 0;
	margin-right: 0;
}
/*=== pbminfotech-gap-1px ===*/
.pbminfotech-gap-2px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 2px;
}
.pbminfotech-gap-2px .pbmit-element-posts-wrapper.row {
	margin-left: -1px;
	margin-right: -1px;
}
/*=== pbminfotech-gap-5px ===*/
.pbminfotech-gap-5px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-left: 2.5px;
	padding-right: 2.5px;
	margin-bottom: 5px;
}
.pbminfotech-gap-5px .pbmit-element-posts-wrapper.row {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
/*=== pbminfotech-gap-10px ===*/
.pbminfotech-gap-10px .pbmit-element-posts-wrapper.row {
	margin-left: -5px;
	margin-right: -5px;
}
.pbminfotech-gap-10px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
/*=== pbminfotech-gap-15px ===*/
.pbminfotech-gap-15px .pbmit-element-posts-wrapper.row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.pbminfotech-gap-15px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-bottom: 15px;
}
/*=== pbminfotech-gap-20px ===*/
.pbminfotech-gap-20px .pbmit-element-posts-wrapper.row {
	margin-left: -10px;
	margin-right: -10px;
}
.pbminfotech-gap-20px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
/*=== pbminfotech-gap-25px ===*/
.pbminfotech-gap-25px .pbmit-element-posts-wrapper.row {
	margin-left: -12.5px;
	margin-right: -12.5px;
}
.pbminfotech-gap-25px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 12.5px;
	padding-left: 12.5px;
	margin-bottom: 25px;
}
/*=== pbminfotech-gap-30px ===*/
.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row {
	margin-left: -15px;
	margin-right: -15px;
}
.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}
/*=== pbminfotech-gap-35px ===*/
.pbminfotech-gap-35px .pbmit-element-posts-wrapper.row {
	margin-left: -17px;
	margin-right: -17px;
}
.pbminfotech-gap-35px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 17px;
	padding-left: 17px;
	margin-bottom: 30px;
}
/*=== pbminfotech-gap-40px ===*/
.pbminfotech-gap-40px .pbmit-element-posts-wrapper.row {
	margin-left: -20px;
	margin-right: -20px;
}
.pbminfotech-gap-40px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}
/*=== pbminfotech-gap-45px ===*/
.pbminfotech-gap-45px .pbmit-element-posts-wrapper.row {
	margin-left: -22px;
	margin-right: -22px;
}
.pbminfotech-gap-45px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 22px;
	padding-left: 22px;
	margin-bottom: 45px;
}
/*=== pbminfotech-gap-50px ===*/
.pbminfotech-gap-50px .pbmit-element-posts-wrapper.row {
	margin-left: -25px;
	margin-right: -25px;
}
.pbminfotech-gap-50px .pbmit-element-posts-wrapper.row .pbmit-ele {
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 50px;
}
/* --------------------------------------
 * preloader
 * ---------------------------------------*/
.pbmit-preloader {
	background-color: white;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px;
	display: block;
}
/* --------------------------------------
 * Titlebar Wrapper
 * ---------------------------------------*/
.pbmit-title-bar-wrapper {
	position: relative;
	z-index: 2;
}
.pbmit-title-bar-content,
.pbmit-title-bar-wrapper {
	min-height: var(--pbmit-physiofy-titlebar-height);
}
.pbmit-title-bar-wrapper.pbmit-titlebar-style-center .pbmit-breadcrumb,
.pbmit-title-bar-wrapper.pbmit-titlebar-style-center .pbmit-title-bar-content-inner {
	width: 100%;
	text-align: center;
}
.pbmit-title-bar-wrapper.pbmit-titlebar-style-left .pbmit-title-bar-content .pbmit-tbar-title {
	margin-bottom: 10px;
}
.pbmit-title-bar-wrapper.pbmit-titlebar-style-left .pbmit-title-bar-content {
	position: relative;
	z-index: 1;
	padding: 64px 0px;
}
.pbmit-title-bar-wrapper.pbmit-titlebar-style-left .pbmit-title-bar-content .pbmit-title-bar-content-inner{
	display: block;
}
.pbmit-title-bar-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none !important;
}
.pbmit-bg-color-secondarycolor.pbmit-title-bar-wrapper::before {
	background-color: rgba( var(--pbmit-physiofy-secondary-color-rgb), 0.50);
}
.pbmit-bg-color-globalcolor.pbmit-title-bar-wrapper::before {
	background-color: rgba( var(--pbmit-physiofy-global-color-rgb), 0.50);
}
.pbmit-title-bar-wrapper.pbmit-bg-color-gradientcolor::before {
	background-image: -ms-linear-gradient(right, var(--pbmit-physiofy-gradient-color-first) 0%, var(--pbmit-physiofy-gradient-color-last) 100%) !important;
	background-image: linear-gradient(to right, var(--pbmit-physiofy-gradient-color-first), var(--pbmit-physiofy-gradient-color-last)) !important;
}
.pbmit-title-bar-content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 64px 0px;
}
.pbmit-title-bar-content .pbmit-tbar-title {
	margin-bottom: 0;
}
.pbmit-title-bar-content .pbmit-tbar,
.pbmit-title-bar-content .pbmit-breadcrumb {
	display: block;
}
.pbmit-breadcrumb a {
	opacity: 1;
}
.pbmit-breadcrumb-inner .sep {
	font-size: 13px;
	top: 2px;
	position: relative;
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-title-bar-content .pbmit-tbar-inner {
	max-width: none;
	padding: 0;
}
.pbmit-breadcrumb-inner i {
	font-size: 20px;
	margin: 0 5px;
	color: var(--pbmit-physiofy-white-color);
	display: inline-block;
}
.pbmit-breadcrumb-inner a:hover{
	color: rgba(var(--pbmit-physiofy-white-color-rgb),.8);
}
.pbmit-bg-color-white.pbmit-bg-image-yes::before {
	background-color: rgba(255, 255, 255, 0.9);
}
.pbmit-bg-color-light.pbmit-bg-image-yes::before {
	background-color: rgba(240, 240, 240, 0.9);
}
.pbmit-bg-color-blackish.pbmit-bg-image-yes::before {
	background-color: rgba(0, 0, 0, 0.7);
}
.pbmit-bg-color-gradientcolor.pbmit-bg-image-yes::before {
	opacity: 0.5;
}
/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.pbmit-pre-header-wrapper {
	height: 50px;
	line-height: 50px;
}
.pbmit-contact-info {
	font-size: 14px;
}
ul.pbmit-social-links,
ul.pbmit-contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pbmit-social-links li,
.pbmit-contact-info li {
	display: inline-block;
	vertical-align: top;
}
.pbmit-social-links li:not(:last-child) {
	padding: 0 15px 0 0;
}
.pbmit-contact-info li:not(:last-child) {
	padding: 0 15px 0 0;
}
.rtl .pbmit-social-links li:not(:last-child),
.rtl .pbmit-contact-info li:not(:last-child) {
	padding: 0 0 0 60px;
}
.pbmit-contact-info li:first-child {
	padding-left: 0;
}
.pbmit-contact-info li i {
	font-size: 15px;
	margin-right: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: var(--pbmit-physiofy-global-color);
}
.rtl .pbmit-contact-info li i {
	margin-left: 6px;
	margin-right: inherit;
}
.pbmit-pre-header-wrapper .pbmit-pre-header-right {
	display: flex;
	align-items: center;
}
.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn {
	padding-left: 20px;
}
body.rtl .pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn {
	padding: 0 20px 0 0;
}
.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn a {
	background: var(--pbmit-physiofy-blackish-bg-color);
	color: var(--pbmit-physiofy-white-color);
	padding: 5px;
	font-size: 13px;
	border-radius: 100%;
}
.pbmit-color-white.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn a {
	background-color: var(--pbmit-physiofy-white-color);
	color: var(--pbmit-physiofy-blackish-color);
}
.pbmit-color-globalcolor.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn a {
	background-color: var(--pbmit-physiofy-global-color);
}
.pbmit-color-secondarycolor.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn a {
	background-color: var(--pbmit-physiofy-secondary-color);
}
.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn a:hover {
	background-color: var(--pbmit-physiofy-global-color);
}
.pbmit-color-white.pbmit-bg-color-globalcolor.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn a:hover,
.pbmit-color-globalcolor.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn a:hover {
	background-color: var(--pbmit-physiofy-blackish-bg-color);
}
/*=== Topbar social icon ===*/
.pbmit-pre-header-wrapper .pbmit-social-links li i {
	margin: 0;
	font-size: 15px;
	color: var(--pbmit-physiofy-blackish-color);
}
.pbmit-color-white.pbmit-pre-header-wrapper .pbmit-social-links li i {
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-color-globalcolor.pbmit-pre-header-wrapper .pbmit-social-links li i {
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-bg-color-globalcolor.pbmit-color-white.pbmit-pre-header-wrapper .pbmit-social-links li i:hover,
.pbmit-color-globalcolor.pbmit-pre-header-wrapper .pbmit-social-links li i:hover {
	color: var(--pbmit-physiofy-blackish-color);
}
.pbmit-color-secondarycolor.pbmit-pre-header-wrapper .pbmit-social-links li i {
	color: var(--pbmit-physiofy-secondary-color);
}
.pbmit-pre-header-wrapper .pbmit-social-links li i:hover {
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-pre-header-wrapper .pbmit-social-links li:last-child {
	margin-right: 0px;
}
.pbmit-pre-header-wrapper .pbmit-social-links a:hover {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
/*=== Common header bg ===*/
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-globalcolor {
	background-color: var(--pbmit-physiofy-global-color);
}
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-secondarycolor {
	background-color: var(--pbmit-physiofy-secondary-color);
}
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-blackish {
	background-color: var(--pbmit-physiofy-blackish-bg-color);
}
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-white {
	background-color: var(--pbmit-physiofy-white-color);
}
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-light {
	background-color: var(--pbmit-physiofy-light-bg-color);
}
/*=== Custom background color and text color ===*/
/* Custom preheader background color */
.pbmit-pre-header-wrapper.pbmit-bg-color-custom {
	background-color: var(--pbmit-physiofy-preheader-bgcolor-custom);
}
/* Custom Header background color */
.pbmit-header-wrapper.pbmit-bg-color-custom {
	background-color: var(--pbmit-physiofy-header-background-color);
}
/* Custom Menu area background color */
.pbmit-header-menu-area.pbmit-bg-color-custom {
	background-color: var(--pbmit-physiofy-menu-background-color);
}
/* sticky-header-background-color */
.site-header.pbmit-fixed-header .pbmit-sticky-bg-color-custom {
	background-color: var(--pbmit-physiofy-sticky-header-background-color);
}
/* Custom Menu text color */
body:not(.mega-menu-pbminfotech-top) .pbmit-sticky-header .pbmit-navbar div>ul>li>a {
	color: var(--pbmit-physiofy-main-menu-sticky-color);
}
body:not(.mega-menu-pbminfotech-top) .pbmit-sticky-header .pbmit-navbar>div>ul>li.current-menu-ancestor>a,
body:not(.mega-menu-pbminfotech-top) .pbmit-sticky-header .pbmit-navbar>div>ul>li.current-menu-parent>a,
body:not(.mega-menu-pbminfotech-top) .pbmit-sticky-header .pbmit-navbar div>ul>li:hover>a {
	color: var(--pbmit-physiofy-main-menu-sticky-active-color);
}
/*=== site-title  ===*/
.site-title {
	height: var(--pbmit-physiofy-header-height);
}
.site-title img.pbmit-main-logo {
	max-height: var(--pbmit-physiofy-logo-height);
}
.site-title img.pbmit-responsive-logo {
	max-height: var(--pbmit-physiofy-responsive-logo-height);
}
.site-title img.pbmit-burger-logo {
	max-height: var(--pbmit-physiofy-burger-logo-height);
}
/*=== Sticky logo ===*/
.site-header.pbmit-fixed-header .site-title img.pbmit-main-logo {
	max-height: var(--pbmit-physiofy-sticky-logo-height);
}
.pbmit-header-wrapper {
	z-index: 999;
}
.pbmit-navbar>div>ul>li,
.pbmit-navbar>div>ul>li>a,
.pbmit-navbar div>ul>li>a,
.site-title {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
/*=== Logo setting ===*/
.pbmit-sticky-logo-yes .pbmit-sticky-header .pbmit-main-logo,
.pbmit-sticky-logo {
	display: none;
}
.pbmit-sticky-logo-yes .pbmit-main-logo,
.pbmit-sticky-logo-yes .pbmit-sticky-header .pbmit-sticky-logo {
	display: inline-block;
}
/*=== Header bg color setting ===*/
.pbmit-table {
	display: table;
	height: 100%;
}
.pbmit-table-cell {
	display: table-cell;
	line-height: normal;
	vertical-align: middle;
}
/* --------------------------------------
 * Global Spacing
 * ---------------------------------------*/
#content {
	padding-top: 80px;
	padding-bottom: 80px;
}
.tax-pbmit-portfolio-category #primary,
.tax-pbmit-service-category #primary,
.tax-pbmit-team-group #primary,
.tax-pbmit-testimonial-cat #primary,
.tax-pbmit-client-group #primary {
	margin-bottom: -30px;
}
.page #content {
	padding-top: 100px;
	padding-bottom: 100px;
}
.page.pbmit-sidebar-no.elementor-page #content {
	padding-top: 0px;
	padding-bottom: 0px;
}
.woocommerce-shop #content {
	padding-bottom: 60px;
}
/* --------------------------------------
 * Row spacing
 * ---------------------------------------*/
.content-area.col-md-9 .comment-respond {
	margin-bottom: 0;
}
/*=== For overlap row ===*/
.pbmit-row.pbmit-zindex-zero,
.pbmit-row.pbmit-zindex-1,
.pbmit-row.pbmit-zindex-2,
.pbmit-zindex-zero,
.pbmit-zindex-1,
.pbmit-zindex-2 {
	position: relative;
}
/*=== Row Background color ===*/
.elementor-inner-section,
.elementor-widget-container,
.elementor-button-wrapper,
.elementor-widget-container .pbminfotech-element,
.elementor-section .elementor-widget-wrap {
	position: relative;
	z-index: 1;
}
.pbmit-bgimage-over-bgcolor.pbmit-bgimage-yes .pbmit-stretched-div::before,
.pbmit-bgimage-over-bgcolor.pbmit-bgimage-yes::before {
	background-color: transparent !important
}
.elementor-element:not(.elementor-column)::before,
.pbmit-col-stretched-yes .pbmit-stretched-div::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 1;
}
body.elementor-editor-active .elementor-element:not(.elementor-column)::before,
body.elementor-editor-active .pbmit-col-stretched-yes .pbmit-stretched-div::before {
	z-index: 0;
}
.elementor-column.pbmit-col-stretched-yes.pbmit-bgimage-yes {
	background-image: none;
	background-color: transparent;
}
/*=== White BG ===*/
.pbmit-bg-color-white {
	background-color: #fff;
}
.pbmit-col-stretched-yes .pbmit-stretched-div {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	width: auto;
	z-index: 1;
	overflow: hidden;
}
.pbmit-col-stretched-right .pbmit-stretched-div,
.pbmit-col-stretched-left .pbmit-stretched-div {
	right: 0;
}
/*=== Background Image Position ===*/
body .pbmit-bgimage-position-left-top .pbmit-stretched-div,
body .pbmit-bgimage-position-left-top {
	background-position: left top !important;
}
body .pbmit-bgimage-position-left-center .pbmit-stretched-div,
body .pbmit-bgimage-position-left-center {
	background-position: left center !important;
}
body .pbmit-bgimage-position-left-bottom .pbmit-stretched-div,
body .pbmit-bgimage-position-left-bottom {
	background-position: left bottom !important;
}
body .pbmit-bgimage-position-right-top .pbmit-stretched-div,
body .pbmit-bgimage-position-right-top {
	background-position: right top !important;
}
body .pbmit-bgimage-position-right-bottom .pbmit-stretched-div,
body .pbmit-bgimage-position-right-bottom {
	background-position: right bottom !important;
}
body .pbmit-bgimage-position-right-center .pbmit-stretched-div,
body .pbmit-bgimage-position-right-center {
	background-position: right center !important;
}
body .pbmit-bgimage-position-center-top .pbmit-stretched-div,
body .pbmit-bgimage-position-center-top {
	background-position: center top !important;
}
body .pbmit-bgimage-position-center-center .pbmit-stretched-div,
body .pbmit-bgimage-position-center-center {
	background-position: center center !important;
}
body .pbmit-bgimage-position-center-bottom .pbmit-stretched-div,
body .pbmit-bgimage-position-center-bottom {
	background-position: center bottom !important;
}
/*===  Background Image No Repeat ===*/
body .pbmit-bgimage-repeat-no {
	background-repeat: no-repeat !important;
}
body .pbmit-bgimage-repeat-x {
	background-repeat: repeat-x !important;
}
body .pbmit-bgimage-repeat-y {
	background-repeat: repeat-y !important;
}
body .pbmit-bgimage-repeat-round {
	background-repeat: round !important;
}
body .pbmit-bgimage-repeat-space {
	background-repeat: space !important;
}
/*=== Colum over image ===*/
.elementor-top-column>.elementor-widget-wrap>.elementor-widget-wrap {
	z-index: 1;
}
.elementor-element.elementor-column:not(.elementor-inner-column) .elementor-widget-wrap::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 1;
}
/* --------------------------------------
 * Footer section
 * ---------------------------------------*/
.footer-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pbmit-footer-text-area {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pbmit-footer-text-area,
.pbmit-footer-widget-area,
.site-footer {
	position: relative;
}
.pbmit-footer-text-area,
.pbmit-footer-widget-area {
	z-index: 1
}
.pbmit-footer-section::before,
.site-footer::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: -1;
}
.pbmit-footer-text-area>.container,
.footer-wrap.pbmit-footer-widget-area>.container {
	position: relative;
	z-index: 2;
}
.footer-wrap .contact-info li {
	position: relative;
	padding: 0px 0px 0px 24px;
	margin-bottom: 15px;
	font-size: 13px;
}
.footer-wrap .contact-info i {
	position: absolute;
	left: 0px;
	top: 0px;
}
/*=== Footer Tag cloud ===*/
.footer-wrap .widget_tag_cloud a {
	background-color: transparent;
	display: inline-block;
	font-size: 15px !important;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0;
	text-transform: capitalize;
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
	color: var(--pbmit-physiofy-white-color);
	border: 1px solid rgba(var(--pbmit-physiofy-white-color-rgb), 0.2);
	border-radius: 20px;
}
.footer-wrap .widget_tag_cloud a:hover {
	background-color: var(--pbmit-physiofy-global-color);
}
.site-footer.pbmit-text-color-white .widget_tag_cloud a:hover {
	background-color: var(--pbmit-physiofy-global-color);
	color: var(--pbmit-physiofy-white-color);
}
/*=== Footer Background color set ===*/
.pbmit-bg-color-gradient.pbmit-bg-color-over-image.elementor-column .pbmit-stretched-div::before,
.pbmit-bg-color-gradientcolor.pbmit-bg-image-yes::before {
	opacity: 0.5;
}
/*=== Footer text color  ====*/
/* White color */
.pbmit-footer-section.pbmit-text-color-white a {
	color: rgba(255, 255, 255, 1);
}
.pbmit-footer-section.pbmit-text-color-white {
	color: rgba(255, 255, 255, 0.90);
}
/*=== Global Color ===*/
/* Global BG Color */
.pbmit-footer-section.pbmit-bg-color-globalcolor::before {
	background-color: var(--pbmit-physiofy-global-color);
}
/*=== Global BG Opacity Color ===*/
.pbmit-footer-section.pbmit-bg-color-globalcolor.pbmit-bg-image-yes::before {
	background-color: rgba( var(--pbmit-physiofy-global-color-rgb), 0.80);
}
/* Global Text Color */
.pbmit-footer-section.pbmit-text-color-globalcolor .widget-title,
.pbmit-footer-section.pbmit-text-color-globalcolor,
.pbmit-footer-section.pbmit-text-color-globalcolor a {
	color: var(--pbmit-physiofy-global-color);
}
/*=== Blackish Color ===*/
/* Blackish BG Color */
.pbmit-footer-section.pbmit-bg-color-blackish::before {
	background-color: var(--pbmit-physiofy-blackish-bg-color);
}
/* Blackish BG Opacity Color */
.pbmit-footer-section.pbmit-bg-color-blackish.pbmit-bg-image-yes::before {
	background-color: rgba( var(--pbmit-physiofy-blackish-color-rgb), 0.80);
}
/* Blackish Text Color */
.pbmit-footer-section.pbmit-text-color-blackish .widget-title,
.pbmit-footer-section.pbmit-text-color-blackish,
.pbmit-footer-section.pbmit-text-color-blackish a {
	color: var(--pbmit-physiofy-blackish-color);
}
/* Secondary Text Color */
.pbmit-footer-section.pbmit-text-color-secondarycolor .widget-title,
.pbmit-footer-section.pbmit-text-color-secondarycolor,
.pbmit-footer-section.pbmit-text-color-secondarycolor a {
	color: var(--pbmit-physiofy-secondary-color);
}
/*=== White Color ===*/
/* White BG Color */
.pbmit-footer-section.pbmit-bg-color-white::before {
	background-color: var(--pbmit-physiofy-white-color);
}
/* White BG Opacity Color */
.pbmit-footer-section.pbmit-bg-color-white.pbmit-bg-image-yes::before {
	background-color: rgba( var(--pbmit-physiofy-white-color-rgb), 0.80);
}
/* White Text Color */
.pbmit-footer-section.pbmit-text-color-white .widget-title,
.pbmit-footer-section.pbmit-text-color-white a {
	color: var(--pbmit-physiofy-white-color);
}
/*=== light Color ===*/
/* light BG Color */
.pbmit-footer-section.pbmit-bg-color-light::before {
	background-color: var(--pbmit-physiofy-light-color);
}
/* light BG Opacity Color */
.pbmit-footer-section.pbmit-bg-color-light.pbmit-bg-image-yes::before {
	background-color: rgba( var(--pbmit-physiofy-light-color-rgb), 0.80);
}
/* light Text Color */
.pbmit-footer-section.pbmit-text-color-light .widget-title,
.pbmit-footer-section.pbmit-text-color-light,
.pbmit-footer-section.pbmit-text-color-light a {
	color: var(--pbmit-physiofy-light-color);
}
/*=== Footer widget ===*/
.footerlogo {
	margin-bottom: 10px;
}
/*=== RSS Widget ===*/
.rss-date {
	display: block;
	color: rgba( var(--pbmit-physiofy-white-color-rgb), 0.60);
}
.site-footer.pbmit-text-color-white .rss-date {
	color: rgba(255, 255, 255, 0.90);
}
.rss-widget-icon {
	position: relative;
	top: -3px;
}
.widget_rss.widget ul>li {
	padding-bottom: 30px;
}
.widget_rss.widget ul>li:last-child {
	padding-bottom: 0;
}
.widget_rss .rssSummary {
	opacity: 0.9;
}
.widget_rss cite {
	font-size: 15px;
}
/*=== widget_calendar ===*/
.pbmit-text-color-white .widget_calendar table {
	border-color: rgba(255, 255, 255, 0.32);
}
.pbmit-text-color-white .widget_calendar table th,
.pbmit-text-color-white .widget_calendar table td {
	border-bottom-color: rgba(255, 255, 255, 0.32);
	border-right-color: rgba(255, 255, 255, 0.32);
}
.site-footer .widget_calendar table th,
.site-footer .widget_calendar table td {
	border-bottom-color: rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.20);
	border-right-color: rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.20);
}
/* --------------------------------------
 * Blog Single
 * ---------------------------------------*/
/*=== Blog video iframe ===*/
.format-video .pbmit-featured-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.format-video .pbmit-featured-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
iframe {
	max-width: 100%
}
/*=== Blog Gallery ===*/
.format-gallery .pbmit-featured-wrapper {
	position: relative;
}
.format-gallery .lSPager {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-khtml-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li a {
	height: 13px;
	width: 13px;
	border: 2px solid #fff;
	background-color: transparent;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: transparent !important;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li.active a {
	background-color: #fff;
}
.format-quote .pbmit-block-quote-content {
	position: relative;
	z-index: 2;
}
.format-quote .pbmit-blog-meta {
	display: none;
}
.format-quote .pbmit-block-quote-content a {
	display: inline-block;
	margin-top: 22px;
	font-style: normal;
	font-size: 17px;
}
.format-quote .pbmit-blog-classic blockquote {
	margin: 0;
}
.format-quote .pbmit-blog-classic .pbmit-blog-classic-inner {
	display: none;
}
/*=== format-link ===*/
.format-link .pbmit-link-wrapper {
	position: relative;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}
.format-link .pbmit-link-wrapper::after {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.65);
}
.format-link .pbmit-featured-wrapper .pbmit-link-inner {
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	padding: 50px;
	position: relative;
	z-index: 2;
}
.format-link .pbmit-link-wrapper a {
	color: #fff;
}
.format-link .pbmit-link-inner {
	position: relative;
}
.format-link .pbmit-link-inner::before {
	font-family: "pbminfotech-base-icons";
	content: '\e803';
	position: absolute;
	right: 40px;
	top: -11px;
	font-weight: 700;
	opacity: 0.25;
	z-index: 1;
	color: #fff;
	font-size: 100px;
}
/*=== Blog info ===*/
.pbmit-author-box {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 35px;
	background-color: var(--pbmit-physiofy-secondary-color);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	border-radius: 0px;
}
.pbmit-author-box a {
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-author-box a:hover {
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-author-image img {
	width: 142px;
	min-width: 142px;
	height: 142px;
	display: block;
	overflow: hidden;
	margin-right: 35px;
	z-index: 1;
	border-radius: 50%;
}
.rtl .pbmit-author-image img {
	margin-left: 35px;
	margin-right: inherit;
}
.pbmit-author-content {
	-webkit-flex-shrink: 100;
	-moz-flex-shrink: 100;
	-ms-flex-negative: 100;
	flex-shrink: 100;
}
.pbmit-author-content .pbmit-author-name {
	line-height: 24px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
}
.pbmit-author-content .pbmit-text {
	margin: 0;
	line-height: 25px;
	color: #fff;
}
/*=== Classic Meta ===*/
.pbmit-blog-meta,
.pbmit-blog-meta a {
	color: #666;
}
.pbmit-blog-meta.pbmit-blog-meta-top {
	position: relative;
	font-size: 14px;
}
.pbmit-blog-meta-top .pbmit-meta {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	padding-left: 0;
	font-size: 14px;
	text-transform: capitalize;
}
body.rtl .pbmit-blog-meta-top .pbmit-meta {
	margin: 0 0 0 10px;
}
.pbmit-blog-meta-bottom .pbmit-tag-icon i,
.pbmit-blog-meta-top .pbmit-meta i {
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-blog-meta-top .pbmit-meta i {
	margin-right: 5px;
	font-size: 15px;
}
.rtl .pbmit-blog-meta-top .pbmit-meta i {
	margin-left: 5px;
	margin-right: 0;
}
.pbmits-blog-meta-top .pbmits-meta {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 13px;
}
/*=== Blog Classic default ===*/
.pbmit-blog-classic-inner .pbmit-entry-content p:last-of-type::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pbmit-blog-classic-inner {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date {
	border-radius: 0;
	padding: 0
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left {
	width: auto;
	top: 0;
	left: 0;
	position: static;
}
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date .entry-date {
	font-size: 15px;
	line-height: 25px;
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top {
	text-align: left;
}
.pbmit-no-img .pbmit-blog-meta .pbmit-meta-classic-right,
.pbmit-default-view .pbmit-blog-meta .pbmit-meta-classic-right {
	padding-left: 30px;
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date .entry-date,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date .entry-date {
	font-size: 15px;
	line-height: 35px;
	margin: 0
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date span,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date span {
	display: inline-block;
	margin-left: 5px;
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date {
	line-height: normal;
	display: inline-block;
	width: auto;
	padding: 2px 13px;
	line-height: normal;
	font-size: 16px;
	display: inline-block;
	border-radius: 3px;
}
/*=== Classic no img ===*/
.pbmit-social-share .pbmit-social-li-facebook a {
	background-color: #3B5998;
}
.pbmit-social-share .pbmit-social-li-twitter a {
	background-color: #55ACEE;
}
.pbmit-social-share .pbmit-social-li-google-plus a {
	background-color: #dd4b39;
}
.pbmit-social-share .pbmit-social-li-linkedin a {
	background-color: #007bb5;
}
.pbmit-social-share .pbmit-social-li-youtube a {
	background-color: #bb0000;
}
.pbmit-social-share .pbmit-social-li-instagram a {
	background-color: #125688;
}
.pbmit-social-share .pbmit-social-li-pinterest a {
	background-color: #cb2027;
}
.pbmit-social-share .pbmit-social-li-snapchat-ghost a {
	background-color: #fffc00;
}
.pbmit-social-share .pbmit-social-li-skype a {
	background-color: #00aff0;
}
.pbmit-social-share .pbmit-social-li-android a {
	background-color: #a4c639;
}
.pbmit-social-share .pbmit-social-li-dribbble a {
	background-color: #ea4c89;
}
.pbmit-social-share .pbmit-social-li-vimeo a {
	background-color: #45bbff;
}
.pbmit-social-share .pbmit-social-li-tumblr a {
	background-color: #2c4762;
}
.pbmit-social-share .pbmit-social-li-vine a {
	background-color: #00b489;
	color: white;
}
.pbmit-social-share .pbmit-social-li-foursquare a {
	background-color: #45bbff;
}
.pbmit-social-share .pbmit-social-li-stumbleupon a {
	background-color: #eb4924;
}
.pbmit-social-share .pbmit-social-li-flickr a {
	background-color: #f40083;
}
.pbmit-social-share .pbmit-social-li-yahoo a {
	background-color: #430297;
}
.pbmit-social-share .pbmit-social-li-soundcloud a {
	background-color: #ff5500;
}
.pbmit-social-share .pbmit-social-li-reddit a {
	background-color: #ff5700;
}
.pbmit-social-share .pbmit-social-li-rss a {
	background-color: #ff6600;
}
/*=== Single Comment Section ===*/
.comments-area .pbmit-comment-content ol+h2,
.comments-area .pbmit-comment-content ul+h2 {
	margin-top: 25px;
}
.comments-area {
	margin-top: 60px;
}
.comments-area .comments-title {
	margin-bottom: 48px;
	margin-top: 0px;
}
.pbmit-post-related .pbmit-related-title,
.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title {
	font-size: 36px;
	line-height: 46px;
}
.children,
.comment-list {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pbmit-comment-avatar {
	float: left;
	margin-top: 7px;
}
body.rtl .pbmit-comment-avatar {
	float: right;
}
.comment-list .children li.comment {
	position: relative;
	padding-top: 0;
	padding-left: 0px;
}
.comment-list .children {
	margin-left: 90px;
	padding-top: 8px;
}
body.rtl .comment-list .children {
	margin-left: 0;
	margin-right: 100px;
}
.pbmit-comment-date {
	display: block;
	color: var(--pbmit-physiofy-secondary-color);
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 0 30px;
}
body.rtl .pbmit-comment-date {
	margin: 0 20px 0 0;
}
.pbmit-comment-date a {
	font-size: 18px;
	line-height: 26px;
	color: var(--pbmit-physiofy-secondary-color);
	position: relative;
}
.comments-area .pbmit-comment-meta .pbmit-comment-date a:not(a.comment-edit-link)::before {
	position: absolute;
	content: '';
	left: -23px;
	height: 1px;
	top: 50%;
	width: 12px;
	background-color: #666;
}
body.rtl .comments-area .pbmit-comment-meta .pbmit-comment-date a:not(a.comment-edit-link)::before {
	left: inherit;
	right: -12px;
}
.comment-list .pbmit-comment-avatar img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.pbmit-comment-content {
	position: relative;
	flex-grow: 1;
	padding: 0px 0px 35px 0;
	margin-left: 123px;
	min-height: 115px;
}
body.rtl .pbmit-comment-content {
	margin-left: 0;
	margin-right: 130px;
}
.pbmit-comment-content p {
	margin: 10px 0 15px;
}
.pbmit-comment-content .pbmit-comment-author {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	display: inline-flex;
	position: relative;
	color: var(--pbmit-physiofy-global-color);
	text-transform: capitalize;
}
.pbmit-comment-content .pbmit-comment-author .pbmit-comment-author-inner {
	color: var(--pbmit-physiofy-secondary-color);
	margin: 0 5px;
	font-weight: 600;
	text-transform: capitalize;
}
.wp-block-comments .wp-block-comment-template .wp-block-column .wp-block-comment-reply-link .comment-reply-link,
.reply a {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	padding: 0px;
	letter-spacing: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
	color: var(--pbmit-physiofy-global-color);
	position: relative;
}
.wp-block-comments .wp-block-comment-template .wp-block-column .wp-block-comment-reply-link .comment-reply-link:hover,
.reply a:hover{
	color:var(--pbmit-physiofy-blackish-color);
}
.wp-block-comments .wp-block-comment-template .wp-block-column .wp-block-comment-reply-link .comment-reply-link::before,
.reply a::before {
	font-family: 'pbminfotech-base-icons';
	content: "\e814";
	font-style: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	line-height: 28px;
	font-size: 18px;
	margin-left: 0;
	right: -13px;
	position: absolute;
	font-weight: 500;
	margin-top: -2px;;
}
.comment-list li:not(:last-child) .pbmit-comment {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba( var(--pbmit-physiofy-blackish-color-rgb), 0.10);
}
.comment-list .children .pbmit-comment {
	border-bottom: 1px solid rgba( var(--pbmit-physiofy-blackish-color-rgb), 0.10);
}
.pbmit-comment-content::after,
.pbmit-comment-content::before {
	content: '';
}
.pbmit-comment-content::before {
	border-color: transparent #fff transparent #fff;
	z-index: 1;
	left: -12px;
	top: 19px;
}
.comments-area .comments-pagination {
	margin-bottom: 50px;
}
.comments-area .pbmit-comment-meta {
	display: flex;
	align-items: center;
}
/*=== Comment-Form ===*/
.comment-respond .comment-reply-title small {
	margin-left: 25px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.5px;
}
.comment-respond .comment-reply-title small a {
	color: #999;
}
.comment-respond .comment-reply-title small a:hover {
	color: var(--pbmit-physiofy-global-color);
}
.comment-list .comment-respond {
	margin-left: 70px;
	margin-bottom: 30px !important;
	margin-top: 30px;
	padding: 15px 30px 15px 40px;
}
.comment-respond {
	border: none;
	border-radius: 0px;
	padding: 40px 0 0;
}
.comment-respond .inline-field {
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
	width: 33.3333%;
	margin-left: 13px;
	margin-bottom: 25px;
	font-size: 13px;
	color: silver;
	box-sizing: border-box;
	border-radius: 0;
}
.pbmit-comment-form-input-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pbmit-comment-form-input-wrapper .pbmit-comment-form-input {
	-ms-flex: 1 1 33%;
	flex: 1 1 33%;
	width: auto;
	padding-right: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	color: silver;
	box-sizing: border-box;
}
body.rtl .pbmit-comment-form-input-wrapper .pbmit-comment-form-input {
	margin-left: 0;
	margin-right: 30px;
}
.pbmit-comment-form-input-wrapper .pbmit-comment-form-input:last-child {
	margin-left: 0;
	padding-right: 0;
}
body.rtl .pbmit-comment-form-input-wrapper .pbmit-comment-form-input:last-child,
body.rtl .pbmit-comment-form-input-wrapper .pbmit-comment-form-input:first-child {
	margin-right: 0;
}
.comment-notes,
.logged-in-as {
	margin-bottom: 20px;
	font-size: 13px;
}
.comment-form input[type=submit]:hover {
	color: #fff;
}
.comment-form .form-submit {
	margin-bottom: 0px;
	padding-bottom: 8px;
	position: relative;
	display: inline-block;
}
.rtl .comment-form .form-submit {
	text-align: right;
}
.comment-respond input[type="number"],
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="password"],
.comment-respond input[type="tel"],
.comment-respond input[type="url"],
.comment-respond input[type="search"],
.comment-respond textarea {
	background-color: var(--pbmit-physiofy-light-bg-color);
	line-height: 50px;
	border-radius: 0px;
	color: var(--pbmit-physiofy-blackish-color);
	padding: 0 30px;
	border: none;
}
.comment-respond textarea:focus,
.comment-respond input:focus {
	outline: none;
}
.comment-form-cookies-consent {
	margin-bottom: 25px;
	margin-top: 15px;
}
.comment-form-cookies-consent input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 5px;
}
body.rtl .comment-form-cookies-consent input[type=checkbox] {
	left: inherit;
	right: 0;
}
.comment-form-cookies-consent {
	padding-left: 25px;
	position: relative;
}
body.rtl .comment-form-cookies-consent {
	padding-left: 0;
	padding-right: 25px;
}
.comment-respond .comment-form-cookies-consent label,
.comment-respond .comment-form span {
	font-size: 15px;
}
.comment-form .form-submit input[type=submit] {
	background-color: var(--pbmit-physiofy-global-color);
	color: var(--pbmit-physiofy-white-color);
	border-radius: 0px;
}
.comment-form .form-submit input[type=submit]:hover {
	color: var(--pbmit-physiofy-white-color);
	background-color: var(--pbmit-physiofy-blackish-color);
}
/*=== pingback ===*/
.pingback .pbmit-comment-content {
	margin-left: 0px;
	min-height: auto;
}
.trackback .pbmit-comment-content::before,
.trackback .pbmit-comment-content::after,
.pingback .pbmit-comment-content::before,
.pingback .pbmit-comment-content::after {
	display: none;
}
.trackback .pbmit-comment-content {
	margin-left: 0px;
}
/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
/*=== pbmit-portfolio-related ===*/
.single .pbmit-portfolio-related,
.single .pbmit-post-related,
.single .pbmit-service-related {
	margin-top: 55px;
}
/* --------------------------------------
 * Team Member  Single
 * ---------------------------------------*/
/*=== List Style Two ===*/
.pbmit-team-name-info {
	margin-bottom: 20px;
}
.pbmit-team-left-inner {
	margin-right: 20px;
	position: relative;
	background-color: #eef7f9;
	overflow: hidden;
}
.single-pbmit-team-member .pbmit-short-description {
	margin-top: 35px;
}
.pbmit-single-team-info {
	position: relative;
	list-style: none;
	margin: 22px 0 25px;
	padding: 0;
}
.pbmit-single-team-info li {
	margin-bottom: 15px;
}
.pbmit-single-team-info li label,
.pbmit-portfolio-line-title,
.pbmit-details-label {
	font-weight: 600;
}
.pbmit-portfolio-single .pbmit-details-label {
	margin-top: 0;
}
.pbmit-details-label {
	margin-top: 10px;
}
.pbmit-single-team-info .icon {
	margin-right: 15px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 15px;
}
.pbmit-team-single .pbmit-team-social-links a {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	border-radius: 50%;
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-team-single .pbmit-team-social-links a:hover {
	color: var(--pbmit-physiofy-blackish-color);
}
.pbmit-team-single .pbmit-team-social-links li {
	margin-right: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 0;
	border-radius: 50%;
}
.rtl .pbmit-team-single .pbmit-team-social-links li {
	padding-left: 10px;
	padding-right: 0;
	margin-left: 0px;
}
.pbmit-team-social-links {
	list-style: none;
	margin: 0;
	padding: 0
}
.pbmit-team-social-links li {
	display: inline-block;
	margin-right: 10px;
}
.rtl .pbmit-team-social-links li {
	margin-left: 10px;
	margin-right: 0;
}
.pbmit-team-single .pbmit-team-title {
	margin-bottom: 5px;
}
.pbmit-team-single .pbmit-team-designation {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 300!important;
	color: var(--pbmit-physiofy-global-color);
	text-transform: unset;
}
/* --------------------------------------
 * pbminfotech-ul-list
 * ---------------------------------------*/
.pbminfotech-ul-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pbminfotech-ul-list ul li {
	margin: 12px 0;
}
.pbminfotech-ul-list ul li i {
	margin-right: 10px;
	vertical-align: middle;
}
.pbminfotech-ul-list.pbmit-ul-type-disc ul {
	margin: 0;
	padding: 0;
}
.pbminfotech-ul-list.pbmit-ul-type-disc li {
	position: relative;
	padding-left: 30px;
	font-weight: 600;
}
.pbminfotech-ul-list.pbmit-ul-type-disc li::after {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
	content: "";
	position: absolute;
	left: 4px;
	top: 7px;
}
.pbminfotech-ul-list.icon-large ul li i {
	font-size: 20px;
}
/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.search-results .pbmit-top-search-form {
	margin-bottom: 50px;
	margin-left: 0px;
	position: relative;
}
.search-results .pbmit-top-search-form .search-form input[type="search"] {
	height: 60px;
	border-radius: 0px;
	padding: 0 50px 0 25px;
}
.search-results .pbmit-top-search-form .search-form button {
	top: 0;
	right: 10px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
body.rtl.search-results .pbmit-top-search-form .search-form button {
	left: 5px;
	right: inherit;
}
.search-results .pbmit-top-search-form .search-form button::after {
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	content: '\e80d';
	right: 20px;
	top: 50%;
	font-size: 20px;
	color: var(--pbmit-physiofy-global-color);
	line-height: normal;
	font-weight: normal;
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-search-results {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.pbmit-search-results .pbmit-read-more-link {
	margin-top: 15px;
}
.pbmit-search-results-left {
	margin-right: 30px;
}
.pbmit-search-results-left {
	width: 175px;
	flex-shrink: 0;
}
.pbmit-search-results-right .pbmit-post-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
}
.pbmit-search-results-right .pbmit-post-title a {
	color: var(--pbmit-physiofy-blackish-color);
}
.pbmit-search-results-right .pbmit-post-title a:hover {
	color: var(--pbmit-physiofy-global-color);
}
.search-results .content-area.col-md-9 .site-main .page {
	padding-bottom: 0px;
}
/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.nav-links {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.pbmit-sidebar-exists .nav-links {
	margin-bottom: 0px;
}
body.search .nav-links {
	margin-top: 50px;
	margin-bottom: 50px;
}
.wp-block-query-pagination-numbers .page-numbers,
.nav-links .page-numbers {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	text-align: center;
	border-radius: 0px;
	border: 1px solid rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.2);
}
.rtl .nav-links .next.page-numbers {
	float: none;
}
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	color: var(--pbmit-physiofy-white-color);
	border-color: var(--pbmit-physiofy-blackish-color);
	background-color: var(--pbmit-physiofy-blackish-color);
}
.pbmit-gallery {
	display: table;
}
.pbmit-gallery>.pbmit-gallery-image {
	display: table-cell;
	width: 100%;
}
/* --------------------------------------
 * Carousel
 * ---------------------------------------*/
.pbmit-carousel-navs {
	display: none;
}
.pbmit-element-viewtype-carousel .pbmit-carousel-navs {
	display: block;
}
.pbmit-element-viewtype-carousel .container {
	position: relative;
}
.pbmit-carousel-navs {
	position: absolute;
	left: 45%;
	bottom: 0;
}
.pbmit-carousel-navs a {
	position: relative;
	display: inline-block;
	width: 80px;
	margin: 0px;
	color: var(--pbmit-physiofy-blackish-color);
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	z-index: 5;
}
.pbmit-elementor-bg-color-secondary .pbmit-carousel-navs a {
	color: #fff;
}
.pbmit-elementor-bg-color-blackish .pbmit-carousel-navs a {
	color: #fff;
}
.pbmit-carousel-navs a.pbmit-carousel-prev {
	padding-left: 50px;
}
.pbmit-carousel-navs a.pbmit-carousel-next {
	padding-right: 50px;
	margin-left: 20px;
}
.pbmit-carousel-navs .pbmit-carousel-prev::before,
.pbmit-carousel-navs .pbmit-carousel-next::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 1px;
	top: 50%;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: var(--pbmit-physiofy-blackish-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-carousel-navs .pbmit-carousel-prev::before,
.pbmit-elementor-bg-color-blackish .pbmit-carousel-navs .pbmit-carousel-next::before,
.pbmit-elementor-bg-color-secondary .pbmit-carousel-navs .pbmit-carousel-prev::before,
.pbmit-elementor-bg-color-secondary .pbmit-carousel-navs .pbmit-carousel-next::before {
	background-color: var(--pbmit-physiofy-white-color);
}
.pbmit-carousel-navs .pbmit-carousel-prev::before {
	left: 2px;
}
.pbmit-carousel-navs .pbmit-carousel-next::before {
	right: 2px;
}
.pbmit-carousel-navs .pbmit-carousel-prev::after,
.pbmit-carousel-navs .pbmit-carousel-next::after {
	position: absolute;
	content: "\e85a";
	font-family: "pbminfotech-base-icons";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
.pbmit-carousel-navs .pbmit-carousel-prev::after {
	left: 0;
	top: 0;
}
.pbmit-carousel-navs .pbmit-carousel-next::after {
	right: 0;
	top: 1px;
}
.pbmit-carousel-navs a:hover {
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-carousel-navs a.pbmit-carousel-prev:hover::before,
.pbmit-carousel-navs a.pbmit-carousel-next:hover::before {
	background-color: var(--pbmit-physiofy-global-color);
}
.pbmit-carousel-navs .pbmit-carousel-prev::after {
	transform: rotate(180deg);
}
.pbmit-element-viewtype-carousel .owl-nav {
	position: absolute;
	top: -50px;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	text-align: center;
	z-index: 15;
	cursor: pointer;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	font-size: 17px;
	font-weight: 700;
	outline: none;
	display: inline-block;
	position: absolute;
	box-shadow: inherit;
	background-color: var(--pbmit-physiofy-blackish-bg-color);
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next {
	background-color: var(--pbmit-physiofy-global-color);
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next::after,
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev::after {
	position: absolute;
	content: '\e814';
	transform: skew(25deg);
	top: 0;
	left: 0;
	width: 100%;
	font-family: "pbminfotech-base-icons";
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev::after {
	transform: rotate(180deg) skew(25deg);
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next span,
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev span {
	display: none;
}
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	background-color: #fff;
	color: #000;
}
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover,
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover {
	color: #fff;
}
/*=== carousel dot ===*/
.pbmit-element-viewtype-carousel .owl-carousel button.owl-dot {
	height: 12px;
	width: 12px;
	border: 0;
	background-color: #d3d5d7;
	margin: 0 5px;
	outline: none;
}
.pbmit-element-viewtype-carousel .owl-carousel button.owl-dot.active {
	background-color: var(--pbmit-physiofy-global-color);
}
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel button.owl-dot {
	border-color: #fff;
}
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel button.owl-dot::before {
	display: none;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-dots {
	text-align: center;
	margin-top: 45px;
}
.owl-right .pbmit-element-viewtype-carousel .owl-carousel .owl-dots {
	text-align: right;
	margin-top: 15px;
}
.owl-right .pbmit-element-viewtype-carousel .owl-carousel button.owl-dot.active {
	background-color: var(--pbmit-physiofy-global-color);
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button {
	cursor: pointer;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
	right: 0px;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
	left: -30px;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
	z-index: 20;
	transition: all .4s ease 0s;
	transform: skew(-25deg);
}
/* --------------------------------------
 * Swiper
 * ---------------------------------------*/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
/*=== Swiper-Bullet ===*/
.pbmit-element-viewtype-carousel.pbmit-element-caroursel-dot-true{
	padding-bottom: 50px;
}
.pbminfotech-element .swiper-horizontal>.swiper-pagination-bullets,
.pbminfotech-element .swiper-pagination-bullets.swiper-pagination-horizontal,
.pbminfotech-element .swiper-pagination-custom,
.pbminfotech-element .swiper-pagination-fraction {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbminfotech-element .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: var(--pbmit-physiofy-blackish-bg-color);
	margin: 0 5px;
}
.pbminfotech-element .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 6px;
	background-color: var(--pbmit-physiofy-global-color);
}
/*=== Swiper-Navigation ===*/
.pbmit-ele-header-align-right .pbmit-ele-header-area{
	text-align: right;
}
.pbmit-ele-header-align-left .pbmit-ele-header-area{
	text-align: left;
}
.pbmit-ele-header-align-center .pbmit-ele-header-area{
	text-align: center;
}
.pbminfotech-element .swiper-button-next,
.pbminfotech-element .swiper-button-prev {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color:var(--pbmit-physiofy-white-color);
	transition: all 500ms ease;
	background-color: transparent;
}
.pbminfotech-element .swiper-button-next {
	color: var(--pbmit-physiofy-global-color);
}
.pbminfotech-element .swiper-button-prev {
	color: var(--pbmit-physiofy-secondary-color);
}
.pbminfotech-element .swiper-button-next:hover,
.pbminfotech-element .swiper-button-prev:hover{
	color: rgb(0 0 0 / 100%);
	background-color: transparent;
}
.pbminfotech-element .swiper-button-next::after,
.pbminfotech-element .swiper-button-prev::after {
	content: '\e83a';
	font-family: 'pbminfotech-base-icons';
	font-size: 40px;
	line-height: normal;
}
.pbminfotech-element .swiper-button-prev {
	transform: rotate(180deg);
}
.pbmit-carousel-nav-arrow-header {
	margin-left: auto;
	position: absolute;
	right: 0;
	display: flex;
	align-items: end;
	height: 45px;
	top: 13px;
}
.pbmit-ele-header-area .swiper-button-prev,
.pbmit-ele-header-area .swiper-button-next{
	position: static;
}
.pbmit-ele-header-area .swiper-button-next{
	margin-left: 0px;
}
.pbmit-carousel-nav-arrow-header {
	margin-left: auto;
	position: absolute;
	display: flex;
	align-items: end;
	height: 45px;
	top: 13px;
}
.pbmit-ele-header-align-left .pbmit-carousel-nav-arrow-header{
	right: 0;
}
.pbmit-ele-header-align-right .pbmit-carousel-nav-arrow-header{
	left: 0;
}
.pbmit-ele-header-align-center .pbmit-carousel-nav-arrow-header{
	position: static;
	justify-content: center;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.pbmit-carousel-nav-arrow-header{
		position: static;
		margin-bottom: 50px;
	}
	.pbmit-ele-header-align-right .pbmit-carousel-nav-arrow-header{
		justify-content: right;
	}
}
/*== Swiper Dotted Css ==*/
.pbminfotech-element .swiper-pagination {
	margin-bottom: 0;
}
.pbmit-elementor-bg-color-transparent .pbminfotech-element .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pbmit-elementor-bg-color-white .pbminfotech-element .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pbmit-elementor-bg-color-light .pbminfotech-element .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--pbmit-physiofy-global-color);
}
.pbmit-elementor-bg-color-transparent .pbminfotech-element .swiper-pagination .swiper-pagination-bullet,
.pbmit-elementor-bg-color-white .pbminfotech-element .swiper-pagination .swiper-pagination-bullet,
.pbmit-elementor-bg-color-light .pbminfotech-element .swiper-pagination .swiper-pagination-bullet {
	background: var(--pbmit-physiofy-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-element .swiper-pagination .swiper-pagination-bullet,
.pbmit-elementor-bg-color-blackish .pbminfotech-element .swiper-pagination .swiper-pagination-bullet,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-element .swiper-pagination .swiper-pagination-bullet {
	background: rgb(var(--pbmit-physiofy-white-color-rgb), .50);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-element .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pbmit-elementor-bg-color-blackish .pbminfotech-element .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-element .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--pbmit-physiofy-white-color);
}
/*== Swiper Nav Css ==*/
.pbmit-elementor-bg-color-secondary .pbminfotech-element .swiper-button-next::after,
.pbmit-elementor-bg-color-blackish .pbminfotech-element .swiper-button-next::after,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-element .swiper-button-next::after,
.pbmit-elementor-bg-color-secondary .pbminfotech-element .swiper-button-prev::after,
.pbmit-elementor-bg-color-blackish .pbminfotech-element .swiper-button-prev::after,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-element .swiper-button-prev::after {
	color: var(--pbmit-physiofy-white-color);
}
/*=== Hide boxes ===*/
.pbmit-element-viewtype-carousel .pbmit-ele {
	display: none;
}
.pbmit-element-viewtype-carousel.pbmit-element-column-one .pbmit-ele:nth-child(1),
.pbmit-element-viewtype-carousel.pbmit-element-column-two .pbmit-ele:nth-child(1),
.pbmit-element-viewtype-carousel.pbmit-element-column-two .pbmit-ele:nth-child(2),
.pbmit-element-viewtype-carousel.pbmit-element-column-three .pbmit-ele:nth-child(1),
.pbmit-element-viewtype-carousel.pbmit-element-column-three .pbmit-ele:nth-child(2),
.pbmit-element-viewtype-carousel.pbmit-element-column-three .pbmit-ele:nth-child(3),
.pbmit-element-viewtype-carousel.pbmit-element-column-four .pbmit-ele:nth-child(1),
.pbmit-element-viewtype-carousel.pbmit-element-column-four .pbmit-ele:nth-child(2),
.pbmit-element-viewtype-carousel.pbmit-element-column-four .pbmit-ele:nth-child(3),
.pbmit-element-viewtype-carousel.pbmit-element-column-four .pbmit-ele:nth-child(4),
.pbmit-element-viewtype-carousel.pbmit-element-column-five .pbmit-ele:nth-child(1),
.pbmit-element-viewtype-carousel.pbmit-element-column-five .pbmit-ele:nth-child(2),
.pbmit-element-viewtype-carousel.pbmit-element-column-five .pbmit-ele:nth-child(3),
.pbmit-element-viewtype-carousel.pbmit-element-column-five .pbmit-ele:nth-child(4),
.pbmit-element-viewtype-carousel.pbmit-element-column-five .pbmit-ele:nth-child(5),
.pbmit-element-viewtype-carousel.pbmit-element-column-six .pbmit-ele:nth-child(1),
.pbmit-element-viewtype-carousel.pbmit-element-column-six .pbmit-ele:nth-child(2),
.pbmit-element-viewtype-carousel.pbmit-element-column-six .pbmit-ele:nth-child(3),
.pbmit-element-viewtype-carousel.pbmit-element-column-six .pbmit-ele:nth-child(4),
.pbmit-element-viewtype-carousel.pbmit-element-column-six .pbmit-ele:nth-child(5),
.pbmit-element-viewtype-carousel.pbmit-element-column-six .pbmit-ele:nth-child(6){
	display: block;
}
/*=== Multi Columns ROW correction ===*/
.multi-columns-row .first-in-row {
	clear: left;
}
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
	clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
	clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
	clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
	clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
	clear: left;
}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
	clear: left;
}
.multi-columns-row .col-sm-6:nth-child(2n + 3) {
	clear: left;
}
.multi-columns-row .col-sm-4:nth-child(3n + 4) {
	clear: left;
}
.multi-columns-row .col-sm-3:nth-child(4n + 5) {
	clear: left;
}
.multi-columns-row .col-sm-2:nth-child(6n + 7) {
	clear: left;
}
.multi-columns-row .col-sm-1:nth-child(12n + 13) {
	clear: left;
}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
	clear: left;
}
@media (min-width:768px) {
	.multi-columns-row .col-xs-6:nth-child(2n + 3) {
		clear: none;
	}
	.multi-columns-row .col-xs-4:nth-child(3n + 4) {
		clear: none;
	}
	.multi-columns-row .col-xs-3:nth-child(4n + 5) {
		clear: none;
	}
	.multi-columns-row .col-xs-2:nth-child(6n + 7) {
		clear: none;
	}
	.multi-columns-row .col-xs-1:nth-child(12n + 13) {
		clear: none;
	}
	.multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
		clear: none;
	}
	.multi-columns-row .col-sm-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row .col-sm-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row .col-sm-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row .col-sm-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row .col-sm-1:nth-child(12n + 13) {
		clear: left;
	}
	.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
		clear: left;
	}
}
@media (min-width:992px) {
	.multi-columns-row .col-sm-6:nth-child(2n + 3) {
		clear: none;
	}
	.multi-columns-row .col-sm-4:nth-child(3n + 4) {
		clear: none;
	}
	.multi-columns-row .col-sm-3:nth-child(4n + 5) {
		clear: none;
	}
	.multi-columns-row .col-sm-2:nth-child(6n + 7) {
		clear: none;
	}
	.multi-columns-row .col-sm-1:nth-child(12n + 13) {
		clear: none;
	}
	.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
		clear: left;
	}
	.search-results .site-main .multi-columns-row .col-sm-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row .col-md-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row .col-md-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row .col-md-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row .col-md-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row .col-md-1:nth-child(12n + 13) {
		clear: left;
	}
	.multi-columns-row .col-md-20percent:nth-child(5n + 6) {
		clear: left;
	}
}
@media (min-width:1200px) {
	.multi-columns-row .col-md-6:nth-child(2n + 3) {
		clear: none;
	}
	.multi-columns-row .col-md-4:nth-child(3n + 4) {
		clear: none;
	}
	.multi-columns-row .col-md-3:nth-child(4n + 5) {
		clear: none;
	}
	.multi-columns-row .col-md-2:nth-child(6n + 7) {
		clear: none;
	}
	.multi-columns-row .col-md-1:nth-child(12n + 13) {
		clear: none;
	}
	.multi-columns-row .col-md-20percent:nth-child(5n + 6) {
		clear: none;
	}
	.multi-columns-row .col-lg-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row .col-lg-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row .col-lg-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row .col-lg-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row .col-lg-1:nth-child(12n + 13) {
		clear: left;
	}
	.multi-columns-row .col-lg-20percent:nth-child(5n + 6) {
		clear: left;
	}
}
/*===scroll-to-top===*/
body .scroll-to-top {
	position: fixed;
	z-index: 200;
	opacity: 0;
	bottom: 10px;
	right: 20px;
	width: 45px;
	height: 45px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 100%;
	text-align: center;
	border: 3px solid #eeeeee;
	color: var(--pbmit-physiofy-blackish-color);
	background-color: var(--pbmit-physiofy-global-color);
}
body .scroll-to-top.show {
	opacity: 1;
}
body .scroll-to-top:hover {
	color: #fff !important;
	background-color: var(--pbmit-physiofy-blackish-bg-color);
}
/* --------------------------------------
 * Blog classic gallery
 * ---------------------------------------*/
.pbmit-overflow-hidden,
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-image,
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-item {
	overflow: hidden;
}
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-image figcaption,
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-item figcaption {
	background: #eee;
	background: rgba(255, 255, 255, .8);
	color: #333;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	bottom: -100%;
	text-indent: 10px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-image:hover figcaption,
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-item:hover figcaption {
	bottom: 0;
}
.pbmit-blog-classic .pbmit-entry-content::after,
.clear::before,
.clear::after,
blockquote::before,
blockquote::after,
.entry-content::before,
.entry-content::after,
.entry-summary::before,
.entry-summary::after,
.comment-content::before,
.comment-content::after,
.site-content::before,
.site-content::after,
.site-main>article::before,
.site-main>article::after,
.primary-menu::before,
.primary-menu::after,
.social-links-menu::before,
.social-links-menu::after,
.textwidget::before,
.textwidget::after,
.content-bottom-widgets::before,
.content-bottom-widgets::after {
	content: "";
	display: table;
}
.pbmit-blog-classic .pbmit-entry-content::after,
.clear::after,
blockquote::after,
.entry-content::after,
.entry-summary::after,
.comment-content::after,
.site-content::after,
.site-main>article::after,
.primary-menu::after,
.social-links-menu::after,
.textwidget::after,
.content-bottom-widgets::after {
	clear: both;
}
/* --------------------------------------
 * Blog Block
 * ---------------------------------------*/
ul.wp-block-latest-posts,
ul.wp-block-categories,
ul.wp-block-archives {
	list-style: none;
}
ul.wp-block-latest-posts li,
ul.wp-block-categories li,
ul.wp-block-archives li {
	padding-bottom: 0;
	position: relative;
	margin: 15px 0;
	padding: 0;
}
ul.wp-block-latest-posts li a {
	line-height: normal;
	display: block;
	margin-bottom: 5px;
}
ul.wp-block-categories>li ul {
	margin-left: 15px;
	margin-top: 15px;
}
ul.wp-block-categories li>a,
ul.wp-block-archives li>a {
	position: relative;
	padding-left: 20px;
}
ul.wp-block-categories li>a::before,
ul.wp-block-archives li>a::before {
	position: absolute;
	content: '\e814';
	left: 0px;
	font-size: 16px;
	top: -3px;
	color: inherit;
	font-family: 'pbminfotech-base-icons';
}
ul.wp-block-archives ul.children {
	margin-left: 15px;
	margin-top: 15px;
}
.wp-block-archives-dropdown {
	margin-bottom: 10px;
}
.wp-block-button {
	margin: 3rem 0;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
	color: #fff !important;
}
.wp-block-button.alignleft {
	margin-top: 0;
	margin-right: 20px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 16px;
	text-align: left;
}
.is-style-outline a.wp-block-button__link:hover {
	color: #fff;
	border-color: transparent;
}
.wp-block-gallery .blocks-gallery-caption {
	margin-bottom: 25px;
	margin-top: -10px;
}
.wp-block-categories-dropdown {
	margin-bottom: 20px;
}
.wp-block-group.has-background {
	padding: 25px;
	margin-bottom: 15px;
}
.wp-block-search {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.wp-block-search__label {
	padding-left: 0px;
}
.wp-block-search button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	top: 50%;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	z-index: 1;
	width: 60px;
	color: var(--pbmit-physiofy-blackish-color);
	background-color: transparent;
}
.wp-block-search__button svg {
	display: none;
}
.wp-block-search .wp-block-search__button::after {
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	content: '\e80d';
	right: 25px;
	top: 50%;
	font-size: 20px;
	color: var(--pbmit-physiofy-global-color);
	line-height: normal;
	font-weight: normal;
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.wp-block-search input[type="search"] {
	height: 55px;
	line-height: 55px;
	background-color: transparent;
	padding: 0 60px 0 25px;
	border-radius: 0px;
	border-bottom: 1px solid var(--pbmit-physiofy-blackish-color);
}
.wp-block-search .wp-block-search__button {
	font-size: 0;
	top: auto;
	bottom: 0;
}
.wp-block-archives-dropdown,
.wp-block-search {
	margin-bottom: 25px;
}
.wp-block-pullquote.has-background blockquote::before {
	text-align: left;
}
.wp-block-media-text.has-media-on-the-right.has-background .wp-block-media-text__content, 
.wp-block-group.has-background .wp-block-group__inner-container {
	color: var(--pbmit-physiofy-blackish-color);
}
/*===wp-block-tag-cloud===*/
.wp-block-tag-cloud a {
	display: inline-block;
	font-size: 15px !important;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0;
	border-radius: 20px;
	margin-bottom: 8px;
	margin-right: 4px;
	text-transform: capitalize;
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
	color: var(--pbmit-physiofy-blackish-color);
	border: 1px solid rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.2);
}
.wp-block-tag-cloud a:hover {
	border-color: var(--pbmit-physiofy-global-color);
	background-color: var(--pbmit-physiofy-global-color);
	color: var(--pbmit-physiofy-white-color);
}
/*=== wp-block-calendar ===*/
.wp-block-calendar table td#today {
	font-weight: bold;
}
.wp-block-calendar table {
	border-collapse: separate;
	border-color: rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.2);
	border-spacing: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin-bottom: 0px;
	width: 100%;
}
.wp-block-calendar table th {
	background: var(--pbmit-physiofy-global-color);
	color: var(--pbmit-physiofy-white-color) !important;
}
.wp-block-calendar table th,
.wp-block-calendar table td {
	border: 0;
	border-bottom: 1px solid rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.2);
	border-right: 1px solid rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.2);
	padding: 10px;
	color: var(--pbmit-physiofy-blackish-color);
}
.wp-block-calendar caption {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	caption-side: top;
	color: inherit;
}
.wp-block-calendar tbody a {
	display: block;
	font-weight: 500;
	color: var(--pbmit-physiofy-global-color);
}
.wp-block-calendar table td#prev {
	text-align: left;
}
.wp-block-calendar table td#next {
	text-align: right;
}
.wp-block-calendar tfoot a {
	text-decoration: none;
}
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--pbmit-physiofy-global-color);
}
.is-style-outline>.wp-block-button__link {
	color: var(--pbmit-physiofy-blackish-color) !important;
}
.wp-block-button__link,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
	color: #fff !important;
}
.is-style-outline a.wp-block-button__link:hover {
	color: #fff;
	border-color: transparent;
}
.is-style-outline a.wp-block-button__link:hover,
.wp-block-button__link:hover {
	background-color: var(--pbmit-physiofy-global-color);
	color: var(--pbmit-physiofy-white-color) !important;
}
.is-style-squared.wp-block-button .wp-block-button__link {
	border-radius: 0 !important;
}
/* --------------------------------------
 * Infinite Scroll 
 * ---------------------------------------*/
.pbmit-infinite-loader {
	display: none;
	text-align: center;
}
.pbmit-infinite-loader-hide {
	display: none !important;
}
.pbmit-infinite-scroll-last {
	display: none;
}
.pbmit-infinite-scroll-data {
	display: none;
}
/* --------------------------------------
 * elementor-editor-active 
 * ---------------------------------------*/
.elementor-top-section.elementor-section>.elementor-container,
.elementor-editor-active .elementor-column,
.elementor-editor-active .elementor-background-overlay {
	z-index: 1;
}
.pbmit-add-block-btn {
	border: 1px solid black;
	padding: 15px;
	margin: 0 15px;
	cursor: pointer;
	background: #93003c;
	color: white;
}
/* --------------------------------------
 *  Blackish Color
 * ---------------------------------------*/
/*=== Blackish Text Color ===*/
.pbmit-text-color-blackish .pbmit-heading-subheading .pbmit-element-subtitle,
.pbmit-text-color-blackish .pbmit-heading-subheading .pbmit-element-title,
.pbmit-btn-style-outline.pbmit-btn-color-white .elementor-button:hover,
.pbmit-footer-section.pbmit-text-color-blackish .widget-title,
.pbmit-footer-section.pbmit-text-color-blackish a,
.pbmit-btn-style-text.pbmit-btn-color-blackish .elementor-button,
.pbmit-btn-style-flat.pbmit-btn-color-light .elementor-button,
.pbmit-btn-style-flat.pbmit-btn-color-white .elementor-button,
.pbmit-color-blackish,
.pbmit-text-color-blackish h1,
.pbmit-text-color-blackish h2,
.pbmit-text-color-blackish h3,
.pbmit-text-color-blackish h4,
.pbmit-text-color-blackish h5,
.pbmit-text-color-blackish h6,
.pbmit-blackish {
	color: var(--pbmit-physiofy-blackish-color);
}
/*=== Blackish BG Color ===*/
button,
html input[type=button],
input[type=reset],
input[type=submit],
.pbmit-btn-style-flat.pbmit-btn-color-blackish .elementor-button,
.pbmit-bg-color-blackish,
body .scroll-to-top:hover {
	background-color: var(--pbmit-physiofy-blackish-bg-color);
}
/* --------------------------------------
 *  White Color
 * ---------------------------------------*/
/*=== Light BG Color ===*/
.pbmit-bg-color-white {
	background-color: #fff;
}
.pbmit-color-white,
.pbmit-text-color-white h1,
.pbmit-text-color-white h2,
.pbmit-text-color-white h3,
.pbmit-text-color-white h4,
.pbmit-text-color-white h5,
.pbmit-text-color-white h6,
.pbmit-white {
	color: var(--pbmit-physiofy-white-color);
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
/* --------------------------------------
 * Responsive Header and Menu
 * ---------------------------------------*/
.pbmit-mobile-menu-bg {
	display: none;
}
.pbmit-responsive-icons {
	position: absolute;
	top: 30px;
	left: 20px;
	display: none;
}
.rtl .pbmit-responsive-icons {
	left: inherit;
	right: 20px;
}
.admin-bar .pbmit-responsive-icons {
	top: 75px;
}
.rtl .pbmit-responsive-icons>div,
.pbmit-responsive-icons>div {
	margin: 0 10px;
}
.pbmit-responsive-icons>div:first-child {
	margin-left: 0;
}
.rtl .pbmit-responsive-icons>div:first-child {
	margin-right: 0;
}
.pbmit-responsive-icons .pbmit-cart-wrapper a {
	position: relative;
	padding-left: 30px;
}
.pbmit-responsive-icons .pbmit-cart-wrapper.pbmit-show-cart-amount-no a {
	padding-left: 25px;
}
.pbmit-responsive-icons .pbmit-cart-wrapper a::before {
	content: "\e83b";
	font-family: "pbminfotech-base-icons";
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-responsive-icons .pbmit-cart-wrapper .pbmit-cart-count {
	position: absolute;
	top: -21px;
	left: 2px;
	background-color: var(--pbmit-physiofy-global-color);
	color: var(--pbmit-physiofy-blackish-color);
	line-height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
}
/* --------------------------------------
 *		WP 6.1 New
 * ---------------------------------------*/
.wp-block-columns.has-background.has-pale-pink-background-color,
.wp-block-column.has-background.has-pale-cyan-blue-background-color,
.wp-block-group.has-background.has-pale-pink-background-color,
.wp-block-group.has-background.has-light-green-cyan-background-color {
	background-color: var(--pbmit-physiofy-light-bg-color) !important;
}
.wp-block-group.has-black-border-color {
	border-color: rgba( var(--pbmit-physiofy-blackish-color-rgb), 0.08) !important;
}
.wp-block-query .wp-block-post-template li {
	margin-bottom: 30px;
}
.wp-block-post-title {
	font-size: 32px;
	line-height: 36px;
}
.wp-block-query .wp-block-query-pagination {
	margin-bottom: 30px;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{
	margin-top: 0;
}
/*=== has line-hight ===*/
.has-small-font-size {
	line-height: 17px;
}
.has-medium-font-size {
	line-height: 22 px;
}
.has-large-font-size {
	line-height: 40px;
}
/*=== Blackish BG Color ===*/
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: var(--pbmit-physiofy-blackish-color);
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
	color: var(--pbmit-physiofy-global-color);
}
/*=== wp-block-page-list ===*/
.wp-block-navigation {
	margin-bottom: 20px;
}
ul.wp-block-page-list > li:not(.wp-block-navigation-item) ul > li,
ul.wp-block-page-list > li:not(.wp-block-navigation-item) {
	list-style: none;
	padding-bottom: 15px;
}
ul.wp-block-page-list > li:not(.wp-block-navigation-item) ul > li.has-child,
ul.wp-block-page-list > li.has-child:not(.wp-block-navigation-item) {
	padding-bottom: 0;
}
ul.wp-block-page-list > li:not(.wp-block-navigation-item) > ul > li > ul,
ul.wp-block-page-list > li:not(.wp-block-navigation-item) > ul {
	margin-top: 15px;
}
/*=== wp-block-buttons ===*/
.wp-block-buttons {
	margin-bottom: 20px;
}
/*=== wp-block-cover ===*/
.wp-block-cover {
	margin-bottom: 30px;
}
.wp-block-cover .wp-block-cover__inner-container p {
	color: var(--pbmit-physiofy-white-color);
}
.wp-block-file {
	margin: 10px 0;
}
.wp-block-file .wp-block-file__button,
.wp-block-file .wp-element-button {
	display: inline-block;
	color: var(--pbmit-physiofy-white-color);
	background-color: var(--pbmit-physiofy-blackish-color);
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-element-button:hover  {
	color: var(--pbmit-physiofy-white-color);
	background-color: var(--pbmit-physiofy-global-color);
}
.wp-block-table tfoot,
.wp-block-table thead {
	border-color: rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.2);
}
/*=== wp-block-cover ===*/
.wp-block-avatar .avatar {
	margin-bottom: 20px;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	border: none;
	border-top: 3px solid var(--pbmit-physiofy-global-color);
	background-color: var(--pbmit-physiofy-white-color);
	-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 5px 25px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 5px 25px rgba(0,0,0,0.05);
	-o-box-shadow: 0 5px 25px rgba(0,0,0,0.05);
	box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}
/*=== wp-block-post-author ===*/
.wp-block-post-author .avatar {
	margin-bottom: 20px;
}
/*=== wp-block-comments ===*/
.wp-block-post-comments-form,
.wp-block-comments {
	margin-bottom: 50px;
}
.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-comment-author-name {
	font-size: 28px !important;
	margin-bottom: 20px;
}
.wp-block-post-comments-form p,
.wp-block-comments p {
	margin-top: 15px;
}
.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-group {
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}
.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-group .wp-block-comment-date {
	font-size: 18px !important;
}
.wp-block-comments .wp-block-comment-template .wp-block-column .wp-block-comment-reply-link .comment-reply-link {
	margin-top: 20px;
}
/*====================================  End Dynamic color  ====================================*/
/* * * * *  MENU AND BREAKPOINT CSS  * * * * * */
/*====================================  Max Width for dynamic breakpoint  ====================================*/
@media (max-width: 1200px) {
	.pbmit-header-top-area>.container {
		position: relative;
	}
	.site-header .pbmit-sticky-header {
		display: none !important;
	}
	/*===  Sticky Header on Mobile ===*/
	.admin-bar .site-header .pbmit-sticky-header-mobile-yes.pbmit-sticky-header {
		top: 32px;
	}
	.site-header .pbmit-sticky-header-mobile-yes.pbmit-sticky-header {
		display: block !important;
	}
	.site-header .pbmit-sticky-header-mobile-yes.pbmit-sticky-header {
		position: fixed;
		opacity: 0;
		visibility: hidden;
		left: 0px;
		top: 0px;
		box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
		width: 100%;
		z-index: 0;
		transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-webkit-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
	}
	.site-header.pbmit-fixed-header .pbmit-sticky-header-mobile-yes.pbmit-sticky-header {
		z-index: 9;
		opacity: 1;
		visibility: visible;
		-ms-animation-name: fadeInDown;
		-moz-animation-name: fadeInDown;
		-op-animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		-ms-animation-duration: 300ms;
		-moz-animation-duration: 300ms;
		-op-animation-duration: 300ms;
		-webkit-animation-duration: 300ms;
		animation-duration: 300ms;
		-ms-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
		-op-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-ms-animation-iteration-count: 1;
		-moz-animation-iteration-count: 1;
		-op-animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}
	.site-header .pbmit-sticky-header-mobile-yes.pbmit-sticky-header .nav-menu-toggle {
		color: var(--pbmit-physiofy-main-menu-sticky-color);
	}
	.pbmit-sticky-logo-yes .pbmit-sticky-header img.pbmit-responsive-logo {
		display: none;
	}
	.pbmit-header-info-inner,
	.something {
		display: none;
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: unset !important;
		flex-direction: unset !important;
	}
	.pbmit-header-menu-area-inner,
	.pbmit-navbar {
		display: block !important;
	}
	.nav-menu-toggle {
		display: block;
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: transparent;
		padding: 0;
		font-size: 35px;
		line-height: 35px;
		color: var(--pbmit-physiofy-blackish-color);
		width: 40px;
	}
	.pbmit-responsive-header-bgcolor-globalcolor .nav-menu-toggle,
	.pbmit-responsive-header-bgcolor-blackish .nav-menu-toggle {
		color: var(--pbmit-physiofy-white-color);
	}
	.pbmit-navbar>div {
		background-color: #fff;
	}
	.sub-menu {
		display: none;
	}
	.pbmit-header-menu-area-wrapper {
		min-height: auto !important;
	}
	.closepanel {
		position: absolute;
		z-index: 99;
		right: 20px;
		margin-left: -20px;
		top: 30px;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		font-size: 25px;
		color: var(--pbmit-physiofy-secondary-color);
		border: 0;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.rtl .closepanel {
		left: 20px;
		right: inherit;
		margin-left: 0;
	}
	.admin-bar .closepanel {
		top: 72px;
	}
	/*=== Responsive menu ===*/
	.pbmit-mobile-menu-bg {
		display: block;
	}
	.pbmit-responsive-icons {
		display: flex;
		align-items: center;
	}
	.pbmit-mobile-menu-bg {
		position: fixed;
		right: 0;
		top: 0;
		width: 0%;
		height: 100%;
		z-index: 99;
		background: rgba(0, 0, 0, 0.90);
		-webkit-transform: translateX(101%);
		-ms-transform: translateX(101%);
		transform: translateX(101%);
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transition-delay: 300ms;
		-moz-transition-delay: 300ms;
		-ms-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}
	.rtl .pbmit-mobile-menu-bg {
		left: 0;
		right: inherit;
		-webkit-transform: translateX(-101%);
		-ms-transform: translateX(-101%);
		transform: translateX(-101%);
	}
	.active .pbmit-mobile-menu-bg {
		opacity: 1;
		width: 100%;
		visibility: visible;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.pbmit-navbar>div {
		background-color: #fff;
		position: fixed;
		top: 0;
		right: -400px;
		z-index: 1000;
		width: 300px;
		height: 100%;
		padding: 0;
		display: block;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(400px);
		-ms-transform: translateX(400px);
		transform: translateX(400px);
		opacity: 0;
	}
	.rtl .pbmit-navbar>div {
		left: -400px;
		right: inherit;
		-webkit-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		transform: translateX(-400px);
	}
	.pbmit-navbar>div.active {
		right: 0px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		opacity: 1;
		overflow-y: scroll;
		-webkit-transition-delay: 600ms;
		-moz-transition-delay: 600ms;
		-ms-transition-delay: 600ms;
		-o-transition-delay: 600ms;
		transition-delay: 600ms;
		opacity: 1;
	}
	.rtl .pbmit-navbar>div.active {
		left: 0;
		right: inherit;
	}
	.pbmit-navbar>div>ul {
		padding: 90px 0;
	}
	.admin-bar .pbmit-navbar>div>ul {
		padding-top: 125px;
	}
	.pbmit-navbar>div>ul li a {
		color: #000 !important;
		padding: 15px 25px;
		height: auto;
		display: inline-block;
	}
	.pbmit-navbar>div>ul ul {
		padding-left: 1em;
		overflow: hidden;
		display: none;
	}
	ul .sub-menu.show,
	ul .children.show {
		display: block;
	}
	.pbmit-navbar li {
		position: relative;
	}
	.pbmit-navbar ul.menu>li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	}
	.sub-menu-toggle {
		display: block;
		position: absolute;
		right: 25px;
		top: 15px;
		cursor: pointer;
		color: rgba(0, 0, 0, 0.80);
	}
	.pbmit-navbar ul ul {
		background-color: transparent !important;
	}
	.pbmit-mobile-search {
		display: block;
	}
	.pbmit-mobile-search .pbmit-header-search-btn {
		display: block;
		position: absolute;
		right: 60px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	/*=== Responsive Logo ===*/
	.pbmit-responsive-logo-yes .pbmit-sticky-logo,
	.pbmit-responsive-logo-yes .pbmit-main-logo {
		display: none;
	}
	.pbmit-responsive-logo-yes .pbmit-responsive-logo {
		display: inline-block;
	}
	/*=== Responsive header background color ===*/
	.site-header .pbmit-responsive-header-bgcolor-globalcolor {
		background-color: var(--pbmit-physiofy-global-color) !important;
	}
	.site-header .pbmit-responsive-header-bgcolor-white {
		background-color: var(--pbmit-physiofy-white-color) !important;
	}
	.site-header .pbmit-responsive-header-bgcolor-blackish {
		background-color: var(--pbmit-physiofy-blackish-bg-color) !important;
	}
	.pbmit-search-cart-box {
		padding: 0 30px 0 0 !important;
	}
	.pbmit-burger-menu-wrapper {
		display: block;
	}
	/* --------------------------------------
	 * rtl
	 * ---------------------------------------*/
	.rtl .nav-menu-toggle {
		left: 0;
		right: inherit;
	}
	.rtl .pbmit-navbar>div>ul ul {
		padding-left: inherit;
		padding-right: 1em;
	}
	.rtl .sub-menu-toggle {
		left: 25px;
		right: inherit;
	}
	body.rtl .sub-menu-toggle i::before {
		-webkit-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}
}
/*====================================  End Max Break Point  ====================================*/
/*====================================  Min Width for dynamic breakpoint  ====================================*/
@media (min-width: 1201px) {
	.site-header .pbmit-sticky-header {
		position: fixed;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		left: 0px;
		top: 0px;
		box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
		width: 100%;
		z-index: 0;
		transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-webkit-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
	}
	.site-header.pbmit-fixed-header .pbmit-sticky-header {
		z-index: 999;
		opacity: 1;
		visibility: visible;
		-ms-animation-name: fadeInDown;
		-moz-animation-name: fadeInDown;
		-op-animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		-ms-animation-duration: 300ms;
		-moz-animation-duration: 300ms;
		-op-animation-duration: 300ms;
		-webkit-animation-duration: 300ms;
		animation-duration: 300ms;
		-ms-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
		-op-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-ms-animation-iteration-count: 1;
		-moz-animation-iteration-count: 1;
		-op-animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}
	.admin-bar .site-header .pbmit-sticky-header {
		top: 32px;
	}
	.pbmit-responsive-logo {
		display: none;
	}
	.nav-menu-toggle,
	.something {
		display: none;
	}
	.pbmit-sticky-on .site-title img.pbmit-main-logo,
	.site-title img.pbmit-sticky-logo {
		max-height: var(--pbmit-physiofy-sticky-logo-height);
	}
	body .pbmit-navbar>div>ul>li,
	body .pbmit-navbar>div>ul>li>a {
		line-height: var(--pbmit-physiofy-header-height) !important;
		height: var(--pbmit-physiofy-header-height) !important;
	}
	.pbmit-sticky-header .pbmit-navbar>div>ul>li,
	.pbmit-sticky-header .pbmit-navbar>div>ul>li>a,
	.pbmit-sticky-header .site-title {
		line-height: var(--pbmit-physiofy-sticky-header-height) !important;
		height: var(--pbmit-physiofy-sticky-header-height) !important;
	}
	.pbmit-navbar ul>li>ul>li.current-menu-ancestor>a,
	.pbmit-navbar ul>li>ul>li.current-menu-parent>a,
	.pbmit-navbar ul>li>ul>li.current-menu-item>a,
	.pbmit-navbar ul>li>ul li.current_page_ancestor>a,
	.pbmit-navbar>div>ul>li:hover>a,
	.pbmit-navbar>div>ul>li.current_page_item>a,
	.pbmit-navbar>div>ul>li.current-menu-parent>a {
		color: var(--pbmit-physiofy-global-color);
	}
	.pbmit-navbar ul>li>ul li.current_page_item>a::before,
	.pbmit-navbar ul>li>ul li.current_page_ancestor>a::before,
	.pbmit-navbar ul>li>ul li.current_page_parent>a::before {
		background-color: var(--pbmit-physiofy-global-color);
	}
	.pbmit-navbar ul>li>ul li:hover>a {
		color: var(--pbmit-physiofy-global-color);
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar>div>ul {
		position: relative;
		z-index: 597;
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar>div>ul>li {
		float: left;
		min-height: 1px;
		vertical-align: top;
		position: relative;
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar>div>ul ul {
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 598;
	}
	.pbmit-navbar ul>li:hover>ul {
		z-index: 600;
	}
	.pbmit-navbar>div>ul li ul.pbmit-nav-left {
		left: inherit;
		right: 0;
	}
	.pbmit-navbar>div>ul li ul ul.pbmit-nav-left {
		left: -100%;
		right: 0;
		-webkit-transition: none;
		transition: none;
	}
	.pbmit-navbar>div>ul ul li {
		float: none;
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar>div>ul ul ul {
		top: 0px !important;
		left: 100%;
		width: 190px;
	}
	body.rtl:not(.mega-menu-pbminfotech-top) .pbmit-navbar>div>ul ul ul {
		right: 100%;
		left: inherit;
	}
	body:not(.pbmit-max-mega-menu-override) .pbmit-navbar>div>ul ul ul {
		margin-top: -8px;
	}
	.pbmit-navbar>div>ul ul {
		padding: 8px 0px;
	}
	.pbmit-navbar>div>ul ul li {
		font-weight: normal;
		padding: 10px 25px;
	}
	.pbmit-navbar a {
		display: flex;
		align-items: center;
		line-height: 1em;
		text-decoration: none;
	}
	/* Custom CSS Styles */
	.pbmit-navbar>ul {
		display: inline-block;
	}
	.pbmit-navbar::after,
	.pbmit-navbar ul::after {
		content: '';
		display: block;
		clear: both;
	}
	.pbmit-navbar ul {
		text-transform: uppercase;
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul ul {
		min-width: 250px;
		opacity: 0;
		visibility: hidden;
		border-top: 3px solid var(--pbmit-physiofy-global-color);
		-webkit-box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-moz-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-webkit-transition: all 500ms linear 0ms;
		-khtml-transition: all 500ms linear 0ms;
		-moz-transition: all 500ms linear 0ms;
		-ms-transition: all 500ms linear 0ms;
		-o-transition: all 500ms linear 0ms;
		transition: all 500ms linear 0ms;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul>li:hover>ul {
		visibility: visible;
		opacity: 1;
		top: 100%;
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
	.pbmit-navbar ul>li>ul>li>a {
		position: relative;
		display: table-cell;
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul>li>ul>li>a::before {
		position: absolute;
		content: "";
		left: 0;
		right: auto;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 1px;
		background-color: var(--pbmit-physiofy-global-color);
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul>li>ul>li:hover>a::before {
		width: 12px;
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul>li>ul>li:hover>a {
		padding-left: 18px !important;
	}
	.pbmit-navbar ul ul a {
		line-height: 150%;
		padding: 0px;
	}
	.pbmit-navbar ul ul ul {
		border-top: 0 none;
	}
	.pbmit-navbar ul ul li {
		position: relative;
		display: block;
	}
	.pbmit-navbar ul li.last ul {
		left: auto;
		right: 0;
	}
	.pbmit-navbar ul li.last ul ul {
		left: auto;
		right: 99.5%;
	}
	body:not(.pbmit-max-mega-menu-override) .pbmit-navbar div>ul>li {
		margin: 0 15px
	}
	/* Dropdown Menu ( Globalcolor )*/
	.pbmit-max-mega-menu-override #page #site-navigation.pbmit-navbar.pbmit-dropdown-active-color-globalcolor .mega-menu-wrap>ul>li.mega-menu-megamenu>ul.mega-sub-menu ul:not(.menu)>li.mega-current-menu-item>a,
	.pbmit-navbar.pbmit-dropdown-active-color-globalcolor ul>li>ul>li.current-menu-parent>a,
	.pbmit-navbar.pbmit-dropdown-active-color-globalcolor ul>li>ul>li.current-menu-ancestor>a,
	.pbmit-navbar.pbmit-dropdown-active-color-globalcolor ul>li>ul>li.current-menu-item>a,
	.pbmit-navbar.pbmit-dropdown-active-color-globalcolor ul>li>ul li.current_page_item>a,
	.pbmit-navbar.pbmit-dropdown-active-color-globalcolor ul>li>ul li.current_page_ancestor>a,
	/* Main Menu ( Globalcolor )*/
	.pbmit-navbar.pbmit-main-active-color-globalcolor>div>ul>li.current-menu-ancestor>a,
	.pbmit-navbar.pbmit-main-active-color-globalcolor>div>ul>li.current-menu-item>a,
	.pbmit-navbar.pbmit-main-active-color-globalcolor>div>ul>li.current_page_ancestor>a,
	.pbmit-navbar.pbmit-main-active-color-globalcolor>div>ul>li:hover>a,
	.pbmit-navbar.pbmit-main-active-color-globalcolor>div>ul>li.current_page_item>a,
	.pbmit-navbar.pbmit-main-active-color-globalcolor>div>ul>li.current-menu-parent>a {
		color: var(--pbmit-physiofy-global-color);
	}
	/* Dropdown Menu ( Secondarycolor )*/
	.pbmit-navbar.pbmit-dropdown-active-color-secondarycolor ul>li>ul>li.current-menu-parent>a,
	.pbmit-navbar.pbmit-dropdown-active-color-secondarycolor ul>li>ul>li.current-menu-ancestor>a,
	.pbmit-navbar.pbmit-dropdown-active-color-secondarycolor ul>li>ul>li.current-menu-item>a,
	.pbmit-navbar.pbmit-dropdown-active-color-secondarycolor ul>li>ul li.current_page_item>a,
	.pbmit-navbar.pbmit-dropdown-active-color-secondarycolor ul>li>ul li.current_page_ancestor>a,
	/* Main Menu ( Secondarycolor )*/
	.pbmit-navbar.pbmit-main-active-color-secondarycolor>div>ul>li.current-menu-ancestor>a,
	.pbmit-navbar.pbmit-main-active-color-secondarycolor>div>ul>li.current-menu-item>a,
	.pbmit-navbar.pbmit-main-active-color-secondarycolor>div>ul>li.current_page_ancestor>a,
	.pbmit-navbar.pbmit-main-active-color-secondarycolor>div>ul>li:hover>a,
	.pbmit-navbar.pbmit-main-active-color-secondarycolor>div>ul>li.current_page_item>a,
	.pbmit-navbar.pbmit-main-active-color-secondarycolor>div>ul>li.current-menu-parent>a {
		color: var(--pbmit-physiofy-secondary-color);
	}
	/*** Dropdown Menu ( White ) ***/
	.pbmit-navbar.pbmit-dropdown-active-color-white ul>li>ul>li.current-menu-parent>a,
	.pbmit-navbar.pbmit-dropdown-active-color-white ul>li>ul>li.current-menu-ancestor>a,
	.pbmit-navbar.pbmit-dropdown-active-color-white ul>li>ul>li.current-menu-item>a,
	.pbmit-navbar.pbmit-dropdown-active-color-white ul>li>ul li.current_page_item>a,
	.pbmit-navbar.pbmit-dropdown-active-color-white ul>li>ul li.current_page_ancestor>a,
	/*** Main Menu ( White ) ***/
	.pbmit-navbar.pbmit-main-active-color-white>div>ul>li.current-menu-ancestor>a,
	.pbmit-navbar.pbmit-main-active-color-white>div>ul>li.current-menu-item>a,
	.pbmit-navbar.pbmit-main-active-color-white>div>ul>li.current_page_ancestor>a,
	.pbmit-navbar.pbmit-main-active-color-white>div>ul>li:hover>a,
	.pbmit-navbar.pbmit-main-active-color-white>div>ul>li.current_page_item>a,
	.pbmit-navbar.pbmit-main-active-color-white>div>ul>li.current-menu-parent>a {
		color: var(--pbmit-physiofy-white-color);
	}
	/*** Dropdown Menu ( Blackish ) ***/
	.pbmit-navbar.pbmit-dropdown-active-color-blackish ul>li>ul>li.current-menu-parent>a,
	.pbmit-navbar.pbmit-dropdown-active-color-blackish ul>li>ul>li.current-menu-ancestor>a,
	.pbmit-navbar.pbmit-dropdown-active-color-blackish ul>li>ul>li.current-menu-item>a,
	.pbmit-navbar.pbmit-dropdown-active-color-blackish ul>li>ul li.current_page_item>a,
	.pbmit-navbar.pbmit-dropdown-active-color-blackish ul>li>ul li.current_page_ancestor>a,
	/*** Main Menu ( Blackish ) ***/
	.pbmit-navbar.pbmit-main-active-color-blackish>div>ul>li.current-menu-ancestor>a,
	.pbmit-navbar.pbmit-main-active-color-blackish>div>ul>li.current-menu-item>a,
	.pbmit-navbar.pbmit-main-active-color-blackish>div>ul>li.current_page_ancestor>a,
	.pbmit-navbar.pbmit-main-active-color-blackish>div>ul>li:hover>a,
	.pbmit-navbar.pbmit-main-active-color-blackish>div>ul>li.current_page_item>a,
	.pbmit-navbar.pbmit-main-active-color-blackish>div>ul>li.current-menu-parent>a {
		color: var(--pbmit-physiofy-blackish-color);
	}
	.pbmit-header-menu-area.pbmit-sticky-on .pbmit-navbar div>ul>li,
	.pbmit-header-menu-area.pbmit-sticky-on .pbmit-navbar div>ul>li>a,
	.pbmit-header-menu-area.pbmit-sticky-on {
		height: 62px;
		line-height: 62px !important;
	}
	.pbmit-header-menu-area {
		position: relative;
		z-index: 10;
	}
	.pbmit-navbar>div>ul>li.menu-item-has-children,
	.pbmit-navbar>div>ul>li.page_item_has_children {
		padding-right: 0;
	}
	.pbmit-navbar>div>ul>li.menu-item-has-children>a::after {
		font-family: "pbminfotech-base-icons";
		font-size: 12px;
		content: '\e811';
		font-weight: 600;
		margin: 1px 0 0 7px;
	}
	.pbmit-top-menu-more-than-six .pbmit-navbar>div>ul>li.menu-item-has-children>a::after,
	.pbmit-top-menu-more-than-six .pbmit-navbar>div>ul>li.page_item_has_children>a::after {
		right: -3px;
	}
	.pbmit-navbar>div>ul>li.menu-item-has-children:hover::after,
	.pbmit-navbar>div>ul>li.page_item_has_children:hover {
		color: var(--pbmit-physiofy-global-color);
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar>div>ul ul li .sub-menu-toggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		line-height: normal;
	}
	body.rtl:not(.mega-menu-pbminfotech-top) .pbmit-navbar>div>ul ul li .sub-menu-toggle {
		left: 15px;
		right: inherit;
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1); 
		transform: scaleX(-1);
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar>div>ul ul li .sub-menu-toggle i::before {
		font-weight: 500;
		color: var(--pbmit-physiofy-secondary-color);
	}
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul>li>ul>li.current-menu-ancestor .sub-menu-toggle i::before,
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul>li>ul>li.current-menu-parent .sub-menu-toggle i::before,
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul>li>ul>li.current-menu-item .sub-menu-toggle i::before,
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul>li>ul li.current_page_item .sub-menu-toggle i::before,
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul>li>ul li.current_page_ancestor .sub-menu-toggle i::before,
	body:not(.mega-menu-pbminfotech-top) .pbmit-navbar>div>ul ul li:hover .sub-menu-toggle i::before {
		color: var(--pbmit-physiofy-blackish-color);
	}
	.pbmit-burger-menu-wrapper {
		display: none;
	}
	/* --------------------------------------
	 * rtl
	 * ---------------------------------------*/
	.rtl .pbmit-navbar>div>ul>li {
		float: none;
		float: right !important;
	}
	.rtl .pbmit-navbar>div>ul ul {
		left: auto;
		right: 0;
	}
	.rtl .pbmit-navbar ul>li>ul>li>a::before {
		left: inherit;
		right: 0;
	}
	.rtl .pbmit-navbar div>ul>li.menu-item-has-children>a::after {
		margin-left: 0;
		margin-right: 7px;
	}
}
/*=== marquee animation ===*/
.marquee-text {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.mrq-text {
	white-space: nowrap;
	margin-bottom: 30px;
}
.mrq-text-main {
	white-space: nowrap;
	width: var(--marquee-width);
}
.marquee-text .elementor-widget-container {
	display: inline-block;
	width: 100vw;
	will-change: transform;
	animation: marquee-left 100s linear infinite;
}
.marquee-text.style-two .mrq-text-two {
	animation: marquee 20s linear infinite;
	color: var(--global-font-color);
	width: fit-content;
	display: flex;
	transform: translate3d(calc(-25% +20vw), 0, 0);
}
@keyframes marquee {
	0% {
		transform: translate3d(calc(-25% +20vw), 0, 0);
	}
	100% {
		transform: translate3d(calc(-50% +20vw), 0, 0);
	}
}
@keyframes marquee-left {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}
@keyframes marquee-right {
	0% {
		transform: translate(-50%);
	}
	100% {
		transform: translate(0);
	}
}
.marquee-text.left-directionstyle-one .mrq-text:hover,
.marquee-text.style-two .mrq-text-two:hover,
.marquee-text.style-two .mrq-text:hover,
.left-direction.style-one .mrq-text:hover,
.right-direction.style-one .mrq-text:hover {
	animation-play-state: paused;
}
.marquee-text.right-directionstyle-one .mrq-text,
.marquee-text.style-two .mrq-text,
.right-direction.style-one .mrq-text {
	color: var(--global-font-color);
	display: inline-block;
	width: 100%;
	animation: marquee-right 25s linear infinite;
	will-change: transform;
}
.marquee-text.right-directionstyle-one .mrq-text:hover {
	animation-play-state: paused;
}
.marquee-text ul {
	margin-bottom: 0;
	display: inline-block;
}
.marquee-text ul li {
	display: inline-block;
	position: relative;
	padding: 0 32px;
	font-size: 65px;
	color: #cacaca;
}
/* --------------------------------------
 * Comment formm error input
 * ---------------------------------------*/
span.pbmit-form-error {
	color: red;
	font-size: 12px;
	display: none;
}
figure figcaption:not(.wp-element-caption),
figure:not(.wp-block-table),
.wp-block-image figcaption,
.wp-caption,
.wp-caption-text {
	font-style: italic !important;
	font-size: 14px !important;
}
body .pbmit-editor-active-gallery-style-1{
	overflow: hidden !important;
}
/* --------------------------------------
 * Ajax Loader for Elementor elements
 * ---------------------------------------*/
 .pbmit-element-posts-wrapper{
	position: relative;
}
.pbmit-ajax-loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.pbmit-ajax-loader-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/ajax-loader.svg') no-repeat center 35px;
}
.pbmit-element-posts-wrapper::after {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#fff url('../images/ajax-loader.svg') no-repeat center 35px;
	z-index: -1;
	background-size: 150px;
}
.pbmit-element-posts-wrapper.pbmit-ajax-loading::after {
	opacity: 1;
	display: block;
	z-index: 1;
}
.pbminfotech-element.pbmit-ajax-pagination-yes .page-numbers{
	cursor: pointer;
}
.pbminfotech-element.pbmit-ajax-pagination-yes .next{
	display: none;
}