/******************************

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Testimonial
    07 - Header
    08 - Footer
    09 - Title Bar
    10 - Overlap Colomn
    11 - Accordion
    12 - Circle Progress
    13 - List Group
    14 - Banner Slider
    15 - Client
    16 - Sortable
	17 - Img Animation
	18 - Marquee
    19 - Pricing
	20 - Portfolio
	21 - Static Box
	22 - Cursor
	23 - Progress Bar

******************************/

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading {
    margin-bottom: 50px;
	position: relative;
    z-index: 1;
}
.pbmit-heading-subheading .pbmit-subtitle{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: normal;
	position: relative;
	display: inline-block;
	padding-left: 22px;
}
.pbmit-heading-subheading .pbmit-subtitle:before{
	content: "\e820";
    font-family: 'pbminfotech-base-icons';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--pbmit-global-color);
}
.pbmit-heading-subheading .pbmit-title{
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 0.25px;
    text-transform: none;
    font-style: normal;
	margin-bottom: 0;
}
.pbmit-heading-subheading .pbmit-heading-desc{
	margin-top: 30px;
	font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #565656;
    text-transform: none;
}
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-subtitle,
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-title,
.bg-blackish .pbmit-heading-subheading .pbmit-subtitle,
.bg-blackish .pbmit-heading-subheading .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading.white-text .pbmit-title,
.pbmit-heading-subheading.white-text .pbmit-subtitle{
	color: var(--pbmit-white-color);
}
/*=== For the same css ===*/
.pbmit-blog-btn,
.pbmit-price-btn a, 
.pbmit-ihbox .pbmit-ihbox-btn a {
    color: var(--pbmit-blackish-color);
    transition: all .4s ease-in;
}
.pbmit-ihbox-btn a,
.pbmit-blog-btn,
.pbmit-header-button,
.pbmit-price-btn a{
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-ihbox-btn .pbmit-button-icon-wrapper,
.pbmit-blog-btn .pbmit-button-icon-wrapper{
	position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
    font-size: 12px;
}
.pbmit-ihbox-btn .pbmit-button-icon-wrapper::before,
.pbmit-blog-btn .pbmit-button-icon-wrapper::before{
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    font-weight: 400;
    transform: scale(.26) translate(-58px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-btn .pbmit-button-icon,
.pbmit-blog-btn .pbmit-button-icon{
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-btn a:hover .pbmit-button-icon-wrapper::before,
.pbmit-blog-btn:hover .pbmit-button-icon-wrapper::before{
    transform: scale(1) translate(-2px, 0);
}
.pbmit-ihbox-btn a:hover .pbmit-button-icon,
.pbmit-blog-btn:hover .pbmit-button-icon {
    transform: scale(.26) translate(45px, -50px);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
blockquote,
.pbmit-ihbox .pbmit-ihbox-box-number,
.pbmit-ptable-price-w,
.pbminfotech-ptable-frequency,
.widget-recent-post .pbmit-rpw-title a,
.post-navigation .nav-links .nav-title,
.blog-details .pbmit-author-content .pbmit-author-name,
.blog-details .pbmit-comment-author-inner,
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title,
.pbmit-single-team-info li label,
.progressbar .progress-label,
.progress.progress-percent-bg .progress-percent,
.pbmit-element-timeline-style-1 .pbmit-timeline-year{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-style: normal;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle,
.list-group .pbmit-icon-list-text,
.sidebar .widget-categories .pbmit-brackets,
.pbmit-rpw-content .pbmit-rpw-date a,
.blog-details .pbmit-comment-date,
.blog-details .pbmit-comment-content .reply a{
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
    font-style: normal;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-1:hover {
	transform: translate(0, -5px);
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-1 {
	padding-top: 5px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon {
	margin-bottom: 25px;
	display: inline-block;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg,
.pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

/** Style 2 **/
.pbmit-ihbox-style-2 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-2:hover {
	transform: translate(0, -5px);
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-2 {
	padding-top: 5px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: flex-start;
	align-items: center;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	min-width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 0 0 30px 30px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc {
	margin-bottom: 0;
}
/* Bg Color */
.pbmit-bg-color-light .pbmit-ihbox-style-2 .pbmit-ihbox-svg,
.pbmit-bg-color-light .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-light .pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-white-color);
}

/** Style 3 **/
.pbmit-ihbox-style-3 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-wrap {
	display: inline-flex;
	align-items: center;
}
.pbmit-miconheading-style-3 .pbmit-ihbox-style-3 .pbmit-ihbox-wrap {
	align-items: flex-start;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg,
.pbmit-ihbox-style-3 .pbmit-icon-type-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	min-width: 70px;
	height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 25px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-3 .pbmit-element-title a,
.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-element-title em {
	font-style: normal;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-3 .pbmit-element-subtitle a,
.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3 {
	padding: 25px 25px 0 0;
    position: relative;
    background-color: var(--pbmit-white-color);
    border-radius: 0 30px 0 0;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon {
    display: inline-block;
    padding: 25px;
    border-radius: 25px;
    background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn a {
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-white-color);
}
/* Sticky Corner */
.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.pbmit-bottom-left-corner {
    bottom: 0;
    left: -30px;
    transform: none;
}
.pbmit-ihbox-style-3 .pbmit-sticky-corner {
	transform: rotate(90deg);
}
.pbmit-ihbox-style-3 .pbmit-top-right-corner {
	top: auto;
	right: -30px;
	bottom: 0;
}
.pbmit-ihbox-style-3 .pbmit-bottom-left-corner{
	top: -30px;
	left: 0px;
}
.pbmit-element-column-four .pbmit-ihbox-style-3 .pbmit-ihbox-wrap {
	display: block;
}
.pbmit-ihbox-style-3 .pbmit-sticky-corner svg path{
	fill: var(--pbmit-white-color);
}
/* Bg Color */
.pbmit-bg-color-light .pbmit-ihbox-style-3{
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbmit-sticky-corner svg path{
	fill: var(--pbmit-light-color);
}

/** Style 4 **/
.pbmit-ihbox-style-4 {
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.pbmit-miconheading-style-4 .pbmit-ihbox-style-4 .pbmit-ihbox-headingicon {
	align-items: flex-start;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg svg {
	width: 70px;
	height: 70px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #565656;
}
.pbmit-ihbox-style-4 .pbmit-heading-desc {
	margin-bottom: 0;
}

/** Style 5 **/
.pbmit-ihbox-style-5 {
	position: relative;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-5 .pbmit-icon-wrap {
	display: inline-flex;
	align-items: center;
	padding-bottom: 100px;
}
.pbmit-miconheading-style-3 .pbmit-ihbox-style-5 .pbmit-ihbox-wrap {
	align-items: flex-start;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon {
	margin-right: 10px;
	display: inline-block;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg,
.pbmit-ihbox-style-5 .pbmit-icon-type-icon,
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg svg {
	width: 25px;
	height: 25px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-5 .pbmit-element-title {
	margin-bottom: 40px;
}
.pbmit-ihbox-style-5 .pbmit-contents-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn .pbmit-button-text {
	display: none;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn {
	padding: 10px 10px 0 10px;
	border-radius: 50px 50px 0 0;
	display: inline-block;
	position: relative;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn::before,
.pbmit-ihbox-style-5 .pbmit-ihbox-btn::after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn::before {
	left: -20px;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn::after {
	right: -20px;
	border-bottom-left-radius: 20px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	color: var(--pbmit-white-color) !important;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn a .pbmit-button-icon-wrapper {
	margin-left: 0;
}
/* Bg Color */
.pbmit-bg-color-light .pbmit-ihbox-style-5 .pbmit-ihbox-btn {
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbmit-ihbox-style-5 .pbmit-ihbox-btn::before,
.pbmit-bg-color-light .pbmit-ihbox-style-5 .pbmit-ihbox-btn::after {
	box-shadow: 0 20px 0 0 var(--pbmit-light-color);
}

/** Style 6 **/
.pbmit-ihbox-style-6 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-6 {
	position: relative;
}
.pbmit-ihbox-style-6:hover {
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-headingicon {
	padding: 65px 40px 40px 40px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents {
	margin-bottom: 65px;
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg,
.pbmit-ihbox-style-6 .pbmit-icon-type-icon, 
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
    font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-svg svg {
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-6 .pbmit-content-number {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-ihbox-style-6 .pbmit-wrap-number {
	border-radius: 30px 0 0 0px;
	padding: 10px 0 0 10px;
	background-color: var(--pbmit-white-color);
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-box-number {
	min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
	z-index: 1;
	position: relative;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-6 .pbmit-content-number::after,
.pbmit-ihbox-style-6 .pbmit-content-number::before {
	content: "";
	position: absolute;
	top: -29px;
	right: 0px;
	height: 30px;
	width: 30px;
	border-radius: 0 0 20px 0;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
	box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-6 .pbmit-content-number::after{
	top: inherit;
	bottom: 0;
	left: -29px;
	right: 0;
}
.pbminfotech-gap-40px .pbmit-miconheading-style-6 {
	padding: 0 20px;
	margin-bottom: 40px;
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-box-number{
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-box-number {
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-wrap-number,
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-ihbox-headingicon {
	border-color: #33465f;
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-wrap-number {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-content-number::after,
.pbmit-bg-color-blackish .pbmit-ihbox-style-6 .pbmit-content-number::before {
	box-shadow: 0 16px 0 0 var(--pbmit-blackish-color);
	border-color: #33465f;
}
.pbmit-bg-color-blackish .pbmit-ihbox .pbmit-element-title{
    color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-heading-desc{
    color: rgba(var(--pbmit-white-color-rgb), .8);
}

/** Style 7 **/
.pbmit-ihbox-style-7 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-7 .pbmit-icon-wrapper {
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon {
	padding-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7 .pbmit-icon-type-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
    font-size: 25px;
    line-height: 25px;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-element-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.pbmit-miconheading-style-7 .pbmit-content-wrap {
	padding-top: 10px;
}

/** Style 8 **/
.pbmit-ihbox-style-8 {
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg svg {
	width: 70px;
	height: 70px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image img {
	min-width: 150px;
	height: auto;
}
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
	margin-bottom: 0;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.15);
}

/** Style 9 **/
.pbmit-ihbox-style-9 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: flex-start;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-icon-type-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
	min-width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 26px;
	line-height: 20px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg svg {
	width: 40px;
	height: 40px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img {
	width: 60px;
	height: auto;
}
.pbmit-ihbox-style-9 .pbmit-element-title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 600;
}
.pbmit-ihbox-style-9 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-9 .pbmit-heading-desc {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.pbmit-ihbox-style-9 .pbmit-heading-desc::before {
	content: '-';
	padding-right: 5px;
	display: inline-block;
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-light .pbmit-ihbox-style-9 .pbmit-icon-type-icon{
	background-color: var(--pbmit-white-color);
}

/** Style 10 **/
.pbmit-ihbox-style-10 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-10 {
	position: relative;
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-10 {
	padding-top: 5px;
}
.pbmit-ihbox-style-10:hover {
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon {
	padding: 65px 40px 40px 40px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-contents {
	margin-bottom: 30px;
}
.pbmit-ihbox.pbmit-ihbox-style-10 .pbmit-ihbox-box-number {
	margin-bottom: 10px;
}
.pbmit-ihbox-style-10 .pbmit-element-subtitle {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-10 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-svg,
.pbmit-ihbox-style-10 .pbmit-icon-type-icon,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-svg svg {
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn .pbmit-button-text {
	font-size: 0;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn a .pbmit-button-icon-wrapper {
	margin: 0 !important;
}
.pbmit-ihbox-style-10 .pbmit-btn-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-ihbox-style-10 .pbmit-heading-desc {
	word-break: break-all;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn {
	border-radius: 30px 0 0 0px;
	padding: 10px 0 0 10px;
	background-color: var(--pbmit-white-color);
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn a{
	min-width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-blackish-color) !important;
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-white-color) !important;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn::after,
.pbmit-ihbox-style-10 .pbmit-ihbox-btn::before {
	content: "";
	position: absolute;
	top: -29px;
	right: 0;
	height: 30px;
	width: 30px;
	border-radius: 0 0 20px 0;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
	box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-btn::after{
	top: inherit;
	bottom: 0;
	left: -29px;
	right: 0;
}
.pbminfotech-gap-40px .pbmit-miconheading-style-10{
	padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
/** Style 11 **/
.pbmit-ihbox-style-11 {
	position: relative;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-wrap-inner {
	border-radius: 30px;
	padding: 30px 60px 40px 40px;
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-11 .pbmit-icon-wrap {
	padding-bottom: 20px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-svg,
.pbmit-ihbox-style-11 .pbmit-icon-type-icon,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-svg svg {
	width: 70px;
	height: 70px;
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: auto;
}
.pbmit-ihbox-style-11 .pbmit-contents-wrap > * {
	display: inline;
} 
.pbmit-ihbox-style-11 .pbmit-element-title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-11 .pbmit-element-title::after {
	content: '-';
	padding-left: 5px;
	margin-right: 2px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-heading-desc {
	font-size: 18px;
	line-height: 26px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-element-subtitle {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn .pbmit-button-text {
	display: none;
}
.pbmit-ihbox-style-11 .pbmit-btn-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn {
	border-radius: 30px 0 0 0;
    padding: 10px 0 0 10px;
	display: inline-block;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn::before,
.pbmit-ihbox-style-11 .pbmit-ihbox-btn::after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn::before {
	left: -20px;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn::after {
	top: -40px;
	right: 0;
	z-index: 0;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn a {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	z-index: 1;
	color: var(--pbmit-white-color) !important;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn a .pbmit-button-icon-wrapper {
	margin: 0 !important;
}
.pbmit-ihbox-style-11 .pbmit-icon-dup-wrap {
	position: absolute;
	top: -10px;
	right: -10px;
}
.pbmit-ihbox-style-11 .pbmit-icon-dup-wrap .pbmit-ihbox-svg,
.pbmit-ihbox-style-11 .pbmit-icon-dup-wrap .pbmit-icon-type-icon,
.pbmit-ihbox-style-11 .pbmit-icon-dup-wrap .pbmit-ihbox-icon-type-text {
	font-size: 145px;
	line-height: 145px;
	opacity: 0.1;
}

/** Style 12 **/
.pbmit-miconheading-style-12{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-12 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-12:hover {
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-wrap {
	border-radius: 30px;
	padding: 40px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-12 {
	padding-top: 5px;
}
.pbmit-ihbox-style-12 .pbmit-icon-wrap {
	display: flex;
	margin-bottom: 35px;
	justify-content: space-between;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-box-number {
	font-size: 55px;
	line-height: 55px;
	font-weight: 800;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon {
	display: inline-block;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-svg,
.pbmit-ihbox-style-12 .pbmit-icon-type-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image img {
	width: 80px;
	height: auto;
}
.pbmit-ihbox-style-12 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pbmit-ihbox-style-12 .pbmit-element-subtitle {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 2px 5px 2px 0;
	background-color: var(--pbmit-white-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-100%);
}
.pbmit-ihbox-style-12 .pbmit-text-wrap {
	position: relative;
}

/** Style 13 **/
.pbmit-ihbox-style-13 {
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-13:hover {
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
	border-radius: 50px;
	padding: 13px 30px 18px 30px;
	border: 2px solid var(--pbmit-blackish-color);
}
.pbmit-miconheading-style-13 .pbmit-ihbox-style-13 .pbmit-ihbox-headingicon {
	align-items: flex-start;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon {
	margin-right: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-svg,
.pbmit-ihbox-style-13 .pbmit-icon-type-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text {
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-svg svg {
	width: 40px;
	height: 40px;
	fill: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image img {
	width: 40px;
	height: auto;
}
.pbmit-ihbox-style-13 .pbmit-element-title {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.pbmit-ihbox-style-13 .pbmit-element-subtitle {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-13 .pbmit-heading-desc {
	margin-bottom: 0;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn {
	padding-top: 0;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
	display: none;
}

/** Style 14 **/
.pbmit-ihbox-style-14 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-element-posts-wrapper .pbmit-miconheading-style-14{
	padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px;
}
.pbminfotech-gap-50px .pbmit-ihbox-style-14{
	padding-bottom: 50px;
}
.pbmit-ihbox-style-14:hover {
	transform: translate(0, -5px);
}
.pbmit-miconheading-style-14 .pbmit-ihbox-style-14 {
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}
.pbmit-element-viewtype-carousel .pbmit-ihbox-style-14 {
	padding-top: 5px;
}
.pbmit-ihbox-style-14 .pbmit-content-wrap {
	display: inline-flex;
	align-items: center;
	padding-bottom: 30px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-box-number {
	font-size: 90px;
	line-height: 90px;
	color: transparent;
	display: inline-block;
	margin-bottom: 75px;
	padding-bottom: 5px;
	-webkit-text-stroke: 1px var(--pbmit-blackish-color);
	border-bottom: 2px solid var(--pbmit-global-color);
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: 800;
	font-style: normal;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon {
	margin-right: 20px;
	display: inline-block;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-svg,
.pbmit-ihbox-style-14 .pbmit-icon-type-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 50px;
	line-height: 45px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-svg svg {
	width: 50px;
	height: 50px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text {
	font-size: 24px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-image img {
	width: 80px;
	height: auto;
}
.pbmit-ihbox-style-14 .pbmit-element-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}
/** Style 15 **/
.pbmit-ihbox-style-15 .pbmit-ihbox-box{
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-15 {
	position: relative;
	padding: 25px 30px 10px 0;
	border-radius: 0 30px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-15 .pbmit-element-title{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg{
	margin-right: 15px;
	position: relative;
	display: inline-block;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper.pbmit-icon-type-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper{
	font-size: 15px;
	line-height: 25px;
	color: var(--pbmit-blackish-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.4);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text{
	font-size: 14px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
	margin-bottom: 5px;
}
.pbmit-ihbox-style-15 .pbmit-element-title a{
	pointer-events: none;
}
.pbmit-ihbox-style-15 .pbmit-button-icon-wrapper{
	display: none;
}
.pbmit-ihbox-style-15 .pbmit-sticky-corner {
    transform: rotate(90deg);
}
.pbmit-ihbox-style-15 .pbmit-bottom-left-corner {
	top: -30px;
	left: 0;
}
.pbmit-ihbox-style-15 .pbmit-top-right-corner {
	top: auto;
	right: -30px;
	bottom: 0;
}
.pbmit-ihbox-style-15 svg path{
	fill: var(--pbmit-white-color);
}
/** Style 16 **/
.pbmit-ihbox-style-16 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.pbmit-ihbox-style-16 .pbmit-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
	padding: 50px 40px;
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.pbmit-miconheading-style-16 .pbmit-ihbox-style-16 .pbmit-ihbox-headingicon {
	align-items: flex-start;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-svg,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon {
	display: inline-block;
	margin-bottom: 10px;
}
/* .pbmit-ihbox-style-16 .pbmit-ihbox-svg, */
.pbmit-ihbox-style-16 .pbmit-icon-type-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-svg svg {
	width: 70px;
	height: 70px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
}
.pbmit-ihbox-style-16 .pbmit-content-wrap-inner .pbmit-ihbox-icon-type-image img {
	width: 100px;
	height: auto;
}
.pbmit-ihbox-style-16 .pbmit-text-wrap > * {
	display: inline;
}
.pbmit-ihbox-style-16 .pbmit-element-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: 500;
}
.pbmit-ihbox-style-16 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
}
.pbmit-ihbox-style-16 .pbmit-heading-desc {
	margin-bottom: 0;
}


/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.site-title {
    margin: 0;
    padding: 0;
    display: flex;
	align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	/*height: 100px;*/
	transition: none;
    line-height: inherit;
}
.site-title a {
    display: flex;
    align-items: center;
	line-height: inherit;
}
.pbmit-header-overlay{
	/*position: absolute;*/
	z-index: 2;
	width: 100%;
}
/** Header Style 1 **/
.pbmit-button-box .pbmit-header-button a {
    display: inline-block;
    padding-left: 60px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0;
    color: rgba(0, 24, 55, 1);
}
.pbmit-button-box .pbmit-header-button a::before {
    content: "\e85d";
    font-family: "pbminfotech-base-icons";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    font-weight: 400;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-button-box .pbmit-header-button a span {
    display: block;
}
.pbmit-button-box .pbmit-header-button a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-button-box .pbmit-header-button a:hover:before{
	background-color: var(--pbmit-blackish-color);
}
.header-style-1 .pbmit-header-search-btn{
	padding: 0 30px;
}
.pbmit-header-search-btn a{
	font-size: 22px;
}
.header-style-1 .sticky-header{
	top: 0 !important;
	background-color: var(--pbmit-light-color);
}

/** Header Style 2 **/
.header-style-2 .pbmit-header-overlay{
	position: relative;
}
.header-style-2 .site-header-menu-wrapper{
	position: absolute;
	width: 100%;
	z-index: 2;
}
.header-style-2 .site-branding .site-title{
	height: 110px;
	line-height: 110px;
}
.header-style-2 .pbmit-button-box .pbmit-header-button a,
.header-style-2 .pbmit-header-search-btn a{
	color: var(--pbmit-white-color);
}
.header-style-2 .pbmit-button-box-second{
	padding-left: 30px;
}
.header-style-2 .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.header-style-2 .site-branding .sticky-logo-img,
.header-style-2 .sticky-header .site-branding .logo-img{
	display: none;
}
.header-style-2 .sticky-header .site-branding .sticky-logo-img{
	display: block;
}
.header-style-2 .site-header-menu.sticky-header{
	padding: 0;
}
.header-style-2 .sticky-header .pbmit-button-box .pbmit-header-button a{
	color: var(--pbmit-blackish-color);
}

/** Header Style 3 **/
.header-style-3 .pbmit-contact-info{
	font-size: 14px;
}
.pbmit-pre-header-left .pbmit-contact-info li {
    padding-right: 12px;
}
.header-style-3 .pbmit-contact-info li:first-child {
    padding-left: 0;
}
.header-style-3 .pbmit-contact-info li i {
    font-size: 18px;
    margin-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: var(--pbmit-global-color);
}
.header-style-3 .pbmit-social-links li:not(:last-child){
	padding-right: 15px;
}
.header-style-3.site-header .pbmit-social-links li a{
	color: var(--pbmit-blackish-color);
}
.header-style-3.site-header .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}

/** Header Style 4 **/
.header-style-4 .site-header-menu:not(.sticky-header) .site-branding .pbmit-sticky-logo{
	display: none;
}
.header-style-4 .site-header-menu:not(.sticky-header) .pbmit-header-search-btn a{
	color: var(--pbmit-white-color);
}
.header-style-4 .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.header-style-4 .pbmit-top-left-corner {
    top: 0;
    left: -30px;
}
.header-style-4 .pbmit-bottom-right-corner {
    bottom: -30px;
    right: 0;
}
.header-style-4 .sticky-header .pbmit-sticky-corner{
	display: none;
}
.header-style-4 .pbmit-sticky-corner svg path{
	fill: var(--pbmit-white-color);
}
.header-style-4 .site-header-menu.sticky-header .site-branding .logo-img{
	display: none;
}

/** Header Style 5 **/
.header-style-5 .pbmit-header-search-btn{
	margin-right: 30px;
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
.site-footer{
	font-size: 14px;
	position: relative;
	margin: 0 40px;
    padding-top: 100px;
    border-radius: 30px;
	background-image: url(../images/bg/footer-bg-img.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    background-attachment: scroll;
	color: var(--pbmit-white-color);
	overflow: hidden;
}
.site-footer .pbmit-footer-big-area .pbmit-footer-logo img{
    max-height: 80px;
}
.site-footer .pbmit-footer-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), .15);
}
.site-footer .pbmit-footer-newsletter .pbmit-footer-news-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    padding-right: 80px;
    font-weight: 600;
	color: var(--pbmit-white-color);
}
.site-footer .pbmit-footer-newsletter .pbmit-news-wrap {
    position: relative;
    flex: 1;
}
.site-footer .pbmit-footer-newsletter input[type="email"] {
    height: 65px;
    padding-right: 220px;
    padding-left: 38px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    border-radius: 40px;
    border: 0;
	margin-bottom: 0;
}
.site-footer .pbmit-footer-newsletter input::placeholder{
	color: rgba(var(--pbmit-blackish-color-rgb) ,.9);
}
.site-footer .pbmit-footer-newsletter .pbmit-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
	padding: 13px 35px;
    border-radius: 40px;
    margin-right: -2px;
}
.site-footer .pbmit-footer-widget-area{
	padding-bottom: 100px;
}	
.site-footer .widget{
	position: relative;
	padding-top: 65px;
}
.pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li{
	margin: 0 17px 5px 0;
}
.pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a {
    font-size: 15px;
    display: inline-block;
	color: var(--pbmit-white-color);
}
.pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-footer-widget-area .widget .widget-title {
    font-size: 18px;
    line-height: 26px;
	margin-bottom: 20px;
    letter-spacing: 0px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;
}
.site-footer .pbmit-two-column-menu.widget ul {
    display: flex;
    flex-wrap: wrap;
}
.site-footer .pbmit-two-column-menu.widget ul>li {
    width: 50%;
	line-height: 20px;
	padding: 0 0 10px 0;
}
.site-footer .pbmit-two-column-menu.widget ul>li:last-child{
	padding-bottom: 0;
}
.site-footer .pbmit-two-column-menu.widget ul li a,
.site-footer .pbmit-timelist-list .pbmit-timelist-time{
	color: #abc6e9;
}
.site-footer .pbmit-two-column-menu.widget ul li a:hover{
	color: var(--pbmit-global-color);
}
.site-footer .pbmit-timelist-list li{
	padding: 0 0 10px 0;
	line-height: 20px;
}
.site-footer .pbmit-timelist-list li:last-child{
	padding-bottom: 0;
}
.site-footer .pbmit-contact-widget-lines {
    display: grid;
}
.site-footer .pbmit-contact-widget-line:not(:last-child) {
    position: relative;
    margin-bottom: 15px;
}
.site-footer .pbmit-timelist-list .pbmit-timelist-time{
	font-weight: 400;
	font-size: 15px;
}
.site-footer .pbmit-footer-text-area>.container{
	position: relative;
}
.site-footer .pbmit-footer-text-inner{
	text-align: center;
	font-size: 14px;
	padding: 20px 35px;
    border-radius: 30px 30px 0 0;
    background-color: var(--pbmit-white-color);
}
.site-footer .pbmit-footer-text-inner:before,
.site-footer .pbmit-footer-text-inner:after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.site-footer .pbmit-footer-text-inner::before {
    left: -8px;
    border-bottom-right-radius: 20px;
}
.site-footer .pbmit-footer-text-inner:after{
	right: -8px;
    border-bottom-left-radius: 20px;
}
.site-footer .pbmit-footer-copyright-text-area{
	color: #565656;
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	/*background-color: var(--pbmit-light-color);*/
	/*background-image: url(../images/bg/titlebar-bg.jpg);*/
	background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    background-attachment: scroll;
	position: relative;
    z-index: 2;
	/*padding-top: 40px;*/
	    padding-top: 140px;
    padding-bottom: 100px;
}
.pbmit-title-bar-wrapper .breadcrumb-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.pbmit-title-bar-wrapper,
.pbmit-title-bar-content{
	/*min-height: 450px;*/
}
.pbmit-title-bar-content{
	position: relative;
    z-index: 1;
    padding: 64px 0;
	display: flex;
    align-items: center;
}
.pbmit-title-bar-content-inner{
	width: 100%;
}
.pbmit-title-bar-content .pbmit-tbar,
.pbmit-title-bar-content .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-content .pbmit-tbar-inner{
	max-width: none;
    padding: 0;
	margin-bottom: 15px;
}
.pbmit-tbar-title{
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: none;
    font-style: normal;
}
.rs-breadcrumb-one .breadcrumb-more-btn {
    margin-top: -40px;
}
.breadcrumb-more-btn .rs-btn {
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 40px;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 40px;
}
.rs-btn
 {
    font-size: 17px;
    text-transform: capitalize;
    color: #10171e;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    height: 60px;
    transition: all 0.4s 
ease-out 0s;
    border-radius: 5px 5px 5px 5px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #76a9ac;
}
.breadcrumb-text-wrap {
    display: flex
;
    align-items: center;
    gap: 45px;
}
.single-post .pbmit-title-bar-content-inner{
	width: 60%;
}
.single-post .pbmit-title-bar-content .pbmit-tbar-title{
	font-size: 50px;
    line-height: 60px;
	margin-bottom: 0;
}
.pbmit-breadcrumb,
.pbmit-breadcrumb a{
	font-weight: 500;
	font-size: 11px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #565656;
    text-transform: uppercase;
    font-style: normal;
}
.pbmit-breadcrumb a:hover{
	color: inherit;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner {
    padding-left: 5px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner .sep{
    font-size: 15px;
	padding: 0 2px;
    position: relative;
}

/*----------------------------------------*/
/*  10 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
    position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  11 - Accordion
/*----------------------------------------*/
.accordion-item{
	border: none ;
	position: relative;
	margin-bottom: 20px;
	background-color: transparent;
	color: inherit;
    border-bottom: none;
	box-shadow: none;
}
.accordion-button{
	position: relative;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600 !important;
	border-radius: 30px !important;
    padding: 18px 70px 18px 40px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.accordion-button:not(.collapsed){
	box-shadow: none;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.accordion-item .pbmit-accordion-icon{
	max-width: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
    background: var(--pbmit-white-color);
    border-radius: 50%;
    position: absolute;
    color: var(--pbmit-global-color);
    order: 2;
    top: 50%;
    transform: translate(0, -50%);
    right: 5px;
    left: auto;
}
.accordion-item .pbmit-accordion-icon-right{
	float: right;
    text-align: right;
}
.accordion-item.active .pbmit-accordion-icon-closed {
    display: none;
}
.accordion-item .pbmit-accordion-icon-closed {
    display: block;
}
.accordion-item.active .pbmit-accordion-icon-opened {
    display: block;
}
.accordion-item .pbmit-accordion-icon-opened {
    display: none;
}
.accordion-button::after{
	display: none;
}
.accordion-button:focus{
	box-shadow: none;
}
.pbmit-accordion-title{
	color: inherit;
}
.accordion-body{
	border: 0;
    padding: 30px 30px 15px 40px;
}
.pbmit-bg-color-light .accordion-button{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .accordion-item .pbmit-accordion-icon{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  12 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%); 
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%); 
    left: 0; 
    width: 100%; 
    text-align: center 
}
.db-fidbox-style-2 .db-circle-w { 
    position: relative; 
    text-align: center 
}
.db-fidbox-style-2 .db-fid-title { 
    text-align: center;
    color: #fff; 
    font-size: 14px; 
    font-weight: 600; 
    margin-top: 0 
}
.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number { 
    font-size: 20px;
    color: #fff; 
    font-weight: bold 
}
.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title { 
    font-size: 18px; 
    line-height: 20px; 
    margin-top: 0 
}
.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block 
}
.db-fidbox-style-1 .db-fid-title-w { 
    width: 43%; 
    margin-left: 12px 
}
.db-fidbox-style-1 .db-circle-w {
    width: 122px; 
    position: relative; 
    vertical-align: top 
}
.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px; 
    font-weight: bold 
}
.db-fidbox-style-1 .db-circle-number sub { 
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title-w { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%)
}
.db-fidbox-style-1 .db-fid-title-w h3 { 
    margin-bottom: 0 
}
.db-circle canvas { 
    image-rendering: optimizeSpeed; 
    image-rendering: -moz-crisp-edges; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: -o-crisp-edges; 
    image-rendering: pixelated; 
    -ms-interpolation-mode: nearest-neighbor; 
}
.db-circle canvas { 
    max-width: 100%; 
    height: auto !important 
}
.db-overlap-row { 
    position: relative; 
    z-index: 1 
}
.db-overlap-row-section { 
    position: relative; 
    z-index: 2 
}


/* --------------------------------------
* 17 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style1,
.pbmit-animation-style2{
	display: inline-block;
    position: relative;
    overflow: hidden;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform;
}
.pbmit-animation-style1 img,
.pbmit-animation-style2 img{
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(0.5,0.5,0,1);
}


/* --------------------------------------
* 20 - Portfolio
* ---------------------------------------*/


/** Style 3 **/
.pbmit-portfolio-style-3 .pbminfotech-post-content {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.pbmit-portfolio-style-3 .pbminfotech-box-content {
	opacity: 0;
	transition: all .2s;
	transform: scale(0.9);
	max-width: unset;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 30px;
	border-radius: 30px;
	background: rgba(var(--pbmit-blackish-color-rgb),.8);
	will-change: opacity;
}
.pbmit-portfolio-style-3:hover .pbminfotech-box-content {
	opacity: 1;
	transition: all .2s;
	transform: scale(1);
}
.pbmit-portfolio-style-3 .pbmit-port-cat,
.pbmit-portfolio-style-3 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
	font-size: 14px;
}
.pbmit-portfolio-style-3 .pbmit-title:hover,
.pbmit-portfolio-style-3 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title a,
.pbmit-portfolio-style-3 .pbmit-portfolio-title {
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-white-color);
	margin-bottom: 0;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper img {
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-portfolio-style-3:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn{
	-webkit-transform: scale(0) rotate(-45deg);
	-moz-transform: scale(0) rotate(-45deg);
	-ms-transform: scale(0) rotate(-45deg);
	-o-transform: scale(0) rotate(-45deg);
	transform: scale(0) rotate(-45deg);
}
.pbmit-portfolio-style-3:hover .pbmit-portfolio-btn{
	-webkit-transform: scale(1) rotate(-45deg);
	-moz-transform: scale(1) rotate(-45deg);
	-ms-transform: scale(1)rotate(-45deg);
	-o-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn i{
	font-size:30px;
	line-height:30px;
	color: var(--pbmit-global-color);
	z-index: 1;
	position: relative;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn a:hover i{
	color: var(--pbmit-white-color);
}


.rs-video-one .video-bg-thumb {
    position: absolute;
    width: calc(100% - 310px);
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.rs-video-one {
    position: relative;
    z-index: 1;
    height: 500px;
}
.rs-video-one.has-theme-primary .video-bg-thumb {
    border-radius: 0 20px 20px 0;
}
.rs-video-one .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.rs-play-btn.is-large {
    width: 80px;
    height: 80px;
    font-size: 26px;
}
.rs-play-btn {
    width: 60px;
    height: 60px;
    font-size: 26px;
    background: #c9f31d;
    display: inline-flex
;
    border-radius: 50%;
    color: #10171e;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s 
ease-out 0s;
}
.rs-play-btn::before {
    background: #c9f31d;
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    border-radius: 50%;
    -webkit-animation: rs-pulse-border 1500ms 
ease-out infinite;
    animation: rs-pulse-border 1500ms 
ease-out infinite;
}
.rs-play-btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes rs-pulse-border {
	0% {
		transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1);
		opacity: 1;
	  }
	  100% {
		transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);
		opacity: 0;
	  }
}
.rs-video-one.has-theme-primary .video-cta-wrapper
 {
    background: #76a9ac;
    border-radius: 20px 0 20px 0;
}
.rs-video-one .video-cta-wrapper {
    background: var(--rs-theme-purple);
    text-align: center;
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-inline-start: 45px;
    padding-inline-end: 45px;
}
.rs-video-one .video-cta-description {
    max-width: 240px;
    font-size: 18px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 25px;
    color: #fff;
}
@media only screen and (max-width: 1600px) {
    .rs-video-one .video-cta-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}
.rs-services-three .services-content {
    padding: 50px 40px 50px 40px;
}
.rs-services-three .services-item:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(237, 237, 237, 0.0784);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rs-services-three .services-item {
    position: relative;
    z-index: 1;
}
.rs-services-three .services-wrapper {
    background: #10171e;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
p.services-description {
    font-size: 15px;
    color: #ffffff9e;
    font-weight: 100;
}
.rs-services-three .services-icon img {
        width: 70px;margin-bottom: 20px;
    }
   h6.services-title.underline {
    font-weight: 500;
}
.rs-services-area{
	padding: 80px 0;
}
.vcenter{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.services-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center right;
    z-index: -1;
    opacity: 0.7;
}
.section-lgx{
	position: relative;
}
.rs-cta-three .cta-wrapper{
	position: relative;
}
.rs-cta-three .cta-wrapper {
    display: flex
;
    align-items: center;
    gap: 30px 30px;
    position: relative;
    z-index: 1;
	padding-top: 60px;
    padding-bottom: 60px;
    padding-inline-start: 85px;
    padding-inline-end: 85px;
}
.rs-cta-three .cta-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.rs-cta-area{
	margin:60px 0;
}
.rs-cta-area p{
	color: #fff;
}
.rs-work-process-two .work-process-item-wrapper {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.rs-work-process-two .work-process-item {
    background: #f5f5fe;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.rs-work-process-two .work-process-number {
    font-size: 36px;
    font-weight: 700;
    color: #E7E7E7;
    display: inline-block;
    line-height: 1;
}
.rs-work-process-two .work-process-title {
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 17px;
}
.rs-work-process-two .work-process-shape-one, .rs-work-process-two .work-process-shape-two {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -60px;
}
.rs-work-process-two .work-process-bottom {
    display: grid
;
    grid-template-columns: 630px auto;
    gap: 30px 150px;
    padding-top: 55px;
    align-items: center;
}
.rs-work-process-two .work-process-top {
    display: grid
;
    grid-template-columns: 630px auto;
    gap: 30px 40px;
    border-bottom: 2px solid #E7E7E8;
    padding-bottom: 55px;
    align-items: center;
}
.rs-work-process-two .work-process-shape-three, .rs-work-process-two .work-process-shape-four {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -60px;
    transform: rotate(180deg);
}
.appointment-two-bg{
	background: url('../images/bg/action-bg-img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 60px 80px 60px;
    border-radius: 30px;
}
.appointment-two-bg .list-group-item{
	background-color: transparent;
	color: #fff;margin-bottom: 10px;
	border-radius: 0;
	border-bottom: 1px solid #dedede42;
}
.appointment-two-bg p{color: #fff;}
.guide-wrapper{
	padding: 80px 0;
}
.cta-content-left ul {
    margin: 8px 0;
    /*padding-left: 15px;*/
}
.cta-content-left ul li{
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    position: relative;
}
.cta-content-left ul li span{
	position: absolute;
	left: 0;
	top: 0;
}
.short-video{
	position: relative;
}
.short-video .video-content {
    position: absolute;
    top: 42%;
    left: -12%;
}
.ego-wrap{position: relative;}
.ego-wrap  .video-content {
    position: absolute;
    top: 35%;
    left: 70%;
}
.rs-video-area .rs-play-btn{
	background: #000000;
	color: #ffffff;
}
.rs-video-area .rs-play-btn::before{background: #000000;}
.main-slider .slick-slide::before, .slick-slide {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  .main-slider .slick-slide::before {
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}
.main-slider .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-slider .slick-slide.slick-active.slick-center::before {
  display: none;
}
.slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 5rem auto;
  max-width: 1180px;
  z-index: 0;
  width: 100%;
}
.item.slick-slide {
  width: 400px;
  height: 500px !important;
  transition: transform .2s ease-in-out;
  position: relative;
}

/*.slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  transition: transform .4s;
}*/

.item.slick-slide {
  transform: scale(0.7)  translate(640px);
}

.item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
}

.item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
 
}

.slick-center:after {
  opacity: 0;
   margin:10px;
  padding:10px;
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 35px 0 35px 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.slick-dots li {
    display: inline-block;
    margin-right: 20px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: #dedede;
    width: 12px;
    height: 12px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    border: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
}
.slick-dots button:hover {
    border-color: #5b999c;
}
.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #5b999c;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    visibility: hidden;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.slick-dots .slick-active button::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}