/******************************

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Testimonial
    07 - Header
    08 - Footer
    09 - Title Bar
    10 - Overlap Colomn
    11 - Accordion
    12 - Circle Progress
    13 - List Group
    14 - Pbmit Slider
    15 - Marquee
    16 - Client
    17 - Img Animation
    18 - Event Style
    19 - Static Box
    20 - Course Style
	21 - Award Box
    22 - Sortable
	23 - Progress Bar
	24 - Tab

******************************/

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading{
    margin-bottom: 50px;
}
.pbmit-heading-subheading .pbmit-subtitle{
	font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--pbmit-global-color);
    text-transform: none;
    font-style: normal;
	position: relative;
    display: inline-block;
	margin-bottom: 5px;
}
.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle{
	color: var(--pbmit-secondary-color);
}
.pbmit-heading-subheading .pbmit-title{
	font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0px;
	margin-bottom: 0;
    text-transform: none;
    font-style: normal;
    color: var(--pbmit-blackish-color);	
}
.pbmit-heading-subheading.text-white .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 20px;
}
.pbmit-heading-subheading .pbmit-heading_desc{
	font-size: 18px;
    font-weight: 600;
    line-height: 24px;
	margin-top: 20px;
}

/********** For The Same Css **********/
.pbmit-meta-lessons-wrapper .pbmit-meta-line,
.pbmit-course-wrapper .pbminfotech-price-wrap,
.pbmit-course-style-1 .instructor-display-name,
.pbmit-ihbox-style-7 .pbmit-heading-desc,
#pbmit-clock .countdown-amount,
.pbmit-author-content .pbmit-author-name,
.comments-area .pbmit-comment-meta,
.pbmit-single-event-footer .accordion-item .accordion-body .pbmit-heading-text span,
.course-single .instructor-display-name{
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
    font-style: normal;
}
.pbmit-ihbox-btn a,
.pbmit-button a,
.pbmit-btn-style-text .button-wrapper a{
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-1 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-1 {
	display: inline-block;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg {
	margin-right: 15px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	margin-right: 15px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image) {
	width: 56px;
	height: 56px;
	line-height: 65px;
	text-align: center;
	font-size: 22px;
	border-radius: 50px;
	transform: scale(1.0);
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	line-height: 56px !important;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image)::after {
	transform: scale(1.02);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image img{
	max-width: 56px;
	height: 56px;
	border-radius: 50px;
}
.pbmit-element-viewtype-carousel .pbmit-miconheading-style-1 {
	padding: 5px 0 0 5px;
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 2px;
	font-weight: 600;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 700;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn,
.pbmit-ihbox-style-1 .pbmit-heading-desc {
	padding-top: 10px;
}
.pbmit-ihbox-style-1 .pbmit-element-title a,
.pbmit-ihbox-style-1 .pbmit-element-title {
	color: var(--pbmit-global-color);
}
/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-ihbox-style-2 {
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon {
	display: inline-flex;
	align-items: center;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon {
	padding: 30px;
	margin-right: 30px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon {
	width: 80px;
	height: 80px;
	line-height: 90px;
	text-align: center;
	font-size: 40px;
	border-radius: 100%;
	transform: scale(1.0);
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image::before,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image::after,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text::before,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text::after,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon::before,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon::after,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon  {
	border-radius: 100%;
}
.pbmit-miconheading-style-2 .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	line-height: 90px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	font-size: 35px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image::before,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text::before,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon::before {
	position: absolute;
	content: '';
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	z-index: -1;
	left: -15px;
	top: -15px;
	background-color: rgba(102, 33, 186,.5);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image::after,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text::after,
.pbmit-ihbox-style-2 .pbmit-icon-type-icon::after {
	position: absolute;
	content: '';
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	z-index: -1;
	left: -30px;
	top: -30px;
	background-color: rgba(102, 33, 186,.1);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image {
	position: relative;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img{
	max-width: 80px;
	height: 80px;
	border-radius: 100%;
}
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-2:hover .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2:hover .pbmit-icon-type-icon {
	transform: scale(1.1);
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 2px;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 700;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn,
.pbmit-ihbox-style-2 .pbmit-heading-desc {
	padding-top: 10px;
}
.pbmit-ihbox-style-2 .pbmit-element-title a,
.pbmit-ihbox-style-2 .pbmit-element-title {
	color: var(--pbmit-global-color);
}
/** Style 3 **/
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-3 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-wrap {
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	font-size: 65px;
	line-height: 65px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	margin-right: 15px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
	margin-right: 15px;
}
.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-wrapper {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img{
	width: 65px;
	height: 65px;
	border-radius: 100%;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 30px;
	border-radius: 100%;
	transform: scale(1.0);
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-type-text::after {
	transform: scale(1.02);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn{
	margin-top: 10px;
}
/** Style 4 **/
.pbmit-ihbox-style-4{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 {
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-headingicon {
	text-align: center;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon {
	width: 115px;
	height: 115px;
	line-height: 130px;
	text-align: center;
	font-size: 65px;
	transform: scale(1.0);
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	line-height: 115px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image::before,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image::after,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text::before,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text::after,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon::before,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon::after,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon {
	border-radius: 100%;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 40px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image::before,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text::before,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon::before {
	position: absolute;
	content: '';
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	z-index: -1;
	left: -15px;
	top: -15px;
	background-color: rgba(102, 33, 186,.5);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image::after,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text::after,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon::after {
	position: absolute;
	content: '';
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	z-index: -1;
	left: -30px;
	top: -30px;
	background-color: rgba(102, 33, 186,.1);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image {
	max-width: 115px;
	height: 115px;
	position: relative;
	border-radius: 100%;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg {
	margin-bottom: 30px;
}
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-secondary-color);
}
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text,
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-icon-type-icon {
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-icon-type-icon {
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text::before,
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-icon-type-icon::before {
	background-color: rgba(255,255,255,.5);
}
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text::after,
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-icon-type-icon::after {
	background-color: rgba(255,255,255,.1);
}
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-4:hover .pbmit-icon-type-icon {
	transform: scale(1.1);
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn {
	padding-top: 15px;
}
.pbmit-element-viewtype-carousel .pbmit-miconheading-style-4 {
	padding: 10px 0 0 0;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon {
	position: relative;
}
.pbmit-miconheading-style-4:not(:last-child) .pbmit-ihbox-style-4 .pbmit-ihbox-icon::after {
	content: '\e827';
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	top: 50%;
	right: -45px;
	font-size: 40px;
	color: var(--pbmit-secondary-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-bg-color-global .pbmit-ihbox-style-4 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-heading-desc{
	color: rgba(255,255,255,.6);
}
/** Style 5 **/
.pbmit-ihbox-style-5 .pbmit-ihbox-wrap {
	display: inline-flex;
	padding-bottom: 5px;
}
.pbmit-ihbox-style-5 .pbmit-element-title,
.pbmit-ihbox-style-5 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-5 .pbmit-element-title a,
.pbmit-ihbox-style-5 .pbmit-element-title {
	color: var(--pbmit-global-color);
}
.pbmit-text-color-white .pbmit-ihbox-style-5 .pbmit-element-title {
	color: var(--pbmit-white-color);
}
.pbmit-text-color-blackish .pbmit-ihbox-style-5 .pbmit-element-title {
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle {
	position: relative;
	padding-left: 16px;
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle::before {
	content: ':';
	position: absolute;
	left: 6px;
	top: -2px;
}
.pbmit-ihbox-style-5 .pbmit-element-title span {
	position: relative;
	padding-right: 21px;
}
.pbmit-ihbox-style-5 .pbmit-element-title span::after {
	content: '-';
	position: absolute;
	top: -2px;
	right: 7px;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-5 .pbmit-element-title span.pbmit-button-wrapper,
.pbmit-ihbox-style-5 .pbmit-element-title .pbmit-button-text {
	padding: 0;
}
.pbmit-ihbox-style-5 .pbmit-element-title span.pbmit-button-wrapper::after,
.pbmit-ihbox-style-5 .pbmit-element-title .pbmit-button-text::after {
	content: none;
}
/** Style 6 **/
.pbmit-ihbox-style-6 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle {
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
	padding-left: 10px;
	margin-bottom: 0;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-6 .pbmit-element-subtitle::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 0;
	border-radius: 50px;
	background-color: var(--pbmit-secondary-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-ihbox-style-6 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.pbmit-ihbox-style-6 .pbmit-element-title a{
	color: var(--pbmit-white-color);
}
/** Style 7 **/
.pbmit-ihbox-style-7 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-7 {
	text-align: center;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-wrap {
	display: inline-flex;
	align-items: center;
	margin-bottom: 5px;
	position: relative;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper {
	margin-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
	margin-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}
.pbmit-ihbox-style-7 .pbmit-element-title {
	font-size: 84px;
	line-height: 90px;
	margin-bottom: 0;
	font-weight: 700;
	position: relative;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-heading-desc {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon {
	font-size: 70px;
	line-height: 70px;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image img{
	width: 75px;
	height: 68px;
	position: absolute;
	top: -42px;
	left: -25px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 35px; 
	border-radius: 100%;
	transform: scale(1.0);
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
	background-color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-type-text::after {
	transform: scale(1.02);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a {
	padding: 12px 40px;
	border-radius: 50px;
	margin-top: 45px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a:hover {
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image img {
	animation: animation01 2s infinite alternate;
}
@keyframes animation01 {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.0);
	} 
}
.pbmit-ihbox-btn a {
    position: relative;
    display: inline-block;
}
/** Style 8 **/
.pbmit-miconheading-style-8{
	margin-bottom: 15px;
}
.pbmit-ihbox-style-8 {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-inner {
	display: flex;
	justify-content: space-between;
}
.pbmit-ihbox-style-8 .pbmit-content-wrap,
.pbmit-ihbox-style-8 .pbmit-ihbox-wrap {
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-8 .pbmit-element-subtitle {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600 !important;
	padding-right: 10px;
	margin-bottom: 0;
	position: relative;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600 !important;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 .pbmit-element-subtitle::after {
	content: "-";
	top: 0;
	right: -3px;
	position: relative;
}
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 15px;
	line-height: 15px;
	margin: 0;
	font-weight: 500;
	position: relative;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 .pbmit-element-title::after {
	content: ":";
	top: 0;
	right: -1;
	position: relative;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
	padding-right: 5px;
}
.pbmit-ihbox-style-8 .pbmit-icon-type-icon {
	font-size: 16px;
	line-height: 16px;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image img {
	width: 16px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg {
	margin-right: 10px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {
	font-size: 15px;
	line-height: 15px;
	color: var(--pbmit-secondary-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255, 0.1);
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1{
	margin-bottom:30px;
}
.pbmit-team-style-1 .pbminfotech-post-item {
	text-align: center;
	position: relative;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	border-radius: 20px;
}
.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-team-style-1 .pbminfotech-box-team-position {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: var(--pbmit-global-color);
}
.pbmit-team-style-1 .pbmit-featured-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}
.pbmit-team-style-1 .pbminfotech-social-box {
	margin-top: 35px;
}
.pbmit-team-style-1 .pbmit-wrap-inner {
	top: 50%;
	position: relative;
	-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 .pbmit-inner-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px 40px;
	background-color: var(--pbmit-global-color);
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	transition: 0.5s;
}
.pbmit-team-style-1:hover .pbmit-inner-wrap {
	bottom: 0;
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.pbmit-team-style-1 .pbmit-short-description {
	transition: 0.5s;
	opacity: 0;
	transform: translateY(-20px);
	color: var(--pbmit-white-color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pbmit-team-style-1:hover .pbmit-short-description {
	opacity: 1;
	transform: translateY(0);
}
.pbmit-team-style-1 .pbmit-team-social-links li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 0px 3px 0;
}
.pbmit-team-style-1 .pbmit-team-social-links li:last-child {
	margin: 0;
}
.pbmit-team-style-1 .pbmit-team-social-links li a {
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	visibility: hidden;
	border-radius: 100%;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
}
.pbmit-team-style-1 .pbmit-team-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-team-style-1:hover .pbmit-team-social-links li a {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}
.pbmit-team-style-1 .pbmit-featured-wrapper img,
.pbmit-element-column-one .pbmit-team-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}
/** Style 2 **/
.pbmit-team-style-2 .pbminfotech-post-item {
	text-align: center;
	position: relative;
}
.pbmit-team-style-2 .pbmit-featured-wrapper img {
	border-radius: 100%;
}
.pbmit-team-style-2 .pbmit-team-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-team-style-2 .pbminfotech-box-team-position {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: var(--pbmit-global-color);
}
.pbmit-team-style-2 .pbmit-featured-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	margin-bottom: 30px;
}
.pbmit-team-style-2 .pbminfotech-social-box {
	margin-top: 35px;
}
.pbmit-team-style-2 .pbmit-wrap-inner {
	top: 50%;
	position: relative;
	-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-inner-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px 70px;
	border-radius: 100%;
	background-color: var(--pbmit-global-color);
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	transition: 0.5s;
}
.pbmit-team-style-2:hover .pbmit-inner-wrap {
	bottom: 0;
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.pbmit-team-style-2 .pbmit-short-description {
	transition: 0.5s;
	opacity: 0;
	transform: translateY(-20px);
	color: var(--pbmit-white-color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pbmit-team-style-2:hover .pbmit-short-description {
	opacity: 1;
	transform: translateY(0);
}
.pbmit-team-style-2 .pbmit-team-social-links li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 3px 3px 0;
}
.pbmit-team-style-2 .pbmit-team-social-links li:last-child {
	margin: 0;
}
.pbmit-team-style-2 .pbmit-team-social-links li a {
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	visibility: hidden;
	border-radius: 100%;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
	transition-delay: calc(0.2s);
}
.pbmit-team-style-2 .pbmit-team-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-team-style-2:hover .pbmit-team-social-links li a {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
} 
.pbmit-team-style-2 .pbmit-featured-wrapper img,
.pbmit-element-column-one .pbmit-team-style-2 .pbmit-featured-wrapper img {
	width: 100%;
}
/** Style 3 **/
.pbmit-element-team-style-3 .pbminfotech-post-item {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.pbmit-element-team-style-3 .pbmit-heading-subheading {
	margin-bottom: 25px;
}
.pbmit-element-team-style-3 .pbmit-featured-wrapper img {
	border-radius: 20px;
}
.pbmit-element-team-style-3 .pbmit-team-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-element-team-style-3 .pbminfotech-box-team-position {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: var(--pbmit-global-color);
}
.pbmit-element-team-style-3 .pbmit-featured-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}
.pbmit-element-team-style-3 .pbminfotech-social-box {
	margin-top: 35px;
}
.pbmit-element-team-style-3 .pbmit-wrap-inner {
	top: 50%;
	position: relative;
	-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-element-team-style-3 .pbmit-inner-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px 40px;
	background-color: var(--pbmit-global-color);
	-webkit-transform: translateY(101%);
	-khtml-transform: translateY(101%);
	-moz-transform: translateY(101%);
	-ms-transform: translateY(101%);
	-o-transform: translateY(101%);
	transform: translateY(101%);
	transition: 0.5s;
}
.pbmit-element-team-style-3 .pbminfotech-post-item:hover .pbmit-inner-wrap {
	bottom: 0;
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.pbmit-element-team-style-3 .pbmit-short-desc {
	transition: 0.5s;
	transition-delay: 0.3s;
	opacity: 0;
	transform: translateY(-20px);
	color: var(--pbmit-white-color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pbmit-element-team-style-3 .pbminfotech-post-item:hover .pbmit-short-desc {
	opacity: 1;
	transform: translateY(0);
}
.pbmit-element-team-style-3 .pbmit-team-social-links li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 3px 3px 0;
}
.pbmit-element-team-style-3 .pbmit-team-social-links li:last-child {
	margin: 0;
}
.pbmit-element-team-style-3 .pbmit-team-social-links li a {
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	visibility: hidden;
	border-radius: 100%;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
}
.pbmit-element-team-style-3 .pbmit-team-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-element-team-style-3 .pbminfotech-post-item:hover .pbmit-team-social-links li a {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
} 
.pbmit-element-team-style-3 .pbminfotech-post-item:hover .pbmit-team-social-links li:nth-child(1) a {
	transition-delay: 0.1s;
}
.pbmit-element-team-style-3 .pbminfotech-post-item:hover .pbmit-team-social-links li:nth-child(2) a {
	transition-delay: 0.20s;
}
.pbmit-element-team-style-3 .pbminfotech-post-item:hover .pbmit-team-social-links li:nth-child(3) a {
	transition-delay: 0.30s;
}
.pbmit-element-team-style-3 .pbminfotech-post-item:hover .pbmit-team-social-links li:nth-child(4) a {
	transition-delay: 0.40s;
}
.pbmit-element-team-style-3 .pbminfotech-post-item:hover .pbmit-team-social-links li:nth-child(5) a {
	transition-delay: 0.50s;
}
.pbmit-element-team-style-3 .pbminfotech-post-item:hover .pbmit-team-social-links li:nth-child(6) a {
	transition-delay: 0.60s;
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	text-align: center;
}
.pbminfotech-ele-fid-style-2.pbmit-ele .pbmit-fld-contents{
	text-align: left;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 100px;
	line-height: 90px;
	display: inline-block;
	margin: 0;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 15px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 50px;
	line-height: 50px;
	position: relative;
	right: 10px;
	top: -40px;
}
.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: 50px;
	line-height: 50px;
	position: relative;
	left: 0px;
	top: -40px;
}
.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 {
	text-align: center;
	width: 320px;
	height: 320px;
	line-height: inherit;
	padding: 100px 0;
	border-radius: 100%;
	position: relative;
	background-color: var(--pbmit-light-color);
}
.pbminfotech-ele-fid-style-3::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 320px;
	height: 320px;
	line-height: inherit;
	padding: 100px 0;
	border-radius: 100%;
	border: 2px dashed rgba(102, 33, 186,0.3);
}
.pbminfotech-ele-fid-style-3:hover::after {
	-webkit-animation-name: Rotate;
	animation-name: Rotate;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.pbminfotech-ele-fid-style-3 .pbmit-fld-contents {
	line-height: inherit;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	font-size: 100px;
	line-height: 90px;
	display: inline-block;
	margin: 0;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 15px;
	color: var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-3 .pbmit-icon-type-icon,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-3 .pbmit-icon-type-icon {
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid sup,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 50px;
	line-height: 50px;
	position: relative;
	right: 10px;
	top: -40px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 50px;
	line-height: 50px;
	position: relative;
	left: 0px;
	top: -40px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid-before sub {
	bottom: -8px;
	top: inherit;
}
@-webkit-keyframes Rotate {
	from {
	  -webkit-transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes Rotate {
	from {
	  -moz-transform: rotate(0deg);
	}
	to {
	  -moz-transform: rotate(360deg);
	}
}
@-ms-keyframes Rotate {
	from {
	  -ms-transform: rotate(0deg);
	}
	to {
	  -ms-transform: rotate(360deg);
	}
}
/** Style 4 **/
.pbminfotech-ele-fid-style-4 {
	text-align: center;
	width: 235px;
	height: 235px;
	line-height: inherit;
	padding: 70px 0;
	border-radius: 100%;
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	margin: 0;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.pbminfotech-ele-fid-style-4 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 15px;
	color: var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-4 .pbmit-icon-type-icon,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-4 .pbmit-icon-type-icon {
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid span {
	position: relative;
	left: -10px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid sup,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid sub {
	font-size: 50px;
	line-height: 50px;
	position: relative;
	right: 10px;
	top: -40px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before sup {
	font-size: 50px;
	line-height: 50px;
	position: relative;
	left: 0px;
	top: -40px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid sup {
	top: -10px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before sub {
	bottom: -8px;
	top: inherit;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.pbmit-service-style-1{
	margin-bottom: 30px;
}
.pbmit-service-style-1 .pbminfotech-post-item {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.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);
	width: 100%;
}
.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: linear-gradient(to top,  rgba(0, 0, 0,0.7) 0%, rgba(0, 0, 0,0.7) 5%,rgba(0, 0, 0,0) 59%, rgba(0, 0, 0,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;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--pbmit-secondary-color);
}
.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 a {
	padding-left: 12px;
	position: relative;
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--pbmit-secondary-color);
}
.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-secondary-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: 24px;
	line-height: 24px;
	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(255,255,255,0.8);
}
/** Style 2 **/
.pbmit-element-service-style-2 .swiper-hover-slide-nav li h3 {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	position: relative;
}
.pbmit-element-service-style-2 .swiper-hover-slide-nav .pbminfotech-box-number {
	font-size: 14px;
	line-height: 18px;
	position: relative;
	top: -10px;
	color: var(--pbmit-global-color);
}
.pbmit-element-service-style-2 .swiper-hover-slide-nav .pbminfotech-box-title {
	padding-left: 8px;
}
.pbmit-element-service-style-2 .swiper-hover-slide-nav li .pbmit-title-inner::after {
	content: '\e869';
	font-family: 'pbminfotech-base-icons';
	font-size: 40px;
	line-height: 40px;
	position: relative;
	opacity: 0;
	top: 6px;
	font-weight: 500;
	right: -20px;
	color: var(--pbmit-global-color);
	transition: transform 500ms ease;
}
.pbmit-element-service-style-2 .swiper-hover-slide-nav li.pbmit-active .pbmit-title-inner::after {
	opacity: 1;
	visibility: visible;
}
.pbmit-element-service-style-2 .swiper-hover-slide-nav .pbminfotech-box-number::after {
	content: '/';
	position: absolute;
	top: 1px;
	right: -8px;
}
.pbmit-element-service-style-2 .swiper-hover-slide-nav {
	padding-right: 55px;
}
.pbmit-element-service-style-2 .swiper-hover-slide-nav li {
	list-style: none;
	display: inline-block;
	margin-bottom: 15px;
}
.pbmit-element-service-style-2 .swiper-hover-slide-nav ul {
	padding: 0;
	margin: 0;
	display: inline-grid;
}
.pbmit-element-service-style-2 .pbmit-main-hover-slider {
	display: flex;
}
.pbmit-element-service-style-2 .swiper-hover-slide-desc .pbmit-service-icon-wraper .pbmit-service-icon-inner {
	display: block;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-element-service-style-2 .swiper-hover-slide-desc .pbmit-desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-element-service-style-2 .swiper-hover-slide-desc .pbmit-service-icon-wraper i {
	font-size: 60px;
	line-height: 60px;
}
.pbmit-element-service-style-2 .swiper-hover-slide-desc .pbmit-service-icon-inner img {
	height: 70px;
	width: 70px;
}
.pbmit-element-service-style-2 .swiper-hover-slide-desc {
	text-align: center;
	padding: 100px 50px;
	width: 375px;
	height: 360px;
	z-index: 2;
	position: absolute;
	bottom: 40px;
	left: -80px;
	border: 3px solid var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
	border-radius: 46% 54% 44% 56% / 42% 39% 61% 58%;
}
.pbmit-element-service-style-2 .swiper-hover-slide-desc .swiper-wrapper {
	overflow: hidden;
}
.pbmit-element-service-style-2 .swiper-hover-slide-images {
	position: relative;
	text-align: right;
}
.pbmit-element-service-style-2 .swiper-hover-slide-images .pbmit-featured-wrapper img {
	padding: 20px;
	border-radius: 500px;
	border: 3px solid var(--pbmit-secondary-color);
}
.pbmit-element-service-style-2 .swiper-hover-slide-images .pbmit-featured-wrapper {
	display: inline-block;
}
.pbmit-element-service-style-2 .swiper-hover-slide-images .pbmit-featured-wrapper::after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	background-image: url(../images/homepage-2/download.svg);
	width: 73px;
	height: 60px;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/** Style 3 **/
.pbmit-element-service-style-3 .pbmit-element-posts-wrapper .pbmit-hover-inner {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 40px;
}
.pbmit-element-service-style-3 .pbmit-element-posts-wrapper .pbmit-hover-inner li .pbmit-title-box-wrap {
	max-width: 280px;
	text-align: center;
}
.pbmit-element-service-style-3 .swiper-static-slide-images {
	width: 390px;
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.pbmit-element-service-style-3 ul.pbmit-hover-inner li:nth-child(even) .pbmit-title-box-wrap {
	margin-left: auto;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-service-icon-wrapper {
	padding-bottom: 20px;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-service-icon-wrapper img {
	height: 55px;
	width: 55px;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-service-icon-wrapper i {
	font-size: 55px;
	line-height: 55px;
	color: var(--pbmit-global-color);
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-service-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-short-description,
.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-service-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-element-service-style-3 .swiper-hover-slide-nav .pbmit-service-title {
	-webkit-line-clamp: 1;
}
.pbmit-element-service-style-3 .pbmit-main-hover-faded {
	position: relative;
}
.pbmit-element-service-style-3 .swiper-hover-slide-images {
	width: 390px;
	position: absolute;
	top: -10px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.pbmit-element-service-style-3 .swiper-hover-slide-images .swiper-wrapper img {
	padding: 20px;
	height: auto;
	border-radius: 500px;
	border: 3px solid var(--pbmit-global-color);
}
.pbmit-element-service-style-3 .swiper-hover-slide-images .pbmit-hover-image-faded {
	position: relative;
}
.pbmit-element-service-style-3 .swiper-hover-slide-images .pbmit-hover-image-faded::after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	background-image: url(../images/homepage-1/bg/download.svg);
	width: 73px;
	height: 60px;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pbmit-element-service-style-3 .pbmit-ele-header-area {
	margin-bottom: 20px;
}
/** Style 4 **/
.pbmit-element-service-style-4 .pbmit-service-inner {
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 40px;
}
.pbmit-element-service-style-4 .pbmit-title-box-wrap {
	display: flex;
	align-items: center;
	position: relative;
}
.pbmit-element-service-style-4 .pbmit-service-inner li {
	display: inline-flex;
	margin: auto;
}
.pbmit-element-service-style-4 .pbmit-service-icon-wrapper {
	padding-right: 20px;
}
.pbmit-element-service-style-4 .pbmit-service-icon-wrapper img {
	width: 50px;
	height: 50px;
}
.pbmit-element-service-style-4 .pbmit-service-icon-wrapper i {
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color);
}
.pbmit-element-service-style-4 .pbmit-service-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-element-service-style-4 .pbmit-featured-wrapper img {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	position: absolute;
	top: 50%;
	right: -100px;
	height: 150px;
	width: 150px;
	border-radius: 10px;
	z-index: 2;
	-khtml-transform: translateX(0%) translateY(-50%) scale(0) rotate(-10deg);
	-moz-transform: translateX(0%) translateY(-50%) scale(0) rotate(-10deg);
	-ms-transform: translateX(0%) translateY(-50%) scale(0) rotate(-10deg);
	-o-transform: translateX(0%) translateY(-50%) scale(0) rotate(-10deg);
	transform: translateX(0%) translateY(-50%) scale(0) rotate(-10deg);
}
.pbmit-element-service-style-4 .pbmit-service-inner li:hover .pbmit-featured-wrapper img {
	opacity: 1;
	visibility: visible;
	-khtml-transform: translateX(0%) translateY(-50%) scale(1) rotate(-10deg);
	-moz-transform: translateX(0%) translateY(-50%) scale(1) rotate(-10deg);
	-ms-transform: translateX(0%) translateY(-50%) scale(1) rotate(-10deg);
	-o-transform: translateX(0%) translateY(-50%) scale(1) rotate(-10deg);
	transform: translateX(0%) translateY(-50%) scale(1) rotate(-10deg);
}

/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-blog-style-1 {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 10px;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	width: 100%;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-meta-date span {
	display: block;
}
.pbmit-blog-style-1 .pbmit-meta-line .pbmit-meta-category a {
	padding-right: 0;
}
.pbmit-blog-style-1 .pbmit-featured-container {
	position: relative;
	margin-bottom: 25px;
}
.pbmit-blog-style-1 .pbmit-content-wrapper {
	margin-top: 5px;
}
.pbmit-blog-style-1 .pbmit-meta-date-wrapper {
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0;
	width: 90px;
	height: 90px;
	padding: 0;
	padding-top: 12px;
	text-align: center;
	background: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-meta-date span.pbmit-day-wrap {
	font-size: 48px;
	line-height: 48px;
	font-weight: 600 !important;
	display: inline-block;
	position: relative;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-blog-style-1 .pbmit-meta-date span.pbmit-date-wrap {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700 !important;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0px;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-element-posts-wrapper .pbmit-blog-style-1{
	margin-bottom: 30px;
}
/** Style 2 **/
.pbmit-blog-style-2{
	padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px;
}
.pbmit-blog-style-2 .post-item {
	position: relative;
}
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
}
.pbmit-blog-style-2 .pbmit-meta-comment-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbmit-blog-style-2 .pbmit-meta-comment-wrapper .pbmit-meta-comments{
	margin-left: 5px;
}
.pbmit-blog-style-2 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
	display: inherit;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper {
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	max-width: 250px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scale(1);
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-2 .pbmit-meta-date-wrapper .pbmit-day-wrap{
	font-size: 100px;
	line-height: 80px;
	font-weight: 600;
	display: block;
	position: relative;
	width: 150px;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-blog-style-2 .pbmit-meta-date-wrapper .pbmit-date-wrap{
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-2 .pbmit-featured-img-wrapper,
.pbmit-blog-style-2 .pbmit-box-content-wrapper{
	flex: 1;
}
.pbmit-blog-style-2 .pbmit-box-content-wrapper{
	margin: 0 90px 0 0;
}
.pbmit-blog-style-2 .pbmit-featured-img-wrapper{
	margin: 0 0 0 70px;
}
.pbmit-blog-style-2 .pbmit-posts-wrapper.row {
	margin-left: 0;
	margin-right: 0;
}
.pbmit-blog-style-2 .pbmit-button {
	display: inline-flex;
}
.pbmit-blog-style-2 .pbmit-button a{
	font-size: 15px;
	padding: 12px 30px;
	border-radius: 50px;
	color: var(--pbmit-global-color);
	border: 1px solid var(--pbmit-global-color);
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pbmit-blog-style-2 .pbmit-button a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item {
	position: relative;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item::before {
	font-family: "pbminfotech-base-icons";
	content: "\e87c";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 220px;
	line-height: 220px;
	color: rgba(0, 0, 0, .05);
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 2px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0;
	font-weight: 600;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.pbmit-testimonial-style-1 .pbmit-auther-content {
	margin-left: 12px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc {
	padding: 15px 0 45px 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	padding: 0;
	border: 0;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings {
	font-size: 15px;
	color: rgba(0, 0, 0,0.2);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
	color: #feb437;
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item {
	position: relative;
	padding: 50px 35px;
	border-radius: 10px;
	background-color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-2 .pbminfotech-post-item::before {
	font-family: "pbminfotech-base-icons";
	content: "\e87c";
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 140px;
	line-height: 115px;
	color: rgba(0, 0, 0, .05);
}
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 2px;
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0;
	font-weight: 600;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.pbmit-testimonial-style-2 .pbmit-auther-content {
	margin-left: 12px;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-text {
	font-size: 16px;
	margin: 0;
	line-height: 22px;
	font-weight: 600;
	padding: 0;
	border: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-desc {
	padding: 15px 0 25px 0;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	font-size: 18px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings{
	color: rgba(0, 0, 0,0.2);
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active{
	color: #feb437;
}
/** Style 3 **/
.pbmit-testimonial-style-3 .pbminfotech-post-item {
	position: relative;
	text-align: center;
}
.pbmit-testimonial-style-3 .pbminfotech-post-item::before {
	content: '\e822';
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 100px;
	line-height: 100px;
	color: var(--pbmit-global-color);
	-khtml-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}
.pbmit-testimonial-style-3 .pbminfotech-box-desc {
	padding: 150px 0 30px 0;
}
.pbmit-column-one .pbmit-testimonial-style-3 .pbminfotech-box-desc {
	padding: 150px 140px 30px 140px;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	color: rgba(0, 0, 0, .7);
	display: block;
	text-transform: capitalize;
}
.pbmit-testimonial-style-3 .pbminfotech-box-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
	display: block;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid var(--pbmit-global-color);
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings {
	color: #feb437;
	margin-bottom: 30px;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	font-style: italic;
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-3 .pbmit-auther-content{
	margin-top: 20px;
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.site-header .pbmit-header-overlay{
	position: absolute;
    width: 100%;
    z-index: 3;
}
.site-header .site-title {
    margin: 0;
    padding: 0;
    display: flex;
	align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	height: 75px;
	transition: none;
    line-height: inherit;
}
.site-header .site-title a {
    display: flex;
    align-items: center;
	line-height: inherit;
}
.site-header .pbmit-pre-header-left .pbmit-contact-info li {
    padding-right: 15px;
}
.site-header .pbmit-pre-header-wrapper .pbmit-pre-header-right {
    display: flex;
    align-items: center;
}
.site-header .pbmit-pre-header-wrapper .pbmit-social-links li i {
    margin: 0;
    font-size: 15px;
}
.site-header .pbmit-header-search-btn{
	padding-right: 20px;
}
.site-header .pbmit-header-search-btn a{
	font-size: 20px;
	color: rgba(0, 0, 0,1);
}

/** Header Style 1 **/
.header-style-1 .pbmit-pre-header-wrapper{
	color: var(--pbmit-blackish-color);
}
.header-style-1 .pbmit-main-header-area{
	border-radius: 50px;
    padding-left: 30px;
	background-color: var(--pbmit-white-color);
}
.header-style-1.site-header .site-branding img{
	max-height: 40px;
}
/** Header Style 2 **/
.header-style-2 .pbmit-pre-header-wrapper,
.header-style-2 .pbmit-pre-header-left .pbmit-contact-info li a,
.header-style-2 .pbmit-pre-header-wrapper .pbmit-social-links li a,
.header-style-2 .pbmit-pre-header-right .pbmit-contact-info li a{
	color: var(--pbmit-white-color);
}
.header-style-2 .pbmit-contact-info li i{
	color: var(--pbmit-secondary-color);
}
.header-style-2 .pbmit-main-header-area{
	background-color: var(--pbmit-white-color);
}
.header-style-2.site-header .site-branding img{
	max-height: 60px;
}
.header-style-2 .sticky-site-branding,
.header-style-2 .sticky-header .site-branding{
	display: none;
}
.header-style-2 .sticky-header .sticky-site-branding{
	display: block;
	position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-style-2 .sticky-header .sticky-site-branding .site-title{
	height: 90px;
	line-height: 90px;
}
.header-style-2 .sticky-header .sticky-site-branding .site-title img{
	max-height: 60px;
}
.header-style-2 .sticky-header .site-navigation .pbmit-center-menu{
	margin-right: 230px !important;
}

/** Header Style 3 **/
.header-style-3 .pbmit-pre-header-wrapper{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.header-style-3 .pbmit-social-links .pbmit-social-li:not(:last-child){
	padding: 0 10px 0 0;
}
.header-style-3 .site-title{
	height: 100px;
}
.header-style-3 .site-branding .logo-img{
	max-height: 60px;
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
/** Footer Style **/
.site-footer{
	padding-top: 150px;
	font-size: 15px;
	background-image: url(../images/bg/footer-cloud-pattern.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    background-attachment: scroll;
	position: relative;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-footer-big-area{
	padding: 50px 0;
}
.pbmit-footer-big-area .pbmit-footer-left h3{
	font-size: 48px;
    line-height: 54px;
    margin: 0;
    position: relative;
	color: var(--pbmit-blackish-color);
}
.pbmit-footer-big-area .pbmit-footer-left h3:after{
	position: absolute;
    content: '';
    top: -40px;
    left: -50px;
    background-image: url(../images/bg/download.svg);
    width: 74px;
    height: 66px;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	animation: animation01 2s infinite alternate;
}
.pbmit-footer-big-area .pbmit-footer-right{
	text-align: right;
}
.pbmit-footer-right .pbmit-qoute-button a{
	display: inline-block;
    padding: 45px 30px;
    width: 130px;
    height: 130px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    -khtml-transform: rotate(348deg);
    -moz-transform: rotate(348deg);
    -ms-transform: rotate(348deg);
    -o-transform: rotate(348deg);
    transform: rotate(348deg);
}
.pbmit-footer-right .pbmit-qoute-button a:before{
	content: '';
    position: absolute;
    top: -3px;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid var(--pbmit-secondary-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-footer-right .pbmit-qoute-button a:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-footer-right .pbmit-qoute-button a:hover:before{
	top: 3px;
    left: 5px;
    right: 5px;
	border-color: var(--pbmit-global-color);
}
.pbmit-footer-widget-area{
	padding-bottom: 50px;
}
.site-footer .widget {
    padding-top: 30px;
	position: relative;
}
.site-footer .widget .widget-title{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--pbmit-global-color);
    text-transform: capitalize;
    font-style: normal;
	margin-bottom: 30px;
}
.site-footer .widget ul li{
	padding-bottom: 12px;
}
.site-footer .widget ul li:last-child{
	padding-bottom: 0;
}
.pbmit-two-column-menu.widget ul>li {
    float: left;
    width: 50%;
}
.site-footer .pbmit-contact-widget-lines .pbmit-contact-widget-line:not(:last-child){
	padding-bottom: 15px;
}
.site-footer .pbmit-footer-widget-col-4{
	padding-left: 150px;
}
.site-footer .pbmit-footer-widget-col-4 .widget{
	font-size: 16px;
    line-height: 26px;
}
.site-footer .pbmit-footer-widget-col-4 .pbmit-social-links{
	margin-bottom: 22px;
}
.site-footer .pbmit-footer-widget-col-4 .pbmit-social-links li{
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    margin-bottom: 8px;
}
.site-footer .pbmit-footer-widget-col-4 .pbmit-social-links li a{
	display: inline-block;
    border-radius: 50%;
    text-align: center;
	font-size: 30px;
	color: var(--pbmit-blackish-color);
}
.site-footer .pbmit-footer-widget-col-4 .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}
.site-footer .pbmit-newsletter-title{
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 23px;
	color: var(--pbmit-global-color);
}
.pbmit-footer-newsletter {
    position: relative;
}
.pbmit-footer-newsletter input {
	display: block;
	width: 100%;
	font-size: 16px;
    font-weight: 300;
    line-height: normal;
    height: 50px;
    border-radius: 50px;
    padding: 0 150px 0 20px;
    background: transparent;
    color: var(--pbmit-blackish-color);
    border: 1px solid var(--pbmit-global-color);
}
.pbmit-footer-newsletter button{
	position: absolute;
    top: 50%;
    right: 3px;
    border-radius: 50px;
    padding: 10px 30px;
	transform: translateX(0%) translateY(-50%);
}
.site-footer .pbmit-footer-text-inner{
	border-top: 1px solid rgba(0, 0, 0,.1);
	padding: 40px 0;
	font-size: 14px;
}
.site-footer .pbmit-footer-copyright-text-area a{
	color: var(--pbmit-global-color);
}
.site-footer .pbmit-footer-copyright-text-area a:hover{
	color: var(--pbmit-secondary-color);
}
.site-footer .pbmit-footer-menu-area{
	text-align: right;
}
.site-footer .pbmit-footer-menu-area ul li{
	display: inline-block;
    margin: 0 10px;
}
.site-footer .pbmit-footer-menu-area ul li:last-child{
	margin-right: 0;
}
.site-footer .pbmit-footer-menu-area ul li a{
	position: relative;
}
.site-footer .pbmit-footer-menu-area ul li:not(:last-child) a:before{
	content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: rgba(0,0,0,.3);
    top: 50%;
    right: -12px;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.footer-style-1.pbmit-bg-color-global{
	color: rgba(255,255,255,1);
	background-size: contain;
}
.footer-style-1.pbmit-bg-color-global .widget .widget-title{
	letter-spacing: -0.5px;
	color: var(--pbmit-secondary-color);
} 
.footer-style-1.pbmit-bg-color-global .widget ul li a,
.footer-style-1.pbmit-bg-color-global .pbmit-footer-widget-col-4 .pbmit-social-links li a,
.pbmit-bg-color-global .pbmit-footer-text-area .pbmit-footer-copyright-text-area a,
.pbmit-bg-color-global.footer-style-1 .pbmit-footer-menu-area ul li a{
	color: var(--pbmit-white-color);
}
.footer-style-1.pbmit-bg-color-global .pbmit-footer-widget-col-4 .pbmit-social-links li a:hover,
.footer-style-1.pbmit-bg-color-global .widget ul li a:hover{
	color: var(--pbmit-secondary-color);
}
.footer-style-1.pbmit-bg-color-global .pbmit-newsletter-title{
	color: var(--pbmit-secondary-color);
}
.footer-style-1.pbmit-bg-color-global .pbmit-footer-newsletter input{
	border-color: var(--pbmit-white-color);
}
.footer-style-1.pbmit-bg-color-global .pbmit-footer-newsletter input:focus,
.footer-style-1.pbmit-bg-color-global .pbmit-footer-newsletter input::placeholder{
	color: var(--pbmit-white-color);
}
.footer-style-1.pbmit-bg-color-global .pbmit-footer-newsletter button{
	background-color: var(--pbmit-secondary-color);
}
.footer-style-1.pbmit-bg-color-global .pbmit-footer-newsletter button:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.footer-style-1 .sbi_images{
	width: 100%;
    float: left;
    line-height: 0;
}
.footer-style-1 .sbi_images .sbi_item{
	display: inline-block;
    float: left;
    vertical-align: top;
    zoom: 1;
    padding: inherit;
    margin: 0;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
	transition: all 0.5s ease;
	width: 20%;
	padding-right: 5px;
}
.footer-style-1 .sbi_images .sbi_item:last-child{
	padding-right: 0;
}
.footer-style-1 .sbi_images .sbi_photo_wrap{
	position: relative;
}
.footer-style-1 .sbi_images .sbi_photo_wrap .sbi_photo{
	display: block;
	position: relative;
}
.footer-style-1 .sbi_images .sbi_photo_wrap .sbi_photo img{
	border-radius: 6px;
}
.footer-style-1 .sbi_images .sbi_photo_wrap .sbi_photo:before{
	position: absolute;
    content: '\f16d';
    font-family: 'pbminfotech-base-icons';
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-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%);
    font-size: 40px;
    color: var(--pbmit-white-color);
    opacity: 0;
    transition: all 0.7s ease-in-out;
    z-index: 1;
}
.footer-style-1 .sbi_images .sbi_photo_wrap .sbi_photo:after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(102, 33, 186, .8);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.footer-style-1 .sbi_images .sbi_photo_wrap .sbi_photo:hover:before,
.footer-style-1 .sbi_images .sbi_photo_wrap .sbi_photo:hover:after{
	opacity: 1;
}
.footer-style-1 .pbmit-footer-text-inner{
	border: none;
}
.pbmit-bg-color-global .pbmit-footer-text-area .pbmit-footer-copyright-text-area a:hover,
.footer-style-1.pbmit-bg-color-global .pbmit-footer-menu-area ul li a:hover{
	color: var(--pbmit-secondary-color);
}
.footer-style-1.pbmit-bg-color-global .pbmit-footer-menu-area ul li:not(:last-child) a:before{
	background-color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	background-image: url(../images/bg/titlebar-img-01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
	position: relative;
    z-index: 1;
}
.pbmit-title-bar-wrapper::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/titlebar-bg.png);
    background-repeat: repeat;
}
.pbmit-title-bar-wrapper,
.pbmit-title-bar-content{
	min-height: 550px;
}
.pbmit-title-bar-wrapper > .container:before,
.pbmit-title-bar-wrapper > .container:after,
.pbmit-title-bar-content:before,
.pbmit-title-bar-content:after{
	position: absolute;
    content: '';
    left: calc(30% - 11%);
    bottom: 10%;
    width: 70px;
    height: 74px;
    background-image: url(../images/bg/animation-img-01.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.pbmit-title-bar-wrapper > .container:before,
.pbmit-title-bar-content:before{
	animation: animation03 4s infinite linear;
}
.pbmit-title-bar-wrapper > .container:after{
	width: 151px;
    height: 28px;
    top: 42%;
    left: calc(33% - 10%);
	background-image: url(../images/bg/animation-img-02.png);
	animation: animation02 4s infinite linear;
}
.pbmit-title-bar-content{
	position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
	padding: 64px 0;
}
.pbmit-title-bar-content:before{
	width: 133px;
    height: 127px;
    right: -18%;
    left: inherit;
    top: 33%;
	background-image: url(../images/bg/animation-img-03.png);
}
.pbmit-title-bar-content:after{
	width: 109px;
    height: 50px;
    right: calc(0% - 13%);
    left: inherit;
    top: inherit;
    bottom: 10%;
	background-image: url(../images/bg/animation-img-04.png);
	animation: animation04 2s infinite alternate;
}
.pbmit-title-bar-wrapper .pbmit-title-bar-content-inner,
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	width: 100%;
    text-align: center;
}
.pbmit-title-bar-wrapper .pbmit-title-bar-content-inner::before{
	content: '';
    position: absolute;
	left: calc(5% - 18%);
    top: 35%;
    width: 60px;
    height: 61px;
    background-image: url(../images/bg/animation-img-05.png);
    background-repeat: no-repeat;
    background-size: contain;
	animation: animation01 2s infinite alternate;
}
.single-post .pbmit-title-bar-wrapper .pbmit-title-bar-content-inner{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.single-post .pbmit-title-bar-wrapper .pbmit-tbar-title{
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 10px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
    display: inline-block;
}
.pbmit-title-bar-content-inner .pbmit-tbar,
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0;
}
.pbmit-tbar-title{
	font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
	text-transform: capitalize;
    font-style: normal;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-tbar-subtitle {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--pbmit-blackish-color);
    text-transform: capitalize;
    font-style: normal;
	margin-bottom: 20px;
	padding-top: 5px;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a{
	font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
	text-transform: capitalize;
    font-style: normal;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-breadcrumb-inner .sep {
    margin: 0;
	font-size: 18px;
    top: 2px;
    position: relative;
	color: var(--pbmit-global-color);
}
.pbmit-breadcrumb-inner i:before{
	margin: 0;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span:last-child span{
	color: var(--pbmit-secondary-color);
}

/*----------------------------------------*/
/*  10 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
     position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  11 - Accordion
/*----------------------------------------*/
.accordion-item{
	border: none ;
	position: relative;
	background-color: transparent;
	color: inherit;
	border-bottom: 1px solid var(--pbmit-white-color);
}
.accordion-item:last-of-type,
.accordion-item:first-of-type{
	border-radius: 0;
}
.accordion-item:first-child{
	border-top: 1px solid var(--pbmit-white-color);
}
.accordion-button::after{
	display: none;
}
.accordion-button{
	font-size: 18px;
	position: relative;
    padding: 20px 60px 20px 0;
	margin: 0;
	font-weight: 700;
    line-height: 24px;
    cursor: pointer;
	border-radius: 0 !important;
    outline: none;
	background-color: transparent;
	transition: all .25s ease-in-out;
    border: none;
	color: var(--pbmit-white-color);
}
.accordion-button .pbmit-accordion-icon-left{
	width: auto;
    margin-right: 12px;
}
.accordion-button:not(.collapsed){
	color: var(--pbmit-white-color);
	background-color: transparent;
	box-shadow: none;
}
.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-body{
	padding: 0 25px 25px 0;
	color: rgba(255,255,255,.7);
}
.accordion-button:focus{
	box-shadow: none;
	border-color: rgba(33, 44, 64,.2);
}
.accordion-style-1 .accordion-button{
	font-weight: 600;
	color: var(--pbmit-blackish-color);
}
.accordion-style-1 .accordion-item{
	border-color: rgba(0, 0, 0, .1);
}
.accordion-style-1 .pbmit-accordion-icon{
	margin-right: 12px;
}
.accordion-style-1 .pbmit-accordion-icon i{
	font-size: 12px;
}
.accordion-style-1 .accordion-body{
	color: inherit;
}
.accordion-style-2 .accordion-button{
	padding: 15px 15px 15px 30px;
	font-weight: 600;
	margin-bottom: 25px;
	border-radius: 50px !important;
	color: var(--pbmit-blackish-color);
	background: rgba(242, 240, 249,.4);
}
.accordion-style-2 .pbmit-accordion-icon-right{
	position: absolute;
	right: 20px;
}
.accordion-style-2 .pbmit-accordion-icon-right span i{
	color: var(--pbmit-body-typography-color);
}
.accordion-style-2 .accordion-body{
	padding: 0;
}
.accordion-style-2 .accordion-body .course-item{
	padding: 0 30px;
}
.accordion-style-2 .accordion-body .course-item > a{
	display: flex;
	align-items: center;
	padding: 16px 0;
}
.accordion-style-2 .accordion-body .course-item > a::before{
	content: "\e6a4";
	font-family: "themify";
	width: 20px;
	font-weight: 600;
	font-size: 15px;
	color: var(--pbmit-global-color);
}
.accordion-style-2 .accordion-body .course-item .course-item-info{
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 95%;
}
.accordion-style-2 .accordion-body .course-item .item-name{
	font-size: 15px;
    font-weight: 400;
	padding-left: 10px;
	color: var(--pbmit-body-typography-color);
}
.accordion-style-2 .accordion-body .course-item-info .course-item-info-pre{
	display: flex;
}
.accordion-style-2 .accordion-body .course-item-info .item-meta.duration{
	border-radius: 6px;
    height: auto;
    padding: 6px 14px;
    font-size: 13px;
    line-height: 13px;
	border: 1px solid rgba(0, 0, 0,.05);
	color: var(--pbmit-global-color);
}
.accordion-style-2 .accordion-body .course-item-meta{
	display: table-cell;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.accordion-style-2 .accordion-body .course-item-meta .course-item-status{
	border-radius: 6px;
    height: auto;
    padding: 6px 14px;
    font-size: 13px;
    line-height: 14px;
	margin-left: 14px;
	display: inline-block;
}
.accordion-style-2 .accordion-body .course-item-meta .course-item-status:before{
	content: "\f023";
	font-family: "FontAwesome";
	font-size: 12px;
    font-weight: 900;
	color: var(--pbmit-global-color);
}
.faq-bg-area{
	padding: 80px;
	border-radius: 20px;
	background-color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  12 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%); 
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%); 
    left: 0; 
    width: 100%; 
    text-align: center 
}
.db-fidbox-style-2 .db-circle-w { 
    position: relative; 
    text-align: center 
}
.db-fidbox-style-2 .db-fid-title { 
    text-align: center;
    color: #fff; 
    font-size: 14px; 
    font-weight: 600; 
    margin-top: 0 
}
.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number { 
    font-size: 20px;
    color: #fff; 
    font-weight: bold 
}
.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title { 
    font-size: 18px; 
    line-height: 20px; 
    margin-top: 0 
}
.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block 
}
.db-fidbox-style-1 .db-fid-title-w { 
    width: 43%; 
    margin-left: 12px 
}
.db-fidbox-style-1 .db-circle-w {
    width: 122px; 
    position: relative; 
    vertical-align: top 
}
.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px; 
    font-weight: bold 
}
.db-fidbox-style-1 .db-circle-number sub { 
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title-w { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%)
}
.db-fidbox-style-1 .db-fid-title-w h3 { 
    margin-bottom: 0 
}
.db-circle canvas { 
    image-rendering: optimizeSpeed; 
    image-rendering: -moz-crisp-edges; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: -o-crisp-edges; 
    image-rendering: pixelated; 
    -ms-interpolation-mode: nearest-neighbor; 
}
.db-circle canvas { 
    max-width: 100%; 
    height: auto !important 
}
.db-overlap-row { 
    position: relative; 
    z-index: 1 
}
.db-overlap-row-section { 
    position: relative; 
    z-index: 2 
}

/*----------------------------------------*/
/*  13 - List Group
/*----------------------------------------*/
.list-group-borderless .list-group-item:not(:last-child){
	padding-bottom: calc(12px/2);
}
.list-group-borderless .list-group-item {
	display: flex;
    font-size: inherit;
	align-items: start;
	margin: 0;
	padding: 0;
    position: relative;
    border: none;
    background: transparent;
}
.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: 16px;
	position: relative;
    width: 1.25em;
	line-height: 0px;
    top: 4px;
    color: var(--pbmit-global-color);
    font-weight: 400;
}
.list-group .pbmit-icon-list-text{
	font-size: 16px;
    font-weight: 400;
	padding-left: 10px;
    margin-bottom: 0;
	line-height: 22px;
	color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  14 - Pbmit Slider
/*----------------------------------------*/
.pbmit-slider-area .transform-top{
	opacity: 0;
    transform: translateY(-120px);
    transition: all 1000ms ease;
}
.swiper-slide-active .transform-top{
	opacity: 1;
	transform: translateY(0);
}
.pbmit-slider-area .transform-bottom{
	opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}
.swiper-slide-active .transform-bottom{
	opacity: 1;
    transform: translateY(0);
}
.pbmit-slider-area .transform-right{
	opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(200px);
}
.swiper-slide-active .transform-right{
	opacity: 1;
    transform: translateX(0);
}
.pbmit-slider-area .transform-left{
	opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(-200px);
}   
.swiper-slide-active .transform-left {
	opacity: 1;
	transform: translateX(0);
}
.pbmit-slider-area .transform-center{
	opacity: 0;
    transition: all 1000ms ease;
    transform: scale(0.8);
}
.swiper-slide-active .transform-center {
	opacity: 1;
	transform: scale(1);
}
.swiper-slide-active .transform-delay-1{
	transition-delay: 1000ms;
}
.swiper-slide-active .transform-delay-2{
	transition-delay: 1400ms;
}
.swiper-slide-active .transform-delay-3{
	transition-delay: 1800ms;
}
.pbmit-slider-area .swiper-button-next, 
.pbmit-slider-area .swiper-button-prev{
	top: 55%;
}
.pbmit-slider-area .swiper-button-next:after, 
.pbmit-slider-area .swiper-button-prev:after{
	font-size: 60px;
	color: var(--pbmit-global-color);
}
.pbmit-slider-area .swiper-button-next:hover:after, 
.pbmit-slider-area .swiper-button-prev:hover:after{
	color: var(--pbmit-secondary-color);
}
.pbmit-slider-area .swiper-button-prev{
	left: 140px;
}
.pbmit-slider-area .swiper-button-next{
	right: 120px;
}

/** Slider 01 **/
.pbmit-slider-one .pbmit-slider-item{
	position: relative;
	padding: 150px 0 0 0;
}
.pbmit-slider-one .pbmit-slider-item:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	opacity: .4;
	background-image: url(../images/pbmit-slider/slider-a-bg.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pbmit-slider-one .pbmit-slider-item:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	opacity: .3;
	background-image: url(../images/pbmit-slider/slider-a-pattern.png);
}
.pbmit-slider-one .pbmit-slider-item .container{
	position: relative;
}
.pbmit-slider-one .pbmit-slider-content{
	position: relative;
	padding: 240px 0;
	z-index: 1;
}
.header-style-1 .slider-a-pattern-02-img,
.header-style-1 .slider-a-pattern-07-img,
.header-style-1 .slider-a-pattern-08-img,
.header-style-1 .slider-a-pattern-04-img,
.header-style-1 .slider-a-pattern-05-img,
.header-style-1 .slider-a-pattern-01-img,
.header-style-1 .slider-a-pattern-06-img,
.header-style-1 .slider-a-pattern-03-img,
.pbmit-slider-two .slider-a-pattern-04-1-img,
.pbmit-slider-two .slider-a-pattern-05-1-img,
.pbmit-slider-two .slider-a-pattern-06-1-img,
.pbmit-slider-two .slider-a-pattern-02-img,
.pbmit-slider-two .slider-a-pattern-03-img,
.pbmit-slider-two .slider-a-pattern-07-1-img,
.pbmit-slider-two .dot-shape{
	position: absolute;
	max-width: 100%;
	width: auto;
	z-index: 2;
}
.header-style-1 .slider-a-pattern-02-img{
	left: 110px;
	top: 96px;
}
.header-style-1 .slider-a-pattern-07-img{
	left: 13%;
	top: 25%;
}
.pbmit-slider-one .pbmit-slider-content .pbmit-title,
.pbmit-slider-two .pbmit-slider-content .pbmit-title{
	font-size: 60px;
	line-height: 70px;
	font-weight: 900;
}
.pbmit-slider-one .pbmit-slider-content .pbmit-title{
	color: var(--pbmit-secondary-color);
}
.pbmit-slider-one .pbmit-slider-content .pbmit-title strong{
	font-size: 100px;
	line-height: 110px;
	color: var(--pbmit-global-color);
}
.header-style-1 .slider-a-pattern-08-img{
	right: 23%;
	top: 20%;
}
.pbmit-slider-content .pbmit-desc{
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}
.pbmit-slider-one .pbmit-slider-content .pbmit-desc{
	color: var(--pbmit-blackish-color);
}
.header-style-1 .slider-a-pattern-05-img{
	right: 125px;
	top: 25%;
}
.header-style-1 .slider-a-pattern-03-img{
	top: 45%;
	left: 85px;
	z-index: 2;
}
.header-style-1 .slider-a-pattern-04-img{
	left: 12%;
	bottom: 13%;
}
.header-style-1 .slider-a-pattern-01-img{
	left: 33%;
	bottom: 0;
}
.header-style-1 .slider-a-img{
	position: absolute;
	top: 0;
}
.header-style-1 .slider-a-img img{
	opacity: 0;
}
.header-style-1 .slider-a-img-01-box{
	right: 0;
}
.header-style-1 .slider-a-img-02-box{
	top: 12%;
	right: 0;
}
.header-style-1 .slider-a-img-03-box{
	right: -29%;
	top: 25px;
}
.header-style-1 .swiper-slide-active .slider-a-img img{
	opacity: 1;
}
.header-style-1 .slider-a-pattern-06-img{
	bottom: 30%;
	right: 35px;
}
/** Slider 02 **/
.pbmit-slider-two .pbmit-slider-item{
	position: relative;
	padding: 290px 0px 140px 0;
}
.pbmit-slider-two .pbmit-slider-item{
	background-image: url(../images/pbmit-slider/slider-b-bg-pattern.png);
	background-size: cover;
}	
.pbmit-slider-two .pbmit-slider-item:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.pbmit-slider-two .slider-item-bg-1:before{
	background-image: url(../images/pbmit-slider/slider-b-bg-img-01.png);
}
.pbmit-slider-two .slider-item-bg-2:before{
	background-image: url(../images/pbmit-slider/slider-b-bg-img-02.png);
}
.pbmit-slider-two .slider-item-bg-3:before{
	background-image: url(../images/pbmit-slider/slider-b-bg-img-03.png);
}
.pbmit-slider-two .pbmit-slider-item .container {
    max-width: 1460px;
}
.pbmit-slider-two .pbmit-slider-item .pbmit-slider-content{
	padding: 40px 0 0 90px;
	position: relative;
}
.pbmit-slider-two .pbmit-slider-item .slider-b-new-01-img{
	margin: -22px;
}
.pbmit-slider-two .pbmit-slider-item .slider-b-new-01-img img{
	mask-image: url(../images/pbmit-slider/slider-b-mask-img.png);
	mask-size: contain;
	mask-position: center center;
	mask-repeat: no-repeat;
}
.pbmit-slider-two .slider-a-pattern-07-1-img{
	top: 0;
	left: 35px;
}
.pbmit-slider-two .pbmit-slider-content .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-slider-two .pbmit-slider-content .pbmit-title strong{
	font-size: 110px;
	line-height: 120px;
	color: var(--pbmit-secondary-color);
}
.pbmit-slider-two .pbmit-slider-content .pbmit-desc{
	color: var(--pbmit-white-color);
}
.pbmit-slider-two .slider-a-pattern-04-1-img{
	top: 31%;
	left: 17%;
}
.pbmit-slider-two .slider-a-pattern-05-1-img{
	top: 25%;
	left: 43%;
}
.pbmit-slider-two .slider-a-pattern-06-1-img{
	bottom: 77px;
	left: 27%;
}	
.pbmit-slider-two .slider-a-pattern-02-img{
	top: 25%;
	right: 144px;
}
.pbmit-slider-two .slider-a-pattern-03-img{
	bottom: 140px;
	right: 15%;
}
.pbmit-slider-two .swiper-button-next{
	right: 55px;
}
.pbmit-slider-two .swiper-button-prev{
	left: 55px;
}
.pbmit-slider-two .swiper-button-next:after, 
.pbmit-slider-two .swiper-button-prev:after{
	color: var(--pbmit-white-color);
}
.pbmit-slider-two .dot-shape span{
	position: relative;
}
.pbmit-slider-two .dot-shape span:before{
	position: absolute;
	content: "";
	border-radius: 25px;
	background: var(--pbmit-white-color);
}
.pbmit-slider-two .dot-shape-1{
	top: 25%;
	left: 9%;
}
.pbmit-slider-two .dot-shape-1 span:before{
	width: 20px;
	height: 20px;
}
.pbmit-slider-two .dot-shape-2 span:before{
	width: 10px;
	height: 10px;
}
.pbmit-slider-two .dot-shape-2{
	top: 24%;
	left: 15%;
}
.pbmit-slider-two .dot-shape-3 span:before,
.pbmit-slider-two .dot-shape-4 span:before{
	width: 16px;
	height: 16px;
}
.pbmit-slider-two .dot-shape-3{
	bottom: 13%;
	left: 8%;
}
.pbmit-slider-two .dot-shape-4{
	bottom: 17%;
	left: 12%;
}
/** Slider 03 **/
.pbmit-slider-three .pbmit-slider-item {
	padding: 250px 0;
	position: relative;
}
.pbmit-slider-three .pbmit-slider-item::before{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	background: linear-gradient(0deg, rgb(242, 240, 249) 0%, rgba(86, 22, 175, 0.2) 100%);
}
.pbmit-slider-three .pbmit-slider-content{
	padding: 70px 0 0 0;
}
.pbmit-slider-three .slider-c-img-01-new-img{
	position: absolute;
	left: 130px;
}
.pbmit-slider-three .slider-c-img-02-new-img{
	position: absolute;
	right: 0;
}
.pbmit-slider-three .pbmit-slider-content .pbmit-title{
	font-size: 100px;
	font-weight: 900;
	line-height: 108px;
	color: var(--pbmit-global-color);
}
.pbmit-slider-three .pbmit-slider-content .pbmit-desc{
	color: var(--pbmit-blackish-color);
}
.pbmit-slider-three .slider-c-pattern-01-img,
.pbmit-slider-three .slider-c-pattern-02-img,
.pbmit-slider-three .slider-c-pattern-03-img,
.pbmit-slider-three .slider-c-pattern-04-img,
.pbmit-slider-three .slider-c-pattern-05-img,
.pbmit-slider-three .slider-c-pattern-06-img,
.pbmit-slider-three .slider-c-pattern-07-img{
	position: absolute;
	max-width: 100%;
	width: auto;
	z-index: 2;
}
.pbmit-slider-three .slider-c-pattern-01-img{
	top: 35%;
	left: 85px;
}
.pbmit-slider-three .slider-c-pattern-02-img{
	top: 25%;
	left: 50%;
}
.pbmit-slider-three .slider-c-pattern-03-img{
	top: 17%;
	right: 8%;
}
.pbmit-slider-three .slider-c-pattern-04-img{
	bottom: 65px;
	left: -25px;
}
.pbmit-slider-three .slider-c-pattern-05-img{
	bottom: 120px;
	right: 48%;
}
.pbmit-slider-three .slider-c-pattern-06-img{
	bottom: 25%;
	right: 25%;
}
.pbmit-slider-three .slider-c-pattern-07-img{
	bottom: 50px;
	right: 10px;
}

/*----------------------------------------*/
/*  15 - Marquee
/*----------------------------------------*/
/** Style 1 **/
.pbmit-element-marquee-effect-style-1 .pbmit-element-posts-wrapper{
	padding: 20px 0;
	background-color: var(--pbmit-white-color);
	-webkit-transform: rotate(-0.8deg);
	-ms-transform: rotate(-0.8deg);
	transform: rotate(-0.8deg);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 30px;
	letter-spacing: 0;
	position: relative!important;
	overflow: visible!important;
	text-transform: capitalize;
	display: flex;
	font-weight: 500;
	color: var(--pbmit-global-color);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title a {
	color: var(--pbmit-global-color) !important;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title a:hover {
	color: var(--pbmit-secondary-color) !important;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:after {
	content: '\e823';
	font-family: 'pbminfotech-base-icons';
	position: absolute;
	font-size: 20px;
	line-height: 20px;
	top: 50%;
	left: -60px;
	color: var(--pbmit-secondary-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-marquee-effect-style-1 .pbmit-tag-wrapper{
	margin: 0 50px;
}
/** Style 2 **/
.pbmit-element-marquee-effect-style-2 .pbmit-element-posts-wrapper{
	-webkit-transform: rotate(-0.8deg);
	-ms-transform: rotate(-0.8deg);
	transform: rotate(-0.8deg);
}
.pbmit-marquee-effect-style-2 .pbmit-element-title {
	line-height: normal;
    width: auto;
	transition: transform 1s cubic-bezier(.22,.61,.36,1);
    margin: 0;
    padding: 0;
	font-size: 96px;
	letter-spacing: 0;
	position: relative;
	overflow: visible;
	text-transform: capitalize;
	display: flex;
	font-weight: 800;
	background-image: -moz-linear-gradient(top,  rgba(102, 33, 186,1) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -webkit-linear-gradient(top,  rgba(102, 33, 186,1) 0%,rgba(255,255,255,0.1) 100%);
	background-image: linear-gradient(to bottom,  rgba(102, 33, 186,1) 0%,rgba(255,255,255,0.1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pbmit-marquee-effect-style-2 .pbmit-element-title a {
	color: var(--pbmit-global-color);
}
.pbmit-marquee-effect-style-2 .pbmit-element-title a:hover {
	color: var(--pbmit-secondary-color);
}
.pbmit-marquee-effect-style-2 .pbmit-tag-wrapper {
	margin-right: 20px;
}

/*----------------------------------------*/
/*  16 - Client
/*----------------------------------------*/
.pbmit-hide {
    display: none;
}
/** Style 1 **/
.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-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-with-hover-img:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-client-with-hover-img:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}

/* --------------------------------------
* 17 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style3,
.pbmit-animation-style4{
	display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(.5,.5,0,1);
}
.pbmit-animation-style3 img,
.pbmit-animation-style4 img{
	transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5,.5,0,1);
}
.pbmit-img-animation-04 img {
    animation: animation04 2s infinite alternate;
}
@keyframes animation04 {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
.pbmit-img-animation-01 img{
	animation: animation01 2s infinite alternate;
}
@keyframes animation01 {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.0);
	} 
}
.pbmit-img-animation-02 img{
	animation: animation02 4s infinite linear;
}
@keyframes animation02 {
	0% {
		transform: translate(0px, 0px) rotate(0);
	}
	25% {
		transform: translate(-10px, -10px) rotate(5deg);
	}
	50% {
		transform: translate(-20px, 0px) rotate(0);
	}
	75% {
		transform: translate(-10px, -10px) rotate(-2deg);
	}
	100% {
		transform: translate(0, 0) rotate(0);
	}
}
.pbmit-img-animation-03 img {
    animation: animation03 4s infinite linear;
}
@keyframes animation03 {
	0% {
		transform: translate(0px, 0px) rotate(0); 
	}
	25% {
		transform: translate(10px, 10px) rotate(-5deg); 
	}
	50% {
		transform: translate(-5px, 15px) rotate(-10deg); 
	}
	75% {
		transform: translate(-10px, 5px) rotate(-5deg); 
	}
	100% {
		transform: translate(0, 0) rotate(0); 
	}
}
.pbmit-img-animation-05 img {
    animation: animation05 4s infinite linear;
}
@keyframes animation05 {
	0% {
		transform: translateZ(0); 
	}
	50% {
		transform: translate3d(0, -15px, 0); 
	}
	100% {
		transform: translateZ(0); 
	}
}
.pbmit-img-animation-06 img {
    animation: animation06 4s infinite linear;
}
@keyframes animation06 {
	0%, 100% {
		transform: translate(0, 0);
	}
	
	50% {
		transform: translate(30px, 0);
	}
}
.pbmit-img-animation-07 img {
    animation: animation07 4s infinite linear;
}
@keyframes animation07 {
	0%, 100% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(90deg);
	}
	75% {
		transform: rotate(-80deg);
	}
}
.pbmit-img-animation-08 img {
    animation: swing 10s infinite ease-in-out;
    transform-origin: center bottom;
    display: inline-block;
}
@keyframes swing {
	0%,100% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	75% {
		transform: rotate(5deg);
	}
}
.pbmit-img-animation-09 img {
    animation: swing1 10s infinite ease-in-out;
    transform-origin: center bottom;
    display: inline-block;
}
@keyframes swing1 {
	0%,100% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(5deg);
	}
	75% {
		transform: rotate(-5deg);
	}
}

/* --------------------------------------
* 18 - Event Style
* ---------------------------------------*/
/** Style 1 **/
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper {
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pbmit-element-event_listing-style-1{
	margin-bottom: 30px;
}
.pbmit-event-style-1 .wpem-event-layout-wrapper .event_listing {
    width: 100%;
    height: 100%;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-action-url {
	position: relative;
	width: 100%;
    padding: 0;
    border-left: none;
    transition: unset;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-banner {
	border-radius: 15px;
	background: transparent;
	float: none;
    padding-right: 0;
    width: 100%;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
	height: 400px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-size: cover;
    background-position: center;
	background-color: #e4e4e4;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,  rgba(102, 33, 186,1) 18%,rgba(102, 33, 186,0.87) 25%,rgba(102, 33, 186,0) 71%,rgba(102, 33, 186,0) 100%);
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date{
	display: none;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-infomation {
	position: absolute;
	bottom: 0;
	padding: 30px;
	float: left;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
	padding: 0;
	line-height: 18px;
	width: auto;
	float: left;
    font-size: 15px;
	color: #555555;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	font-weight: 700;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: var(--pbmit-white-color);
}
.pbmit-element-event_listing-style-1  .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
    margin: 5px;
    min-height: 23px;
    color: #555555;
    line-height: 1.42;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date {
	display: none;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
	padding: 15px 20px;
	top: inherit;
	bottom: 15px;
	left: 15px;
	border-radius: 15px;
	box-shadow: none;
	display: inline-block;
    float: left;
    text-align: center;
    background: var(--pbmit-white-color);
	width: auto;
    height: auto;
    position: absolute;
}
.wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type a .event-type {
	padding-left: 10px;
    position: relative;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
	display: inline-block;
	color: var(--pbmit-secondary-color);
}
.wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type a .event-type::after {
	content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    border-radius: 50px;
    -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%);
	background-color: var(--pbmit-secondary-color);
}
.wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .pbmit-event-meta {
    font-size: 14px;
    margin-top: 10px;
	display: flex;
}
.pbmit-column-three .pbmit-element-event_listing-style-1 .wpem-event-infomation .wpem-event-details .pbmit-event-meta{
	display: block;
}
.wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location{
	min-height: 23px;
    color: #555555;
    line-height: 1.42;
	width: auto;
	position: relative;
    padding-left: 20px;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text a {
	color: var(--pbmit-white-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text a:hover {
	color: rgba( 255,255,255, 0.9);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text a:hover {
	color: var(--pbmit-global-color);
}
.wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
	font-family: "pbminfotech-base-icons";
	content: "\e80e";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
	color: var(--pbmit-secondary-color);
}
.wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time{
	min-height: 23px;
    color: #555555;
    line-height: 1.42;
	padding-left: 0;
    margin-left: 25px;
}
.pbmit-column-three .pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time{
	margin-left: 0;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .pbmit-event-meta span {
	color: rgba( 255,255,255, 0.6);
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
	font-size: 48px;
	line-height: 48px;
	font-weight: 600 !important;
	display: inline-block;
	position: relative;
	color: var(--pbmit-global-color);
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700 !important;
	color: var(--pbmit-global-color);
} 
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-element-event_listing-style-1 .wpem-event-layout-wrapper:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
/** Style 2 **/
.pbmit-event-style-2{
	margin-bottom: 30px;
}
.pbmit-event-style-2 .event_listing{
	margin: 0;
    display: inline-flex;
    width: 100%;
	transition: border .2s;
	height: 100%;
	align-items: center;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-action-url {
	display: flex;
	align-items: center;
	padding-right: 10px;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-banner {
	padding-right: 30px;
	float: left;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
	width: 170px;
	height: 110px;
	border-radius: 10px;
	background-size: cover;
    background-position: center;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-date {
	display: none;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-infomation {
    float: left;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    position: relative;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
	padding-left: 0;
	width: auto;
	float: left;
    font-size: 15px;
    line-height: 23px;
    color: #555555;
}
.pbmit-element-event_listing-style-2 .wpem-event-infomation .wpem-event-details .wpem-event-type {
    margin: 0px;
    min-height: 22px;
	padding: 0;
    color: #555555;
	display: inline-block;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type a .event-type{
	color: var(--pbmit-global-color);
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type a .event-type::after{
	background-color: var(--pbmit-global-color);
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	font-weight: 700;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before{
	color: var(--pbmit-global-color);
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .event_listing .pbmit-event-arrow-link a {
	position: relative;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .event_listing .pbmit-event-arrow-link a::after {
	content: '\e869';
	font-family: 'pbminfotech-base-icons';
	font-size: 35px;
	line-height: 35px;
	color: var(--pbmit-global-color);
	transform: scale(1.1);
	opacity: 0;
	transition: all .4s ease-in;
}
.pbmit-element-event_listing-style-2 .wpem-event-layout-wrapper .event_listing:hover .pbmit-event-arrow-link a::after {
	opacity: 1;
	transform: scale(1.5);
}
.pbmit-column-three .pbmit-element-event_listing-style-2 .event_listing {
	display: inline-block !important;
}
.pbmit-column-three .pbmit-element-event_listing-style-2 .wpem-event-action-url {
	display: inline-block !important;
	padding: 0;
}
.pbmit-column-three .pbmit-element-event_listing-style-2 .wpem-event-banner {
	padding: 0;
	padding-bottom: 20px;
}
.pbmit-column-three .pbmit-element-event_listing-style-2 .wpem-event-banner .wpem-event-banner-img {
	width: 370px;
	height: 230px;
}
.pbmit-column-three .pbmit-element-event_listing-style-2 .event_listing .pbmit-event-arrow-link {
	display: none;
}
.pbmit-column-three .pbmit-element-event_listing-style-2 .wpem-event-action-url{
	display: block;
}

/* --------------------------------------
* 19 - Static Box
* ---------------------------------------*/
/** Style 1 **/
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box {
	width: 19.2%;
	position: relative;
	z-index: 1;
	transition: 0.7s;
	padding: 0 !important;
	margin-bottom: 30px;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active {
	margin-right: 19.2% !important;
	transition: 0.9s;
}
.elementor-section:not(.elementor-section-full_width) .pbmit-element-column-three.pbmit-element-static-box-style-1 .pbmit-ele-static-box {
	width: 24%;
}
.elementor-section:not(.elementor-section-full_width) .pbmit-element-column-three.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active {
	margin-right: 24% !important;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-bg-imgbox {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0px;
	transition: 0.7s;
	height: 100%;
	width: auto;
	border-radius: 10px;
}
.pbmit-element-static-box-style-1 .pbmit-active .pbmit-post-inner .pbmit-bg-imgbox {
	border-radius: 10px 0 0 10px;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox {
	position: relative;
	padding: 100px 80px;
	width: auto;
	z-index: 1;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	transition: 0.3s;
	background-color: var(--pbmit-white-color);
}
.elementor-section:not(.elementor-section-full_width) .pbmit-element-column-three.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox {
	padding: 80px 60px;
}
.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-contentbox {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
	border-radius: 0 10px 10px 0;
}
.pbmit-static-box-style-1 .pbmit-img {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title {
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 50px;
	margin: 0;
	color: var(--pbmit-white-color);
	background-color: rgba(102, 33, 186, 0.9);
	-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%);
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	-o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbminfotech-box-title{
	opacity: 0;
	visibility: hidden;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title a {
	color: var(--pbmit-white-color);
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title .pbminfotech-box-title {
	font-size: 22px;
	line-height: 32px;
}
.pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-box-title h4,
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title .pbminfotech-box-title h4 {
	font-size: 24px;
	line-height: 34px;
	color: var(--pbmit-global-color);
}
.pbmit-static-box-style-1 .pbminfotech-static-box-number {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 40px;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-box-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-static-box-desc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-static-box-style-1 .pbmit-ihbox-icon .pbmit-icon-type-icon {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 80px;
	line-height: 80px;
	color: rgba(102, 33, 186, 0.5);
}
.pbmit-static-box-style-1 .pbmit-ihbox-icon .pbmit-icon-type-svg img {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 60px;
	height: 60px;
}

/* --------------------------------------
* 20 - Course Style
* ---------------------------------------*/
/** Style 1 **/
.pbmit-course-style-1.col-md-4{
	margin-bottom: 30px;
}
.pbmit-meta-line {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	font-weight: 600;
	color: #333;
    font-size: 13px;
}
.pbmit-meta-line .pbmit-meta-category a{
	padding-left: 12px;
	padding-right: 8px;
	position: relative;
	color: var(--pbmit-global-color);
}
.pbmit-meta-line a:hover {
    color: var(--pbmit-secondary-color);
}
.pbmit-meta-line:not(:last-child) .pbmit-meta-category a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	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%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-course-style-1 .post-item {
	border-radius: 10px;
	background-color: var(--pbmit-white-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}
.pbmit-element-viewtype-carousel-2 .pbmit-course-style-1 .post-item,
.pbmit-element-viewtype-carousel-3 .pbmit-course-style-1 .post-item,
.pbmit-element-viewtype-carousel-1 .pbmit-course-style-1 .post-item,
.pbmit-element-viewtype-carousel-4  .pbmit-course-style-1 .post-item{
	margin: 2px 1px;
}
.pbmit-course-style-1 .pbmit-featured-wrapper img {
	border-radius: 10px 10px 0 0;
}
.pbmit-element-column-one .pbmit-course-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}
.pbmit-course-style-1 .pbmit-course-wrapper {
	padding: 20px 30px;
	border-top: 1px solid #dddddd;
}
.pbmit-course-style-1 .pbmit-meta-line {
	margin: 0;
}
.pbmit-course-style-1 .pbmit-meta-line .pbminfotech-duration-wrap {
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	color: var(--pbmit-blackish-color);
}
.pbmit-course-style-1 .pbmit-meta-line img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.pbmit-course-style-1 .pbminfotech-box-content-inner {
	padding: 30px 30px 20px 30px;
}
.pbmit-course-style-1 .pbminfotech-box-content-inner .pbmit-post-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.pbmit-course-style-1 .pbminfotech-box-content-inner .pbmit-course-content p {
	margin-bottom: 15px;
}
.pbmit-course-style-1 .pbmit-auther-info{
	margin-left: 10px;
}
.pbmit-course-style-1 .pbmit-meta-student i,
.pbmit-course-style-1 .pbmit-meta-lessons i,
.pbmit-course-style-1 .pbminfotech-duration-wrap i{
	font-size: 25px;
	line-height: 25px;
	color: #666;
}
.pbmit-course-style-1 .pbmit-course-sale-price,
.pbmit-course-style-1 .pbmit-meta-student i,
.pbmit-course-style-1 .pbmit-meta-lessons i,
.pbmit-course-style-1 .pbminfotech-duration-wrap i,
.pbmit-course-style-1  .pbmit-auther-info a{
	display: block;
}
.pbmit-course-style-1 .pbmit-course-sale-price {
	color: var(--pbmit-global-color);
}
.pbmit-course-style-1 .pbmit-meta-line div i::before,
.pbmit-course-style-1 .pbmit-meta-line span i::before {
	margin: 0;
}
.pbmit-course-style-1 .pbminfotech-price-wrap {
	line-height: 18px;
}
.pbmit-course-style-1 .pbmit-course-price {
	font-size: 14px;
	text-decoration: line-through;
}
.pbmit-course-style-1 .pbmit-course-sale-price {
	font-size: 18px;
	line-height: 18px;
}
.learnpress-widget-wrapper .lp-widget-course {
	display: flex;
}
.pbmit-course-style-1 .pbmit-course-wrapper .pbmit-auther-info a {
	font-size: 15px;
	line-height: 15px;
	text-transform: capitalize;
	color: var(--pbmit-global-color);
}
.pbmit-course-style-1 .pbmit-course-wrapper .pbmit-auther-info a:hover{
	color: var(--pbmit-secondary-color);
}
.pbmit-course-style-1 .pbmit-course-wrapper .pbmit-auther-info label {
	font-size: 13px;
	line-height: 13px;
}

/* --------------------------------------
* 21 - Award Box
* ---------------------------------------*/
/** Style 1 **/
.pbmit-award-box-style-1 {
	text-align: center;
	margin-bottom: 30px;
}
.pbmit-award-box-style-1 .pbmit-award-box-image img {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: scale(1.0);
}
.pbmit-award-box-style-1:hover .pbmit-award-box-image img {
	transform: scale(1.1);
}
.pbmit-award-box-style-1 .pbmit-award-box-image {
	width: 270px;
	height: 270px;
	line-height: 270px;
	margin: 0 auto;
	text-align: center;
	border-radius: 100%;
	background-color: var(--pbmit-white-color);
}
.pbmit-award-box-style-1 .pbmit-award-box-image img {
	width: 120px;
}
.pbmit-element-award-box-style-1.pbmit-element-column-two .row {
	position: relative;
}
.pbmit-award-box-style-1 .pbmit-element-title {
	font-size: 26px;
	line-height: 33px;
	margin: 0;
	padding-top: 20px;
}

/* --------------------------------------
* 22 - 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-ul li:before {
	content: ' ';
	margin: 0 10px;
}
.pbmit-sortable-list-ul li:first-child:before {
	display: none;
}
.pbmit-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 500;
	border-radius: 10px;
}
.pbmit-sortable-list a.pbmit-selected {
	border-radius: 10px;
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 23 - Progress Bar
* ---------------------------------------*/
.progressbar{
    margin-bottom: 12px;
    overflow: hidden;
	position: relative;
}
.progressbar .progress-label{
    color: var(--pbmit-blackish-color);
    display: inline-block;
    font-size: 16px;
	line-height: 30px;
    font-weight: 600;
	font-family: var(--pbmit-heading-typography-font-family);
}
.progress{
    position: relative!important;
	display: inherit;
    height: 20px;
    margin-top: 0;
    border-radius: 50px;
	padding: 1px;
	border: 1px solid var(--pbmit-global-color);
    background-color: transparent;
}
.progress .progress-bar {
    position: relative;	
	height: 100%;
    border-radius: 50px;
    background-color: var(--pbmit-global-color);
}
.progress.progress-percent-bg .progress-percent {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 13px;
	line-height: 13px;
    color: var(--pbmit-white-color);
    transform: translateX(0%) translateY(-50%);
}

/* --------------------------------------
* 24 - Tab
* ---------------------------------------*/
.pbmit-tab {
    display: block;
}
.pbmit-tab .nav{
	margin: 0;
    display: flex;
    position: relative;
    padding: 0;
	border: none;
	flex-wrap: inherit;
}
.pbmit-tab .nav .nav-item{
	position: relative;
	flex: 1;
}
.pbmit-tab .nav .nav-item a{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 15px 10px;
    cursor: pointer;	
    border-radius: 25px;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
	font-weight: 600;
	border: none;
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	font-family: var(--pbmit-heading-typography-font-family);
}
.course-tabs .pbmit-tab .nav .nav-item a.active{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.course-tabs .pbmit-tab .tab-content>.tab-pane{
	border-radius: 15px;
    padding: 40px;
    margin-top: 20px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	background-color: var(--pbmit-white-color);
}
.pbmit-tab .course-author .lp-course-author{
	display: flex;
	align-items: start;
}
.pbmit-tab .course-author .lp-course-author .course-author-pull-left{
	margin-right: 30px;
	text-align: center;
}
.pbmit-tab .lp-course-author .course-author-pull-left img{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
	border: 3px solid var(--pbmit-secondary-color);
}
.pbmit-tab .course-author-pull-right .author-title a{
	font-size: 18px;
    line-height: 24px;
    font-weight: 600;
	text-transform: capitalize;
	color: var(--pbmit-global-color);
}
.pbmit-tab .course-author-pull-right .author-title{
	margin-bottom: 20px;
}