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

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Portfolio
    06 - Blog
    07 - Testimonial
    08 - Header
    09 - Footer
    10 - Title Bar
    11 - Overlap Colomn
    12 - Progress Bar
    13 - Accordion
    14 - Tab
    15 - Circle Progress
    16 - List Group
    17 - Revolution
    18 - Marquee
    19 - Client
    20 - Pricing Table 
	21 - Cursor
    22 - Action-Box
    23 - Sortable

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

body {
    counter-reset: pbmitbox1 pbmitbox2 pbmit-rev-counter;
}
/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading,
.pbmit-heading-subheading-1 {
    margin-bottom: 40px;
}
.pbmit-heading-subheading .pbmit-subtitle,
.pbmit-heading-subheading-1 .pbmit-subtitle{
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: var(--pbmit-body-typography-color);
    text-transform: none;
    font-style: normal;
	position: relative;
    display: inline-block;
    padding-left: 25px;
}
.pbmit-heading-subheading .pbmit-subtitle:after,
.pbmit-heading-subheading-1 .pbmit-subtitle:after {
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: var(--pbmit-global-color);
}
.pbmit-heading-title{
	margin-top: -35px;
	padding-bottom: 70px;
}
.pbmit-heading-subheading.animation-style1 .pbmit-subtitle,
.pbmit-heading-subheading-1 .pbmit-subtitle{
	margin-bottom: 55px;
}
.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle:after {
    background-color: var(--pbmit-blackish-color);
}
.pbmit-heading-subheading.text-white .pbmit-subtitle,
.pbmit-heading-subheading.text-white .pbmit-title{
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-1:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-icon-type-icon {
	font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-1 .pbmit-element-heading {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 24px;
    line-height: 28px;
    padding-top: 10px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-1 .pbmit-heading-desc {
	font-size: 15px;
	color: #666;
}
.pbmit-ihbox-style-1 .pbmit-svg-btn {
	padding-top: 30px;
	display: block;
}
.pbmit-ihbox-style-1 .pbmit-svg-btn svg {
    width: 15px;
    height: auto;
}
.pbmit-ihbox-style-1:hover .pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
    border-bottom: 2px solid var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-element-title {
	color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-ihbox-style-2{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-title-wrapper {
	margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--pbmit-blackish-color);
	align-items: center;
}
.pbmit-ihbox-style-2 .pbmit-icon-type-icon {
    font-size: 55px;
    line-height: 55px;
    padding-right: 30px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-2 .pbmit-element-heading {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
	font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc {
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-btn {
	padding-top: 30px;
	position: relative;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-ihbox-title-wrapper,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-ihbox-title-wrapper {
    border-bottom: 2px solid var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-element-title {
	color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-ihbox-style-3{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-3 .pbmit-element-title {
	margin-bottom: 10px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 24px;
	text-transform: uppercase;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg {
	padding-right: 30px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg {
	width: 55px;
}
.pbmit-ihbox-style-3 .pbmit-icon-type-icon {
    font-size: 55px;
    line-height: 55px;
    padding-right: 30px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
	width: 150px;
    height: auto;
	margin-right: 30px;
	margin-top: 10px;
} 
.pbmit-ihbox-style-3 .pbmit-element-heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
	font-weight: normal;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn {
	padding-top: 30px;
	position: relative;
}
/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-ihbox-contents {
    padding: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-contents:hover {
	border-color: transparent;																					;
	background-color: var(--pbmit-secondary-color) ;
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg {
	width: 70px;
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-icon-type-icon {
	font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-4 .pbmit-element-title {
	font-size: 22px;
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 15px;
	text-transform: uppercase;
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-heading-desc {
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-contents:hover .pbmit-element-title,
.pbmit-ihbox-style-4 .pbmit-ihbox-contents:hover .pbmit-heading-desc  {
	color: var(--pbmit-white-color);
	-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-element-title {
	color: var(--pbmit-white-color);
}
/** Style 5 **/
.pbmit-ihbox-style-5 .pbmit-ihbox-title {
	display: flex;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 25px;
}
.pbmit-ihbox-style-5 .pbmit-icon-type-icon {
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 90px;
	text-align: center;
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-ihbox-style-5:hover .pbmit-icon-type-icon  {
	color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	font-size: 35px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	background-color: var(--pbmit-blackish-color);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image {
	width: 50px;
    height: 50px;
} 
.pbmit-ihbox-style-5 .pbmit-element-heading {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-btn,
.pbmit-ihbox-style-5 .pbmit-heading-desc {
	padding-top: 8px;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5 .pbmit-element-heading {
	color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5 .pbmit-icon-type-icon {
	color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-5:hover .pbmit-ihbox-icon-type-text::after,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-5:hover .pbmit-icon-type-icon::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5:hover .pbmit-ihbox-icon-type-text::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-5:hover .pbmit-icon-type-icon::after {
	background-color: var(--pbmit-global-color);
}
/** Style 6 **/ 
.pbmit-ihbox-style-6 .pbmit-ihbox-title {
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper {
	margin-right: 25px;
}
.pbmit-ihbox-style-6 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 0px;
	position: relative;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-6 .pbmit-icon-type-icon i::before {
	line-height: 50px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
	font-size: 35px;
	text-align: center;
	position: relative;
	background-color: var(--pbmit-global-color);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image {
	width: 60px;
    height: 60px;
} 
.pbmit-ihbox-style-6 .pbmit-element-heading {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-6 .pbmit-element-title {
	font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-ihbox-style-6 .pbmit-heading-desc {
	padding-top: 8px;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6 .pbmit-element-heading {
	color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6 .pbmit-icon-type-icon {
	color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-type-text::after,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-6:hover .pbmit-icon-type-icon::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6:hover .pbmit-ihbox-icon-type-text::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-6:hover .pbmit-icon-type-icon::after {
	background-color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/ 
.pbmit-team-style-1{
	margin-bottom: 30px;
}
.pbmit-team-style-1 .pbminfotech-post-item  {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-team-title{
	font-size: 24px;
	line-height: 30px;
    margin-bottom: 0px;
	text-transform: uppercase;
}
.pbmit-team-style-1 .pbminfotech-box-content {
    padding: 20px 0;
    border-bottom: 2px solid var(--pbmit-secondary-color);
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-team-style-1:hover .pbminfotech-box-content {
    border-bottom: 2px solid var(--pbmit-global-color);
}
.pbmit-team-style-1 .pbminfotech-box-team-position {
	font-size: 15px;
	line-height: 30px;
}
.pbmit-team-style-1 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
}
.pbmit-team-style-1 .pbmit-team-social-links li a {
	transition:all .3s ease-in-out;
	color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbminfotech-team-image-box {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 ul.pbmit-social-links {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 30%;
}
.pbmit-team-style-1 ul li {
	display: block;
	padding:0!important;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--pbmit-global-color);
	transition: all .4s ease-in-out;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.pbmit-team-style-1 ul li:hover{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-team-style-1:hover ul li{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(1){
	transition-delay: 0s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(2){
	transition-delay: 0.05s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(3){
	transition-delay: 0.1s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(4){
	transition-delay: 0.15s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(5){
	transition-delay: 0.20s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(6){
	transition-delay: 0.25s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(7){
	transition-delay: 0.30s;
}
.pbmit-team-style-1:hover .pbmit-team-social-links li:nth-child(8){
	transition-delay: 0.35s;
}
/** Style 2 **/
.pbmit-team-style-2{
	margin-bottom: 60px;
}
.pbmit-team-style-2 .pbmit-team-title{
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.pbmit-team-style-2 .pbminfotech-box-content {
    padding: 20px 0 15px;
    border-bottom: 2px solid var(--pbmit-secondary-color);
}
.pbmit-team-style-2 .pbminfotech-box-team-position {
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 13px;
}
.pbmit-team-style-2 .pbmit-team-social-links li {
    margin-right: 0;
}
.pbmit-team-style-2 .pbmit-team-social-links li a {
	color: #666;
	font-size: 17px;
    line-height: 17px;
}
.pbmit-team-style-2 .pbmit-team-social-links li a:hover i {
	color: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-team-style-2 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-2 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-team-style-2:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner{
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 0;
	margin-right: 15px;
	display: inherit;
	-webkit-text-stroke: 1px var(--pbmit-blackish-color);
	color: transparent;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title{
	font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
	font-weight: 700;
    color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid{
	font-size: 55px;
    line-height: 55px;
    top: 0;
    right: 0;
    text-transform: initial !important;
    position: relative;
	color: transparent;
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-fid{
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	-webkit-text-stroke: 1px rgba(var(--pbmit-white-color-rgb),.5);
	color: transparent;
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-fid-title,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-fid-title,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-fid-title,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-heading-desc,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-1 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbminfotech-ele-fid-style-2{
	position: relative;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner{
	font-size: 90px;
	line-height: 90px;
	margin-bottom: 0;
	margin-right: 30px;
	color: var(--pbmit-blackish-color);
	display: inherit;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
    border-top: 2px solid;
    padding-top: 25px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title{
	font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 37px;
	font-weight: 700;
    margin-bottom: 10px;
    color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid{
	font-size: 90px;
    line-height: 90px;
    top: 0;
    right: 0;
    text-transform: initial;
    position: relative;
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
    line-height: 28px;
	color: #666;
} 
.pbminfotech-ele-fid-style-2 a.pbmit-svg-btn {
    position: absolute;
    top: 35px;
    right: 0;
}
.pbminfotech-ele-fid-style-2 a.pbmit-svg-btn svg{
	width: 18px;
    height: 18px;
}
.pbminfotech-ele-fid-style-2 .pbmit-svg-btn svg line {
	stroke: #666;
}
.pbminfotech-ele-fid-style-2:hover .pbmit-svg-btn svg line {
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-blackish-color);
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid{
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-fid-title,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	border-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-2 .pbmit-svg-btn svg line,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-2 .pbmit-svg-btn svg line,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-2 .pbmit-svg-btn svg line {
	stroke: var(--pbmit-white-color);
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3{
	margin: 40px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFFFF4F;
	margin-top: 40;
}
.pbminfotech-ele-fid-style-3 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	font-size: 90px;
    line-height: 90px;
    margin-bottom: 0;
    min-width: 255px;
    color: var(--pbmit-blackish-color);
    display: inherit;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title{
	font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 37px;
    margin-bottom: 10px;
    color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-3 a.pbmit-svg-btn {
    padding-left: 25px;
}
.pbminfotech-ele-fid-style-3 .pbmit-svg-btn svg {
	width: 18px;
    height: 18px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid{
	font-size: 90px;
    line-height: 90px;
    top: 0;
    right: 0;
    text-transform: initial !important;
    position: relative;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-3:hover .pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-white-color) !important;
}
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-fid-inner,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fid-inner,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-globalcolor .pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-fid{
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-fid-title,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fid-title,
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-heading-desc,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-fid-title,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fld-contents,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-fld-contents,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-fld-contents {
	border-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-svg-btn svg line,
.pbmit-bg-color-global .pbminfotech-ele-fid-style-3 .pbmit-svg-btn svg line,
.pbmit-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-svg-btn svg line {
	stroke: rgba(255, 255, 255,.5);
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 {
    padding-left: 40px;
    padding-top: 15px;
    border-left: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img,
.pbmit-service-style-1 .pbminfotech-post-item,
.pbmit-service-style-1 .pbmit-service-icon-overlay:after,
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.pbmit-service-style-1:hover .pbminfotech-post-item {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-service-style-1 .pbmit-service-icon-overlay {
	position: relative;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
	display: none;
	font-size: 38px;
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 80px;
	text-align: center;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	transform: translate(0%, 0%);
	z-index: 2;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img{
	-moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.pbmit-service-style-1 .pbminfotech-box-content{
	font-size: 14px;
}
.pbmit-service-style-1 .pbmit-service-title{
	margin-bottom: 95px;
    font-size: 30px;
    line-height: 38px;
	text-transform: uppercase;
}
.pbmit-service-style-1 .pbmit-port-cat a {
    font-size: 14px;
    line-height: 32px;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img{
	height: 35px;
    width: 35px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}
.pbmit-bg-color-secondary .pbmit-service-style-1 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-service-style-1 {
	border-color: rgb(255 255 255 / 20%);
}
/** Style 2 **/
.pbmit-service-style-2{
	margin-bottom: 30px;
}
.pbmit-service-style-2 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-service-style-2 .pbmit-service-icon-overlay {
	position: relative;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper{
	display: none;
	font-size: 38px;
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 80px;
	text-align: center;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	transform: translate(0%, 0%);
	z-index: 2;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbminfotech-box-content {
    padding: 20px 0;
    border-bottom: 2px solid;
}
.pbmit-service-style-2 .pbmit-service-title{
    font-size: 24px;
    line-height: 32px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-service-style-2 .pbmit-port-cat a {
    font-size: 14px;
    line-height: 32px;
	color: #666;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper img{
	height: 35px;
    width: 35px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}
.pbmit-service-style-2 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.pbmit-service-style-2:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-service-style-2 a.pbmit-svg-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
}
.pbmit-service-style-2 .pbmit-svg-arrow{
	width: 18px;
    height: 18px;
}
.pbmit-service-style-2 a.pbmit-svg-btn svg line {
	stroke: #666;
}
.pbmit-service-style-2:hover .pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbmit-service-style-2 .pbmit-port-cat a,
.pbmit-bg-color-blackish .pbmit-service-style-2 .pbmit-port-cat a,
.pbmit-bg-color-global .pbmit-service-style-2 .pbmit-port-cat a,
.pbmit-bg-color-global .pbmit-service-style-2 .pbmit-service-title a,
.pbmit-bg-color-secondary .pbmit-service-style-2 .pbmit-service-title a,
.pbmit-bg-color-blackish .pbmit-service-style-2 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-service-style-2,
.pbmit-bg-color-secondary .pbmit-service-style-2,
.pbmit-bg-color-blackish .pbmit-service-style-2 {
	border-color: rgb(255 255 255 / 20%);
}
/** Style 3 **/
.pbmit-service-style-3 {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 30px;
    border-bottom: 1px solid #bbbcbe;
}
.pbmit-service-style-3 .pbminfotech-post-item {
    align-items: center;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper{
	font-size: 60px;
    line-height: 60px;
    padding-right: 25px;
    z-index: 2;
    color: var(--pbmit-blackish-color);
}
.pbmit-service-style-3 .pbmit-service-title{
    font-size: 26px;
    line-height: 32px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-service-style-3 .pbmit-port-cat a {
    font-size: 15px;
    line-height: 32px;
	color: #666;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper img{
	height: 35px;
    width: 35px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}
.pbmit-service-style-3 a.pbmit-svg-btn svg{
	width: 18px;
    height: 18px;
}
.pbmit-service-style-3 a.pbmit-svg-btn svg line {
	stroke: #666;
}
.pbmit-service-style-3:hover a.pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-global-color);
}
.pbmit-service-style-3 .pbmit-featured-img-wrapper, 
.pbmit-service-style-3 .pbminfotech-box-content {
    flex: 1;
}
.pbmit-service-style-3 .pbmit-featured-wrapper img {
    position: absolute;
    top: -55%;
    height: auto;
    right: 65px;
    width: 200px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px);
    transform-origin: top center;
    transition: all .45s;
}
.pbmit-service-style-3:hover .pbmit-featured-wrapper img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.pbmit-bg-color-secondary .pbmit-service-style-3 .pbmit-port-cat a,
.pbmit-bg-color-blackish .pbmit-service-style-3 .pbmit-port-cat a,
.pbmit-bg-color-global .pbmit-service-style-3 .pbmit-port-cat a,
.pbmit-bg-color-global .pbmit-service-style-3 .pbmit-service-title a,
.pbmit-bg-color-secondary .pbmit-service-style-3 .pbmit-service-title a,
.pbmit-bg-color-blackish .pbmit-service-style-3 .pbmit-service-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-service-style-3,
.pbmit-bg-color-secondary .pbmit-service-style-3,
.pbmit-bg-color-blackish .pbmit-service-style-3 {
	border-color: rgb(255 255 255 / 20%);
}

/*----------------------------------------*/
/*  05 - Portfolio
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1{
	margin-bottom: 30px;
}
.pbmit-portfolio-style-1 .pbminfotech-overlay::after,
.pbmit-portfolio-style-1 .pbminfotech-overlay::before,
.pbmit-portfolio-style-1 .pbminfotech-overlay {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content {
    position: relative;
    overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-image-wrapper {
    position: relative;
    background-color: #fff;
    padding-bottom: 124%;
    -webkit-clip-path: inset(0 15%);
    clip-path: inset(0 15%);
    opacity: 0;
    transform: translate3d(0, 150px, 0);
    transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
    transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), clip-path 1s cubic-bezier(.25, .85, .57, 1);
    transition: opacity 1s cubic-bezier(.25, .85, .57, 1), transform 1s cubic-bezier(.25, .85, .57, 1), clip-path 1s cubic-bezier(.25, .85, .57, 1), -webkit-clip-path 1s cubic-bezier(.25, .85, .57, 1);
}
.pbmit-portfolio-style-1.active .pbmit-image-wrapper {
    opacity: 1;
    -webkit-clip-path: inset(0 0);
    clip-path: inset(0 0);
    transform: translateZ(0);
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: calc(110% + 80px);
    transform: translate3d(0, -40px, 0);
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pbmit-element-portfolio-style-1 .row .pbmit-ele:nth-child(2n) {
    margin-top: 5.5rem;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
    transition: opacity 1s cubic-bezier(.25, .85, .57, 1) .4s, transform 1s cubic-bezier(.25, .85, .57, 1) .4s;
}
.pbmit-portfolio-style-1.active .pbminfotech-titlebox {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox h3 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 0px;
	text-transform: uppercase;
}
.pbmit-portfolio-style-1 .pbmit-port-cat a {
    color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding: 20px 30px;
	opacity: 0;
	word-break: break-word;
	transform: translateX(-100%);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	transition: all .5s;
	opacity: 1;
	transform: translateX(0);
}
.pbmit-element-portfolio-style-1 .row {
    justify-content: space-between;
}
.pbmit-element-portfolio-style-1 .row .pbmit-portfolio-style-1{
	width: 47%;
}
.pbmit-element-portfolio-style-1 .row .pbmit-portfolio-style-1:nth-child(2n) {
    margin-top: 5.5rem;
}
/** Style 2 **/
.pbmit-portfolio-style-2 {
	overflow: hidden;
}
.pbmit-ele.pbmit-portfolio-style-2{
	margin-bottom: 30px;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content {
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding: 30px 35px;
	opacity: 0;
	word-break: break-word;
	transform: translateX(-100%);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-2:hover .pbminfotech-box-content {
	transition: all .5s;
	opacity: 1;
	transform: translateX(0);
}
.pbmit-portfolio-style-2 .pbmit-port-cat,
.pbmit-portfolio-style-2 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
	font-size: 14px;
	text-transform: uppercase;
}
.pbmit-portfolio-style-2 .pbmit-title{
	font-size: 22px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-2 .pbmit-element-inner .swiper-wrapper {
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pbmit-portfolio-style-2 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
}
.pbmit-ele-portfolio.pbmit-portfolio-style-2 {
	margin-top: 15px;
}
.pbmit-portfolio-style-2 a.pbmit-link,
.pbmit-portfolio-style-1 a.pbmit-link,
.pbmit-portfolio-style-3 a.pbmit-link{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    box-shadow: none;
    text-decoration: none;
    cursor: none;
}
/** Style 3 **/
.pbmit-portfolio-style-3 {
	overflow: hidden;
	border-radius: 0;
	perspective: 300px;
	margin-bottom: 30px;
}
.pbmit-element-portfolio-style-3 {
	height: 100%!important;
}
.pbmit-portfolio-style-3 .pbminfotech-box-content {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 0;
	padding: 30px;
	opacity: 0;
	max-width: 300px;
	word-break: break-word;
	background: var(--pbmit-blackish-color);
	transform: rotateY(30deg);
	transition: 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transform-origin: left center;
}
.pbmit-portfolio-style-3:hover .pbminfotech-box-content {
	transform: rotateY(0);
	opacity: 1;
	transition: opacity 0.2s, transform 0.5s;
	display: none;
}
.pbmit-portfolio-style-3 .pbmit-port-cat a {
	font-size: 14px;
	text-transform: uppercase;
}
.pbmit-portfolio-style-3 .pbmit-port-cat a,
.pbmit-portfolio-style-3 .pbmit-portfolio-title a {
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title a:hover,
.pbmit-portfolio-style-3 .pbmit-port-cat a {
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper img {
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-3:hover .pbmit-featured-wrapper img {
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-3 .pbmit-element-posts-wrapper {
	position: relative;
	margin: 0;
	z-index: 10;
	overflow: visible;
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 {
	margin-bottom: 30px;
}
.pbmit-blog-style-1 .post-item {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-blog-style-1 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-meta-date .pbmit-day-wrap {
	font-size: 48px;
	line-height: 48px;
	text-transform: none;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbminfotech-box-content {
	padding: 30px 0 20px;
    border-bottom: 2px solid var(--pbmit-blackish-color);
}
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper a {
	margin-right: 35px;
	position: relative;
}
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper a::after {
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-blackish-color);
    border-radius: 50%;
    top: 50%;
    right: -21px;
    margin-top: -4px;
}
.pbmit-blog-style-1 .pbmit-svg-btn svg {
    width: 13px;
    height: 13px;
}
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper a,
.pbmit-blog-style-1 .pbmit-meta-cat-wrapper .pbmit_meta_author {
	color: var(--pbmit-blackish-color);
	font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a {
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-category,
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-comment-wrapper{
	color: var(--pbmit-global-color);
	font-size: 14px;
}
.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.pbmit-blog-style-1:hover .pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-meta-cat-wrapper .pbmit_meta_author,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbmit-meta-cat-wrapper .pbmit_meta_author,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-meta-cat-wrapper .pbmit_meta_author,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-post-title a:hover,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover,
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-post-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a::after,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a::after,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-meta-cat-wrapper a::after {
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbminfotech-box-content,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbminfotech-box-content,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbminfotech-box-content {
	border-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-svg-btn svg line,
.pbmit-bg-color-secondary .pbmit-blog-style-1 .pbmit-svg-btn svg line,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-svg-btn svg line {
	stroke: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-1 .pbmit-post-title a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
/** Style 2 **/
.pbmit-blog-style-2 .post-item {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-blog-style-2 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-2 .pbmit-featured-container {
    position: relative;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-2 .pbmit-meta-date .pbmit-day-wrap {
	font-size: 48px;
	line-height: 48px;
	text-transform: none;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-2 .pbminfotech-box-content {
	padding: 33px 0 0;
}
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper{
	display: flex;
    align-items: center;
    margin-bottom: 12px;
	margin-right: 0;
	line-height: normal;
}
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper a {
	margin-right: 35px;
	position: relative;
}
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper a::after {
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-blackish-color);
    border-radius: 50%;
    top: 50%;
    right: -21px;
    margin-top: -4px;
}
.pbmit-blog-style-2 a.pbmit-svg-btn {
    position: absolute;
	right: -1px;
    bottom: -1px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: var(--pbmit-white-color);
}
.pbmit-blog-style-2 .pbmit-svg-btn svg {
    width: 13px;
    height: 13px;
}
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper a,
.pbmit-blog-style-2 .pbmit-meta-cat-wrapper .pbmit_meta_date {
	font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a {
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-category,
.pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-comment-wrapper{
	color: var(--pbmit-global-color);
	font-size: 14px;
}
.pbmit-blog-style-2 .pbmit-post-title {
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.pbmit-blog-style-2:hover svg line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-secondary .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-cat-wrapper .pbmit_meta_date,
.pbmit-bg-color-secondary .pbmit-blog-style-2 .pbmit-meta-cat-wrapper .pbmit_meta_date,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-cat-wrapper .pbmit_meta_date,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-post-title a:hover,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover,
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-post-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a::after,
.pbmit-bg-color-secondary .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a::after,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-cat-wrapper a::after {
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbminfotech-box-content,
.pbmit-bg-color-secondary .pbmit-blog-style-2 .pbminfotech-box-content,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbminfotech-box-content {
	border-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-post-title a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-post-title a,
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-content-wrapper * div::after {
	background-color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-blog-style-3{
	margin-bottom: 30px;
}
.pbmit-blog-style-3 .post-item {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-blog-style-3 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-3 .pbmit-meta-date span{
	display: block;
}
.pbmit-blog-style-3 .pbmit-meta-date-wrapper {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	width: 100px;
	padding-top: 15px;
	text-align: center;
	background: var(--pbmit-blackish-color);
}
.pbmit-blog-style-3 .pbmit-meta-date .pbmit-day-wrap {
	font-size: 48px;
	line-height: 48px;
	text-transform: none;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-3 .pbmit-meta-date-wrapper .pbmit-date-wrap {
	font-size: 14px;
	line-height: 14px;
	text-transform: none;
	padding: 6px 0;
	letter-spacing: 1px;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-3 .pbmit-content-wrapper * div {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.pbmit-blog-style-3 .pbmit-content-wrapper * div:last-child {
	margin: 0;
	padding: 0;
}
.pbmit-blog-style-3 .pbmit-content-wrapper * div::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 3px;
	height: 1px;
	background-color: var(--pbmit-global-color);
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-blog-style-3 .pbmit-content-wrapper * div:last-child:after {
	content: none;
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a {
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-category,
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-comment-wrapper{
	color: var(--pbmit-global-color);
	font-size: 14px;
}
.pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-category a{
	font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pbmit-blog-style-3 .pbmit-post-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-post-title a:hover,
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper,
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a,
.pbmit-bg-color-blackish .pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover,
.pbmit-bg-color-blackish .pbmit-blog-style-3 .pbmit-post-title a {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-blog-style-3 .pbmit-post-title a:hover {
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-post-title a,
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-content-wrapper .pbmit-meta-cat-wrapper a:hover {
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-global .pbmit-blog-style-3 .pbmit-content-wrapper * div::after {
	background-color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item {
	position: relative;
}
.pbmit-testimonial-style-1 .pbminfotech-box-content {
	position: relative;
    padding-top: 80px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-content-wrapper{
	margin-top: 40px;
}
.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper {
	display: inline-block;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	min-width: 250px;
    height: auto;
    margin-right: 50px;
}
.pbmit-testimonial-style-1 blockquote {
	font-size: 26px;
    line-height: 36px;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	background: transparent;
    font-weight: normal;
    font-style: normal;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-1 blockquote::before {
	position: absolute;
    content: '\e810';
    font-family: 'pbminfotech-base-icons';
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    left: 0;
    top: -70px;
    border-radius: 50%;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
	font-size: 15px;
    margin-left: 10px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-author {
	margin-top: 35px;
    display: flex;
    align-items: center;
}
.pbmit-testimonial-style-1 .pbminfotech-author-box {
	margin-top: 28px;
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-1 blockquote::before,
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 blockquote::before,
.pbmit-bg-color-global .pbmit-testimonial-style-1 blockquote::before {
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-1 blockquote,
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 blockquote,
.pbmit-bg-color-global .pbmit-testimonial-style-1 blockquote,
.pbmit-bg-color-blackish .pbmit-testimonial-style-1 .pbminfotech-box-title,
.pbmit-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-box-title,
.pbmit-bg-color-global .pbmit-testimonial-style-1 .pbminfotech-box-title{
	color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-post-item {
    background-color: #fff;
	padding: 50px 60px 45px 50px;
    border-top: 5px solid var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-wrapper,
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper {
	position: relative;
}
.pbmit-testimonial-style-2 {
	overflow: hidden;
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper::before {
	position: absolute;
    content: '\e810';
    font-family: 'pbminfotech-base-icons';
    font-size: 40px;
    line-height: 40px;
    right: -10px;
    bottom: 0;
    color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-wrapper-inner {
	margin: 0 0 25px 0;
    position: relative;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
	display: inline-block;
    margin-bottom: 15px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: var(--pbmit-blackish-color);
	font-size: 20px;
    line-height: 20px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i:before{
	margin: 0;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i.pbmit-active {
	color: #feb437;
}
.pbmit-testimonial-style-2 blockquote {
	font-size: 24px;
    line-height: 30px;
    padding: 0;
    font-weight: 400;
    margin: 0;
    border: none;
    color: var(--pbmit-blackish-color);
    background: transparent;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-testimonial-style-2 .pbminfotech-box-content {
	display: inline-flex;
	align-items: center;
}
.pbmit-testimonial-style-2 .pbmit-featured-img-wrapper {
	padding-right: 30px;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
	text-transform: uppercase;
    color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {
	font-size: 15px;
    line-height: 20px;
} 
.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-testimonial-style-2 .pbminfotech-box-title {
	color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  08 - Header
/*----------------------------------------*/
/*.pbmit-pre-header-wrapper {*/
/*    background-color: #FDB913;*/
/*}*/

.pbmit-pre-header-wrapper {
    background-color: #D4AF37;
}

.pbmit-header-overlay{
	position: absolute;
    width: 100%;
    z-index: 2;
}
.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	height: 90px;
	transition: none;
    line-height: inherit;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
.pbmit-contact-info{
	font-size: 14px;
}
.pbmit-contact-info li:first-child {
    padding-left: 0;
}
.pbmit-social-links li:not(:last-child), 
.pbmit-contact-info li:not(:last-child) {
    padding: 0 20px 0 0;
}
.site-header .pbmit-social-links li, .pbmit-contact-info li {
    display: inline-block;
    vertical-align: top;
	float: left;
}
.pbmit-contact-info li i {
    font-size: 18px;
    margin-right: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pbmit-contact-info li i::before {
    font-weight: 600;
}
.pbmit-pre-header-wrapper .pbmit-social-links li a i {
    margin: 0;
    font-size: 15px;
}
.pbmit-button-box{
	padding-right: 40px;
}
.site-header .pbmit-header-button a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-svg-btn svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.pbmit-svg-btn svg line:nth-child(2),
.pbmit-svg-btn svg line:nth-child(3){
	stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}
.pbmit-svg-btn svg line {
    stroke: white;
}
.pbmit-header-search-btn{
	padding-right: 20px;
    position: relative;
}
.pbmit-header-search-btn a{
	font-size: 20px;
	color: rgba(7, 19, 35, 1);
}
.pbmit-svg-btn:hover svg line {
    stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-global-color);
}
.pbmit-nav-menu-toggle{
	padding: 0 27px;
    margin-left: 20px;
    line-height: var(--pbmit-header-height);
    background-color: var(--pbmit-global-color);
    line-height: 90px;
    height: 90px;
	border: none;
}
.pbmit-nav-menu-toggle svg path {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path .2s ease-out;
    transition: clip-path .2s ease-out;
    transition: clip-path .2s ease-out,-webkit-clip-path .2s ease-out;
}
.pbmit-nav-menu-toggle:hover svg path:nth-of-type(1) {
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%);
}
.pbmit-nav-menu-toggle:hover svg path:nth-of-type(3) {
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0);
}
.floting-bar-wrap {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 1000;
    width: 450px;
    height: 100%;
    display: inline-table;
    opacity: 0;
    padding: 120px 65px;
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    background-color: var(--pbmit-light-color);
}
.floting-bar-wrap, .floting-bar-wrap h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--pbmit-blackish-color);
}
.floting-bar-wrap.active {
    right: 0;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.floting-bar-widget-area .widget {
    margin-bottom: 40px;
}
.floting-bar-widget-area .widget_media_image img {
    padding-right: 70px;
}
.floting-bar-widget-area .pbmit-contact-box {
    padding-right: 45px;
}
.pbmit-contact-box .pbmit-contact-list:not(:last-child) {
    margin-bottom: 40px;
}
.floting-bar-wrap h4 {
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.pbmit-contact-box .pbmit-contact-list h4 {
    margin-bottom: 5px;
}
.pbmit-contact-box .pbmit-contact-list span {
    display: block;
}
.floting-bar-social-wrap {
    position: absolute;
    bottom: 60px;
}
.floting-bar-social-wrap h4 {
    margin-bottom: 15px;
}
.floting-bar-social-wrap .pbmit-social-links li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}
.floting-bar-social-wrap .pbmit-social-links li:not(:last-child) {
    padding-right: 10px;
}
.floting-bar-social-wrap .pbmit-social-links li a:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}
.floting-bar-social-wrap .pbmit-social-links li a i {
    font-size: 16px;
    line-height: 40px;
}
.floting-bar-wrap .closepanel {
    position: absolute;
    z-index: 600;
    right: 0;
    top: 40px;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translate(0%,-50%) rotate(0deg);
    -moz-transform: translate(0%,-50%) rotate(0deg);
    -ms-transform: translate(0%,-50%) rotate(0deg);
    -o-transform: translate(0%,-50%) rotate(0deg);
    transform: translate(0%,-50%) rotate(0deg);
}
.floting-bar-wrap .closepanel svg rect {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes pbmit-closer-line-draw{
	0%,100%{
		clip-path:inset(-1px 0 -1px 0);
		-webkit-clip-path:inset(-1px 0 -1px 0)
	}
	55%{
		clip-path:inset(-1px 0 -1px 100%);
		-webkit-clip-path:inset(-1px 0 -1px 100%)
	}
	56%{
		clip-path:inset(-1px 100% -1px 0);
		-webkit-clip-path:inset(-1px 100% -1px 0)
	}
}
.floting-bar-wrap .closepanel:hover svg rect {
    animation: pbmit-closer-line-draw .6s;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbmit-closer-line-draw;
}
.floting-bar-wrap .closepanel:hover svg rect:nth-of-type(2) {
    animation-delay: .17s;
}
/** Header Style 1 **/
.site-branding{
padding-left: 25px;
}


.header-style-1{
background-color: #002349;

}
.header-style-1 .pbmit-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
    /* border-bottom: 1px solid #e6e7e9; */
	color: white;
}
.header-style-1 .pbmit-contact-info li i{
	color: white;
}
.header-style-1 .pbmit-pre-header-wrapper .pbmit-social-links li a i {
    color: white;
}
.header-style-1 .pbmit-logo-area {
    background-color: var(--pbmit-light-color);
    padding: 0 50px 0 35px;
}
/** Header Style 2 **/
.header-style-2 .site-branding{
	background-color: var(--pbmit-secondary-color);
    padding: 0 50px 0 35px;
}
.header-style-2 .site-branding .responsive-logo{
	display: none;
}
/** Header Style 3 **/
.header-style-3 .pbmit-main-header-area{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-style-3 .pbmit-logo-menuarea {
    padding: 0 65px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-style-3 .site-branding .responsive-logo{
	display: none;
}
.header-style-3 .pre-header{
	height: 55px;
    line-height: 55px;
	color: var(--pbmit-white-color);
	background-color: transparent;
}
.header-style-3 .pbmit-pre-header-right{
	display: flex;
    align-items: center;
}
.header-style-3 .main-menu ul > li.dropdown > a:after,
.header-style-3 .pbmit-header-search-btn a,
.header-style-3.site-header .pbmit-header-button a{
	color: var(--pbmit-white-color);
}
.header-style-3 .pbmit-header-search-btn a:hover{
	color: var(--pbmit-global-color);
}
.header-style-3.site-header .pbmit-header-button a::after{
	background-color: var(--pbmit-white-color);
}
.header-style-3.site-header .pbmit-svg-btn:hover svg line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  09 - Footer
/*----------------------------------------*/
.footer.site-footer{
	position: relative;
	font-size: 15px;
	color: rgba(255, 255, 255,.6);
	padding: 105px 0 0px 0;
    border-top: 1px solid rgba(7, 19, 35, 0.1);
	background-color: #0a1229;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: scroll;
}
.footer.site-footer:before{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
	background-color: #0a1229;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: scroll;
}
.pbmit-footer-big-area {
	padding-bottom: 38px;
}
.pbmit-footer-big-area h3{
	font-size: 58px;
    line-height: 58px;
    margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.footer .widget{
	padding-top: 35px;
	position: relative;
}
.footer .widget .widget-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
	margin-bottom: 17px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-widget-number{
	padding-top: 5px;
}
.footer .textwidget ul li{
	padding-bottom: 8px;
}
.footer .textwidget ul li a{
	color: rgba(255, 255, 255,.6);
}
.footer .textwidget ul li a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-footer-text-area{
	margin-top: 70px;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pbmit-footer-text-inner{
	font-size: 14px;
}
.pbmit-footer-logo-box {
    text-align: center;
    height: 76px;
    background-color: var(--pbmit-global-color);
    padding: 13px 20px 16px;
}
.pbmit-footer-logo-box img{
	height: 45px;
}
.pbmit-footer-copyright-text-area{
	text-align: center;
}
.pbmit-footer-copyright-text-area a{
	color: rgba(255, 255, 255,.6);
}
.pbmit-footer-social-area ul.pbmit-social-links {
	float: right;
}
.pbmit-footer-social-area .pbmit-social-links li {
    min-height: 74px;
    line-height: 74px;
    padding: 0px 27px;
	float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-footer-social-area .pbmit-social-links li a{
	margin: 0;
    font-size: 17px;
    padding: 0;
	color: rgba(255, 255, 255,.6);
}
.pbmit-footer-social-area .pbmit-social-links li a i{
	color: var(--pbmit-white-color);
}
.pbmit-footer-social-area .pbmit-social-links li:last-child{
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pbmit-footer-social-area .pbmit-social-links li:hover{
	background-color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  10 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	background-image: url(../images/titlebar-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
	position: relative;
    z-index: 1;
}
.pbmit-title-bar-wrapper:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none!important;
}
.pbmit-title-bar-content{
	position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0;
    width: 60%;
	min-height: 450px;
}
.pbmit-tbar-title{
	font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
	margin-bottom: 10px;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	margin-top: 10px;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a{
	font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #666666;
    text-transform: none;
    font-style: normal;
	font-family: var(--pbmit-body-typography-font-family);
}

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

/*----------------------------------------*/
/*  12 - Progress Bar
/*----------------------------------------*/
.progressbar{
    overflow: hidden;
	margin-bottom: 35px;
}
.progressbar .progress-label{
	font-size: 16px;
    line-height: 20px;
    position: relative;
    top: -7px;
    text-transform: uppercase;
	font-weight: 700;
    font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
	color: var(--pbmit-blackish-color);
}
.progress{
	padding-bottom: 7px;
    overflow: visible;
    border-radius: 0px;
    position: relative;
	border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
}
.progress .progress-bar{
	display: flex;
	font-size: 11px;
	line-height: 30px;
	height: 8px;
    background-color: var(--pbmit-secondary-color);
    border-radius: 0;
}
.progress .progress-percent{
	padding-right: 0;
    position: absolute;
    right: 5px;
    left: auto;
    top: -24px;
    font-size: 16px;
    line-height: 15px;
	font-weight: 700;
    font-style: normal;
    color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

/*----------------------------------------*/
/*  13 - Accordion
/*----------------------------------------*/
.accordion-item{
	border: none ;
	position: relative;
	background-color: transparent;
	color: inherit;
    border-bottom: 2px solid rgba(7, 19, 35, 1);
}
.accordion-item:last-of-type{
	border-radius: 0;
}
.accordion-button{
	margin: 0;
	font-weight: 700;
    line-height: 1;
    cursor: pointer;
	border-radius: 0 !important;
    outline: none;
	position: relative;
    padding: 30px 60px 28px 0px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	background-color: transparent !important;
}
.pbmit-accordion-icon.pbmit-accordion-icon-right{
	position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    font-size: 17px;
    line-height: 40px;
	float: right;
	display: inline-block;
    width: 1.5em;
    text-align: center !important;
    background-color: transparent;
    color: var(--pbmit-blackish-color);
}
.accordion-item.active .pbmit-accordion-icon-closed{
	display: none;
}
.accordion-item .pbmit-accordion-icon-closed{
	display: block;
}
.accordion-item .pbmit-accordion-icon-opened{
	display: none;
}
.accordion-item .pbmit-accordion-icon i{
	position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.accordion-item.active .pbmit-accordion-icon-opened{
	display: block;
}
.accordion-button::after{
	display: none;
}
.accordion-button:not(.collapsed){
	box-shadow: none;
}
.accordion-item .pbmit-accordion-title{
	font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 30px;
    color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.accordion-item .pbmit-accordion-title span{
	font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
    color: #666;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-body{
	padding: 10px 30px 35px 30px;
}
.accordion-style-2 .pbmit-accordion-title{
	font-size: 20px;
}
.accordion-style-2 .accordion-item .pbmit-accordion-icon i:before{
	font-size: 10px;
	font-weight: bold;
	color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  14 - Tab
/*----------------------------------------*/
.pbmit-tab{
	display: flex;
}
.pbmit-tab .nav-tabs{
	padding-top: 30px;
	border: none;
}
.pbmit-tab .nav-tabs .nav-item{
	font-size: 14px;
    line-height: 36px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.nav-tabs .nav-link{
	border: none;
	display: flex;
	padding: 0;
}
.pbmit-tab .pbmit-tabs-icon{
	font-weight: 700;
    font-style: normal;
	font-size: 20px;
    color: #ccc;
    margin-right: 14px;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-tab .pbmit-tabs-icon-wrapper{
	font-style: normal;
}
.pbmit-tab .pbminfotech-tabs-heading{
	font-size: 36px;
    line-height: 46px;
    margin-bottom: 27px;
	text-transform: uppercase;
}
.pbmit-tab svg.pbmit-svg-arrow{
	width: 16px;
    height: 16px;
    margin: 0 0 7px 7px;
    opacity: 0;
    display: none;
}
.pbmit-tab svg.pbmit-svg-arrow line{
	stroke: var(--pbmit-blackish-color);
}
.nav-tabs .nav-link.active .pbminfotech-tabs-heading{
	color: var(--pbmit-global-color);
}
.nav-tabs .nav-link.active svg.pbmit-svg-arrow{
	opacity: 1;
    display: inline-block;
}
.pbmit-tab .tab-content{
	padding-left: 50px;
    margin-left: 50px;
    border-left: 1px solid #e5e5e5;
}
.pbmit-tab .pbmit-ihbox-contents{
	padding: 20px 15px 0 45px;
}
.pbmit-tab .pbmit-content-inner h2 {
    font-size: 30px;
    line-height: 40px;
	text-transform: uppercase;
    margin-bottom: 30px;
}
.tab-content>.active{
	animation-name: fadeInDown11;
    -webkit-animation-name: fadeInDown1;
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
}
@keyframes fadeInDown1{
    from { opacity:0;
		transform:translate3d(0, 0,-50px)
    }
    to {
        opacity:1;
        transform:none
    }
}

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

/*----------------------------------------*/
/*  16 - List Group
/*----------------------------------------*/
.list-group-borderless .list-group-item {
	display: flex;
    font-size: inherit;
	align-items: inherit !important;
	padding-bottom: calc(18px/2);
	padding-left: 0;
	color: var(--pbmit-blackish-color);
	margin: 0;
    position: relative;
    border: none;
    background: transparent;
}
.list-group .pbmit-icon-list-icon{
	display: flex;
    position: relative;
	top: var(0,initial);
	line-height: normal;
    margin-top: 0px;
	padding-right: 5px;
}
.list-group .pbmit-icon-list-icon i{
	font-size: 30px;
	position: relative;
    width: auto;
	line-height: 0px;
    top: 0;
    color: var(--pbmit-global-color);
    font-weight: normal;
}
.list-group .pbmit-icon-list-text{
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
	padding-left: 10px;
    margin-bottom: 0;
	line-height: 24px;
	font-family: var(--pbmit-heading-typography-font-family);
}
.list-group-style-1 .list-group-item:not(:last-child){
	padding-bottom: calc(10px/2);
}
.list-group-style-1 .pbmit-icon-list-icon{
	padding-right: 2px;
}
.list-group-style-1 .pbmit-icon-list-icon i{
	font-size: 25px;
}
.list-group-style-1 .pbmit-icon-list-text{
	padding-left: 3px;
	font-weight: 400;
	text-transform: none;
	color: #666666;
	font-family: var(--pbmit-body-typography-font-family);
}

/*----------------------------------------*/
/*  17 - Revolution
/*----------------------------------------*/
/** Slider 01 **/
.pbmit-slider-subheading{
	padding-left:23px !important; 
	position:relative
}
.pbmit-slider-subheading:after{
	content:''; 
	position:absolute; 
	width:10px; 
	height:10px; 
	border-radius:50%; 
	left:0; 
	top:50%; 
	margin-top:-5px; 
	z-index:1111; 
	background-color:var(--pbmit-global-color)
}
.rev-btn .pbmit-svg-arrow{
	width:11px; 
	stroke:#000; 
	height:auto; 
	margin-left:10px
}
.rev-btn:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 100% 50%;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.rev-btn:hover:before{
	transform: scale3d(0,1,1);
	background-color: var(--pbmit-global-color);
}
.rev-btn:hover svg.pbmit-svg-arrow line {
    stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-white-color);
}
.rev-btn svg.pbmit-svg-arrow line, 
.reply a svg line, .pbmit-svg-btn svg line {
    fill: none;
    stroke-width: 4;
    stroke-miterlimit: 10;
}
.pbmit-rev-svg-arrow svg.pbmit-svg-arrow line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-white-color);
}
.pbmit-rev-svg-arrow.rev-btn:hover svg.pbmit-svg-arrow line{
	stroke-dashoffset: 0 !important;
    stroke: var(--pbmit-blackish-color);
}
.pbmit-slider-title{
	background-color:#fff; 
	padding:5px 20px; 
	line-height:100px !important; 
	DISPLAY:inline-block; 
	font-weight:700 !important
}
#rev_slider_1_1_wrapper .persephone.tparrows{
	cursor:pointer;
	background:#f9ad00;
	width:70px;
	height:70px;
	position:absolute;
	display:block;
	z-index:1000; 
	border:1px solid rgba(255,255,255,0)
}
#rev_slider_1_1_wrapper .persephone.tparrows.rs-touchhover{
	background:#000000
}
#rev_slider_1_1_wrapper .persephone.tparrows:before{
	font-family:'pbminfotech-base-icons';
	font-size:15px;
	color:#ffffff;
	display:block;
	line-height:70px;
	text-align:center;
	font-size: 25px;
}
#rev_slider_1_1_wrapper .persephone.tparrows.tp-leftarrow:before{
	content:'\e81e'
}
#rev_slider_1_1_wrapper .persephone.tparrows.tp-rightarrow:before{
	content:'\e814'
}
/** Slider 02 **/
.pbmit-slider-title{
	background-color:#fff; 
	padding:5px 20px; 
	line-height:100px !IMPORTANT; 
	DISPLAY:inline-block
}
.skincolor.globalcolor{
	color: var(--pbmit-global-color);
}
#rev_slider_2_1_wrapper .uranus .tp-bullet{
	border-radius:50%; 
	box-shadow:0 0 0 2px #777d85; 
	-webkit-transition:box-shadow 0.3s ease; 
	transition:box-shadow 0.3s ease; 
	background:transparent; 
	width:16px; 
	height:16px
}
#rev_slider_2_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover{
	box-shadow:0 0 0 2px rgba(255,255,255,0); 
	border:none; 
	border-radius:50%; 
	background:transparent
}
#rev_slider_2_1_wrapper .uranus .tp-bullet-inner{
	-webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease; 
	transition:background-color 0.3s ease,transform 0.3s ease; 
	top:0; left:0; 
	width:100%; 
	height:100%; 
	outline:none; 
	border-radius:50%; 
	background-color:#777d85; 
	background-color:#777d85; 
	text-indent:-999em; 
	cursor:pointer; 
	position:absolute
}
#rev_slider_2_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
	transform:scale(0.4); 
	-webkit-transform:scale(0.4); 
	background-color:rgba(255,255,255,0)
}
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet{
	width:8px;
	height:8px;
	box-shadow:0 0 0 2px #000000
}
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet.selected,
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet.rs-touchhover{
	box-shadow:0 0 0 2px #000000
}
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
	background-color:#000000
}
#rev_slider_2_1[data-slideactive="rs-2"] .uranus .tp-bullet-inner{
	background-color:#000000
}
#rev_slider_2_1[data-slideactive="rs-4"] .uranus .tp-bullet{
	width:8px;
	height:8px;
	box-shadow:0 0 0 2px #000000
}
#rev_slider_2_1[data-slideactive="rs-4"] .uranus .tp-bullet-inner{
	background-color:#000000 !important;
}
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet{
	width:8px;
	height:8px
}
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet.selected,
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet.rs-touchhover{
	box-shadow:0 0 0 2px #000000
}
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
	background-color:#000000
}
#rev_slider_2_1[data-slideactive="rs-5"] .uranus .tp-bullet-inner{
	background-color:#000000
}
/** Slider 03 **/
.pbmit-slider-subheading{
	padding-left:23px !important; 
	position:relative
}
.pbmit-slider-subheading:after{
	content:''; 
	position:absolute; 
	width:10px; 
	height:10px; 
	border-radius:50%; 
	left:0; 
	top:50%; 
	margin-top:-5px; 
	z-index:1111; 
	background-color:var(--pbmit-global-color)
}
.rev-btn .pbmit-svg-arrow{
	width:11px; 
	stroke:#000; 
	height:auto; 
	margin-left:10px
}
.pbmit-slider-title{
	background-color:#fff; 
	padding:5px 20px; 
	line-height:100px !IMPORTANT; 
	DISPLAY:inline-block
}
#rev_slider_3_1_wrapper .custom.tparrows{
	cursor:pointer;
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
	background: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}
#rev_slider_3_1_wrapper .custom.tparrows.rs-touchhover{
	background:#000
}
#rev_slider_3_1_wrapper .custom.tparrows:before{
	font-family:'pbminfotech-base-icons';
	font-size: 22px;
	font-weight: 500;
	display:block;
	line-height:40px;
	text-align:center;
	color: var(--pbmit-global-color);
}
#rev_slider_3_1_wrapper .custom.tparrows.tp-leftarrow:before{
	content: '\e81e'
}
#rev_slider_3_1_wrapper .custom.tparrows.tp-rightarrow:before{
	content: '\e814'
}
#rev_slider_3_1_wrapper .custom.tparrows:hover{
	background-color: var(--pbmit-global-color);
}
#rev_slider_3_1_wrapper .custom.tparrows:hover:before{
	color: var(--pbmit-white-color);
}
.custom.tp-bullets:before{
	content:' ';
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box
}
.custom .tp-bullet{
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa; 
	background:rgba(125,125,125,0.5);
	cursor:pointer;
	box-sizing:content-box
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
	background:rgb(125,125,125)
}
.rev-btn.pbmit-rev2-svg-arrow.pbmit-rev3-svg-arrow:hover svg.pbmit-svg-arrow line {
    stroke: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  18 - Marquee
/*----------------------------------------*/
/** Style 1 **/
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;	
    overflow: visible;
    -webkit-text-stroke: 1px rgba(var(--pbmit-secondary-color-rgb),1);
    color: transparent;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover { 
	-webkit-text-stroke: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title {
	-webkit-text-stroke: 1px var(--pbmit-blackish-color);
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
    margin-left: 62px;
    margin-right: 62px;
	display:flex;
	align-items: center;
	position: relative;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after{
	content: "*";
    position: absolute;
    top: 64%;
    left: -81px;
    display: inline-block;
    font-size: 85px;
    line-height: 85px;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    -webkit-text-stroke: 1px rgba(0, 30, 76,1);
    color: transparent;
}
.pbmit-elementor-bg-color-white .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {
	color: var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-white .pbmit-marquee-effect-style-1 .pbmit-element-title {
	color: var(--pbmit-global-color);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    content: attr(data-text);
    transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
    -webkit-text-fill-color: var(--pbmit-secondary-color);
    -webkit-text-stroke: transparent;
    max-width: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover:before {
    max-width: 100%;
}

/*----------------------------------------*/
/*  19 - Client
/*----------------------------------------*/
.pbmit-hide{
	display: none;
}
/** Style 1 **/
.pbmit-client-style-1 {
	margin-bottom: 50px;
	text-align: center;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
	position: relative;
    text-align: center;
    z-index: 1;
    height: -webkit-max-content;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-featured-wrapper {
	transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}
/** Style 2 **/
.pbmit-client-style-2 {
    padding: 75px 50px;
	margin-bottom: 0;
    text-align: center;
	height: 100%;
    border-left: 1px solid #cecece;
}
.pbmit-client-style-2 .pbmit-client-wrapper {
	overflow: hidden;
	position: relative;
    text-align: center;
    z-index: 1;
    height: -webkit-max-content;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-2 .pbmit-featured-wrapper,
.pbmit-client-style-2 .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-2 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-2 .pbmit-client-hover-img {
	transform: translateY(-100%);
}
.pbmit-client-style-2 .pbmit-client-wrapper:hover .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-2 .pbmit-featured-wrapper {
	transform: translateY(0%);
}
.pbmit-client-style-2 .pbmit-client-wrapper:hover .pbmit-featured-wrapper {
	transform: translateY(100%);
}

/*----------------------------------------*/
/* 20 - Pricing Table
/*----------------------------------------*/
.pbminfotech-ptable-style-1{
	padding-top: 20px;
}
.pbminfotech-ptable-style-1 .pbmit-pricing-table-box {
	position: relative;
	overflow: hidden;
	padding: 50px;
	z-index: 1;
	background-color: var(--pbmit-light--color);
}
.pbminfotech-ptable-style-1 .col-md-20percent .pbmit-pricing-table-box {
	padding: 50px 20px;
}
.pbminfotech-ptable-style-1 .col-md-20percent .pbminfotech-ptable-symbol,
.pbminfotech-ptable-style-1 .col-md-20percent .pbminfotech-ptable-price {
	font-size: 40px;
    line-height: 40px;
}
.pbminfotech-ptable-style-1 .col-md-20percent .pbminfotech-ptable-frequency {
	font-size: 13px;
}
.pbminfotech-ptable-style-1 .pbmit-head-wrap {
    padding-bottom: 20px;
	border-bottom: 1px solid rgb(238 238 238 / 17%);
}
.pbmit-bg-color-light .pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background-color: var(--pbmit-secondary-color);
}
.pbminfotech-ptable-style-1 .pbmit-ptablebox-featured-w {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 12px 0 15px;
	position: absolute;
	top: 18px;
	right: 0;
	background-color: #e6b906;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ptable-style-1 .pbmit-ptablebox-featured-w::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 4px solid var(--pbmit-blackish-color);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-svg-wrapper svg {
	width: 60px;
	margin-right: 30px;
}
.pbminfotech-ptable-style-1 .pbmit-icon-type-icon {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-global-color);
	margin-right: 30px;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-icon-type-image img{
	margin-bottom: 30px;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-icon-type-text {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	display: inline-block;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading {
	color: var(--pbmit-white-color);
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
	text-transform: uppercase;
    color: var(--pbmit-blackish-color);
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-price {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-blackish-color);
	padding: 0 1px;
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-price-w {
	position: relative;
    display: flex;
    margin: 25px 0 35px 0;
	font-weight: 700;
    font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-symbol {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ptable-style-1 .pbminfotech-ptable-frequency {
	margin-left: 15px;
    align-self: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    color: var(--pbmit-global-color);
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn {
	display: inline-flex;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a {
	position: relative;
	overflow: hidden;
    margin-top: 40px;
    padding: 18px 30px 19px;
	font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a,
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a:hover,
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a::before {
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 100% 50%;
    transition: transform .4s cubic-bezier(.7,0,.2,1);
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a:hover:before{
	transform: scale3d(0,1,1);
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a .pbmit-button-wrapper{
	display: inline-flex;
    justify-content: center;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a>span{
	overflow: hidden;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a .pbmit-button-text{
	position: relative;
    padding-right: 5px;
    overflow: hidden;
	display: inline-block;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-btn a:hover .pbmit-button-text{
	animation: MoveUpInitial .3s forwards, MoveUpEnd .3s forwards .3s;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    padding-left: 28px;
    display: flex;
    position: relative;
    align-items: flex-start;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line:last-child {
	margin-bottom: 0;
}
.pbminfotech-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line i {
	padding-right: 10px;
    font-size: 18px;
    position: absolute;
    line-height: 16px;
    top: 4px;
    left: 0;
    color: var(--pbmit-global-color);
}
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-lines-w .pbmit-ptable-line,
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-desc,
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-symbol,
.pbminfotech-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price {
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbminfotech-ptable-style-1 .pbmit-pricing-table-box {
	background-color: var(--pbmit-white-color);
}

/* --------------------------------------
* 21 - Cursor
* ---------------------------------------*/
.pbmit-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity 0.3s, color 0.4s;
    -o-transition: opacity 0.3s, color 0.4s;
    -moz-transition: opacity 0.3s, color 0.4s;
    transition: opacity 0.3s, color 0.4s;
}
.pbmit-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.pbmit-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: var(--pbmit-white-color);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.pbmit-cursor-text i {
    font-size: 20px;
}
@supports (mix-blend-mode: exclusion) {	
    .pbmit-cursor.-exclusion,
    .pbmit-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}
@supports (mix-blend-mode: exclusion) {
    .pbmit-cursor.-exclusion:before,
    .pbmit-cursor.-opaque:before {
        background: white;
    }
}
.pbmit-cursor.-normal,
.pbmit-cursor.-text {
    mix-blend-mode: normal;
}
.pbmit-cursor.-normal:before,
.pbmit-cursor.-text:before {
    background: #000;
}
.pbmit-cursor.-inverse {
    color: white;
}
.pbmit-cursor.-visible:before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}
.pbmit-cursor.-visible.-active:before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.pbmit-cursor.-pointer:before {
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
}
.pbmit-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}
.pbmit-cursor.-text .pbmit-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pbmit-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.pbmit-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.pbmit-cursor.-tooltip .pbmit-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat {
    background-color: var(--pbmit-blackish-color);
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-bottom: 1px;
    color: #fff;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat a {
    color: #fff;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text>* {
    color: var(--pbmit-blackish-color);
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
}
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-title {
    width: 270px;
    word-wrap: break-word;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
}
.pbmit-cursor.-opaque:before {
    -webkit-transform: scale(1.32);
    -moz-transform: scale(1.32);
    -ms-transform: scale(1.32);
    -o-transform: scale(1.32);
    transform: scale(1.32);
}
.pbmit-cursor.-opaque.-active:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.pbmit-cursor.-lg:before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.pbmit-cursor.-hidden:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.pbmit-cursor.-color-red:before {
    background: red;
}
.pbmit-cursor.global-color:before {
    background: var(--pbmit-global-color);
}
.pbmit-cursor.blackish-color:before {
    background: var(--pbmit-blackish-color);
}
.pbmit-cursor.white-color:before {
    background: var(--pbmit-white-color);
}
.pbmit-cursor.white-color .pbmit-cursor-text {
    color: #000;
}
.pbmit-cursor.secondary-color:before {
    background: var(--pbmit-secondary-color);
}
.pbmit-cursor.light-color:before {
    background: var(--pbmit-light-bg-color);
}
.pbmit-cursor.transparent-color:before {
    background: var(--pbmit-white-color);
}
.-color-green {
    color: #51c67d;
}
.pbmit-cursor.blackish-color:before {
    background: var(--pbmit-blackish-color);
}
.pbmit-cursor.white-color:before {
    background: var(--pbmit-white-color);
}
.pbmit-cursor.secondary-color:before {
    background: var(--pbmit-secondary-color);
}
.pbmit-cursor.light-color:before {
    background: var(--pbmit-light-bg-color);
}
.pbmit-cursor.transparent-color:before {
    background: var(--pbmit-white-color);
}
.pbmit-cursor.-team:before {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
}

/* --------------------------------------
* 22 - Action-Box
* ---------------------------------------*/
.pbmit-action-box.pbmit-action-box-style-2{
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    height: 620px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pbmit-action-box-style-2 .pbmit-action-box_wrap{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-height: 620px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
	background-image: url(../images/homepage-1/bg/bg-02.jpg);
}
.pbmit-action-box-style-2.pbmit-action-box a {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* --------------------------------------
* 23 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    display: block;
    text-align: center;
}
.pbmit-sortable-list-ul li {
    display: inline-block;
}
.pbmit-sortable-list a {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.pbmit-sortable-list a.pbmit-selected {
    background: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}

.main-menu .navigation >li.dropdown.lang>ul{
	min-width: 80px;
    position: absolute;
    padding: 10px 0;
    top: 100%;
    left: 25px;
    z-index: 100;
    visibility: hidden;
    background-color: #ffffff;
    opacity: 0;
    border-top: 3px solid var(--pbmit-global-color);
    min-width: 80px;
    position: absolute;
    padding: 10px 0;
    top: 100%;
    left: 25px;
    z-index: 100;
    visibility: hidden;
    background-color: #ffffff;
    opacity: 0;
    border-top: 3px solid var(--pbmit-global-color);
    
    box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
    
    transition: all 300ms linear 0ms;
}

/* new css start here*/

/* Search */
.header-search {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.header-search input {
    border: none;
    padding: 8px 15px;
    outline: none;
    width: 180px;
}

.header-search button {
    border: none;
    background: none;
    color: #fff;
    padding: 8px 5px;
}

.header-search button i {
    background-color: #002349;
    border-radius: 50%;
    padding: 10px;
}

/* Mobile */
@media (max-width: 991px) {
    .header-search {
        display: none;
    }
    .aboutimgtwo {

position: relative !important;
  top: 0 !important;
  left:0 !important;
        
    }
    
}


/* slider css */

.pbmit-slider-area {
    position: relative;
}

/* Tab box position */
.slider-tab-wrapper {
    position: absolute;
    left: 8%;
    bottom: 80px;
    z-index: 99;
    width: 600px;
}

/* Tab container */
.tab-block {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* Tabs */
.tab-mnu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-mnu li {
    flex: 1;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    background: #002349;
    color: #fff;
    font-weight: 600;
    border-right:3px solid white;
}

.tab-mnu li.active {
    background: var(--pbmit-global-color);
    color: #000;
}

/* Content */
.slider-tab-wrapper,
.tab-block,
.tab-cont {
    height: auto !important;
    min-height: 0 !important;
}

.tab-cont {
    display: none;
}

.tab-cont.active {
    display: block;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-cont {
    padding: 20px;
}



/* Inputs */
.tab-pane input {
    width: 100%;
    /*padding: 12px 15px;*/
    padding:9px !important;
    margin-bottom: 12px;
    border-radius: 30px;
    border: 1px solid #ddd;
}

.tab-pane[data-tab="tab0"] input {
    margin-bottom: 28px;
}

/* Fixed tab body height */
/*.tab-cont {*/
/*    min-height: 240px;*/
  
/*    display: flex;*/
/*}*/

/* Each tab pane full height */
.tab-pane {
    display: none;
    width: 100%;
    height: 100%;
}

/* Active tab */
.tab-pane.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Button */
.primary-btn {
    width: 50%;
    background: #002349;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    border: none;
}

/* Mobile */
@media (max-width: 768px) {
    .slider-tab-wrapper {
        position: static;
        margin: 20px;
    }
}


 .video-slider {
    position: relative;
    height: 130vh;
    overflow: hidden;
}

.video-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay for readability */
.video-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 35, 73, 0.55);
    z-index: 1;
}

/* Tagline content */
.video-overlay-content {
    position: absolute;
    top: 70px;
    left: 8%;
    max-width: 600px;
   
    z-index: 2;
}

.video-overlay-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
	color:white;

}

.video-overlay-content p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 20px;
     color: #fff !important;
}

/* Button */
.hero-btn {
    display: inline-block;
    background: var(--pbmit-global-color);
    color:white;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
}
.hero-btn:hover { color: #000;}
/* Tabs stay above overlay */
/*.slider-tab-wrapper {*/
/*    position: absolute;*/
/*    bottom: 60px;*/
/*    left: 8%;*/
/*    z-index: 2;*/
/*}*/
@media (max-width: 768px) {
    .video-overlay-content {
        left: 5%;
        right: 5%;
        top: 25%;
        text-align: left;
    }

    .video-overlay-content h1 {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .video-slider {
    position: relative;
    height: 40vh !important;
    overflow: hidden;
}
}


/* about us page css */

.aboutimgtwo {

position: absolute;
  top: 286px;
  left:350px;
   width: 240px;
    height: 220px;
     border: 6px solid white;
  border-radius: 20px; 
}
.about-one_img img{
    border-radius: 20px;
}
.about-one_img{
    position:relative;
}
.aboutimgtwo img{

}
.about-one_rightbox{
    background-image: url('../img/bg-map-home3.png');
    /* background-attachment: fixed; */
    background-position: top center;
    background-size: contain;
}

/* button css */
.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    /* padding: 8px 14px 8px 18px; */
    padding: 0 0 0 20px;
    border: 2px solid #d9d9d9;
    border-radius: 9px;
    background: #ffffff;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    transition: all 0.25s ease;
}

.explore-btn .pbmit-svg-btn {
    width: 34px;
    height: 34px;
    background: #111;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

/* subtle hover like original */
.explore-btn:hover {
  border-color: var(--pbmit-link-color-hover);
}

.explore-btn:hover .pbmit-svg-btn {
    background: #000;
}

/* end  */

/*  service card css */


/* Card */
.service-card {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 20px;
}

.card-image {
    width: 100%;
    height: auto;
    /* border-radius: 14px; */
    overflow: hidden;
    /* clip-path: ellipse(80% 100% at 50% 0%); */
    /*margin-left: 60px;*/
}

.card-image img {
     width: 100%; 
    height: auto;
    object-fit: cover;
}

.card-content {
    margin-top: 20px;
}

.card-icon {
    width: 50px;
    margin-bottom: 10px;
}

.card-content hr {
    border: none;
    border-top: 2px solid #666;
    margin: 10px 0;
}

.card-content h4 {
    font-size: 16px;
    font-weight: 500;
}

.card-content p {
    font-size: 14px;
    color: #555;
    margin-top: 6px;
}

.swiper-button-next:active, .swiper-button-prev:active {
  background-color: var(--pbmit-global-color);
}

/* get quote section css */

.cta-section {
    position: relative;
    background: url("../img/ibex-1.jpg") center/cover no-repeat;
    padding: 80px 0;
   
}

.cta-overlay {
    position: absolute;
    inset: 0;
    /*background: #002349;*/
}

.cta-container {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.cta-text h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color:white;
}

.cta-text h2 {
    font-size: 20px;
    font-weight: 800;
    color: #FDB913;
}

/* Button */
.cta-btn {
    background: #FDB913;
    color: #002b55;
    padding: 11px 28px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.cta-btn i {
    font-size: 18px;
}

.cta-btn:hover {
    background: #FDB913;
    transform: translateY(-2px);
    color: white;
}

/* Responsive */
@media (max-width: 500px) {
    .cta-text h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color:#FDB913;
}
.cta-text h2 {
    font-size: 20px;
    font-weight: 800;
    color: white;
}
}
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    /*.cta-text h2 {*/
    /*    font-size: 26px;*/
    /*}*/
}

/* footer css */

.ibex-footer {
    background: #002349;
    color: #fff;
    padding-top: 70px;
    font-size: 14px;
}

.ibex-footer .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Top */
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
}

.footer-logo {
    max-width: 170px;
    margin-bottom: 20px;
}

.footer-about p {
    line-height: 1.7;
    opacity: 0.9;
}

.footer-about h5 {
    margin-top: 20px;
    color: #FDB913;
    font-weight: 600;
}

/* Social */
.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
}

.footer-social a:hover {
    background: var(--pbmit-global-color);
    color: white;
}

/* Columns */
.footer-col h4 {
    color: var(--pbmit-global-color);
    margin-bottom: 18px;
    font-size: 18px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a::before {
    content: "›";
    margin-right: 8px;
    color: var(--pbmit-global-color);
}

.footer-col ul li a:hover {
    opacity: 1;
    padding-left: 5px;
    color: var(--pbmit-global-color);
}

/* Bottom */

.footer-bottom {
     background: #041f3b;
    padding: 18px 0;          
    font-size: 13px;        
    line-height: 1.4;        
}

.footer-bottom p,
.footer-bottom a {
    margin: 0;              
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: nowrap; 
}


.footer-links a {
    color: #fff;
    margin-left: 15px;
    opacity: 0.7;
    text-decoration: none;
}

.footer-copy{
      opacity: 0.7;
}


/* Responsive */
@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-top {
        grid-template-columns: 1fr;
    }


    .footer-bottom .container {
        flex-wrap: wrap;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    .pbmit-progress-wrap {
        position: fixed;
   right: 10px !important;
  bottom: 50px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
    }
}
/* footer css end */
@media (min-width: 320px) and (max-width: 576px) {
    .slider-tab-wrapper {
        position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 20px;
  margin: 0;
}

.aboutimgtwo img{
    display: none;
}
    }

/* about page css */
.mobile_app {
    position: relative;
    background: url('../img/app_bedkrum.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}
 .digital {
    position: relative;
    background: url('../img/digital.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.transbedcrum {
    position: relative;
    background: url('../img/transit_time_calculator_bedcrum.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.contact {
    position: relative;
    background: url('../img/contact-bedcrum.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.page-hero {
    position: relative;
    background: url('../img/bedkrum-1.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.services-information-bed{
    position: relative;
    background: url('../img/services-information-bed.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.service-network-bd{
    position: relative;
    background: url('../img/service-network-bd.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.fleet-bd{
    position: relative;
    background: url('../img/fleet-bd.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.dangerous-cargo-bd{
    position: relative;
    background: url('../img/dangerous-cargo-bd.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.special-cargo-bd{
    position: relative;
    background: url('../img/special-cargo-bd.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.bill-of-lading{
    position: relative;
    background: url('../img/bill-of-lading.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.VGM-bd{
    position: relative;
    background: url('../img/VGM-bd.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.continfo {
    position: relative;
    background: url('../img/container-information.jpg') center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
}


.page-hero-overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(0, 0, 0, 0.45);*/
}

.page-hero-content {
    position: relative;
    color: #fff;
}

.page-hero-content h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
    font-size: 14px;
}

.breadcrumb li {
    color: #fff;
}

.breadcrumb li a {
    color: var(--pbmit-global-color);
    text-decoration: none;
}

.breadcrumb li::after {
    content: "/";
    margin-left: 8px;
}

.breadcrumb li:last-child::after {
    display: none;
}
.about-section {
    padding: 80px 0;
}

.about-image img {
    width: 100%;
    border-radius: 6px;
}

.about-content h3 {
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .page-hero {
        min-height: 240px;
    }

    .page-hero-content h1 {
        font-size: 34px;
    }

    .about-section {
        padding: 50px 0;
    }

    .about-content {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .page-hero-content h1 {
        font-size: 45px;
    }
}

/* counter about */

.facts-section {
    /* background: #0a43a3; */
    background: #002349;
    padding: 80px 0;
    color: #fff;
}

.facts-heading h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}

.facts-heading p {
    max-width: 720px;
    margin: 0 auto 50px;
    font-size: 16px;
    opacity: 0.9;
}

.facts-slider-wrap {
    position: relative;
    padding: 0 60px;
}

.fact-box {
    text-align: center;
}

.fact-box h3 {
    font-size: 36px;
    font-weight: 600;
    color: #FDB913;
    margin-bottom: 8px;
}

.fact-box p {
    font-size: 14px;
    line-height: 1.5;
}

/* Arrows */
.facts-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FDB913;
    color: #000;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
}

.facts-prev {
    left: 0;
}

.facts-next {
    right: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .facts-slider-wrap {
        padding: 0 30px;
    }

    .fact-box h3 {
        font-size: 28px;
    }
}

/* VALUE SECTION */
.value-section {
    width: 100%;
    overflow: hidden;
}

/* LEFT IMAGE */
.digital-value {
    background: url('../img/fingertips.jpg') center center / cover no-repeat;
    min-height: 400px;
}

.value-image {
    background: url('../img/deliveryvalue.jpg') center center / cover no-repeat;
    min-height: 400px;
}

/* RIGHT CONTENT */
.value-content {
    background: #003a8f; /* ESL blue */
    color: #fff;
   
}
.value-inner{
    padding: 30px;
}
.value-inner h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
     color: #fff;
   
}

.value-inner p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 420px;
}

/* BUTTON */
.value-btn {
    display: inline-block;
    background: var(--pbmit-global-color);
    color: #fff;
    padding: 14px 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.value-btn:hover {
    background: #FDB913;
    color: white;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .value-content {
        padding: 40px 25px;
        text-align: center;
    }

    .value-inner p {
        margin-left: auto;
        margin-right: auto;
    }

    .value-image {
        min-height: 300px;
    }
}

/* services info css */

.services-intro {
    padding: 20px 0;
}

.services-intro p {
    font-size: 20px;
    line-height: 1.8;
    
}


.services-info-map {
    position: relative;
    /*padding: 300px 0;*/
    background: #dbeaf6 url('../img/Full@2x-scaled.webp') center bottom no-repeat;
    background-size: cover;
    height:300px;
}

.service-detail-section {
    padding: 80px 0;
}

.service-img img {
    width: 100%;
    border-radius: 2px;
}

.service-content {
    padding-top: 30px;
}

.service-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #003a8f;
    margin-bottom: 15px;
    line-height: 35px;
}

.service-content p {
    font-size: 16px;
    line-height: 1.7;
    /*color: #000;*/
    /*max-width: 520px;*/
}

.service-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 32px;
    background: #003a8f;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.service-btn:hover {
    background: var(--pbmit-global-color);
    color: white;
}

/* MOBILE */
@media (max-width: 991px) {
    .service-content {
        padding-left: 0;
        margin-top: 25px;
    }
}


/* service network page css */
.service-accordion {
    border: 1px solid #003a8f;
}

.service-group {
    border-bottom: 1px solid #003a8f;
}

.group-header {
    padding: 18px 20px;
    font-size: 18px;
    color: #003a8f;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #003a8f;
    border-bottom: 2px solid #003a8f;
    transform: rotate(45deg);
    transition: 0.3s;
}

/* OPEN STATE */
.service-group.active .arrow {
    transform: rotate(-135deg);
}

.group-body {
    display: none;
    padding: 10px 20px 20px;
}

.service-group.active .group-body {
    display: block;
}

.service-item {
    padding: 8px 0;
    cursor: pointer;
    font-size: 15px;
    color: #00398fde;
}

.service-item.active {
    font-weight: 600;
    color: #003a8f;
}

.service-group-title {
    color: #003a8f;
    font-size: 20px;
    margin-bottom: 20px;
}

.service-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    padding: 10px 5px;
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.service-list li.active {
    color: #003a8f;
    font-weight: 600;
}

.service-map-box {
    background: #003a8f;
    padding: 30px;
    color: #fff;
}

.service-map-box h3 {
    margin-bottom: 20px;
    color: white;
}

.map-image img {
    width: 100%;
    background: #fff;
}

.download-btn {
    display: inline-block;
    margin-top: 20px;
    background: #f6b500;
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 500;
}

/* MOBILE */
@media (max-width: 991px) {
    .service-map-box {
        margin-top: 30px;
    }
}


/* REMOVE BOOTSTRAP / DEFAULT ARROWS */
.group-header::after,
.group-header::before {
    display: none !important;
}
a.group-header::after {
    content: none !important;
}

.service-network{
    padding-top: 60px;
  padding-bottom: 60px;
}
.download-btn:hover{
    color:white;

}

/* fleet css */

.fleet-text {
    max-width: 900px;
    margin-bottom: 15px;
    font-size: 16px;
}

/* SEARCH */
.fleet-search {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
}

.fleet-search label {
    font-size: 22px;
    color: #003a8f;
}

.fleet-search input {
    width: 350px;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.fleet-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

/* HEADER */
.fleet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.fleet-title h3 {
  color: #003a8f;
  margin: 0;
}

.fleet-code {
  font-size: 20px;
  color: #003a8f;
  margin-left: 30px;
}

/* ARROW */
.fleet-arrow {
  width: 12px;
  height: 12px;
  border-right: 2px solid #003a8f;
  border-bottom: 2px solid #003a8f;
  transform: rotate(45deg);
  transition: 0.3s;
}

.fleet-item.active .fleet-arrow {
  transform: rotate(-135deg);
}

/* BODY */
.fleet-body {
  display: none;
  padding-top: 25px;
}
.fleet-item {
  border-bottom: 1px solid #1e5fd8;
}

/* ROW */
.fleet-row {
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 22px 10px;
  cursor: pointer;
}

/* TEXT */
.fleet-name,
.fleet-code {
  color: #003a8f;
  font-size: 20px;
  font-weight: 500;
}

/* ARROW */
.fleet-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #003a8f;
  border-bottom: 2px solid #003a8f;
  transform: rotate(45deg);
  transition: 0.3s;
  justify-self: end;
}

.fleet-item.active .fleet-arrow {
  transform: rotate(-135deg);
}

/* DETAILS */
.fleet-details {
  display: none;
  padding: 25px 10px 35px;
}

/* container info page css */
.container-info {
  background: #ffffff;
}

.section-title {
  font-size: 26px;
  font-weight: 600;
  color: #003a8f;
}

/* TABLE */
.equipment-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

/* TABLE HEADER */
.equipment-table thead th {
  background: #e7f2ff;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
  text-align: left;
}

/* TABLE BODY */
.equipment-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #cfe0f5;
  font-size: 14px;
}

/* LEFT COLUMN */
.equipment-table tbody td:first-child {
  width: 50%;
  color: #000;
}

/* RIGHT COLUMN */
.equipment-table tbody td:last-child {
  font-weight: 500;
  color: #000;
}

/* MOBILE */
@media (max-width: 767px) {
  .equipment-table thead th {
    font-size: 18px;
  }
  img{
      width:100%;
  }
}


.equipment-section {
  padding: 60px 0;
 
}

.section-title {
  color: #0033a0;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.special-equipment p {
  max-width: 700px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.equipment-list {
  padding-left: 18px;
}

.equipment-list li {
  margin-bottom: 10px;
  list-style-type: disc;
    font-size: 16px;
}
/*  bill of lading */
 .section-title {
            color: #003a8f;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .faq h5 {
            font-weight: 600;
            margin-top: 20px;
        }
      /* end bill */
      
      .services-intro h3 {
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0px;
  text-transform: capitalize !important;
  text-align: center;
}

/* career page css star */

.job-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.job-left h5 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}

.job-meta {
    margin-bottom: 8px;
}

.badge {
    background: #f2f2f2;
    color: #333;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 4px;
}

.job-btn {
    color: #0056b3;
    font-weight: 500;
    text-decoration: none;
}

.job-btn:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .job-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-right {
        margin-top: 10px;
    }
}


/* job details page css */

/*.job-title {*/
/*    font-weight: 600;*/
/*    margin-bottom: 15px;*/
/*    font-size: 32px;*/
/*}*/

.job-description h5 {
    margin-top: 25px;
    font-weight: 500;
    font-size: 23px;
}

.job-description ul {
    padding-left: 20px;
}

.job-description ul li {
    margin-bottom: 8px;
  list-style-type: disc;
  font-size: 18px;
}

.job-meta-box {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.job-meta-box p {
    margin-bottom: 5px;
}
.tansit_lable{
color: #003a8f;
  font-weight: 500;

}

/* home page button modal css start here  */
.action-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* Modal overlay */
.custom-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Modal box */
.modal-content {
    background: #fff;
    padding: 30px;
    width: 400px;
    max-width: 90%;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

/* Close */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* Forms */
.modal-form {
    display: none;
}

.modal-form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 30px;
    font-size: 15px;
}
/* Hover effect */
.primary-btn:hover {
    background: var(--pbmit-global-color); /* slightly darker */
    color: #000;
}

/* Optional focus */
.primary-btn:focus {
    outline: none;
    border:none;
    box-shadow: 0 0 0 3px rgba(253,185,19,0.4);
}

.slider-tab-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  top: 250px;
}
/*  end here */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #FDB913;
    /*border-radius: 50%;*/
    padding: 20px;
}

.carousel-indicators [data-bs-target] {
    background-color: #FDB913;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;   /* normal dot */
    opacity: 1;
    border: none;
}

.carousel-indicators .active {
    background-color: #FDB913; /* active filled dot */
}

.custom-modal h3{
    font-size: 1.75rem;
}

/* MOBILE */
@media (max-width: 500px) {
  .lang-select select {
  background: transparent;
  border: none;
  padding: 6px 0px;
  color: white !important;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px !important;
  margin-left: 25px !important;
}
}

.dg-intro{
    padding:30px 0;
}

/*ul.vgm-list li{*/
/*    list-style-type: disc;*/
/*}*/
.vgm-list {
    list-style: none;
    padding-left: 0;
}

.vgm-list li {
    position: relative;
    padding-left: 20px;
}

.vgm-list li::before {
    content: "•";
    color: var(--pbmit-global-color); /* bullet color */
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

/* bill of lading css*/
.bl-accordion .accordion-button {
    font-weight: 600;
    
    
}

.bl-accordion .accordion-body {
    font-size: 15px;
    line-height: 1.7;
}
.bl-accordion .accordion-button::after {
   background-image: none !important;
  content: "\e812";
  font-size: 14px;
  transform: rotate(0deg);
  display: inherit;
  font-family: "pbminfotech-base-icons";
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

button.accordion-button.mine{
    color: #003a8f;
  font-size: 18px;
}

/* contact list */
  .contact_heading th {
   font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--pbmit-secondary-color);
  color:white;
}

.contact_table{
    /*background: var(--pbmit-global-color);*/
  color: black;
}
.contact-section{
      padding: 20px 0;
}

/* header search css start here*/

.lang-select select {
   background: #002349;
  border: none;
  padding: 6px 0px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  margin-top: 30px;
}

.lang-select select:focus {
    outline: none;
}

/* header search css*/
.header-search {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.header-search input {
    width: 0;
    opacity: 0;
   
    padding:0 0;
    border-radius: 30px;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    background: #fff;
  
}

/* Expanded state */
.header-search.active input {
    width: 110px;   
    opacity: 1;
      margin-left: 10px;
}

.header-search button {
    background: #0b2c4d;
    border: none;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search button i {
    font-size: 16px;
     background-color: var(--pbmit-global-color);
  border-radius: 50%;
  padding: 10px;
}
.pbmit-contact-info li a{
    color:white;
}
.pbmit-contact-info li a:hover{
    color:white;
}
.main-menu .navigation > li > ul.eship{
    min-width: 500px;
  position: absolute;
  padding: 10px 10px;
  top: 100%;
  left: 25px;
  z-index: 100;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  border-top: 3px solid var(--pbmit-global-color);
   box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  transition: all 300ms linear 0ms;
  
}
 
/* end here */

/* privacy page css*/
.privacy-policy-section h3 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 25px;
}

.privacy-policy-section p,
.privacy-policy-section li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.privacy-policy-section ul {
    padding-left: 18px;
    list-style-type: disc;
}

/* apply now */
.apply-now {
    padding: 60px 0;
    background: #f9fafc;
}

.apply-now h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.apply-now label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.apply-now .form-control {
    height: 40px !important;
    border-radius: 6px;
}

.apply-now textarea.form-control {
    height: auto;
}

.checkbox-label {
    font-size: 14px;
    color: #555;
}

.apply-btn {
    background: #FDB913;
    color:#002b55;
    padding: 12px 35px;
   font-weight: 600;
  border-radius: 6px;
    border: none;
    font-size: 15px;
    transition: 0.3s;
}

.apply-btn:hover {
   background: #FDB913;
  transform: translateY(-2px);
  color: white;
}

#applyModal .modal-content{
    background: #fff;
  padding:0 !important;
   width: 100%;
  border-radius: 10px;
  position: relative;
  text-align: left;

}

h5.modal-title{
    font-size: 20px;
}
h5.job-title{
line-height: 33px;
}
h2.job-title{
font-size: 30px;
}

  .job-card-vertical {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    max-width: 270px;
      box-shadow: 0 10px 30px rgba(0, 35, 73, 0.25);
    transition: all 0.3s ease;
}
.job-card-vertical:hover {
    box-shadow: 0 16px 40px rgba(0, 35, 73, 0.35);
    transform: translateY(-6px);
}




.job-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.job-info {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.job-info li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #555;
}



