/******************************

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Portfolio
    06 - Blog
    07 - Testimonial
    08 - Header
    09 - Footer
    10 - Title Bar
    11 - Overlap Colomn
    12 - Accordion
    13 - Circle Progress
    14 - List Group
    15 - Revolution
    16 - Marquee
    17 - Client
    18 - Pricing Table 
    19 - Sortable
    20 - Img Animation 
	21 - Card Box
    22 - Split-Slide
    23 - Vertical Snap
 	24 - bond new tiles
******************************/

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-subheading,
.pbmit-heading-subheading{
    margin-bottom: 50px;
}
.pbmit-subheading .pbmit-subtitle,
.pbmit-heading-subheading .pbmit-subtitle{
	position: relative;
    display: inline-block;
	padding: 2px 20px;
    border-radius: 50px;
	margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #212c40;
    text-transform: uppercase;
    font-style: normal;
    border: 1px solid var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.div-center{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}
.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle,
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-subtitle{
	border-color: var(--pbmit-white-color);
}
.pbmit-heading-subheading .pbmit-subtitle{
	margin-bottom: 15px;
}
.pbmit-heading-subheading .pbmit-title{
	font-weight: 500;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    color: #d04b09;	
}
.text-black{
	color: 	#000;
}
.pbmit-heading-subheading.text-white .pbmit-subtitle,
.pbmit-heading-subheading.text-white .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 30px;
}
.portfolioheading p{
	background: #eaeaea;
    margin: 0;
    padding: 30px 180px;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 2px;
    color: #09344b;
 }
 .text-orange{
 	color: #d04b09;
 }    
/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-1:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-bottom: 30px;
}
.pbmit-ihbox-style-1 .pbmit-icon-type-icon i {
	font-size: 100px;
	line-height: 100px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-1 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-1 .pbmit-heading-desc {
	padding-top: 10px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
	margin-bottom: 30px;
}
/** Style 2 **/
.pbmit-ihbox-style-2 {
	display: flex;
	align-items: flex-start;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 35px;
}
.pbmit-ihbox-style-2 .pbmit-icon-type-icon {
	font-size: 90px;
	line-height: 90px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2:hover .pbmit-icon-type-icon {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-icon-type-icon i,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-icon-type-icon i {
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-2 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 600;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc {
	padding-top: 10px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-heading-desc {
	color: rgba(255,255,255, 0.7);
}
.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
	margin-right: 35px;
}
/** Style 3 **/
.pbmit-ihbox-style-3 {
	display: flex;
	align-items: flex-start;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 35px;
}
.pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	font-size: 80px;
	line-height: 80px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-3:hover .pbmit-icon-type-icon {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3 .pbmit-icon-type-icon i,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-icon-type-icon i {
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-3 .pbmit-heading-desc {
	padding-top: 8px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn {
	padding-top: 35px;
}
/** Style 4 **/
.pbmit-ihbox-style-4 {
	display: flex;
	padding: 40px 75px 40px 50px;
	align-items: flex-start;
	background: var(--pbmit-light-color);
	border-left: 3px solid var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 35px;
}
.pbmit-ihbox-style-4 .pbmit-icon-type-icon {
	font-size: 32px;
	line-height: 70px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: rgba(33, 44, 64, 0.5);
}
.pbmit-ihbox-style-4:hover .pbmit-icon-type-icon {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-icon-type-icon i,
.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-icon-type-icon i {
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-4 .pbmit-element-subtitle {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 0;
	font-weight: 500;
}
.pbmit-ihbox-style-4 .pbmit-heading-desc {
	padding-top: 10px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-heading-desc,
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-heading-desc {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
	margin-right: 35px;
}
/** Style 5 **/
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
    display: inline-block;
    margin-bottom: 30px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper i{
	font-size: 120px;
    line-height: 120px;
	color: rgba(255, 255, 255, .5);
}
.pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-5 .pbmit-heading-desc {
	margin-top: 20px;
	font-weight: 300;
	line-height: 22px;
}
.pbmit-ihbox-style-5 .list-group{
	padding-top: 50px;
	margin-left: 25px;
}
.pbmit-ihbox-style-5 .list-group .pbmit-icon-list-icon i{
	color: var(--pbmit-white-color);
	transform: none;
}
.pbmit-ihbox-style-5 .pbmit-heading-desc,
.pbmit-ihbox-style-5 .list-group .pbmit-icon-list-text{
	color: rgba(255,255,255, 0.5);
}
/** Style 6 **/ 
.pbmit-miconheading-style-6.swiper-slide-active .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-6 .pbmit-element-title{
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-ihbox-style-6{
	position: relative;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon{
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image{
	margin-right: 30px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image img{
	width: 90px;
	height: auto;
}
.pbmit-ihbox-style-6 .pbmit-icon-type-icon{
	font-size: 74px;
	line-height: 74px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	font-size: 90px;
	line-height: 90px;
	font-weight: 800;
	margin-bottom: 0;
	display: inline-flex;
	-webkit-text-size-adjust: 0%;
	overflow: visible!important;
	color: var(--pbmit-global-color);
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255,.3);
	font-family: Open Sans,sans-serif;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon {
	position: relative;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	line-height: 10px;
	bottom: -5px;
	left: 0;
	background: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-6 .pbmit-element-title{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-btn a {
	padding-top: 15px;
}
.pbmit-ihbox-style-6 .pbmit-heading-desc{
	padding-top: 10px;
	color: rgba(255,255,255,.5);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-contents{
	margin: 30px 80px 0 0;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
	-webkit-text-stroke-color: var(--pbmit-global-color-rgb);
}
.swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
    color: var(--pbmit-white-color);
    text-shadow: 1px 1px 0 var(--pbmit-white-color),-1px -1px 0 var(--pbmit-white-color),1px -1px 0 var(--pbmit-white-color),-1px 1px 0 var(--pbmit-white-color),1px 1px 0 var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text{
	-webkit-text-stroke-color: var(--pbmit-global-color-rgb);
	-webkit-text-fill-color: var(--pbmit-global-color);
}	
.pbmit-bg-color-secondary .pbmit-element-miconheading-style-6 .pbmit-elemnt-line::after, 
.pbmit-bg-color-secondary .pbmit-element-miconheading-style-6 .pbmit-elemnt-line::before{
	background: rgba(33, 44, 64,.2);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon::before{
	background: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon{
	border-color: rgba(33, 44, 64,.2);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-element-title{
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-heading-desc{
	color: var(--pbmit-body-typography-color);
}
/** Style 7 **/ 
.pbmit-ihbox-style-7 .pbmit-ihbox-contents{
	display: inline-flex;
    align-items: flex-start;
    padding-top: 30px;
    border-top: 2px solid var(--pbmit-white-color);
}
.pbmit-ihbox-style-7 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-element-title a{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn,
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a{
	display: inline-block;
}
.pbmit-ihbox-style-7 svg{
	width: 17px;
	height: 17px;
	line-height: 16px;
	margin-left: 70px;
}
.pbmit-ihbox-style-7 svg line{
	stroke: var(--pbmit-white-color);
	stroke-width: 2px;
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn svg line{
	stroke-dashoffset: 0;
}
/** Style 8 **/ 
.pbmit-ihbox-style-8 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-8:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 30px;
}
.pbmit-ihbox-style-8 .pbmit-icon-type-icon i {
	font-size: 100px;
	line-height: 100px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg svg{
	width: 110px;
	height: 110px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-8 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
	padding-top: 5px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon i:not(.pbmit-cleanfin-icon) {
    margin-bottom: 20px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-wapper {
	display: flex;
	align-items: center;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/ 
.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-social-links,
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-1 .pbmit-featured-wrapper,
.pbmit-team-style-1 .pbmit-featured-wrapper::before{
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-team-position{
	transition: 0.7s ease-in-out;
}
.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
	transform: translateY(120px);
}
.pbmit-team-style-1 .pbmit-team-title a {
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbmit-team-title a:hover {
	color: rgba(255, 255, 255, 0.8);
}
.pbmit-team-style-1{
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-featured-wrapper::before{
	position: absolute;
	content: "";
	width: 0%;    
	height: 100%;
	left: 0;
	background: rgba(33, 44, 64, 0.9);
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper::before{
	width:100%;
}
.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-social-links {
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px;
	transform: translateY(-100%);
}
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-social-links{
	width: fit-content;
}
.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li {
	padding: 0;
	display: block;
	margin: 0 0 10px 0;
}
.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li a{
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-titlebox{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px 45px;
	width: 100%;
} 
.pbmit-team-style-1 .pbminfotech-box-team-position {
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--pbmit-white-color);
	transform: translateY(120px);
}
.pbmit-team-style-1 .pbminfotech-box-team-position::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255,0.9);
	-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%);
}
.pbmit-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-social-links{
	transform: translateY(0px);
}
.pbmit-team-style-1:hover .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-team-position{
	transform: translateY(0px);
}
/** Style 2 **/
.pbmit-team-style-2 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-team-style-2:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-team-style-2 .pbminfotech-box-team-position {
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 1px;
	margin-bottom: 12px;
	text-transform: uppercase;
	position: relative;
	color: var(--pbmit-global-color);
}
.pbmit-team-style-2 .pbminfotech-box-team-position::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--pbmit-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-team-style-2 .pbmit-featured-wrapper {
	padding-bottom: 20px;
}
.pbmit-team-style-2 .pbmit-team-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}
.pbmit-team-style-2 .pbmit-team-social-links li {
	margin: 0;
	padding-right: 10px !important;
}
.pbmit-team-style-2:last-child .pbmit-team-social-links li {
	padding-right: 0;
}
.pbmit-team-style-2 .pbmit-team-social-links li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-team-style-2 .pbmit-team-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
/** Style 3 **/
.pbmit-team-style-3 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-team-style-3:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-team-style-3 .pbminfotech-box-team-position {
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 1px;
	margin-bottom: 12px;
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-team-style-3 .pbminfotech-box-team-position::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--pbmit-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-team-style-3 .pbmit-featured-wrapper {
	padding-bottom: 20px;
}
.pbmit-team-style-3 .pbmit-team-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}
.pbmit-team-style-3 .pbmit-team-social-links li {
	margin: 0;
	padding-right: 10px !important;
	float: left;
}
.pbmit-team-style-3:last-child .pbmit-team-social-links li {
	padding-right: 0;
}
.pbmit-team-style-3 .pbmit-team-social-links li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-team-style-3 .pbmit-team-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-fld-contents {
	text-align: center;
}
.pbminfotech-ele-fid-style-1 .pbmit-circle {
	position: relative; 
	display: inline-block;
	margin-bottom: 15px; 
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.5px;
	color: var(--pbmit-global-color);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-number-rotate {
	position: relative;
    left: 6px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup {
	font-size: 16px;
	line-height: 16px;
	position: relative;
	bottom: 0px;
	left: 0px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub {
	bottom: 0;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbminfotech-ele-fid-style-1 .pbmit-heading-desc {
	margin-top: 10px;
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	color: var(--pbmit-cleanfin-white-color);
}
/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	text-align: center;
	font-size: 90px;
	line-height: 120px;
	margin-bottom: 0;
	font-weight: 700;
	letter-spacing: -5px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #d04b09;
	font-weight: 900;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-number {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid > span {
	left: -20px;
	position: relative;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 60px;
	line-height: 60px;
	position: relative;
	left: -20px;
	top: -50px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 30px;
	line-height: 30px;
	position: relative;
	left: 0;
	top: -20px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sub {
	bottom: -8px;
	top: inherit;
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-circle-outer {
	display: inline-flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-3 .pbmit-circle {
	position: relative; 
	display: inline-block;
	margin-right: 35px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.5px;
	color: var(--pbmit-global-color);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-number-rotate {
	position: relative;
    left: 6px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup {
	font-size: 16px;
	line-height: 16px;
	position: relative;
	bottom: 0px;
	left: 0px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub {
	bottom: 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
	font-weight: 600;
}
.pbminfotech-ele-fid-style-3 .pbmit-heading-desc {
	margin-top: 8px;
}
/** Style 4 **/
.pbminfotech-ele-fid-style-4 .pbmit-circle-outer {
	display: inline-flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-4 .pbmit-circle {
	position: relative; 
	display: inline-block;
	margin-right: 35px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.5px;
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-number-rotate {
	position: relative;
    left: 6px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup {
	font-size: 16px;
	line-height: 16px;
	position: relative;
	bottom: 0px;
	left: 0px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub {
	bottom: 0;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
	font-weight: 600;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-heading-desc {
	margin-top: 10px;
}
/** Style 5 **/
.pbminfotech-ele-fid-style-5 .pbmit-circle-outer {
    display: inline-flex;
    align-items: center;
}
.pbminfotech-ele-fid-style-5 .pbmit-circle {
    position: relative;
    display: inline-block;
    margin-right: 22px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner{
	position: absolute;
    top: 48%;
    left: 50%;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-number-rotate {
    position: relative;
    left: 2px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-title{
	font-size: 18px;
	line-height: 24px;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup {
    font-size: 16px;
    line-height: 16px;
    position: relative;
    bottom: 0px;
    left: 0px;
	font-weight: normal;
}
/** Style 6 **/
.pbminfotech-ele-fid-style-6{
	margin-bottom: 40px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fld-wrap{
	position: relative;
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	font-size: 120px;
	line-height: 120px;
	-webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: rgba(255,255,255, 0.3);
	font-weight: 800;
	margin-bottom: 0;
	display: inline-flex;
	margin-right: 35px;
	font-weight: 800;
	font-family: Open Sans,sans-serif;
    font-style: normal;
	text-shadow: 1px 1px 0 var(--pbmit-white-color), -1px -1px 0 var(--pbmit-white-color), 1px -1px 0 var(--pbmit-white-color), -1px 1px 0 var(--pbmit-white-color), 1px 1px 0 var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-title{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ele-service.pbmit-service-style-1{
	margin-bottom: 30px;
}
.pbmit-service-style-1 .pbminfotech-post-item {
	position: relative;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-service-style-1 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}
.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-service-style-1 .pbmit-featured-wrapper::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(bottom,  rgba(33, 44, 64,0.7) 0%, rgba(33, 44, 64,0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64,0) 100%);
	background: -webkit-linear-gradient(bottom,   rgba(33, 44, 64,0.7) 0%, rgba(33, 44, 64,0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64,0) 100%);
	background: linear-gradient(to top,  rgba(33, 44, 64,0.7) 0%, rgba(33, 44, 64,0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64,0) 100%);
}
.pbmit-service-style-1 .pbminfotech-service-content {
	position: relative;
}
.pbmit-service-style-1 .pbminfotech-box-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper {
	font-size: 50px;
	line-height: 50px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img {
	width: 60px;
	height: 60px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper {
	display: none;
}
.pbmit-service-style-1 .pbmit-serv-cat{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-style: normal;
}
.pbmit-service-style-1 .pbmit-serv-cat a {
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	color: rgba(255, 255, 255,0.8);
}
.pbmit-service-style-1 .pbmit-serv-cat a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	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(-50%);
}
.pbmit-service-style-1 .pbmit-service-title {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}
.pbmit-service-style-1 .pbmit-service-title a:hover {
	color: rgba(var(--pbmit-white-color-rgb),0.8);
}
.pbmit-service-style-1 .pbmit-link,
.pbmit-service-style-2 .pbmit-link,
.pbmit-team-style-3 .pbmit-link,
.pbmit-portfolio-style-2 .pbmit-link,
.pbmit-blog-style-1 .pbmit-link,
.pbmit-blog-style-3 .pbmit-link,
.pbmit-team-style-2 .pbmit-link{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/** Style 2 **/
.pbmit-service-style-2 .pbminfotech-post-item {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
/**.pbmit-service-style-2:hover .pbminfotech-post-item {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}**/
.pbmit-service-style-2 .pbmit-service-wrapper {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.pbmit-service-style-2 .pbmit-service-wrapper:hover .pbmit-link {
    background-color: rgba(206, 77, 14, 0.3);
    border: 5px solid #d04b09;
    z-index: 0;
}
.pbmit-service-style-2 .pbmit-service-wrapper:hover .pbmit-svg-btn a {
    border-top: 5px solid #d04b09;
    border-left: 5px solid #d04b09;
}
.pbmit-service-style-2 .pbmit-svg-btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-service-style-2 .pbmit-svg-btn a {
	padding: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: inherit;
	display: inline-block;
	background: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-svg-btn a svg {
	height: 15px !important;
	width: 15px !important;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper {
	font-size: 50px;
	line-height: 50px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper i {
	color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper img {
	width: 60px;
	height: 60px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper {
	display: none;
}
.pbmit-service-style-2 .pbmit-serv-cat a {
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}
.pbmit-service-style-2 .pbmit-serv-cat a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--pbmit-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-service-style-2 .pbmit-service-title {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
}
.pbmit-svg-btn a svg line{
	fill: none;
    stroke: var(--pbmit-global-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.pbmit-svg-btn a svg line:nth-child(1){
	stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset .5s cubic-bezier(.61,1,.88,1);
}
.pbmit-svg-btn a svg line:nth-child(2),
.pbmit-svg-btn a svg line:nth-child(3){
	stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset .6s cubic-bezier(.61,1,.88,1) .3s;
}
.pbmit-service-style-2:hover .pbmit-svg-btn a svg line{
	stroke-dashoffset: 0;
    stroke: var(--pbmit-global-color);
}
/** Style 3 **/
.pbmit-service-style-3{
	position: relative;
	margin-bottom: 30px;
}
.pbmit-service-style-3 .pbminfotech-post-item {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(33, 44, 64, 0.2);
}
.pbmit-service-style-3 .pbminfotech-box-content {
	position: relative;
	justify-content: space-between;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper {
	font-size: 50px;
	line-height: 50px;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper i {
	color: var(--pbmit-global-color);
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper img {
	width: 80px;
	height: 80px;
	margin-right: 45px;
}
.pbmit-service-style-3 .pbminfotech-icon-box i {
	font-size: 80px;
	line-height: 80px;
	padding-right: 45px;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-3 .pbmit-serv-cat a {
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-service-style-3 .pbminfotech-content-wrapper {
	padding-right: 10px;
}
.pbmit-service-style-3 .pbmit-serv-cat a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: var(--pbmit-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-service-style-3 .pbmit-service-title {
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.pbmit-service-style-3 .pbmit-svg-btn a {
	padding: 0;
	background-color: transparent;
}
.pbmit-service-style-3 .pbmit-svg-btn a svg {
	height: 20px !important;
	width: 20px !important;
}
.pbmit-service-style-3 .pbmit-featured-wrapper {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	position: absolute;
	transform: scale(0);
	top: -100px;
	right: 5%;
	z-index: 10;
}
.pbmit-service-style-3 .pbmit-featured-wrapper img {
	transform: rotate(5deg);
}
.pbmit-service-style-3:hover .pbmit-featured-wrapper {
	opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.pbmit-service-style-3:hover .pbmit-svg-btn a svg line{
	stroke-dashoffset: 0;
    stroke: var(--pbmit-global-color);
}
/** Style 4 **/
.pbmit-service-style-4 {
    position: relative;
}
.pbmit-service-style-4 .pbminfotech-box-content {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    padding: 40px;
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    transition: .5s;
}
.pbmit-service-style-4:not(.pbmit-active) .pbminfotech-box-content {
    padding-left: 90px;
    transition: .5s;
}
.pbmit-service-style-4 .pbmit-content-inner {
    display: flex;
    align-items: center;
}
.pbmit-service-style-4 .pbmit-serv-cat a {
    position: relative;
    padding-left: 15px;
    color: var(--pbmit-light-color);
}
.pbmit-service-style-4 .pbmit-serv-cat a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--pbmit-light-color);
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.pbmit-service-style-4 .pbmit-service-title {
    font-size: 26px;
    line-height: 32px;
    transition: .5s;
    margin: 0;
    z-index: 1;
    width: 450px;
    color: var(--pbmit-white-color);
}
.pbmit-service-style-4 .pbmit-service-title a {
    color: var(--pbmit-white-color);
}
.pbmit-service-style-4 .pbmit-cat-wrap {
    opacity: 0;
    transition: .5s;
}
.pbmit-service-style-4.pbmit-active .pbmit-svg-btn,
.pbmit-service-style-4.pbmit-active .pbmit-cat-wrap {
    opacity: 1;
}
.pbmit-service-style-4 .pbmit-service-img-wrapper {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: 0;
    position: absolute;
    background-position: center center;
    background-size: auto;
    object-fit: cover;
}
.pbmit-service-style-4 .pbmit-service-img-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(33, 44, 64,0.7) 0%, rgba(33, 44, 64,0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(33, 44, 64,0.7) 0%, rgba(33, 44, 64,0.7) 5%,rgba(33, 44, 64,0) 59%, rgba(33, 44, 64,0) 100%);
    background: linear-gradient(to top, rgba(33, 44, 64,0.7) 0%, rgba(33, 44, 64,0.7) 5%,rgba(33, 44, 64,0) 59%, rgba(33, 44, 64,0) 100%);
}
.pbmit-element-service-style-4 .pbmit-service-style-4 {
    flex: 1;
    height: 100%;
    transition: 0.7s;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 700px;
}
.pbmit-element-service-style-4 .pbmit-service-style-4.pbmit-active {
    flex: 6;
}
.pbmit-service-style-4 .pbminfotech-box-number {
    font-size: 80px;
    line-height: 80px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
	z-index: 0;
    font-weight: 700;
    color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-service-style-4:not(.pbmit-active) .pbminfotech-box-number {
    transform: rotate(-90deg);
    transition: 0.5s;
}
.pbmit-service-style-4.pbmit-active .pbminfotech-box-number {
    transition: 0s;
}
.pbmit-service-style-4 .pbmit-svg-btn a {
    padding: 0;
    background-color: transparent;
}
.pbmit-service-style-4 .pbmit-svg-btn {
    opacity: 0;
    transition: 0.9s;
}
.pbmit-service-style-4 .pbmit-svg-btn a svg {
    height: 30px !important;
    width: 30px !important;
}
.pbmit-service-style-4 .pbmit-svg-btn a svg line{
	stroke: var(--pbmit-white-color);
}
.pbmit-service-style-4:hover .pbmit-svg-btn a svg line{
	stroke-dashoffset: 0;
}
.pbmit-service-style-4 .pbmit-svg-btn i {
    font-size: 30px;
    line-height: 80px;
    color:  var(--pbmit-white-color);
}
.pbmit-service-style-4 .pbmit-featured-wrapper {
    display: none;
}
.pbmit-service-style-4 .pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/** Style 5 **/
.pbmit-service-style-5 .pbminfotech-post-item {
	position: relative;
}
.pbmit-service-style-5 .pbmit-content-inner,
.pbmit-service-style-5 .pbminfotech-box-content {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.pbmit-service-style-5 .pbminfotech-box-content {
	padding-bottom: 10px;
}
.pbmit-service-style-5 .pbmit-content-inner::after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -10px;
	left: 0;
	background-color: var(--pbmit-white-color); 
	-webkit-transition: all .800s ease-in-out;
    transition: all .800s ease-in-out;
}
.pbmit-service-style-5:hover .pbmit-content-inner::after {
	width: 100%;
}
.pbmit-service-style-5 .pbmit-service-icon-wrapper img {
	width: 80px;
	height: 80px;
	margin-right: 45px;
}
.pbmit-service-style-5 .pbminfotech-icon-box i {
	font-size: 80px;
	line-height: 80px;
	padding-right: 45px;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-5 .pbminfotech-box-number {
	font-size: 14px;
	line-height: 14px;
	position: relative;
	font-weight: 300;
	color: rgba(255, 255, 255,0.4);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-service-style-5 .pbminfotech-box-number::after {
	content: ".";
	position: absolute;
	bottom: 0;
	right: -3px;
}
.pbmit-service-style-5 .pbmit-service-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding-left: 10px;
	font-weight: 500;
}
.pbmit-service-style-5 .pbmit-service-title,
.pbmit-service-style-5 .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-5 .pbmit-svg-btn a {
	padding: 0;
	background-color: transparent;
}
.pbmit-service-style-5 .pbmit-svg-btn a svg {
	height: 12px !important;
	width: 12px !important;
	opacity: 0;
	visibility: hidden;
}
.pbmit-service-style-5:hover .pbmit-svg-btn a svg {
	opacity: 1;
	visibility: visible;
}
.pbmit-service-style-5:hover .pbmit-svg-btn a svg line {
	stroke-dashoffset: 0;
	stroke: var(--pbmit-white-color);
}
.pbmit-service-style-5 .pbmit-hover-img{
	position: absolute;
    z-index: 1;
    opacity: 0;
    margin-top: -100px;
    margin-left: 50px;
    transform: scale(0.4);
    transform-origin: 50% 50%;
}

/*----------------------------------------*/
/*  05 - Portfolio
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1{
	margin-bottom: 30px;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content{
	position: relative;
	display: block;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title{
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	margin-top: 5px;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(bottom, rgba(33, 44, 64,0.7) 0%, rgba(33, 44, 64,0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(33, 44, 64,0.7) 0%, rgba(33, 44, 64,0.7) 5%,rgba(33, 44, 64,0) 59%, rgba(33, 44, 64,0) 100%);
	background: linear-gradient(to top, rgba(33, 44, 64,0.7) 0%, rgba(33, 44, 64,0.7) 5%,rgba(33, 44, 64,0) 59%, rgba(33, 44, 64,0) 100%);
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	width: 100%;
	transition: all 500ms ease;
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {
	transform: scale(1.05);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
	margin: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	top: auto;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 30px 30px 50px 30px;
}
.pbmit-portfolio-style-1 .pbmit-port-cat,
.pbmit-portfolio-style-1 .pbmit-portfolio-title {
	opacity: 0;
	transform: translateY(15px);
	transition: .5s ease;
}
.pbmit-portfolio-style-1:hover .pbmit-port-cat,
.pbmit-portfolio-style-1:hover .pbmit-portfolio-title {
	opacity: 1;
	transform: translateY(0);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-port-cat a {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	color: rgba(255, 255, 255,0.8);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content a {
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-1:hover .pbmit-portfolio-title {
	transition-delay: .1s;
}
/** Style 2 **/
.pbmit-portfolio-style-2 {
	overflow: hidden;
}
.pbmit-ele-portfolio.pbmit-portfolio-style-2{
	margin-bottom: 30px;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 30px 0;
    word-break: break-word;
    transform: translate(-50%, -50%);
    background-color: rgba(206, 77, 14,0.6);
}
.portfolio-div-center{
	height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.portfolio-title h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 3.5rem;
    letter-spacing: 2px;
}
.portfolio-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.5rem;
    text-decoration: underline;
    letter-spacing: 1px;
    padding: 10px;
}
.portfolio-title a:hover{
	color: #fff;
	text-decoration: underline!important;
}
.ab{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.ase{
	align-self: end;
}
.pbmit-portfolio-style-2:hover .pbminfotech-box-content {
	transition: all .5s;
}
.pbmit-portfolio-style-2 .pbmit-port-cat a {
	font-size: 14px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-portfolio-style-2 .pbmit-port-cat a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: rgba(33, 44, 64,0.9);
	-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%);
}
.pbmit-portfolio-style-2 .pbmit-title:hover,
.pbmit-portfolio-style-2 .pbmit-port-cat a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-2 .pbmit-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
	font-weight: 600;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}
.pbmit-portfolio-style-2 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
}
/*----------------------------------------*/
/*  06 - faq
/*----------------------------------------*/
.faq-title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 2px;
    font-weight: 500;
    margin-left: 1rem;
}
.text-black{
	color:#000;
}
.black-white-filter{
	filter: grayscale(100%);
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
.pbmit-ele-blog .pbmit-meta-line{
	font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
	margin-bottom: 5px;
	margin-right: 15px;
    position: relative;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-ele-blog .pbmit-meta-line a{
	color: var(--pbmit-body-typography-color);
}
.pbmit-ele-blog .pbmit-meta-line>* {
    display: inline-block;
}
.pbmit-ele-blog .pbmit-meta-line>:not(:last-child) {
    padding-right: 30px;
    position: relative;
}
.pbmit-ele-blog .pbmit-meta-line>:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--pbmit-global-color);
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
/** Style 1 **/
.pbmit-blog-style-1{
	position: relative;
}
.pbmit-blog-style-1 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 26px;
	line-height: 32px;
	margin: 15px 0 20px 0;
}
.pbmit-blog-style-1 .pbmit-svg-btn a:hover {
	background: var(--pbmit-blackish-color);
}
.pbmit-ele.pbmit-blog-style-1{
	margin-bottom: 30px;
}
.pbmit-blog-style-1 .pbmit-svg-btn {
	display: inline-block;
}
.pbmit-blog-style-1 .pbmit-svg-btn a{
	padding: 10px 30px;
    border-radius: 50px;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	display: inline-block;
	font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-blog-style-1 .pbmit-svg-btn svg{
	height: 10px;
    margin-top: -2px;
    margin-left: 8px;
}
.pbmit-blog-style-1 .pbmit-svg-btn svg line{
	stroke: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-post-title a{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-svg-btn a{
	background: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-svg-btn svg line{
	stroke: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbmit-svg-btn:hover svg line{
	stroke-dashoffset: 0 !important;
}
/** Style 2 **/
.pbmit-blog-style-2 .post-item {
	padding: 30px 0;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 1px solid rgba(17, 25, 38, 0.2);
}
.pbmit-blog-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	margin-right: 25px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-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;
	width: 160px;
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-2 .post-item .pbmit-content-wrapper{
	flex: 1;
	padding-right: 60px;
}
.pbmit-blog-style-2 .pbmit-meta-category a{
	font-weight: 500;
	color: #666;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-2 .pbmit-svg-btn a {
	padding: 0;
	background-color: transparent;
}
.pbmit-blog-style-2 .pbmit-svg-btn a svg {
	height: 30px !important;
	width: 30px !important;
}
.pbmit-blog-style-2 .pbmit-svg-btn a svg line {
	stroke-width: 1px !important;
}
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-post-title a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-post-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-meta-line>*:not(:last-child)::after,
.pbmit-bg-color-blackish .pbmit-meta-line>*:not(:last-child)::after {
	background-color: rgba(255,255,255, 0.2);
}
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-line,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-line {
	color: rgba(var(--pbmit-white-color-rgb), 0.6);
}
.pbmit-bg-color-global .pbmit-blog-style-2 .post-item, 
.pbmit-bg-color-blackish .pbmit-blog-style-2 .post-item {
	border-bottom-color: rgba(var(--pbmit-white-color-rgb), 0.06);
}
.pbmit-blog-style-2:hover .pbmit-svg-btn a svg line{
	stroke-dashoffset: 0;
    stroke: var(--pbmit-global-color);
}
/** Style 3 **/
.pbmit-blog-style-3{
	margin-bottom: 30px;
}
.pbmit-blog-style-3 .post-item {
	padding: 34px;
	position: relative;
	border: 1px solid rgba( 17, 25, 38, 0.1);
}
.pbmit-blog-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	margin-right: 25px;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	max-width: 250px;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-3 .pbmit-content-wrapper {
	display: grid;
}
.pbmit-blog-style-3 .pbmit-cat-arrow-wrap {
	align-self: self-start;
}
.pbmit-blog-style-3 .pbmit-meta-line>*{
	display: inline-block;
}
.pbmit-blog-style-3 .pbmit-meta-line>*:not(:last-child){
	padding-right: 30px;
	position: relative;
}
.pbmit-blog-style-3 .pbmit-meta-line>*:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--pbmit-global-color);
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.pbmit-blog-style-3 .pbmit-meta-line{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 15px;
    position: relative;
	font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666666;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-blog-style-3 .pbmit-post-title {
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	overflow: hidden;
	align-self: self-end;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-3 .pbmit-svg-btn a {
	padding: 0;
	background-color: transparent;
}
.pbmit-blog-style-3 .pbmit-svg-btn a svg {
	height: 15px !important;
    width: 15px !important;
}
.pbmit-blog-style-3 .pbmit-svg-btn a svg line {
	stroke-width: 1px !important;
}
.pbmit-blog-style-3:hover .pbmit-svg-btn a svg line{
	stroke-dashoffset: 0;
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-box-wapper,
.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
	display: flex;
	align-items: center;
}
.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
	justify-content: space-between;
	margin-bottom: 90px;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 75px;
	height: 75px;
	margin-right: 15px;
	border-radius: 100%;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 600;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-global-color-rgb),0.6);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-1 .pbminfotech-post-item {
	padding: 50px 40px;
	background: var(--pbmit-light-color);
}
.pbmit-testimonial-style-1 blockquote {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 24px;
	padding-top: 60px;
	border: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-1 blockquote::before {
	content: '\e88e';
	font-family: 'pbminfotech-base-icons';
	font-size: 35px;
	line-height: 36px;
	position: absolute;
	left: 0;
	top: 0;
}
.pbmit-testimonial-style-1 blockquote p{
	margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item {
	background-color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-global-color-rgb),0.15);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
	color: #dfe0e2;
}
/** Style 2 **/
.pbmit-testimonial-style-2 blockquote {
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 40px;
	border: 0;
	margin-bottom: 30px;
	font-weight: 500 !important;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-global-color-rgb),0.6);
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-content-inner {
	display: flex;
	align-items: center;
	margin-top: 20px;
}																					
.pbmit-testimonial-style-2 .pbminfotech-box-content {
	position: relative;
	padding-left: 115px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-content::before {
	content: '\e88e';
	font-family: 'pbminfotech-base-icons';
	font-size: 60px;
	line-height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	border-radius: 100%;
}
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-global-color-rgb),0.6);
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-2 blockquote {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: rgba(255,255,255,0.3);
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: rgba(255,255,255,0.8);
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-title{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail{
	color: rgba(255,255,255,.5);
}

/*----------------------------------------*/
/*  08 - Header
/*----------------------------------------*/
.site-header .pbmit-header-overlay{
	position: absolute;
    width: 100%;
    z-index: 2;
}
.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;
}
.site-header .pbmit-header-button a{
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
	display: inline-block;
	padding: 10px 30px;
    border-radius: 50px;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	font-family: var(--pbmit-btn-typography-font-family);
}
.site-header .pbmit-svg-btn a svg line{
	stroke: var(--pbmit-white-color);
}
/** Header Style 1 **/
.pbmit-header-info-inner .pbmit-header-box span{
	display: block;
}
.pbmit-header-info-inner .pbmit-header-box-content{
	font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    color: var(--pbmit-white-color);
}
.pbmit-header-search-btn{
	padding: 0 20px;
    position: relative;
}
.pbmit-header-search-btn a{
	font-size: 20px;
    color: rgba(255, 255, 255,1);
}
/** Header Style 2 **/
.header-style-2 .pbmit-header-content{
	position: relative;
}

/** Header Style 3 **/
.header-style-3 .pbmit-logo-menuarea{
	padding: 0 35px;
    border-right: 1px solid rgba(33, 44, 64,.1);
}
.header-style-3 .pbmit-pre-header-wrapper{
	height: 55px;
	line-height: 55px;
}
.header-style-3 .pbmit-contact-info{
	font-size: 15px;
}
.header-style-3 .pbmit-contact-info li{
	display: inline-block;
    vertical-align: top;
	float: left;
	color: #666;
}
.header-style-3 .pbmit-contact-info li:first-child{
	padding-left: 0;
}
.header-style-3 .pbmit-contact-info li:not(:last-child){
	padding: 0 20px 0 0;
}
.header-style-3 .pbmit-contact-info li i{
	font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    font-weight: 800;
    color: var(--pbmit-global-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.header-style-3 .pbmit-pre-header-right{
	display: flex;
    align-items: center;
}
.header-style-3 .pbmit-pre-header-right ul li{
	float: left;
}
.header-style-3 .pbmit-header-search-btn a {
	color: rgba(17, 25, 38,1);
}
.header-style-3 .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.header-style-3 .pbmit-button-box .pbmit-btn{
	padding: 10px 30px;
}
.header-style-3 .pbmit-button-box .pbmit-btn .pbmit-svg-arrow{
	margin-left: 5px;
	margin-top: -2px;
}
/** Header Style 5 **/
.header-style-5 .site-title{
	height: 80px;
}
.header-style-5 .pbmit-header-info-inner .pbmit-header-box-content{
	color: var(--pbmit-blackish-color);
}
.header-style-5 .pbmit-header-info .pbmit-social-links li{
	float: left;
}
.header-style-5 .pbmit-header-search-btn a{
	color: rgba(17, 25, 38,1);
}

/*----------------------------------------*/
/*  09 - Footer
/*----------------------------------------*/
.footer.site-footer{
	position: relative;
	font-size: 16px;
	color: var(--pbmit-white-color);
}
.padtop100{
	padding-top: 100px;
}
.pbmit-footer-logo img{
	max-height: 70px;
}
.brownheight{
	height: 30px;
    background: #aa4b1c;
}
.pbmit-footer-big-area-wrapper h3{
	font-size: 26px;
    line-height: 30px;
	margin: 0;
	color: #4194c1;
}
.pbmit-footer-newsletter {
    position: relative;
	padding-left: 80px;
}
.pbmit-footer-newsletter input{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
	font-weight: 400;
    line-height: normal;
    padding: 0;
	border: none;
    background-color: transparent;
	border-bottom: 1px solid #4194c1;
    border-radius: 0;
    transition: all 500ms ease;
}
.pbmit-footer-newsletter input::placeholder{
	opacity: .7;
	color: #4194c1;
}
.pbmit-footer-newsletter button {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    width: 20px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    padding: 0;
	border: none;
    border-radius: 0;
    -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%);
}
.pbmit-footer-newsletter button svg {
    margin: 0;
    height: 15px;
    width: 15px;
}
.pbmit-footer-newsletter button svg line{
	stroke: #4194c1;
}
.pbmit-footer-newsletter button:hover svg line{
	stroke-dashoffset: 0;
	stroke: rgba(255, 255, 255,.7);
}
.pbmit-footer-main-area>.container{
	padding-left: 27%;
}
.pbmit-footer-widget-area .widget{
	padding-top: 75px;
    position: relative;
    color: #4194c1;
}
.pbmit-footer-widget-area .widget-title{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #2f6e90;
    text-transform: capitalize;
	margin-bottom: 25px;
}
.pbmit-footer-widget-col-2 .pbmit-contact-widget-lines{
	display: flex;
    flex-direction: column-reverse;
}
.pbmit-contact-widget-phone{
	font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 15px;
}
.pbmit-contact-widget-email{
	display: inline-block;
    text-decoration: underline;
}
.pbmit-footer-widget-col-3 .pbmit-social-links li{
	float: left;
	margin: 0 20px 8px 0;
}
.pbmit-footer-widget-col-3 .pbmit-social-links li a{
	font-size: 15px;
    display: inline-block;
    border-radius: 0;
    text-align: center;
    color: #4194c1;
}
.pbmit-footer-copyright-text-area {
    color: #4194c1;
}
.pbmit-footer-copyright-text-area a,
.pbmit-footer-menu-area li a ,
.pbmit-footer-widget-col-3 .pbmit-social-links li a:hover{
	color: rgba(255, 255, 255,.6);
}
.pbmit-footer-text-area{
	padding: 30px 0;
    margin-top: 80px;
    border-top: 1px solid rgba(255,255,255,.1);
	color: rgba(255,255,255,.6);
}
.pbmit-footer-text-area .pbmit-footer-text-inner{
	font-size: 14px;
}
.pbmit-footer-copyright-text-area a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-footer-menu-area{
	text-align: right;
}
.pbmit-footer-menu-area li{
	display: inline-block;
}
.pbmit-footer-menu-area li a{
	position: relative;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #4194c1;
}
.pbmit-footer-menu-area li a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-footer-menu-area li:not(:last-child) a:after{
	content: "";
    position: absolute;
    width: 2px;
    height: 11px;
    background-color: rgba(255,255,255,.1);
    top: 50%;
    right: 0;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.pbmit-footer-menu-area li:last-child a{
	padding-right: 0;
    margin-right: 0;
}

/*----------------------------------------*/
/*  10 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	background-image: url(../images/banner/contact-us.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
	position: relative;
    z-index: 1;
}
.blog-banner{
	background-image: url(../images/banner/blog-banner-new.png);
}
.homebannerbg{
	background-image: url(../img/home/home-banner.png);
}
.bondbg{
	background-image: url(../images/banner/home-page-bond.jpg);
}
.mfbg{
	background-image: url(../images/banner/mutual-fund-banner.jpg);
}
.bondcalc{
	background-image: url(../images/banner/bond-calc-banner.jpg);
}
.blogbg{
	background-image: url(../images/banner/blog-banner.jpg);
	border-bottom: 12px solid #ee4f01;
}
.bondsearch{
	width: 90%;
    border-radius: 25px;
    padding: 5px 0 5px 20px;
    border: 5px solid #09344b;
}
.pbmit-search-overlay .pbmit-site-searchform:after {
    font-family: "pbminfotech-base-icons";
    content: '\e80d';
    position: absolute;
    right: 10px;
    top: 15px;
    color: var(--pbmit-white-color);
    font-size: 25px;
    line-height: normal;
}
.srch-bar-btn {
    position: absolute;
    right: 25px;
    top: 2px;
    border: none;
    background: #003044;
    color: #fff;
    padding: 0;
    border-radius: 25px;
    border-left: 0;
    font-size: 1.5rem;
}
.bondbg .homebannerbg-content .pbmit-tbar-title{
	margin: 0 0 1.5rem 2rem;
}
.search-div{
	position: relative;
	border-radius: 25px;
	background: #09344b;
}
.bondbg .img-div {
    left: 70%;
    top: -20%;
}
.pbmit-title-bar-wrapper:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none!important;
}
.pbmit-title-bar-wrapper:after{
	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(right,rgba(33, 44, 64,.77) 0%,rgba(33, 44, 64,.77) 63%,rgba(33, 44, 64,0) 100%);
    background: -webkit-linear-gradient(right,rgba(33, 44, 64,.77) 0%,rgba(33, 44, 64,.77) 63%,rgba(33, 44, 64,0) 100%);
    background: linear-gradient(to right,rgba(33, 44, 64,.77) 0%,rgba(33, 44, 64,.77) 63%,rgba(33, 44, 64,0) 100%);
}
.homebannerbg:after{
	 background:none;
}
.pbmit-title-bar-wrapper,
.pbmit-title-bar-content{
	min-height: 595px;
}
.homebannerbg, .homebannerbg-content-hgt{
	min-height: 1000px;
}
.bondbg, .bondbg .homebannerbg-content-hgt {
    min-height: 1200px;
}
.homebannerbg-content{
	position: relative;
    z-index: 1;
    padding: 64px 0;
    padding-top: 20%;
    left: 45%;
    /* width: 600px; */
    width: max-content;
}
.hlword {
    background: #09344b;
    padding: 0 10px;
    font-weight: 800;
    position: relative;
}
.orange-box{
	position: absolute;
    background: #ce4d0e;
    right: -8px;
    padding: 35.5px 127px;
    z-index: -1;
    top: 12px;
}
.homebannerbg-bottom{
	position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
}
.img-div{
	left: 55%;
    position: absolute;
    top: -35%;
    z-index: 1;
}
.img-div img{
	width: 350px;
}
.bottom-panel{
	padding: 50px 0 20px;
    background-color: rgba(206, 77, 14,0.6);
    margin-bottom: 15px 
}
.invest-tile {
    width: 20%;
}
.invest-nos{
	background: #fff;
    margin: 0 10px;
    padding: 8px;
    border-radius: 10px;
}
.firstsec p {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: 900;
}
.secondsec p{
	margin: 0;
    font-size: 11px;
    text-align: center;
}
.bold900{
	font-weight: 900;
}
.ttu{
	text-transform: uppercase;
	font-size: 9px!important;
	letter-spacing: 0.3px;
}
.cl-logo img{
	width: 170px;
}
.i-logo img{
	width: 45px;
}
.invest-cta {
    text-align: right;
    margin: 10px 10px 0 0;
}
.invest-cta button {
    background: transparent;
    color: #c48e74;
    border: 1px solid #c48e74;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 2px;
}
.pbmit-title-bar-content{
	position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
	padding: 64px 0;
    padding-top: 120px;
}
.pbmit-tbar-title{
	font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
	margin-bottom: 10px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.homebannerbg-content .pbmit-tbar-title, .mfbannerbg-content .pbmit-tbar-title {
    font-weight: 400;
    line-height: 85px;
    letter-spacing: 3px;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	margin-top: 5px;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a{
	font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    color: var(--pbmit-white-color);
    text-transform: none;
    font-style: normal;
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-breadcrumb-inner .sep {
    margin: 0;
}
.pbmit-breadcrumb-inner i {
    font-size: 14px;
    line-height: 14px;
    top: 0;
    margin: 0 0;
    display: inline-block;
    position: relative;
    color: var(--pbmit-white-color);
}
.pbmit-breadcrumb-inner i:before{
	margin: 0;
}
/*----------------------------------------*/
/*  bond page - category section
/*----------------------------------------*/
.bond-bg-orange {
    background: #ad4b1b;
    color: #fff;
    padding: 15px 25px 15px 15px;
    width: 50%;
}
.bond-bg-grey {
    background: #e1e1e1;
    padding: 15px;
    width: 50%;
}
.bond-sec-div{
	border-radius: 15px;
    overflow: hidden;
}
.bond-bg-orange p{
    margin: 20px 0 0 0;
    font-size: 1rem;
    line-height: 1.3rem;
}
.cta-div{
	float: right;
    margin-top: 10px;
}
.cat-cta1{
	color: #cb571c;
    border: 1px solid #cb571c;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
}
.cat-cta2{
	background-color: #cb571c;
    color: #fff;
    padding: 2px 12px;
    border-radius: 10px;
}
.bond-sec-div .invest-nos{
	margin: 0 0 0 10px;
}
/*----------------------------------------*/
/*  bond page - investment section
/*----------------------------------------*/
.bg-investment-section{
	background-image: url(../images/bg/banner-steps.png);
	height: 780px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.mtm-100{
	margin-top: -100px;
}
.invest-content{
	position: absolute;
    top: 30%;
    left: 40%;
}
.bg-investment-section .pbmit-heading-subheading .pbmit-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 2px;
}
.invest-flex h6 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px
}
.invest-flex p {
    margin: 0;
    color: #fff;
    line-height: 1rem;
    font-size: 12px;
}
.invest-flex {
    width: 16%;
}
.g-5{
	gap:5px;
}
.invest-sec-cta{
	font-size: 12px;
    margin-left: 10px;
    color: #ad4b1b;
    border: 1px solid #ad4b1b;
    border-radius: 10px;
    padding: 3px 8px;
    font-weight: 700;

}
.invest-doc p {
    padding-top: 20px;
    font-size: 13px;
    color: #000;
    font-weight: 700;
}
.textdiv {
    text-align: center;
    background: #ad4b1b;
    width: 50%;
    margin-left: 40%;
    padding: 10px 0;
    margin-bottom: 30px;
}
.textdiv p{
    color: #fff;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 0;
}
/*----------------------------------------*/
/*  11 - kyc
/*----------------------------------------*/
.kycsec{
    text-align-last: center;
}
.kycsec h2{
	letter-spacing: 3px!important;
	color: #09344b!important;
	line-height: 70px!important;
}
.kycsec h3 {
    color: #ec671d;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 2rem;
}
.kycsec .hlword{
	color: #fff;
}
.kycsec .orange-box{
	right: -9px;
    padding: 33px 77px;
}
.kycsec .step {
    padding: 3px 20px;
    border: 2px dotted #09344b;
    margin: 0 20px;
    border-radius: 15px;
    color: #09344b;
    font-size: 14px;
    background: #fff;
    z-index: 2;
}
.kycsec .step.active {
	background-color: #eb671c;
	color: #fff;
}
    .kycsec .step.completed {
      background-color: #0a344c;
      color: #fff;
    }
    .kycsec .step.inactive {
      background-color: #fff;
    }
    .step-content {
      display: none;
    }
.kycsec .step p {
    margin-bottom: 0;
}
.kycsec .bg-grey {
    background: #ececec;
    padding: 40px;
    border-radius: 40px;
}
.step-div {
    position: relative;
}
.step-div:after{
	content: "";
    width: 70%;
    height: 2px;
    background-color: #223a72;
    position: absolute;
    top: 50%;
    background: linear-gradient(to right, #223a72 50%, transparent 50%);
    background-size: 4px 100%;
}
.mt-5rem{
	margin-top: 5rem;
}
.divstep-center{
    padding: 30px;
}
.custom-list li {
  margin-bottom: 5px;
  padding-left: 40px;
  background: url('../images/icons/green-tick.jpg') no-repeat left center;
  background-size: 25px 25px;
  font-size: 27px;
  color: #09344b;
}
.text-align-last-left{
	text-align-last: left;
}
.text-align-last-right{
	text-align-last: right;
}
.kycsec .text-orange{
	color: #ec671d;
}
.kycnote{
	font-size: 20px;
    line-height: 25px;
    padding: 20px 0;
}
label > input[type="radio"] {
    display: none!important;
}
label > input[type="radio"]:checked + *::before {
    background: radial-gradient(#09344b 0%, #09344b 40%, transparent 50%, transparent);
    border-color: #09344b;
}
label > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #09344b;
}
.mr2rem{
    margin-right: 2rem;
}
.tnc-div{
	position: relative;
    background: #ececec;
    width: 50%;
    margin: auto;
    padding: 35px 30px;
    border-radius: 40px;
}
.tnc-div p{
	margin-bottom: 0;
    margin-top: 10px;
    font-size: 19px;
    line-height: 24px;
}
.btn-step-01{
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-step-01 button{
	background: #ec671d;
    border: none;
    color: #fff;
    border: 1px dotted #ce4d0e;
    border-radius: 25px;
    padding: 3px 15px;
    font-size: 18px;
}
.div-step-2, .div-step-3, .div-step-4, .div-step-5 {
    width: 85%;
    margin: 0 auto;
}
.text-align-last-start {
    text-align-last: start;
}
.text-align-last-center {
	    text-align-last: center;
	   }
.float-right {
    float: right;
}
.kycsec input, .kycsec textarea, .kycsec select {
    background: #ececec;
    border: 1px dotted #7e7e7e;
    border-radius: 20px;
    padding: 7px 0 7px 14px;
    text-align-last: left;
    width: 100%;
    color: #eb671c;
}
.kycsec input:focus-visible, .kycsec textarea:focus-visible, .kycsec select:focus-visible, input:focus-visible{
	outline: none;
}
.previousbtn{
	font-weight: 800;
    font-size: 18px;
}
.proceedbtn{
	background: #eb671c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    margin-left: 18px;
    font-weight: 800;
    font-size: 18px;
}
.proceedbtn:hover, .bluecta:hover{
	 color: #fff;
}
.custom-kyc-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ececec url(../images/icons/arrow-filled.png) no-repeat 92% center!important;
    padding: 8px;
    position: relative;
    width: 200px; /* Adjust the width as needed */
  }

  .custom-kyc-select::after {
    content: '';
    border: 6px solid transparent;
    border-top-color: #ececec; /* Background color for the arrow */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .justify-content-right{
  	justify-content: right;
  }
  .p0asc{
  	padding: 0!important;
    align-self: center;
  }
  .autofetch{
  	padding: 0!important;
    text-align-last: start;
    line-height: 19px;
  }
  .autofetch a{
    font-size: 14px;
    line-height: 20px;
    color: #eb671c;
    text-decoration: underline;
  }
  .auto-fetch{
  	font-size: 14px;
    line-height: 20px;
    color: #eb671c;
    text-decoration: underline;
  }
  .bluecta {
    background: #0a344c;
    color: #fff;
    padding: 8px 12px;
    text-align-last: center;
    border-radius: 10px;
}
.spacemp{
	margin-top: 6rem;
    padding-left: 2rem;
}
.div-step-6 label > input[type="radio"] + *::before {
	margin-right: 1.5rem;
	margin-left: -2.7rem;
}
.ml-10{
	margin-left: -10px;
}
.orange-btn {
    background: #eb671c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 800;
    font-size: 18px;
}
.div-step-07 p{
	font-size: 16px;
    color: #000;
    line-height: 22px;
}
.step-div .active {
    background-color: #eb671c;
}

.step-div .completed {
    background-color: #053446;
}
/*----------------------------------------*/
/*  Bond search page
/*----------------------------------------*/

.inner_banner {
    position: relative;
}
.inner_text {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
}
.orange-bg {
    background: #b03a00;
    color: #fff;
}
.filter-bg{
	background-color:#eaf2f7;
	padding: 30px 40px!important;
}
.bond-search-select{   
	background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0 10px;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
}
.bond-search-select option {
    background: #fff;
    color: #000;
}
.bond-search-select:focus-visible{
	outline: none;
}
.filter-bg p{
	margin-bottom: 0;
}
.filter-heading{
	padding-bottom: 1rem;
    color: #b03a00;
    font-weight: 500;
    font-size: 1.2rem;
}
.filter-slider-bg{
	background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    width: 100%;
    border: 1px dotted #517080;
    margin-bottom: 1.5rem;
}
.filter-slider-bg p{
	font-size: 14px;
}
.filter-slider-bg input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: linear-gradient(to right, #b03a00 0%, #67818f 0%, #67818f 100%);
  outline: none;
  transition: background 0.3s;
  cursor: pointer;
  margin-bottom: 10px;
}
.filter-slider-bg input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #b03a00;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 1;
}
.filter-slider-bg input[type="range"]:focus::-webkit-slider-thumb {
  background: #b03a00;
}
.filter-slider-bg input[type="range"]::-webkit-slider-thumb:hover {
  background: #b03a00;
}
.filter-slider-bg input[type="range"]:active::-webkit-slider-thumb {
  background: #b03a00;
}
.filter-slider-bg input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  background: #b03a00;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 1;
}
.filter-slider-bg input[type="range"]:focus::-moz-range-thumb {
  background: #b03a00;
}
.filter-slider-bg input[type="range"]::-moz-range-thumb:hover {
  background: #b03a00;
}
.filter-slider-bg input[type="range"]:active::-moz-range-thumb {
  background: #b03a00;
}
.filter-slider-bg label > input[type="radio"]:checked + *::before {
    background: radial-gradient(#b03a00 0%, #b03a00 50%, transparent 60%, transparent);
    border-color: #09344b;
}
label > input[type="checkbox"] {
    display: none!important;
}
label > input[type="checkbox"]:checked + *::before {
    background: radial-gradient(#b03a00 0%, #b03a00 50%, transparent 60%, transparent);
    border-color: #09344b;
}
label > input[type="checkbox"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #09344b;
}
.filter-slider-bg label > input[type="radio"] + *::before{
	width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
}
.w-31{
	width: 31%;
}
.form-switch .form-check-input{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(176, 58, 0, 1)'/%3e%3c/svg%3e");
	border: 1px solid rgba(0, 0, 0);
	width: 2.7em;
	height: 1.2em;
}
.form-check-input:focus{
	box-shadow: none;
	border-color:#000;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(176, 58, 0, 1)'/%3e%3c/svg%3e")!important;
}
.form-check-input:checked {
    background-color: #b03a00;
    border-color: #b03a00;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")!important;
}
.form-check-input:active {
    filter: none;
}
.searchtext, .searchtext p, .filter-slider-bg .radio-inline, .filter-slider-bg .checkbox-inline{
	color: #09344b;
    font-size: 14px;
    font-weight: 600;
    flex-flow: wrap;
}
.bond-search .cta-div{
	float: right;
    margin: 13px 10px 0 0;
}
.bond-search .invest-nos{
	border: 1px solid #b2b2b2;
}
.swiper-container {
  	width: 100%;
  	margin: auto;
  	overflow: hidden; /* Ensure no horizontal overflow */
}
.bg-cream{
    margin: 3rem 0 0;
    background: #f7ebe5;
    padding: 25px;
    border-radius: 35px;
 }
 .bond-title {
    color: #b03a00;
    text-align: right;
    font-size: 25px;
    letter-spacing: 2px;
    padding-right: 1rem;
}
#search-bond .swiper-pagination{
	bottom: 5%;
    left: -4%;
}
#search-bond .swiper-pagination-bullet{
	margin-right: 3px!important;
	height: 8px;
    width: 8px;
    opacity: 1;
    background-color: #5f5f5f;
}
#search-bond .swiper-pagination-bullet-active{
	background-color: #b03a00;
}
/*----------------------------------------*/
/*  Detailed Bond search page
/*----------------------------------------*/
.gobacktext{
	margin: 0;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 10px 30px 0 0;
    color: #111111;
}
.gobacktext a{
	color: #cb571c;
	text-decoration: underline;
}
.divcont h5{
	padding: 15px 0 5px 0;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0;
}
.divcont p{
	margin: 0;
    letter-spacing: 2px;
    font-size: 15px;
}
.divcont img{
	width: 200px;
}
.bond-detail-content {
    border: 1px solid #cb571c;
    border-radius: 25px;
    margin: 30px 0;
    padding: 30px;
}
.bondtt p{
	margin: 0;
    color: #111111;
    font-size: 17px;
    line-height: 23px;
    padding-right: 15px;
    letter-spacing: 1px;
}
.bondtt h5{
	margin: 0;
    background: #b03a00;
    padding: 6px 13px;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    border-radius: 6px;
}
.border-line{
	border: 1px solid #c7c7c7;
    width: 70%;
    margin: 0 auto;
}
.bond-details {
    text-align: center;
}
.bond-details p {
    margin: 0;
    color: #111111;
    font-size: 18px;
    letter-spacing: 1px;
}
.bond-details p span {
    color: #00aeef;
    font-size: 23px;
    font-weight: 700;
}
.fs30{
	font-size: 30px!important;
}
.bond-detail-cta {
    text-align: center;
    margin-top: 30px;
}
.bond-detail-cta a {
    padding: 8px 15px;
    letter-spacing: 1px;
    font-size: 15px;
}
.bondtt-right p {
    margin: 0 0 15px 0;
    color: #111111;
    letter-spacing: 1px;
    font-size: 17px;
}
.bondtt-right p span{
	color: #cb571c;
	font-weight: 700;
}
.single-calc {
    border: 1px solid #2e669d;
    border-radius: 25px;
    margin: 30px 0;
    padding: 30px;
}
.single-bond-title {
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 700;
}
.bond-display h5 {
    font-size: 15px;
    color: #c7c7c7;
    margin: 0;
    line-height: 23px;
}
.bond-display p {
    margin: 0;
    font-size: 14px;
    color: #314467;
    font-weight: 600;
}
.bond-display .form-switch .form-check-input:checked {
	background-color: #fff;
    border-color: #314467;
    background-position: right center;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23314467'/%3e%3c/svg%3e")!important;
}
.bond-display .form-switch .form-check-input {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23314467'/%3e%3c/svg%3e")!important;
    border: 1px solid #314467;
    width: 2.7em;
    height: 1.5em;
}
.loaninput{
	text-align: right;
    padding: 1px 10px;
    width: 160px;
    border: 2px solid #dddddd;
    border-radius: 15px;
}
.cal-range-div input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    outline: none;
    transition: background 0.3s;
    cursor: pointer;
    border: 2px solid #dddddd;
}
.cal-range-div input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #314467;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 1;
}
.cal-range-div p {
    color: #afa8ad;
    margin: 0;
}
.bondred{
	color: #dd1a2a;
}
.bondtable th {
    font-size: 13px;
    font-weight: normal;
    color: #c7c7c7;
}
.bondtable td {
    font-size: 14px;
    font-weight: 500;
    color: #314467;
    text-align: center;
}
.bondtable tr:last-child td{
	border-bottom: none;
}
/*----------------------------------------*/
/*  Bond Calculator
/*----------------------------------------*/
.bg-calc-blue{
	background-color: #ebf5fb;
	padding: 0.5rem 3rem;
}
.bg-calc-blue h2{
	color: #d04b09;
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin: 0;
}
.bg-calc-blue p{
	margin: 0;
    color: #22263f;
}
.bg-calc-blue img{
	width: 60px;
}
.calc-form input, .calc-form select{
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 7px 0 7px 14px;
    text-align-last: left;
    width: 100%;
    color: #919292;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.calc-form input:focus-visible, .calc-form select:focus-visible {
    border: 1px solid #000;
    outline: none;
}
.input-symbol {
    position: relative;
}
.input-symbol::after {
    content: "%";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; 
    color: #000; 
}
.custom-calc-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/icons/arrow-orange.png) no-repeat 92% center!important;
    padding: 8px;
    position: relative;
    width: 200px; /* Adjust the width as needed */
}
.cal-cta{
    background: #eb671c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    margin-left: 18px;
    font-weight: 800;
    font-size: 18px;
}
.cal-cta:hover{
	color: #fff;
}
.yieldnos h4, .yieldsec h4{
	color: #f15000;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.6rem;
 }
 .yieldnos h4 span, .yieldnos .bl{
 	color: #000000;
 }
 .smalltitle{
 	font-size: 1.5rem!important;
    line-height: 1.6rem!important;
    letter-spacing: 1px!important;
 }
 .custom-calc-search-select{
 	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
 	width: 450px;
    border: 1px solid #f04f00;
    border-radius: 25px;
    background: #fff url(../images/icons/arrow-orange.png) no-repeat 96% center !important;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px;
 }
 .custom-calc-search-select:focus-visible {
    border: 1px solid #f04f00;
    outline: none;
}
.wsnw{
	white-space: nowrap;
}
/*----------------------------------------*/
/*  MF calculator
/*----------------------------------------*/
.yieldnos h6{
	font-size: 1rem;
    margin-bottom: 0.6rem;
}
.calctexttitle{
	font-size: 2rem;
    line-height: 2.1rem;
    letter-spacing: 1px;
    text-align-last: left;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    color: #d04b09;
}
/*----------------------------------------*/
/*  daily report format
/*----------------------------------------*/
.custom-datepicker-container {
   display: flex;
   align-items: center;
 }
.custom-datepicker-text {
    width: 34%;
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    color: #f15000;
    font-size: 30px !important;
    line-height: 1.5 !important;
    letter-spacing: 1px;
    height: 45px!important;
 }
 .custom-datepicker-button {
   border: none;
   background-color: transparent;
 }
 .custom-datepicker-container span{
 	font-weight: 500;
    font-size: 30px;
    line-height: 35px;
 }
 .datepicker{
 	margin-top: 10px;
 }
/* .table-container {
  max-width: 800px; 
  margin: 0 auto; 
}*/
.border-two{
	border: 2px;
}
.bluewhite {
    background: #234060;
    color: #fff;
    border: 2px solid #000;
}
.table-container td, .table-container th, .table-container thead, .table-container tr{
	font-size: 22px;
	vertical-align: middle;
	text-transform: uppercase;
}
.width-33 {
    width: 33.33%;
}
.table-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
}
.width-60{
	width: 60%;
}
.width-20{
	width: 20%;
}
.para h2{
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}
.para p {
    font-size: 20px;
}
/*----------------------------------------*/
/*  Blog page
/*----------------------------------------*/
.blog-title{
	color: #f15000;
    font-size: 1.5rem;
    letter-spacing: 1px;
}
.blog-table-bg-grey {
    background-color: #f6f6f6;
    padding: 30px 35px;
    margin: 2rem 0 3rem 0;
}
.blog-table-bg-grey th {
    border: none;
    text-align: center;
    color: #f47439;
    font-size: 1.2rem;
}
.blog-table-bg-grey td:nth-child(1) {
    border: none;
    text-align: right;
    width: 20%; 
    color: #2f5395;
    font-weight: 700;
    vertical-align: middle;
}
.blog-table-bg-grey td:nth-child(2) {
    background: #fbe3d5;
    border: 2px solid #f4af84;
    width: 40%;
    text-align: center;
    vertical-align: middle;
}
.blog-table-bg-grey td:nth-child(3) {
    background: #ddebf7;
    border: 2px solid #f4af84;
    width: 40%;
    text-align: center;
    vertical-align: middle;
}
/*----------------------------------------*/
/*  login page
/*----------------------------------------*/
.image-text-container {
  position: relative;
}
.login-text {
    position: absolute;
    top: 50%;
    width: 75%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 7%;
}
.pl-22p{
	padding-left: 22%;
}
.login-text p {
    margin: 10px 0;
    color: #f15000;
    letter-spacing: 1px;
    font-size: 20px;
}
.login-text .form-label {
    color: #93989a;
    font-size: 20px;
}
.login-text .form-control {
    background: #fff;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    padding: 0 20px;
}
.login-text .form-control:focus {
    background: #fff;
    border-color: rgba(7, 19, 35, .08);
    box-shadow: none;
}
.bg-grey{
	color:#5a656c;
}
.btn-orange {
    background: #f04f00;
    color: #fff;
    border-radius: 25px;
    padding: 5px 20px;
    font-weight: bolder;
}
.btn-orange:hover{
	background: #f04f00;
	color: #fff;
}
.login-bottom-text{
  position: absolute;
  bottom: 8px;
  padding-left: 16px;
  width: 100%;
}
.login-bottom-text a{
	margin: 0;
    margin-left: 1%;
    border-bottom: 1px solid #909090;
    color: #909090;
    font-size: 18px;
}
.login-bottom-text a:hover{
	color: #909090;
}
/*----------------------------------------*/
/*  MF homepage
/*----------------------------------------*/
.mfbg {
    min-height: 1450px;
}
.mfbannerbg-content{
	position: absolute;
    top: 20%;
    right: 0;
    width: 600px;
    padding-right: 1%;
}
/*----------------------------------------*/
/*  sticky element
/*----------------------------------------*/
.floating-div {
    position: fixed;
    top: 24%;
    right: 0;
    z-index: 5;
}
.sticky-icon {
    position: absolute;
    top: 140px;    
    z-index: 2;
    right: 0;    
}
.sticky-icon a {   
    padding: 5px 0;
    color: #fff; 
    display: flex;
    width: 150px;
    align-items: center;
}
.sticky-icon a:hover{
	color: #fff;
}
.orange-sticky{
	background: #ce4d0e;
}
.blue-sticky{
	background: #09344b;
}
.sticky-icon img {
    width: 40px;
    margin: 0 5px;
}

/*----------------------------------------*/
/*  11 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
     position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  12 - Accordion
/*----------------------------------------*/
.accordion-item{
	border: none ;
	position: relative;
	background-color: transparent;
	color: inherit;
}
.accordion-item:last-of-type{
	border-radius: 0;
}
.accordion-button{
	position: relative;
    padding: 20px 60px 20px 0;
	margin: 0;
	font-weight: 700;
    line-height: 1;
    cursor: pointer;
	border-radius: 0 !important;
    outline: none;
	background-color: transparent;
	transition: all .25s ease-in-out;
    border-bottom: 1px solid rgba(33, 44, 64,.2);
}
.accordion-button:not(.collapsed){
	color: inherit;
	background-color: transparent;
	box-shadow: none;
}
.pbmit-accordion-icon.pbmit-accordion-icon-right{
	position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 100%;
    font-size: 18px;
    line-height: 60px;
	display: inline-block;
    text-align: center!important;
    background-color: transparent;
    color: var(--pbmit-global-color);
}
.accordion-item.active .pbmit-accordion-icon-closed{
	display: none;
}
.accordion-item .pbmit-accordion-icon-closed{
	display: block;
}
.accordion-item .pbmit-accordion-icon-opened{
	display: none;
}
.accordion-item.active .pbmit-accordion-icon-opened{
	display: block;
}
.accordion-button::after{
	display: none;
}
.accordion-item .pbmit-accordion-icon i{
	position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.accordion-item .pbmit-accordion-title{
	font-size: 24px;
    font-weight: 600;
	line-height: 30px;
    color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.accordion-item .pbmit-accordion-title span{
	font-size: 15px;
    line-height: 24px;
    margin-right: 15px;
    color: var(--pbmit-global-color);
}
.accordion-body{
	padding: 20px 80px 40px 25px;
	border-bottom: 1px solid rgba(33, 44, 64,.2);
}
.accordion-button:focus{
	box-shadow: none;
	border-color: rgba(33, 44, 64,.2);
}

/*----------------------------------------*/
/*  13 - 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 
}

/*----------------------------------------*/
/*  14 - List Group
/*----------------------------------------*/
.list-group-borderless .list-group-item {
	display: flex;
    font-size: inherit;
	align-items: center;
	margin: 0;
	padding: 0;
    position: relative;
    border: none;
    background: transparent;
}
.list-group-borderless .list-group-item:not(:last-child){
	padding-bottom: calc(15px/2);
}
.list-group-borderless .list-group-item:not(:first-child){
	margin-top: calc(15px/2);
}
.list-group .pbmit-icon-list-icon{
	display: flex;
    position: relative;
	line-height: normal;
    margin-top: 0px;
	padding-right: 0px;
}
.list-group .pbmit-icon-list-icon i{
	font-size: 17px;
	position: relative;
    width: 1.25em;
	line-height: 0px;
    top: 0;
    color: var(--pbmit-global-color);
    font-weight: 900;
	transform: rotate(16deg);
}
.list-group .pbmit-icon-list-text{
	font-size: 16px;
    font-weight: 400;
	padding-left: 10px;
    margin-bottom: 0;
	line-height: 22px;
	color: var(--pbmit-body-typography-color);
}

/*----------------------------------------*/
/*  15 - Revolution
/*----------------------------------------*/
/** Slider 01 **/
#rev_slider_1_1_wrapper .zeus.tparrows{
	cursor:pointer; 
	min-width:70px; 
	min-height:70px; 
	position:absolute; 
	display:block; 
	z-index:1000; 
	border-radius:50%;  
	overflow:hidden; 
	background:rgba(0,0,0,0.1)
}
#rev_slider_1_1_wrapper .zeus.tparrows:before{
	font-family:'pbminfotech-base-icons'; 
	font-size: 31px; 
	color:#ffffff; 
	display:block; 
	line-height:70px; 
	text-align:center;  
	z-index:2; 
	position:relative
}
#rev_slider_1_1_wrapper .zeus.tparrows.tp-leftarrow:before{
	content:'\e81e'
}
#rev_slider_1_1_wrapper .zeus.tparrows.tp-rightarrow:before{
	content:'\e814'
}
#rev_slider_1_1_wrapper .zeus .tp-title-wrap{
	background:rgba(0,0,0,0.5); 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px; 
	position:absolute; 
	opacity:0; 
	transform:scale(0); 
	-webkit-transform:scale(0);
	transition:all 0.3s; 
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s; 
	border-radius:50%
}
#rev_slider_1_1_wrapper .zeus .tp-arr-imgholder{
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0px; 
	left:0px; 
	background-position:center center; 
	background-size:cover; 
	border-radius:50%; 
	transform:translatex(-100%); 
	-webkit-transform:translatex(-100%); 
	transition:all 0.3s; 
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s
}
#rev_slider_1_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder{
	transform:translatex(100%); 
	-webkit-transform:translatex(100%)
}
#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder{
	transform:translatex(0); 
	-webkit-transform:translatex(0); 
	opacity:1
}
#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap{
	transform:scale(1); 
	-webkit-transform:scale(1); 
	opacity:1
}
.pbmit-svg-arrow{
	height: 10px;
	margin-left: 8px;
}
.pbmit-svg-arrow line{
	fill: none;
    stroke: var(--pbmit-global-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.pbmit-svg-arrow line:nth-child(1){
	stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset .5s cubic-bezier(.61,1,.88,1);
}
.pbmit-svg-arrow line:nth-child(2),
.pbmit-svg-arrow line:nth-child(3){
	stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset .6s cubic-bezier(.61,1,.88,1) .3s;
}
.rev-btn:hover svg line {
	stroke-dashoffset: 0;
	stroke: var(--pbmit-white-color);
}
/** Slider 02 **/
.pbmit-slide-title svg{
	height:10px;
	margin-top:-2px;
	margin-left:5px
}
.pbmit-slide-title svg{
	width:120px;
	height:80px;
	position:relative;
	top:-11px
}
.pbmit-slide-title svg{
	fill:none;
	stroke:var(--pbmit-global-color);
	stroke-width:2;stroke-miterlimit:10
}
.pbmit-slide-title svg line:nth-child(1){
	stroke-dasharray:25px;
	stroke-dashoffset:50px;
	transition:stroke-dashoffset 0.5s cubic-bezier(0.61,1,0.88,1)
}
.pbmit-slide-title svg line:nth-child(2),
.pbmit-slide-title svg line:nth-child(3){
	stroke-dasharray:20px;
	stroke-dashoffset:40px;
	transition:stroke-dashoffset 0.6s cubic-bezier(0.61,1,0.88,1) 0.3s
}
.pbmit-slide-title:hover svg line{
	stroke-dashoffset:0;
	stroke:var(--pbmit-white-color)
}
.pbmit-slide-title svg line{
	stroke:var(--pbmit-white-color)
}
.pbmit-rev-button-global.rev-btn svg line{
	stroke: var(--pbmit-white-color);
}
.pbmit-rev-button-global.rev-btn:hover svg line{
	stroke: var(--pbmit-global-color);
}
#rev_slider_2_1_wrapper .uranus .tp-bullet{
	border-radius:50%; 
	box-shadow:0 0 0 2px rgba(255,255,255,0); 
	-webkit-transition:box-shadow 0.3s ease; 
	transition:box-shadow 0.3s ease; 
	background:transparent; 
	width:15px; 
	height:15px
}
#rev_slider_2_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover{
	box-shadow:0 0 0 2px rgba(255,255,255,1); 
	border:none; 
	border-radius:50%; 
	background:transparent
}
#rev_slider_2_1_wrapper .uranus .tp-bullet-inner{
	-webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease; 
	transition:background-color 0.3s ease,transform 0.3s ease; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	outline:none; 
	border-radius:50%; 
	background-color:rgba(255,255,255,0); 
	background-color:rgba(255,255,255,0.3); 
	text-indent:-999em; 
	cursor:pointer; 
	position:absolute
}
#rev_slider_2_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
	transform:scale(0.4); 
	-webkit-transform:scale(0.4); 
	background-color:rgba(255,255,255,1)
}
/** Slider 03 **/
#rev_slider_3_1_wrapper .uranus .tp-bullet{
	border-radius:50%; 
	box-shadow:0 0 0 2px rgba(255,255,255,0); 
	-webkit-transition:box-shadow 0.3s ease; 
	transition:box-shadow 0.3s ease; 
	background:transparent; 
	width:15px; 
	height:15px
}
#rev_slider_3_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_3_1_wrapper .uranus .tp-bullet.rs-touchhover{
	box-shadow:0 0 0 2px rgba(255,255,255,1); 
	border:none; 
	border-radius:50%; 
	background:transparent
}
#rev_slider_3_1_wrapper .uranus .tp-bullet-inner{
	-webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease; 
	transition:background-color 0.3s ease,transform 0.3s ease; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	outline:none; 
	border-radius:50%; 
	background-color:rgba(255,255,255,0); 
	background-color:rgba(255,255,255,0.3); 
	text-indent:-999em; 
	cursor:pointer; 
	position:absolute
}
#rev_slider_3_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_3_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
	transform:scale(0.4); 
	-webkit-transform:scale(0.4); 
	background-color:rgba(255,255,255,1)
}
#rev_slider_3_1_wrapper .rev-btn.pbmit-rev-outline svg line{
	stroke: var(--pbmit-white-color);
}
#rev_slider_3_1_wrapper .rev-btn.pbmit-rev-outline:hover svg line{
	stroke: var(--pbmit-blackish-color);
}
/** Slider 04 **/
#rev_slider_4_1_wrapper .zeus.tparrows{
	cursor:pointer; 
	min-width:70px; 
	min-height:70px; 
	position:absolute; 
	display:block; 
	z-index:1000; 
	border-radius:50%;  
	overflow:hidden; 
	background:rgba(0,0,0,0.1)
}
#rev_slider_4_1_wrapper .zeus.tparrows:before{
	font-family:'pbminfotech-base-icons'; 
	font-size: 30px; 
	color:#ffffff; 
	display:block; 
	line-height:70px; 
	text-align:center;  
	z-index:2; 
	position:relative
}
#rev_slider_4_1_wrapper .zeus.tparrows.tp-leftarrow:before,
#rev_slider_5_1_wrapper .persephone.tparrows.tp-leftarrow:before{
	content:'\e81e'
}
#rev_slider_4_1_wrapper .zeus.tparrows.tp-rightarrow:before,
#rev_slider_5_1_wrapper .persephone.tparrows.tp-rightarrow:before{
	content:'\e814'
}
#rev_slider_4_1_wrapper .zeus .tp-title-wrap{
	background:rgba(0,0,0,0.5); 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px; 
	position:absolute; 
	opacity:0; 
	transform:scale(0); 
	-webkit-transform:scale(0); 
	transition:all 0.3s; 
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s; 
	border-radius:50%
}
#rev_slider_4_1_wrapper .zeus .tp-arr-imgholder{
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0px; 
	left:0px; 
	background-position:center center; 
	background-size:cover; 
	border-radius:50%; 
	transform:translatex(-100%); 
	-webkit-transform:translatex(-100%); 
	transition:all 0.3s; 
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s
}
#rev_slider_4_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder{
	transform:translatex(100%); 
	-webkit-transform:translatex(100%)
}
#rev_slider_4_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder{
	transform:translatex(0); 
	-webkit-transform:translatex(0); 
	opacity:1
}
#rev_slider_4_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap{
	transform:scale(1); 
	-webkit-transform:scale(1);
	opacity:1
}
/** Style 5 **/
.pbmit-slide-title svg{
	height:10px;
	margin-top:-2px;
	margin-left:5px
}
.pbmit-slide-title svg{
	width:60px;
	height:60px; 
	margin:0
}
.pbmit-slide-title svg{
	fill:none;
	stroke:var(--pbmit-global-color);
	stroke-width:1;
	stroke-miterlimit:10
}
.pbmit-slide-title svg line:nth-child(1){
	stroke-dasharray:25px;
	stroke-dashoffset:50px;
	transition:stroke-dashoffset 0.5s cubic-bezier(0.61,1,0.88,1)
}
.pbmit-slide-title svg line:nth-child(2),
.pbmit-slide-title svg line:nth-child(3){
	stroke-dasharray:20px;
	stroke-dashoffset:40px;
	transition:stroke-dashoffset 0.6s cubic-bezier(0.61,1,0.88,1) 0.3s
}
.pbmit-slide-title:hover svg line{
	stroke-dashoffset:0;
	stroke:var(--pbmit-white-color)
}
#rev_slider_5_1_wrapper .pbmit-slide-title svg line{
	stroke:var(--pbmit-white-color);
	stroke-width: 1px;
}
#rev_slider_5_1_wrapper .persephone.tparrows{
	cursor:pointer;
	background:transparent;
	width:60px;
	height:60px;
	position:absolute;
	display:block;
	z-index:1000; 
	border:1px solid #ffffff
}
#rev_slider_5_1_wrapper .persephone.tparrows.rs-touchhover{
	background:transparent
}
#rev_slider_5_1_wrapper .persephone.tparrows:before{
	font-family:'pbminfotech-base-icons';
	font-size: 30px;
	color:#ffffff;
	display:block;
	line-height:60px;
	text-align:center
}

/*----------------------------------------*/
/*  16 - Marquee
/*----------------------------------------*/
/** Style 1 **/
.section-lgb .bg-grey{
	background: #eaeaea;
    padding: 50px 0;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after,
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	-webkit-text-size-adjust: 0%;
	-webkit-text-fill-color: #000;
	-moz-text-stroke-color: rgba(33, 44, 64,.5);
	-webkit-text-stroke-color: rgba(33, 44, 64,.5);
	-webkit-text-stroke-width: 2px;
}
.pbmit-marquee-effect-style-1 .textorange::after,
.pbmit-marquee-effect-style-1 .textorange{
    -webkit-text-fill-color: #ce4d0e;
    -webkit-text-stroke-color: #ce4d0e;
    color: #ce4d0e;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
	font-family: Open Sans,sans-serif;
	letter-spacing: 5px;
}
.pbmit-element-title sup {
    font-size: 2rem;
    color: #ce4d0e;
    -webkit-text-fill-color: #ce4d0e;
    -webkit-text-stroke-color: #ce4d0e;
}
.textorange sup {
    font-size: 2rem;
    color: #000;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-color: #000;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
	position: relative;
	margin-left: 50px !important;
	margin-right: 50px !important;
	display:flex;
	align-items: center;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
	content: "\00BB";
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	top: 40%;
	left: -70px;
	display: inline-block;
	font-size: 35px;
	line-height: 35px;
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-bg-color-global .pbmit-marquee-effect-style-1 .pbmit-element-title,
.pbmit-bg-color-global .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
}

/*----------------------------------------*/
/*  17 - Client
/*----------------------------------------*/
.pbmit-hide {
    display: none;
}
/** Style 1 **/
.pbmit-client-style-1{
	overflow: hidden;
	padding-right: 1px;
	position: relative;
}
.pbmit-client-style-1 .pbmit-client-content {
	text-align: center;
	padding: 80px 20px;
	border: 1px solid rgba(33, 44, 64,0.20);
}
.pbmit-element-client-style-1 .pbmit-marquee-container .swiper-wrapper {
	-webkit-transition-timing-function: linear!important;
	transition-timing-function: linear!important;
	position: relative;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
	position: relative;
    text-align: center;
    z-index: 1;
    height: -webkit-max-content;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-featured-wrapper {
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}

/*----------------------------------------*/
/* 18 - Pricing Table
/*----------------------------------------*/
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	position: relative;
	overflow: hidden;
	padding: 65px;
	z-index: 1;
	text-align: center;
	background-color: var(--pbmit-light-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background: var(--pbmit-white-color);
	border: 1px solid rgba(33, 44, 64, 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w {
	font-size: 15px;
	line-height: 25px;
	padding: 0px 12px 0 15px;
	position: absolute;
	top: 18px;
	right: 0;
	background-color: #e6b906;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 4px solid var(--pbmit-white-color);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.pbminfotech-ele-ptable-style-1 .pbmit-icon-type-icon {
	font-size: 100px;
	line-height: 100px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-image img{
	margin-bottom: 30px;
	width: 150px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-text {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	display: inline-block;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-icon-type-icon {
	color: rgba(var(--pbmit-global-color-rgb), 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
	padding-bottom: 40px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 15px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
	font-size: 80px;
	line-height: 80px;
	color: var(--pbmit-global-color);
	padding: 0 1px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price-w {
	position: relative;
	display: inline-flex;
	margin: 0 auto;
	text-align: center;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
	font-size: 45px;
	line-height: 50px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	margin-left: 2px;
	align-self: center;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	bottom: -16px;
	letter-spacing: -0.6px;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn {
	display: inline-flex;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a {
	padding: 12px 28px;
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover {
	background-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding: 0 30px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
	padding: 50px 35px;
	margin-top: 30px;
	border-top: 1px solid rgba(33, 44, 64, 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 12px;
	display: flex;
	align-items: flex-start;
	text-align: left;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line:last-child {
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line i {
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	position: relative;
	top: 3px;
	transform: rotate(14deg);
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 800;
    font-style: normal;
}

/* --------------------------------------
* 19 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    display: block;
    text-align: center;
}
.pbmit-sortable-list-ul li {
    display: inline-block;
}
.pbmit-sortable-list a {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.pbmit-sortable-list a.pbmit-selected {
    background: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

/* --------------------------------------
* 20 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style4,
.pbmit-animation-style3,
.pbmit-animation-style2,
.pbmit-animation-style1{
	display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(.5,.5,0,1);
}
.pbmit-animation-style4 img,
.pbmit-animation-style3 img,
.pbmit-animation-style2 img,
.pbmit-animation-style3 img{
	transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5,.5,0,1);
}

/* --------------------------------------
* 21 - Card Box
* ---------------------------------------*/
.pbmit-element-card-box-style-1 .pbmit-content-box .pbmit-card-box-wrapper-inner {
	border: 1px solid #e5e5e5;
	background-color: var(--pbmit-white-color);
}
.pbmit-element-card-box-style-1 .pbmit-card-box {
	padding: 0 150px 0 90px;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-number h4 {
	font-size: 130px;
	line-height: 130px;
	font-weight: 800;
	margin: 0;
	padding-bottom: 60px;
	-webkit-text-size-adjust: 0%;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	-moz-text-stroke-color: var(--pbmit-global-color);
	-webkit-text-stroke-color: var(--pbmit-global-color);
	-moz-text-stroke-width: 1px;
	-webkit-text-stroke-width: 1px;
	font-family: Open Sans,sans-serif;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-title h4 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: var(--pbmit-global-color);
}
.pbmit-element-card-box-style-1 .pbmit-card-box-desc {
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-line {
	padding: 40px 0 0 20px;
}
.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p {
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: var(--pbmit-global-color);
}
.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p::before {
	content: '\e88d';
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	top: 6px;
	left: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: var(--pbmit-global-color);
}

/* --------------------------------------
* 22 - Split-Slide
* ---------------------------------------*/
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {
	padding: 100px 250px 150px 120px;
	position: relative;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox .pbmit-split-slide-item {
	margin: 0 0 35px 0;
	position: relative;
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: rgba(255, 255, 255,0.8);
}
.pbmit-element-split-slide-style-1 .pbmit-heading-subheading {
	margin: 0;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox,
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img {
	padding: 150px 0 0 0;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img .pbmit-bg-imgbox{
	position: relative;
}
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.first,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.last,
.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.active {
	opacity: 1;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-highlight-image {
	position: relative;
	overflow: hidden;
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-ihbox-icon {
	margin-right: 30px;
}
.pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4 {
	font-size: 36px;
	line-height: 42px;
	z-index: 1;
	margin-bottom: 35px;
	padding-bottom: 35px;
	color: var(--pbmit-white-color);
	border-bottom: 1px solid rgba(255, 255, 255,0.2);
}
.pbmit-bg-color-global .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc {
	color: rgba(255, 255, 255,0.8);
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
	font-size: 100px;
	line-height: 100px;
	font-weight: 800;
	margin: 0;
	padding-bottom: 140px;
	-webkit-text-size-adjust: 0%;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	-moz-text-stroke-color: rgba(255, 255, 255,0.3);
	-webkit-text-stroke-color: rgba(255, 255, 255,0.3);
	-moz-text-stroke-width: 1px;
	-webkit-text-stroke-width: 1px;
	font-family: Open Sans,sans-serif;
}
.pbmit-bg-color-global.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {
	-moz-text-stroke-color: rgba(255, 255, 255,0.3);
	-webkit-text-stroke-color: rgba(255, 255, 255,0.3);
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-icon-type-icon {
	font-size: 85px;
	color: var(--pbmit-global-color);
}
.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-icon-box-wrapper {
	margin: 0 0 40px 0;
	padding: 0 0 60px 0;
	position: relative;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .20);
}
.pbmit-element-split-slide-style-1 .pbmit-split-video-box,
.pbmit-element-split-slide-style-1 .pbmit-subheading-wraper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pbmit-element-split-slide-style-1 .pbmit-split-icon-title{
	margin-right: 40px;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox {
	justify-content: space-between;
	overflow: hidden;
}
.pbmit-element-split-slide-style-1 .pbmit-split-icon-title h4{
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	position: relative;
}
.pbmit-element-split-slide-style-1 .pbmit-element-split-slide-wrapper {
	margin-top: -110px;
	z-index: -1;
}
.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img .pbmit-img-box {
	position: relative;
}

/* --------------------------------------
* 23 - Vertical Snap
* ---------------------------------------*/
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image {
	position: relative;
}
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-main-snap {
    position: relative;
    overflow: hidden;
}
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: -moz-linear-gradient(right,  rgba(33, 44, 64,0.8) 0%, rgba(33, 44, 64,0.8) 63%, rgba(33, 44, 64,0) 100%); 
	background: -webkit-linear-gradient(right,  rgba(33, 44, 64,0.8) 0%,rgba(33, 44, 64,0.8) 63%,rgba(33, 44, 64,0) 100%); 
	background: linear-gradient(to left,  rgba(33, 44, 64,0.8) 0%,rgba(33, 44, 64,0.8) 63%,rgba(33, 44, 64,0) 100%);
}
.pbmit-verticle-snap-style-1 {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background-size: cover;
	background-position: bottom center;
	background-image: url(../images/homepage-3/bg/verticle-snap.jpg);
}
.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-section {
	position: relative;
	z-index: 3;
}
.pbmit-verticle-snap-style-1 .pbmit-hs-wrap .container {
	padding: 0;
}
.pbmit-verticle-snap-style-1 .pbmit-hs-wrap {
	margin-left: 25%;
}
.pbmit-verticle-snap-style-1 .pbmit-verticle-content {
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 40px;
	justify-content: space-between;
	border-bottom: 1px solid var(--pbmit-white-color);
}
.pbmit-verticle-snap-style-1 .pbmit-step-number,
.pbmit-verticle-snap-style-1 .pbmit-verticle-title {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: var(--pbmit-white-color);
}
.pbmit-verticle-snap-style-1 .pbmit-step-number {
	padding-right: 160px;
}
.pbmit-verticle-snap-style-1 .pbmit-verticle-number {
	font-size: 120px;
	line-height: 120px;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: -2px ;
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  11 - Heading
/*----------------------------------------*/

.main-banner {
	height: 100%;
	position: relative;
}

.main-banner {
	display: table;
	width: 100%;
	text-align: center;
}

.main-banner::after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	z-index: 0;
	opacity: .6;
}

.heading {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.heading h1 {
	color: #ffffff;
	font-weight: 700;
	font-size: 62px;
	text-transform: capitalize;
}

.heading p {
	font-size: 18px;
	padding: 20px 0px;
}

.heading h3 {
	color: ffffff;
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}


.cd-headline.clip span {
	display: inline-block;
	padding: .2em 0;
	color: #ffffff;
	font-size: 30px;
}

.cd-headline.clip span b {
	text-transform: uppercase;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
	/* line */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #aebcb9;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

/*----------------------------------------*/
/*  12 - bond new tiles
/*----------------------------------------*/

.invest-nos-u * {
	font-family: 'DM Sans', sans-serif;
}

.invest-nos-u {
	background: #fff;
	margin: 0px 5px;
	padding: 10px;
	border-radius: 10px;
	border: 1.7px solid #000000;
	max-width: 285px;
	max-height: 180px;

}

.invest-nos-u .bond-type {
	color: #a6a6a6;
	font-size: 12px;
	padding: 0 0;
}

.invest-nos-u .yield-label {
	color: #1f3e50;
	font-size: 10px;
	font-weight: 800;
	padding: 0;
	margin: 0;
	position: relative;
	top: 16px;
}

.invest-nos-u .yield {
	text-align: center;
	color: #cb571c;
	font-size: 30px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	position: relative;
	top: 8px;
	left: 2px;
}

.invest-nos-u .min-inv-label {
	color: #a6a6a6;
	font-size: 11px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 29px;
}

.invest-nos-u .min-inv {
	color: #000000;
	font-size: 16px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 25px;
	font-weight: 600;
}

.invest-nos-u .company-name {
	color: #040404;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 185px;
}

.invest-nos-u .payment-mode-label {
	color: #1e3e49;
	font-size: 13px;
}

.invest-nos-u .payment-mode {
	color: #c66226;
	font-size: 13px;
}

.d-flex {
	display: flex !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.ms-auto {
	margin-left: 10px !important;
}

.invest-nos-u .firstsec-u p {
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: 900;
}

.invest-nos-u .rating-agency {
	font-size: 11px;
	position: relative;
	top: -5px;
	font-weight: bold;
}

.invest-nos-u .rating {
	font-size: 18px;
	font-weight: bold;
	top: 2px;
	position: relative;
}

.invest-nos-u .cb-details-u {

	justify-content: center;
	align-items: left;
	font-family: Arial, sans-serif;
	border-radius: 4px;
	flex-direction: column;
}

.invest-nos-u .rating-box {
	width: 60px;
	height: 60px;
	border: 1.7px solid #cb571c;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	border-radius: 10px;
	flex-direction: column;
	background-color: #cb571c;
	color: white;
}